Class DataCollectorStage<T>
java.lang.Object
teetime.framework.AbstractStage
kieker.analysis.generic.clustering.DataCollectorStage<T>
- Type Parameters:
T- type of the objects collected
public class DataCollectorStage<T>
extends teetime.framework.AbstractStage
Collect objects until a time trigger has been received or the maximal amount of
events have been collected. On termination, it sends out its remaining content
- Since:
- 2.0.0
- Author:
- Lars Jürgensen
-
Field Summary
Fields inherited from class teetime.framework.AbstractStage
logger -
Constructor Summary
ConstructorsConstructorDescriptionCollect behavior models and send them based on an external time trigger to the mtree generation and a clustering stage.DataCollectorStage(int amount) -
Method Summary
Methods inherited from class teetime.framework.AbstractStage
abort, addInputPortRemovedListener, addOutputPortRemovedListener, compareAndSetBeingExecuted, createInputPort, createInputPort, createInputPort, createInputPort, createOutputPort, createOutputPort, createOutputPort, createOutputPort, declareActive, declarePassive, executeByFramework, getCurrentState, getId, getInputPorts, getOutputPorts, getOwningThread, getTerminationStrategy, isActive, isBeingExecuted, isPaused, isProducer, isStateless, onSignal, onStarting, onValidating, removeDynamicPort, removeDynamicPort, setPaused, setStateless, shouldBeTerminated, signalAlreadyReceived, terminateStage, toString, workCompleted
-
Constructor Details
-
DataCollectorStage
public DataCollectorStage()Collect behavior models and send them based on an external time trigger to the mtree generation and a clustering stage. -
DataCollectorStage
public DataCollectorStage(int amount)
-
-
Method Details
-
execute
- Specified by:
executein classteetime.framework.AbstractStage- Throws:
Exception
-
onTerminating
protected void onTerminating()- Overrides:
onTerminatingin classteetime.framework.AbstractStage
-
getDataInputPort
-
getTimeTriggerInputPort
-
getmTreeOutputPort
-
getOpticsOutputPort
-