[Missing <summary> documentation for "T:Aerospike.Client.AsyncCluster"]
Inheritance Hierarchy
Aerospike.ClientCluster
Aerospike.ClientAsyncCluster
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
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.) |
![]() | MetricsEnabled | (Inherited from Cluster.) |
![]() | MetricsPolicy | (Inherited from Cluster.) |
![]() | Nodes | (Inherited from Cluster.) |
Methods
Name | Description | |
---|---|---|
![]() | AddSeeds | (Inherited from Cluster.) |
![]() | Close | (Inherited from Cluster.) |
![]() | DisableMetrics | (Inherited from Cluster.) |
![]() | EnableMetrics | (Inherited from Cluster.) |
![]() | GetNextBuffer | |
![]() | GetNode | (Inherited from Cluster.) |
![]() | GetRandomNode | (Inherited from Cluster.) |
![]() | GetStats | (Inherited from Cluster.) |
![]() | HasBufferChanged | |
![]() | IncrThreadExpandCount | (Inherited from Cluster.) |
![]() | InitTendThread | (Inherited from Cluster.) |
![]() | InterruptTendSleep | (Inherited from Cluster.) |
![]() | PrintPartitionMap | (Inherited from Cluster.) |
![]() | PutEventArgs | |
![]() | ResetThreadExpandCount | (Inherited from Cluster.) |
![]() | Run | (Inherited from Cluster.) |
![]() | ScheduleCommandExecution | |
![]() | ValidateNodes | (Inherited from Cluster.) |
Fields
Name | Description | |
---|---|---|
![]() | rackId | (Inherited from Cluster.) |
See Also