com.hazelcast.impl.monitor
Class CountDownLatchOperationsCounter

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

public class CountDownLatchOperationsCounter
extends Object


Constructor Summary
CountDownLatchOperationsCounter()
           
CountDownLatchOperationsCounter(long interval)
           
 
Method Summary
 T getPublishedStats()
           
 void incrementAwait(long elapsed)
           
 void incrementCountDown(long elapsed, int releasedThreads)
           
 void incrementOther(long elapsed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountDownLatchOperationsCounter

public CountDownLatchOperationsCounter()

CountDownLatchOperationsCounter

public CountDownLatchOperationsCounter(long interval)
Method Detail

incrementAwait

public void incrementAwait(long elapsed)

incrementCountDown

public void incrementCountDown(long elapsed,
                               int releasedThreads)

incrementOther

public void incrementOther(long elapsed)

getPublishedStats

public final T getPublishedStats()


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