public class LocalTopicStatsImpl extends Object implements LocalTopicStats
Constructor and Description |
---|
LocalTopicStatsImpl() |
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
|
void |
incrementPublishes() |
void |
incrementReceives() |
void |
readData(ObjectDataInput in) |
void |
writeData(ObjectDataOutput out) |
public void writeData(ObjectDataOutput out) throws IOException
writeData
in interface DataSerializable
IOException
public void readData(ObjectDataInput in) throws IOException
readData
in interface DataSerializable
IOException
public long getCreationTime()
LocalTopicStats
getCreationTime
in interface LocalInstanceStats
getCreationTime
in interface LocalTopicStats
public long getPublishOperationCount()
LocalTopicStats
getPublishOperationCount
in interface LocalTopicStats
public void incrementPublishes()
public long getReceiveOperationCount()
LocalTopicStats
getReceiveOperationCount
in interface LocalTopicStats
public void incrementReceives()
Copyright © 2014 Hazelcast, Inc.. All rights reserved.