Class DatEventDeserializer

java.lang.Object
kieker.analysis.generic.source.file.AbstractEventDeserializer
kieker.analysis.generic.source.file.DatEventDeserializer

public class DatEventDeserializer
extends AbstractEventDeserializer
Since:
1.15
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String BUFFER_SIZE  
    static int DEFAULT_BUFFER_SIZE  
    static java.lang.String PREFIX  

    Fields inherited from class kieker.analysis.generic.source.file.AbstractEventDeserializer

    registry
  • Constructor Summary

    Constructors 
    Constructor Description
    DatEventDeserializer​(java.lang.Integer bufferSize, kieker.common.registry.reader.ReaderRegistry<java.lang.String> registry)  
  • Method Summary

    Modifier and Type Method Description
    void processDataStream​(java.io.InputStream inputStream, teetime.framework.OutputPort<kieker.common.record.IMonitoringRecord> outputPort)
    Read an input stream of data, deserialize it and output proper monitoring records.

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • DatEventDeserializer

      public DatEventDeserializer​(java.lang.Integer bufferSize, kieker.common.registry.reader.ReaderRegistry<java.lang.String> registry)
  • Method Details

    • processDataStream

      public void processDataStream​(java.io.InputStream inputStream, teetime.framework.OutputPort<kieker.common.record.IMonitoringRecord> outputPort) throws java.io.IOException
      Description copied from class: AbstractEventDeserializer
      Read an input stream of data, deserialize it and output proper monitoring records.
      Specified by:
      processDataStream in class AbstractEventDeserializer
      Parameters:
      inputStream - the input stream
      outputPort - the output port
      Throws:
      java.io.IOException - on input stream errors