|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hazelcast.impl.monitor.LocalMapOperationStatsImpl
public class LocalMapOperationStatsImpl
Constructor Summary | |
---|---|
LocalMapOperationStatsImpl()
|
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 |
getPeriodEnd()
Gets the end time of the period in milliseconds. |
long |
getPeriodStart()
Gets the start time of the period in milliseconds. |
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. |
void |
readData(DataInput in)
|
String |
toString()
|
long |
total()
Returns the total number of total operations |
void |
writeData(DataOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.hazelcast.monitor.LocalInstanceOperationStats |
---|
getPeriodEnd, getPeriodStart |
Methods inherited from interface com.hazelcast.nio.DataSerializable |
---|
readData, writeData |
Constructor Detail |
---|
public LocalMapOperationStatsImpl()
Method Detail |
---|
public long total()
LocalMapOperationStats
total
in interface LocalMapOperationStats
public long getNumberOfPuts()
LocalMapOperationStats
getNumberOfPuts
in interface LocalMapOperationStats
public long getNumberOfGets()
LocalMapOperationStats
getNumberOfGets
in interface LocalMapOperationStats
public long getTotalPutLatency()
LocalMapOperationStats
getTotalPutLatency
in interface LocalMapOperationStats
public long getTotalGetLatency()
LocalMapOperationStats
getTotalGetLatency
in interface LocalMapOperationStats
public long getTotalRemoveLatency()
LocalMapOperationStats
getTotalRemoveLatency
in interface LocalMapOperationStats
public long getNumberOfRemoves()
LocalMapOperationStats
getNumberOfRemoves
in interface LocalMapOperationStats
public long getNumberOfOtherOperations()
LocalMapOperationStats
getNumberOfOtherOperations
in interface LocalMapOperationStats
public long getNumberOfEvents()
LocalMapOperationStats
getNumberOfEvents
in interface LocalMapOperationStats
public String toString()
toString
in class Object
public final long getPeriodStart()
LocalInstanceOperationStats
getPeriodStart
in interface LocalInstanceOperationStats
public final long getPeriodEnd()
LocalInstanceOperationStats
getPeriodEnd
in interface LocalInstanceOperationStats
public final void writeData(DataOutput out) throws IOException
writeData
in interface DataSerializable
IOException
public final void readData(DataInput in) throws IOException
readData
in interface DataSerializable
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |