|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalExecutorStats
Field Summary |
---|
Fields inherited from interface com.hazelcast.monitor.LocalInstanceStats |
---|
STAT_NOT_AVAILABLE |
Method Summary | |
---|---|
long |
getCancelledTaskCount()
Returns the number of cancelled operations of the executor service |
long |
getCompletedTaskCount()
Returns the number of completed operations of the executor service |
long |
getPendingTaskCount()
Returns the number of pending operations of the executor service |
long |
getStartedTaskCount()
Returns the number of started operations of the executor service |
long |
getTotalExecutionLatency()
Returns the total execution time of operations finished |
long |
getTotalStartLatency()
Returns the total start latency of operations started |
Methods inherited from interface com.hazelcast.monitor.LocalInstanceStats |
---|
getCreationTime |
Methods inherited from interface com.hazelcast.management.JsonSerializable |
---|
fromJson, toJson |
Method Detail |
---|
long getPendingTaskCount()
long getStartedTaskCount()
long getCompletedTaskCount()
long getCancelledTaskCount()
long getTotalStartLatency()
long getTotalExecutionLatency()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |