com.hazelcast.monitor
Interface LocalExecutorOperationStats

All Superinterfaces:
DataSerializable, LocalInstanceOperationStats, Serializable
All Known Implementing Classes:
LocalExecutorOperationStatsImpl

public interface LocalExecutorOperationStats
extends LocalInstanceOperationStats


Method Summary
 long getAverageCompletionTime()
           
 long getAverageStartLatency()
           
 long getCompleted()
           
 long getCompletionTime()
           
 long getMaxCompletionTime()
           
 long getMinCompletionTime()
           
 long getPending()
           
 long getStarted()
           
 long getStartLatency()
           
 
Methods inherited from interface com.hazelcast.monitor.LocalInstanceOperationStats
getPeriodEnd, getPeriodStart
 
Methods inherited from interface com.hazelcast.nio.DataSerializable
readData, writeData
 

Method Detail

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.