public class LocalExecutorStatsImpl extends Object implements LocalExecutorStats
| Constructor and Description |
|---|
LocalExecutorStatsImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelExecution() |
void |
finishExecution(long elapsed) |
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 |
getCreationTime() |
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
|
void |
readData(ObjectDataInput in) |
void |
rejectExecution() |
void |
startExecution(long elapsed) |
void |
startPending() |
void |
writeData(ObjectDataOutput out) |
public void startPending()
public void startExecution(long elapsed)
public void finishExecution(long elapsed)
public void rejectExecution()
public void cancelExecution()
public long getCreationTime()
getCreationTime in interface LocalInstanceStatspublic long getPendingTaskCount()
LocalExecutorStatsgetPendingTaskCount in interface LocalExecutorStatspublic long getStartedTaskCount()
LocalExecutorStatsgetStartedTaskCount in interface LocalExecutorStatspublic long getCompletedTaskCount()
LocalExecutorStatsgetCompletedTaskCount in interface LocalExecutorStatspublic long getCancelledTaskCount()
LocalExecutorStatsgetCancelledTaskCount in interface LocalExecutorStatspublic long getTotalStartLatency()
LocalExecutorStatsgetTotalStartLatency in interface LocalExecutorStatspublic long getTotalExecutionLatency()
LocalExecutorStatsgetTotalExecutionLatency in interface LocalExecutorStatspublic void writeData(ObjectDataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionpublic void readData(ObjectDataInput in) throws IOException
readData in interface DataSerializableIOExceptionCopyright © 2021 Hazelcast, Inc.. All rights reserved.