com.hazelcast.monitor
Interface LocalTopicStats

All Superinterfaces:
DataSerializable, LocalInstanceStats

public interface LocalTopicStats
extends LocalInstanceStats


Method Summary
 long getCreationTime()
          Returns the creation time of this topic on this member
 long getPublishOperationCount()
          Returns the total number of published messages of this topic on this member
 long getReceiveOperationCount()
          Returns the total number of received messages of this topic on this member
 
Methods inherited from interface com.hazelcast.nio.serialization.DataSerializable
readData, writeData
 

Method Detail

getCreationTime

long getCreationTime()
Returns the creation time of this topic on this member

Specified by:
getCreationTime in interface LocalInstanceStats
Returns:
creation time of this topic on this member

getPublishOperationCount

long getPublishOperationCount()
Returns the total number of published messages of this topic on this member

Returns:
total number of publishes

getReceiveOperationCount

long getReceiveOperationCount()
Returns the total number of received messages of this topic on this member

Returns:


Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.