java.io.Serializablepublic class KVStats
extends java.lang.Object
implements java.io.Serializable
KVStore.getStats(boolean),
Serialized Form| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<NodeMetrics> |
getNodeMetrics() |
Returns the metrics associated with each node in the KVStore.
|
java.util.List<OperationMetrics> |
getOpMetrics() |
Returns a list of metrics associated with each operation supported by
KVStore.
|
long |
getRequestRetryCount() |
Returns the total number of times requests were retried.
|
StoreIteratorMetrics |
getStoreIteratorMetrics() |
Deprecated.
since 3.4, no longer supported.
|
java.lang.String |
toString() |
Returns a descriptive string containing metrics for each operation that
was actually performed over during the statistics gathering interval,
one per line.
|
public java.util.List<OperationMetrics> getOpMetrics()
OperationMetrics.getOperationName().
It's worth noting that the metrics related to the Iterator methods are
special, since each use of an iterator call may result in multiple
underlying operations depending upon the batchSize used for
the iteration.
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.List<NodeMetrics> getNodeMetrics()
@Deprecated public StoreIteratorMetrics getStoreIteratorMetrics()
public long getRequestRetryCount()
Copyright (c) 2011, 2018 Oracle and/or its affiliates. All rights reserved.