public interface LocalExecutorStats extends LocalInstanceStats
MemberState
 implementations.STAT_NOT_AVAILABLE| Modifier and Type | Method and Description | 
|---|---|
long | 
getCancelledTaskCount()
Returns the number of cancelled operations on the executor service. 
 | 
long | 
getCompletedTaskCount()
Returns the number of completed operations on the executor service. 
 | 
long | 
getPendingTaskCount()
Returns the number of pending operations on the executor service. 
 | 
long | 
getStartedTaskCount()
Returns the number of started operations on the executor service. 
 | 
long | 
getTotalExecutionLatency()
Returns the total execution time of operations finished. 
 | 
long | 
getTotalStartLatency()
Returns the total start latency of operations started. 
 | 
getCreationTimefromJson, toJsonlong getPendingTaskCount()
long getStartedTaskCount()
long getCompletedTaskCount()
long getCancelledTaskCount()
long getTotalStartLatency()
long getTotalExecutionLatency()
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.