Class BinaryEventDeserializer

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

public class BinaryEventDeserializer
extends AbstractEventDeserializer
This deserializer reads a binary input stream and deserializes them into IMonitoringRecords.
Since:
1.15
  • Field Summary

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

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

    registry
  • Constructor Summary

    Constructors 
    Constructor Description
    BinaryEventDeserializer​(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 chainInputStream, 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

    • BinaryEventDeserializer

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

    • processDataStream

      public void processDataStream​(java.io.InputStream chainInputStream, 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:
      chainInputStream - the input stream
      outputPort - the output port
      Throws:
      java.io.IOException - on input stream errors