Package com.aerospike.client.cluster
Class NodeStats
java.lang.Object
com.aerospike.client.cluster.NodeStats
Node statistics.
-
Field Summary
FieldsModifier and TypeFieldDescriptionConnection statistics for async commands.final longCommand error count since node was initialized.final NodeNode for which statistics are generated.final ConnectionStatsConnection statistics for sync commands.final longCommand timeout count since node was initialized. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
node
Node for which statistics are generated. -
sync
Connection statistics for sync commands. -
async
Connection statistics for async commands. -
errorCount
public final long errorCountCommand error count since node was initialized. If the error is retryable, multiple errors per command may occur. -
timeoutCount
public final long timeoutCountCommand timeout count since node was initialized. If the timeout is retryable (ie socketTimeout), multiple timeouts per command may occur.
-
-
Constructor Details
-
NodeStats
Node statistics constructor.
-
-
Method Details