IRiakNode Interface |
Namespace: RiakClient.Comms
The IRiakNode type exposes the following members.
Name | Description | |
---|---|---|
![]() | CanMarkOffline |
Indicates if this node can be marked offline. false if the node points to a load balancer.
|
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | UseConnection(FuncIRiakConnection, RiakResult) |
Execute the useFun delegate using this one of this IRiakNode's connections.
|
![]() | UseConnectionTResult(FuncIRiakConnection, RiakResultTResult) |
Execute the useFun delegate using this one of this IRiakNode's connections.
|
![]() | UseDelayedConnectionTResult |
Execute the useFun delegate using this one of this IRiakNode's connections,
and keep the connection open.
This method is used over UseConnectionTResult(FuncIRiakConnection, RiakResultTResult) to keep a connection open to receive streaming results.
|