|
Oracle NoSQL Database version 11gR2.2.0.26 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OperationMetrics
Aggregates the metrics associated with a KVS operation.
Method Summary | |
---|---|
float |
getAverageLatencyMs()
Returns the average request latency in milliseconds. |
int |
getMaxLatencyMs()
Returns the maximum request latency in milliseconds. |
int |
getMinLatencyMs()
Returns the minimum request latency in milliseconds. |
String |
getOperationName()
Returns the name of the KVS operation associated with the metrics. |
int |
getTotalOps()
Returns the number of operations that were executed. |
int |
getTotalRequests()
Returns the number of requests that were executed. |
Method Detail |
---|
String getOperationName()
int getTotalOps()
For requests (API method calls) that involve a single operation (get, put, etc.), one operation is counted per request. For requests that involve multiple operations (multiGet, multiDelete, execute), all individual operations are counted.
int getTotalRequests()
Only one request per API method call is counted, whether the request
involves a single operation (get, put, etc.) or multiple operations
(multiGet, multiDelete, execute). For requests that involve a single
operation, this method returns the same value as getTotalOps()
.
int getMinLatencyMs()
int getMaxLatencyMs()
float getAverageLatencyMs()
|
Oracle NoSQL Database version 11gR2.2.0.26 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |