Click or drag to resize
IRiakNodeConfiguration Interface
Represents a configuration for a Riak Node.

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

The IRiakNodeConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyExternalLoadBalancer
If True, this node (pointing to a load balancer) will not be marked offline and requests will always be routed to it. If False (default) and this node is offline, it will be removed from the pool until health check determines it is healthy again.
Public propertyHostAddress
The address of the node. Can be an IP address or a resolvable domain name.
Public propertyName
The name of the node.
Public propertyNetworkConnectTimeout
The network timeout to use when attempting to connect to Riak.
Public propertyNetworkReadTimeout
The network timeout to use when attempting to read data from Riak.
Public propertyNetworkWriteTimeout
The network timeout to use when attempting to write data to Riak.
Public propertyPbcPort
The port to use when connecting to the Protocol Buffers API.
Public propertyPoolSize
The worker pool size to use for this node. This many workers (and connections) will be available for concurrent use.
Public propertyUseTtbEncoding
Use term-to-binary encoding for messages that support it.
Top
See Also