public interface LocalTopicStats
extends com.hazelcast.instance.LocalInstanceStats
MemberState implementations.| 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 com.hazelcast.instance.LocalInstanceStatslong getPublishOperationCount()
long getReceiveOperationCount()
Copyright © 2023 Hazelcast, Inc.. All rights reserved.