Class OperationExecutionRecordTimestampFilter

java.lang.Object
teetime.framework.AbstractStage
teetime.framework.AbstractConsumerStage<T>
kieker.analysis.generic.time.AbstractTimestampFilter<OperationExecutionRecord>
kieker.analysis.generic.time.OperationExecutionRecordTimestampFilter

public class OperationExecutionRecordTimestampFilter
extends AbstractTimestampFilter<OperationExecutionRecord>
Concrete implementation of AbstractTimestampFilter. Allows to filter OperationExecutionRecord objects based on their given timestamps. This stage receives trace events to be selected by a specific timestamp selector (based on tin and tout).
Since:
1.2
Author:
Andre van Hoorn, Jan Waller, Lars Bluemke
  • Field Summary

    Fields inherited from class kieker.analysis.generic.time.AbstractTimestampFilter

    recordOutsideTimePeriodOutputPort, recordWithinTimePeriodOutputPort

    Fields inherited from class teetime.framework.AbstractConsumerStage

    inputPort

    Fields inherited from class teetime.framework.AbstractStage

    logger
  • Constructor Summary

    Constructors 
    Constructor Description
    OperationExecutionRecordTimestampFilter​(long ignoreBeforeTimestamp, long ignoreAfterTimestamp)  
  • Method Summary

    Modifier and Type Method Description
    protected void execute​(OperationExecutionRecord execution)  
    protected long getRecordSpecificTimestamp​(OperationExecutionRecord execution)
    Returns the most accurate timestamp available for each record.

    Methods inherited from class teetime.framework.AbstractConsumerStage

    createInputPort, execute, getInputPort

    Methods 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait