Class TraceStatisticsDecoratorStage
java.lang.Object
teetime.framework.AbstractStage
teetime.framework.AbstractConsumerStage<I>
teetime.stage.basic.AbstractTransformation<E,E>
teetime.stage.basic.AbstractFilter<Trace>
kieker.analysis.architecture.trace.reconstruction.TraceStatisticsDecoratorStage
public final class TraceStatisticsDecoratorStage extends teetime.stage.basic.AbstractFilter<Trace>
This class is a
TeeTime stage adding statistics to instances of
TraceRoot. The traces are forwarded to the output port.- Since:
- 1.14
- Author:
- Nils Christian Ehmke, Sören Henning
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TraceStatisticsDecoratorStage() -
Method Summary
Methods inherited from class teetime.framework.AbstractConsumerStage
createInputPort, execute, getInputPortMethods inherited from class teetime.framework.AbstractStage
abort, addInputPortRemovedListener, addOutputPortRemovedListener, compareAndSetBeingExecuted, createInputPort, createInputPort, createInputPort, createOutputPort, createOutputPort, createOutputPort, createOutputPort, declareActive, declarePassive, executeByFramework, getCurrentState, getId, getInputPorts, getOutputPorts, getOwningThread, getTerminationStrategy, isActive, isBeingExecuted, isPaused, isProducer, isStateless, onSignal, onStarting, onTerminating, onValidating, removeDynamicPort, removeDynamicPort, setPaused, setStateless, shouldBeTerminated, signalAlreadyReceived, terminateStage, toString, workCompleted
-
Constructor Details
-
TraceStatisticsDecoratorStage
public TraceStatisticsDecoratorStage()
-
-
Method Details