IRiakEndPoint Interface |
Namespace: RiakClient
The IRiakEndPoint type exposes the following members.
Name | Description | |
---|---|---|
![]() | RetryWaitTime |
Represents the TimeSpan to wait inbetween retry attempts.
|
Name | Description | |
---|---|---|
![]() | CreateClient |
Creates a new IRiakClient instance.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | UseConnection(FuncIRiakConnection, RiakResult, Int32) |
Executes a delegate function using a IRiakConnection, and returns the results.
Retries if possible for certain error states.
|
![]() | UseConnectionTResult(FuncIRiakConnection, RiakResultTResult, Int32) |
Executes a delegate function using a IRiakConnection, and returns the results.
Retries if possible for certain error states.
|
![]() | UseDelayedConnectionTResult |
Executes a delegate function using a IRiakConnection, and returns the results.
Retries if possible for certain error states.
This method is used over UseConnection(FuncIRiakConnection, RiakResult, Int32) to keep a connection open to receive streaming results.
|