RiakClusterUseDelayedConnection Method |
Name | Description | |
---|---|---|
UseDelayedConnectionTResult(FuncIRiakConnection, Action, RiakResultIEnumerableTResult, Int32) |
Executes a delegate function using a IRiakConnection, and returns the results.
Can retry up to "retryAttempts" times for NoRetries and ShuttingDown error states.
This method is used over UseConnection(FuncIRiakConnection, RiakResult, Int32) to keep a connection open to receive streaming results.
(Overrides RiakEndPointUseDelayedConnectionTResult(FuncIRiakConnection, Action, RiakResultIEnumerableTResult, Int32).) | |
UseDelayedConnectionTResult(FuncIRiakConnection, Action, RiakResultIEnumerableTResult, Int32) |
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.
(Inherited from RiakEndPoint.) |