public final class ClusterStats extends Object
| Modifier and Type | Field and Description |
|---|---|
com.aerospike.client.async.EventLoopStats[] |
eventLoops
Statistics for each event loop.
|
int |
invalidNodeCount
Count of add node failures since the client was started.
|
NodeStats[] |
nodes
Statistics for each node.
|
int |
recoverQueueSize
Number of connections residing in sync connection shutdown queue.
|
long |
retryCount
Count of transaction retries since the client was started.
|
int |
threadsInUse
Number of active threads executing sync batch/scan/query commands.
|
| Constructor and Description |
|---|
ClusterStats(com.aerospike.client.cluster.Cluster cluster,
NodeStats[] nodes,
com.aerospike.client.async.EventLoopStats[] eventLoops)
Cluster statistics constructor.
|
public final NodeStats[] nodes
public final com.aerospike.client.async.EventLoopStats[] eventLoops
public final int threadsInUse
public final int recoverQueueSize
public final int invalidNodeCount
public final long retryCount
public ClusterStats(com.aerospike.client.cluster.Cluster cluster,
NodeStats[] nodes,
com.aerospike.client.async.EventLoopStats[] eventLoops)
Copyright © 2012–2023 Aerospike, Inc. All rights reserved.