com.hazelcast.monitor
Interface LocalLockOperationStats

All Superinterfaces:
DataSerializable, LocalInstanceOperationStats, Serializable
All Known Implementing Classes:
LocalLockOperationStatsImpl

public interface LocalLockOperationStats
extends LocalInstanceOperationStats


Method Summary
 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 total()
          Returns the 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

getNumberOfLocks

long getNumberOfLocks()
Returns the number of lock operations.

Returns:
number of lock operations

getNumberOfUnlocks

long getNumberOfUnlocks()
Returns the number of unlock operations.

Returns:
number of unlock operations

getNumberOfFailedLocks

long getNumberOfFailedLocks()
Returns the number of failed lock operations.

Returns:
number of failed lock operations

total

long total()
Returns the number of total operations.

Returns:
number of total operations


Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.