com.hazelcast.impl.monitor
Class TopicOperationsCounter

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

public class TopicOperationsCounter
extends Object


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

Constructor Detail

TopicOperationsCounter

public TopicOperationsCounter()

TopicOperationsCounter

public TopicOperationsCounter(long interval)
Method Detail

incrementPublishes

public void incrementPublishes()

incrementReceivedMessages

public void incrementReceivedMessages()

getPublishedStats

public final T getPublishedStats()


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