public interface LocalTopicStats extends LocalInstanceStats
STAT_NOT_AVAILABLE
Modifier and Type | Method and Description |
---|---|
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
|
long getCreationTime()
getCreationTime
in interface LocalInstanceStats
long getPublishOperationCount()
long getReceiveOperationCount()
Copyright © 2018 Hazelcast, Inc.. All rights reserved.