public class LocalLockOperationStatsImpl extends Object implements LocalLockOperationStats
| Constructor and Description |
|---|
LocalLockOperationStatsImpl() |
| Modifier and Type | Method and Description |
|---|---|
long |
getNumberOfFailedLocks()
Returns the number of failed lock operations.
|
long |
getNumberOfLocks()
Returns the number of lock operations.
|
long |
getNumberOfUnlocks()
Returns the number of unlock operations.
|
long |
getPeriodEnd()
Gets the end time of the period in milliseconds.
|
long |
getPeriodStart()
Gets the start time of the period in milliseconds.
|
void |
readData(DataInput in) |
long |
total()
Returns the number of total operations.
|
void |
writeData(DataOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPeriodEnd, getPeriodStartreadData, writeDatapublic long getNumberOfLocks()
LocalLockOperationStatsgetNumberOfLocks in interface LocalLockOperationStatspublic long getNumberOfUnlocks()
LocalLockOperationStatsgetNumberOfUnlocks in interface LocalLockOperationStatspublic long getNumberOfFailedLocks()
LocalLockOperationStatsgetNumberOfFailedLocks in interface LocalLockOperationStatspublic long total()
LocalLockOperationStatstotal in interface LocalLockOperationStatspublic 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.