Package com.aerospike.client.cluster
Class ClusterStats
java.lang.Object
com.aerospike.client.cluster.ClusterStats
Cluster statistics.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.aerospike.client.async.EventLoopStats[]
Statistics for each event loop.final int
Count of add node failures since the client was started.final NodeStats[]
Statistics for each node.final int
Number of connections residing in sync connection shutdown queue.final long
Count of transaction retries since the client was started. -
Constructor Summary
ConstructorsConstructorDescriptionClusterStats
(com.aerospike.client.cluster.Cluster cluster, NodeStats[] nodes, com.aerospike.client.async.EventLoopStats[] eventLoops) Cluster statistics constructor. -
Method Summary
-
Field Details
-
nodes
Statistics for each node. -
eventLoops
public final com.aerospike.client.async.EventLoopStats[] eventLoopsStatistics for each event loop. This value will be null if event loops are not defined. -
recoverQueueSize
public final int recoverQueueSizeNumber of connections residing in sync connection shutdown queue. -
invalidNodeCount
public final int invalidNodeCountCount of add node failures since the client was started. -
retryCount
public final long retryCountCount of transaction retries since the client was started.
-
-
Constructor Details
-
ClusterStats
public ClusterStats(com.aerospike.client.cluster.Cluster cluster, NodeStats[] nodes, com.aerospike.client.async.EventLoopStats[] eventLoops) Cluster statistics constructor.
-
-
Method Details