com.hazelcast.impl.monitor
Class AtomicNumberOperationsCounter

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

public class AtomicNumberOperationsCounter
extends Object


Constructor Summary
AtomicNumberOperationsCounter()
           
AtomicNumberOperationsCounter(long interval)
           
 
Method Summary
 T getPublishedStats()
           
 void incrementModified(long elapsed)
           
 void incrementNonModified(long elapsed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomicNumberOperationsCounter

public AtomicNumberOperationsCounter()

AtomicNumberOperationsCounter

public AtomicNumberOperationsCounter(long interval)
Method Detail

incrementModified

public void incrementModified(long elapsed)

incrementNonModified

public void incrementNonModified(long elapsed)

getPublishedStats

public final T getPublishedStats()


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