@Deprecated public class AsciiLogReader extends teetime.framework.AbstractProducerStage<IMonitoringRecord> implements IMonitoringRecordReceiver
| Constructor and Description |
|---|
AsciiLogReader(java.lang.String[] inputDirs,
boolean ignoreUnknownRecordTypes,
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, getTerminationStrategyabort, 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, workCompletedpublic AsciiLogReader(java.lang.String[] inputDirs,
boolean ignoreUnknownRecordTypes,
boolean shouldDecompress)
inputDirs - Determines the input directories for this plugin.ignoreUnknownRecordTypes - Determines whether the reader ignores unknown record types or not.shouldDecompress - Determines whether to decompress the Kieker log files.public void terminateStage()
terminateStage in class teetime.framework.AbstractStageprotected void execute()
execute in class teetime.framework.AbstractStagepublic boolean newMonitoringRecord(IMonitoringRecord record)
newMonitoringRecord in interface IMonitoringRecordReceiverrecord - The record to be processed.public void newEndOfFileRecord()
newEndOfFileRecord in interface IMonitoringRecordReceiverCopyright 2020 Kieker Project, http://kieker-monitoring.net