com.hazelcast.monitor
Interface LocalInstanceOperationStats

All Superinterfaces:
DataSerializable, Serializable
All Known Subinterfaces:
LocalAtomicNumberOperationStats, LocalCountDownLatchOperationStats, LocalExecutorOperationStats, LocalLockOperationStats, LocalMapOperationStats, LocalQueueOperationStats, LocalSemaphoreOperationStats, LocalTopicOperationStats
All Known Implementing Classes:
LocalAtomicNumberOperationStatsImpl, LocalCountDownLatchOperationStatsImpl, LocalExecutorOperationStatsImpl, LocalLockOperationStatsImpl, LocalMapOperationStatsImpl, LocalQueueOperationStatsImpl, LocalSemaphoreOperationStatsImpl, LocalTopicOperationStatsImpl

public interface LocalInstanceOperationStats
extends DataSerializable


Method Summary
 long getPeriodEnd()
          Gets the end time of the period in milliseconds.
 long getPeriodStart()
          Gets the start time of the period in milliseconds.
 
Methods inherited from interface com.hazelcast.nio.DataSerializable
readData, writeData
 

Method Detail

getPeriodStart

long getPeriodStart()
Gets the start time of the period in milliseconds.

Returns:
start time in milliseconds.

getPeriodEnd

long getPeriodEnd()
Gets the end time of the period in milliseconds.

Returns:
end time in milliseconds.


Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.