[Missing <summary> documentation for "T:Aerospike.Client.Cluster"]
Inheritance Hierarchy
Aerospike.ClientCluster
Aerospike.ClientAsyncCluster
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.1.0 (5.3.1)
Syntax
C#
public class Cluster
The Cluster type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Cluster | Initializes a new instance of the Cluster class |
Properties
Name | Description | |
---|---|---|
![]() | Connected | |
![]() | HasClusterName | |
![]() | InvalidNodeCount |
Return count of add node failures in the most recent cluster tend iteration.
|
![]() | Nodes |
Methods
Name | Description | |
---|---|---|
![]() | AddSeeds | |
![]() | Close | |
![]() | GetNode | |
![]() | GetRandomNode | |
![]() | GetStats | |
![]() | InitTendThread | |
![]() | InterruptTendSleep | |
![]() | PrintPartitionMap | |
![]() | Run | |
![]() | SetErrorRateWindow |
The number of cluster tend iterations that defines the window for maxErrorRate.
For performance reasons, errorRateWindow is not declared volatile,
so we are relying on cache coherency for other threads to
recognize this change.
|
![]() | SetMaxErrorRate |
Set max errors allowed within configurable window for all nodes.
For performance reasons, maxErrorRate is not declared volatile,
so we are relying on cache coherency for other threads to
recognize this change.
|
![]() | ValidateNodes |
Fields
Name | Description | |
---|---|---|
![]() | authEnabled | |
![]() | rackIds |
See Also