net.sf.seide.stages
Interface StageStatistics
- All Known Implementing Classes:
- StageStatisticsImpl
@MXBean
public interface StageStatistics
getContext
String getContext()
getId
String getId()
getPendingCount
long getPendingCount()
getRunningCount
long getRunningCount()
getTotalExecutionCount
long getTotalExecutionCount()
getTotalExecutionTime
long getTotalExecutionTime()
getMinExecutionTime
long getMinExecutionTime()
getAvgExecutionTime
double getAvgExecutionTime()
getMaxExecutionTime
long getMaxExecutionTime()
addPending
void addPending()
removePending
void removePending()
addRunning
void addRunning()
removeRunning
void removeRunning()
getDiscardedExecutions
long getDiscardedExecutions()
getRetryedExecutions
long getRetryedExecutions()
trackDiscardedExecution
void trackDiscardedExecution()
trackRetry
void trackRetry()
trackTimeAndExecution
void trackTimeAndExecution(long time)
trackTimeAndExecution
void trackTimeAndExecution(long time,
boolean error)
Copyright © 2011. All Rights Reserved.