com.hazelcast.monitor
Interface LocalExecutorOperationStats
- All Superinterfaces:
- DataSerializable, LocalInstanceOperationStats, Serializable
- All Known Implementing Classes:
- LocalExecutorOperationStatsImpl
public interface LocalExecutorOperationStats
- extends LocalInstanceOperationStats
getPending
long getPending()
getStarted
long getStarted()
getCompleted
long getCompleted()
getStartLatency
long getStartLatency()
getAverageStartLatency
long getAverageStartLatency()
getCompletionTime
long getCompletionTime()
getAverageCompletionTime
long getAverageCompletionTime()
getMinCompletionTime
long getMinCompletionTime()
getMaxCompletionTime
long getMaxCompletionTime()
Copyright .0; 2008-2011 Hazel Ltd. All Rights Reserved.