Class TextFileStreamProcessor

java.lang.Object
kieker.analysis.plugin.reader.filesystem.TextFileStreamProcessor

@Deprecated
public class TextFileStreamProcessor
extends java.lang.Object
Deprecated.
1.15 replaced by teetime log reading facilities, can be removed when AsciiLogReaderThread, FSDirectoryReader and FSZipReader (old API) are removed
Since:
1.15
  • Constructor Summary

    Constructors 
    Constructor Description
    TextFileStreamProcessor​(boolean ignoreUnknownRecordTypes, kieker.common.registry.reader.ReaderRegistry<java.lang.String> stringRegistry, IMonitoringRecordReceiver recordReceiver)
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    void processInputChannel​(java.io.InputStream inputStream)
    Deprecated.
    Process an input stream.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • processInputChannel

      public void processInputChannel​(java.io.InputStream inputStream) throws java.io.IOException, MappingException, kieker.common.exception.MonitoringRecordException, kieker.common.exception.UnknownRecordTypeException
      Deprecated.
      Process an input stream.
      Parameters:
      inputStream - input stream to be parsed
      Throws:
      java.io.IOException - on IO errors reading the file
      MappingException - when type mapping fails
      kieker.common.exception.MonitoringRecordException - issues with monitoring records
      kieker.common.exception.UnknownRecordTypeException - if the type is not known