IRiakNodeConfiguration Interface |
Namespace: RiakClient.Config
The IRiakNodeConfiguration type exposes the following members.
Name | Description | |
---|---|---|
ExternalLoadBalancer |
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.
| |
HostAddress |
The address of the node.
Can be an IP address or a resolvable domain name.
| |
Name |
The name of the node.
| |
NetworkConnectTimeout |
The network timeout to use when attempting to connect to Riak.
| |
NetworkReadTimeout |
The network timeout to use when attempting to read data from Riak.
| |
NetworkWriteTimeout |
The network timeout to use when attempting to write data to Riak.
| |
PbcPort |
The port to use when connecting to the Protocol Buffers API.
| |
PoolSize |
The worker pool size to use for this node.
This many workers (and connections) will be available for concurrent use.
| |
UseTtbEncoding |
Use term-to-binary encoding for messages that support it.
|