com.hazelcast.monitor
Interface LocalTopicOperationStats

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

public interface LocalTopicOperationStats
extends LocalInstanceOperationStats


Method Summary
 long getNumberOfPublishes()
          Returns the number of publish operations.
 long getNumberOfReceivedMessages()
          Returns the number of received messages
 
Methods inherited from interface com.hazelcast.monitor.LocalInstanceOperationStats
getPeriodEnd, getPeriodStart
 
Methods inherited from interface com.hazelcast.nio.DataSerializable
readData, writeData
 

Method Detail

getNumberOfPublishes

long getNumberOfPublishes()
Returns the number of publish operations.

Returns:
number of publish operations

getNumberOfReceivedMessages

long getNumberOfReceivedMessages()
Returns the number of received messages

Returns:
number of received messages .


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