[Missing <summary> documentation for "T:Aerospike.Client.AsyncCluster"]
Inheritance Hierarchy
Aerospike.ClientCluster
Aerospike.ClientAsyncCluster
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.2.0 (5.3.2)
Syntax
C#
public sealed class AsyncCluster : Cluster
The AsyncCluster type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AsyncCluster | Initializes a new instance of the AsyncCluster class |
Properties
Name | Description | |
---|---|---|
![]() | Connected | (Inherited from Cluster.) |
![]() | HasClusterName | (Inherited from Cluster.) |
![]() | InvalidNodeCount |
Return count of add node failures in the most recent cluster tend iteration.
(Inherited from Cluster.) |
![]() | Nodes | (Inherited from Cluster.) |
Methods
Name | Description | |
---|---|---|
![]() | AddSeeds | (Inherited from Cluster.) |
![]() | Close | (Inherited from Cluster.) |
![]() | GetNode | (Inherited from Cluster.) |
![]() | GetRandomNode | (Inherited from Cluster.) |
![]() | GetStats | (Inherited from Cluster.) |
![]() | InitTendThread | (Inherited from Cluster.) |
![]() | InterruptTendSleep | (Inherited from Cluster.) |
![]() | PrintPartitionMap | (Inherited from Cluster.) |
![]() | ReleaseBuffer | |
![]() | Run | (Inherited from Cluster.) |
![]() | ScheduleCommandExecution | |
![]() | 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.
(Inherited from Cluster.) |
![]() | 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.
(Inherited from Cluster.) |
![]() | ValidateNodes | (Inherited from Cluster.) |
Fields
Name | Description | |
---|---|---|
![]() | authEnabled | (Inherited from Cluster.) |
![]() | rackIds | (Inherited from Cluster.) |
See Also