|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hazelcast.monitor.impl.LocalExecutorStatsImpl
public class LocalExecutorStatsImpl
Field Summary |
---|
Fields inherited from interface com.hazelcast.monitor.LocalInstanceStats |
---|
STAT_NOT_AVAILABLE |
Constructor Summary | |
---|---|
LocalExecutorStatsImpl()
|
Method Summary | |
---|---|
void |
cancelExecution()
|
void |
finishExecution(long elapsed)
|
void |
fromJson(com.eclipsesource.json.JsonObject json)
|
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 |
rejectExecution()
|
void |
startExecution(long elapsed)
|
void |
startPending()
|
com.eclipsesource.json.JsonObject |
toJson()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocalExecutorStatsImpl()
Method Detail |
---|
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 LocalInstanceStats
public long getPendingTaskCount()
LocalExecutorStats
getPendingTaskCount
in interface LocalExecutorStats
public long getStartedTaskCount()
LocalExecutorStats
getStartedTaskCount
in interface LocalExecutorStats
public long getCompletedTaskCount()
LocalExecutorStats
getCompletedTaskCount
in interface LocalExecutorStats
public long getCancelledTaskCount()
LocalExecutorStats
getCancelledTaskCount
in interface LocalExecutorStats
public long getTotalStartLatency()
LocalExecutorStats
getTotalStartLatency
in interface LocalExecutorStats
public long getTotalExecutionLatency()
LocalExecutorStats
getTotalExecutionLatency
in interface LocalExecutorStats
public com.eclipsesource.json.JsonObject toJson()
toJson
in interface JsonSerializable
public void fromJson(com.eclipsesource.json.JsonObject json)
fromJson
in interface JsonSerializable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |