public class LocalTopicOperationStatsImpl extends Object implements LocalTopicOperationStats
| Constructor and Description |
|---|
LocalTopicOperationStatsImpl() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
readData(DataInput in) |
void |
writeData(DataOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPeriodEnd, getPeriodStartreadData, writeDatapublic long getNumberOfPublishes()
LocalTopicOperationStatsgetNumberOfPublishes in interface LocalTopicOperationStatspublic long getNumberOfReceivedMessages()
LocalTopicOperationStatsgetNumberOfReceivedMessages in interface LocalTopicOperationStatspublic final long getPeriodStart()
LocalInstanceOperationStatsgetPeriodStart in interface LocalInstanceOperationStatspublic final long getPeriodEnd()
LocalInstanceOperationStatsgetPeriodEnd in interface LocalInstanceOperationStatspublic final void writeData(DataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionpublic final void readData(DataInput in) throws IOException
readData in interface DataSerializableIOExceptionCopyright © 2008-2013 Hazelcast, Inc. All Rights Reserved.