public final class ClusterStats extends Object
Modifier and Type | Field and Description |
---|---|
com.aerospike.client.async.EventLoopStats[] |
eventLoops
Statistics for each event loop.
|
NodeStats[] |
nodes
Statistics for each node.
|
int |
threadsInUse
Number of active threads executing sync batch/scan/query commands.
|
Constructor and Description |
---|
ClusterStats(NodeStats[] nodes,
com.aerospike.client.async.EventLoopStats[] eventLoops,
int threadsInUse)
Cluster statistics constructor.
|
public final NodeStats[] nodes
public final com.aerospike.client.async.EventLoopStats[] eventLoops
public final int threadsInUse
public ClusterStats(NodeStats[] nodes, com.aerospike.client.async.EventLoopStats[] eventLoops, int threadsInUse)
Copyright ? 2012–2018 Aerospike, Inc. All rights reserved.