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 © 2008-2012 Hazelcast, Inc. All Rights Reserved.