@Deprecated public class BinaryLogReader extends teetime.framework.AbstractProducerStage<IMonitoringRecord> implements IMonitoringRecordReceiver
Constructor and Description |
---|
BinaryLogReader(java.lang.String[] inputDirs,
boolean shouldDecompress)
Deprecated.
Creates a new instance of this class using the given parameters.
|
Modifier and Type | Method and Description |
---|---|
protected void |
execute()
Deprecated.
|
void |
newEndOfFileRecord()
Deprecated.
|
boolean |
newMonitoringRecord(IMonitoringRecord record)
Deprecated.
This method is called for each new record by each ReaderThread.
|
void |
terminateStage()
Deprecated.
|
getOutputPort, getTerminationStrategy
abort, addInputPortRemovedListener, addOutputPortRemovedListener, compareAndSetBeingExecuted, createInputPort, createInputPort, createInputPort, createInputPort, createOutputPort, createOutputPort, createOutputPort, createOutputPort, declareActive, declarePassive, executeByFramework, getCurrentState, getId, getInputPorts, getOutputPorts, getOwningThread, isActive, isBeingExecuted, isPaused, isProducer, isStateless, onSignal, onStarting, onTerminating, onValidating, removeDynamicPort, removeDynamicPort, setPaused, setStateless, shouldBeTerminated, signalAlreadyReceived, toString, workCompleted
public BinaryLogReader(java.lang.String[] inputDirs, boolean shouldDecompress)
configuration
- The configuration for this component.projectContext
- The project context for this component.public void terminateStage()
terminateStage
in class teetime.framework.AbstractStage
protected void execute()
execute
in class teetime.framework.AbstractStage
public boolean newMonitoringRecord(IMonitoringRecord record)
newMonitoringRecord
in interface IMonitoringRecordReceiver
record
- The record to be processed.public void newEndOfFileRecord()
newEndOfFileRecord
in interface IMonitoringRecordReceiver
Copyright 2020 Kieker Project, http://kieker-monitoring.net