RiakEndPoint Methods |
The RiakEndPoint type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateClient |
Creates a new instance of RiakClient.
|
![]() | Dispose |
Releases all resources used by the RiakEndPoint class.
|
![]() | Dispose(Boolean) | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | 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.
|
![]() | UseConnectionTRiakResult(FuncIRiakConnection, TRiakResult, FuncResultCode, String, Boolean, TRiakResult, Int32) | |
![]() | 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.
|