@Deprecated public class FSReader extends teetime.framework.AbstractProducerStage<IMonitoringRecord> implements IMonitoringRecordReceiver
Constructor and Description |
---|
FSReader(java.lang.String[] inputDirs,
boolean ignoreUnknownRecordTypes)
Deprecated.
Creates an instance of this class using the given parameters.
|
Modifier and Type | Method and Description |
---|---|
protected void |
execute()
Deprecated.
|
boolean |
isIgnoreUnknownRecordTypes()
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 FSReader(java.lang.String[] inputDirs, boolean ignoreUnknownRecordTypes)
inputDirs
- Determines the input directories for this plugin.ignoreUnknownRecordTypes
- Determines whether the reader ignores unknown record types or not.public void terminateStage()
terminateStage
in class teetime.framework.AbstractStage
protected void execute()
execute
in class teetime.framework.AbstractStage
public boolean newMonitoringRecord(IMonitoringRecord record)
IMonitoringRecordReceiver
newMonitoringRecord
in interface IMonitoringRecordReceiver
record
- The record to be processed.public void newEndOfFileRecord()
newEndOfFileRecord
in interface IMonitoringRecordReceiver
public boolean isIgnoreUnknownRecordTypes()
Copyright 2020 Kieker Project, http://kieker-monitoring.net