com.hazelcast.monitor
Interface LocalTopicOperationStats

All Superinterfaces:
DataSerializable, Serializable

public interface LocalTopicOperationStats
extends DataSerializable


Method Summary
 long getNumberOfPublishes()
          Returns the number of publish operations.
 long getNumberOfReceivedMessages()
          Returns the number of received messages
 long getPeriodEnd()
          Gets the end time of the period in milliseconds.
 long getPeriodStart()
          Gets the start time of the period in milliseconds.
 
Methods inherited from interface com.hazelcast.nio.DataSerializable
readData, writeData
 

Method Detail

getPeriodStart

long getPeriodStart()
Gets the start time of the period in milliseconds.

Returns:
start time in milliseconds.

getPeriodEnd

long getPeriodEnd()
Gets the end time of the period in milliseconds.

Returns:
end time in milliseconds.

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 .9.4-SNAPSHOT; 2008-2011 Hazel Ltd. All Rights Reserved.