net.sf.seide.stages
Interface StageStatistics

All Known Implementing Classes:
StageStatisticsImpl

@MXBean
public interface StageStatistics


Method Summary
 void addPending()
           
 void addRunning()
           
 double getAvgExecutionTime()
           
 String getContext()
           
 long getDiscardedExecutions()
           
 String getId()
           
 long getMaxExecutionTime()
           
 long getMinExecutionTime()
           
 long getPendingCount()
           
 long getRetryedExecutions()
           
 long getRunningCount()
           
 long getTotalExecutionCount()
           
 long getTotalExecutionTime()
           
 void removePending()
           
 void removeRunning()
           
 void trackDiscardedExecution()
           
 void trackRetry()
           
 void trackTimeAndExecution(long time)
           
 

Method Detail

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)


Copyright © 2011. All Rights Reserved.