Click or drag to resize
IRiakClusterConfiguration Interface
Represents a configuration element interface for a Riak Cluster.

Namespace:  RiakClient.Config
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public interface IRiakClusterConfiguration

The IRiakClusterConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyAuthentication
A IRiakAuthenticationConfiguration configuration that details any authentication information.
Public propertyDefaultRetryCount
The max number of retry attempts to make when the client encounters ResultCode.NoConnections or ResultCode.CommunicationError errors.
Public propertyDefaultRetryWaitTime
The period of time to wait inbetween operation retries.
Public propertyNodePollTime
The period of time to poll nodes for health/liveness checks.
Public propertyRiakNodes
A collection of IRiakNodeConfiguration configurations detailing the Riak nodes that can be connected to.
Public propertyUseTtbEncoding
Use term-to-binary encoding for messages that support it.
Top
Methods
  NameDescription
Public methodAddNode
Add a IRiakNodeConfiguration configuration to the cluster configuration.
Top
See Also