com.hazelcast.impl.monitor
Class LockOperationsCounter

java.lang.Object
  extended by com.hazelcast.impl.monitor.LockOperationsCounter

public class LockOperationsCounter
extends Object


Constructor Summary
LockOperationsCounter()
           
LockOperationsCounter(long interval)
           
 
Method Summary
 T getPublishedStats()
           
 void incrementFailedLocks()
           
 void incrementLocks()
           
 void incrementUnlocks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockOperationsCounter

public LockOperationsCounter()

LockOperationsCounter

public LockOperationsCounter(long interval)
Method Detail

incrementLocks

public void incrementLocks()

incrementUnlocks

public void incrementUnlocks()

incrementFailedLocks

public void incrementFailedLocks()

getPublishedStats

public final T getPublishedStats()


Copyright © 2008-2012 Hazelcast, Inc. All Rights Reserved.