|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalMapOperationStats
Local Map Operation Statistics returns number of map operations in bounded period. The period has start and end times. Given the number of operations in that period, one can calculate the number of operations per second.
Method Summary | |
---|---|
long |
getNumberOfEvents()
Returns the number of Events Received |
long |
getNumberOfGets()
Returns the number of get operations |
long |
getNumberOfOtherOperations()
Returns the total number of Other Operations |
long |
getNumberOfPuts()
Returns the number of put operations |
long |
getNumberOfRemoves()
Returns the number of Remove operations |
long |
getTotalGetLatency()
Returns the total latency of get operations in this period. |
long |
getTotalPutLatency()
Returns the total latency of put operations in this period. |
long |
getTotalRemoveLatency()
Returns the total latency of remove operations in this period. |
long |
total()
Returns the total number of total operations |
Methods inherited from interface com.hazelcast.monitor.LocalInstanceOperationStats |
---|
getPeriodEnd, getPeriodStart |
Methods inherited from interface com.hazelcast.nio.DataSerializable |
---|
readData, writeData |
Method Detail |
---|
long getNumberOfPuts()
long getNumberOfGets()
long getTotalPutLatency()
long getTotalGetLatency()
long getTotalRemoveLatency()
long getNumberOfRemoves()
long getNumberOfEvents()
long getNumberOfOtherOperations()
long total()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |