AsyncCluster Class

Aerospike

[Missing <summary> documentation for "T:Aerospike.Client.AsyncCluster"]

Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodAsyncCluster
Initializes a new instance of the AsyncCluster class
Top
Properties

  NameDescription
Public propertyConnected (Inherited from Cluster.)
Public propertyHasClusterName (Inherited from Cluster.)
Public propertyMetricsEnabled (Inherited from Cluster.)
Public propertyMetricsPolicy (Inherited from Cluster.)
Public propertyNodes (Inherited from Cluster.)
Top
Methods

  NameDescription
Public methodAddSeeds (Inherited from Cluster.)
Public methodClose (Inherited from Cluster.)
Public methodDisableMetrics (Inherited from Cluster.)
Public methodEnableMetrics (Inherited from Cluster.)
Public methodGetNextBuffer
Public methodGetNode (Inherited from Cluster.)
Public methodGetRandomNode (Inherited from Cluster.)
Public methodGetStats (Inherited from Cluster.)
Public methodHasBufferChanged
Public methodIncrThreadExpandCount (Inherited from Cluster.)
Public methodInitTendThread (Inherited from Cluster.)
Public methodInterruptTendSleep (Inherited from Cluster.)
Public methodPrintPartitionMap (Inherited from Cluster.)
Public methodPutEventArgs
Public methodResetThreadExpandCount (Inherited from Cluster.)
Public methodRun (Inherited from Cluster.)
Public methodScheduleCommandExecution
Public methodValidateNodes (Inherited from Cluster.)
Top
Fields

  NameDescription
Public fieldrackId (Inherited from Cluster.)
Top
See Also

Reference