Uses of Class
adams.flow.execution.AbstractFlowExecutionListenerWithTable
-
Packages that use AbstractFlowExecutionListenerWithTable Package Description adams.flow.execution -
-
Uses of AbstractFlowExecutionListenerWithTable in adams.flow.execution
Subclasses of AbstractFlowExecutionListenerWithTable in adams.flow.execution Modifier and Type Class Description classAbstractTimedFlowExecutionListenerWithTableAncestor for listeners that use tables and update them at regular intervals.classCurrentlyExecutedShows what actors are currently being executed.classExecutionCounterCounts how often an actor was executed.
The final counts can be written to a log file in CSV format.classTimeShows how much time actors are taking in their method calls (gets accumulated).
-