public class LocalMapOperationStatsImpl extends Object implements LocalMapOperationStats
| Constructor and Description |
|---|
LocalMapOperationStatsImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPeriodEnd, getPeriodStartreadData, writeDatapublic long total()
LocalMapOperationStatstotal in interface LocalMapOperationStatspublic long getNumberOfPuts()
LocalMapOperationStatsgetNumberOfPuts in interface LocalMapOperationStatspublic long getNumberOfGets()
LocalMapOperationStatsgetNumberOfGets in interface LocalMapOperationStatspublic long getTotalPutLatency()
LocalMapOperationStatsgetTotalPutLatency in interface LocalMapOperationStatspublic long getTotalGetLatency()
LocalMapOperationStatsgetTotalGetLatency in interface LocalMapOperationStatspublic long getTotalRemoveLatency()
LocalMapOperationStatsgetTotalRemoveLatency in interface LocalMapOperationStatspublic long getNumberOfRemoves()
LocalMapOperationStatsgetNumberOfRemoves in interface LocalMapOperationStatspublic long getNumberOfOtherOperations()
LocalMapOperationStatsgetNumberOfOtherOperations in interface LocalMapOperationStatspublic long getNumberOfEvents()
LocalMapOperationStatsgetNumberOfEvents in interface LocalMapOperationStatspublic final long getPeriodStart()
LocalInstanceOperationStatsgetPeriodStart in interface LocalInstanceOperationStatspublic final long getPeriodEnd()
LocalInstanceOperationStatsgetPeriodEnd in interface LocalInstanceOperationStatspublic final void writeData(DataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionpublic final void readData(DataInput in) throws IOException
readData in interface DataSerializableIOExceptionCopyright © 2008-2013 Hazelcast, Inc. All Rights Reserved.