Class BinaryDeserializer

All Implemented Interfaces:
IMonitoringRecordDeserializer

public class BinaryDeserializer
extends AbstractContainerFormatDeserializer
Since:
1.13
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int FORMAT_IDENTIFIER
    Format identifier.

    Fields inherited from class kieker.analysis.plugin.reader.newio.deserializer.AbstractContainerFormatDeserializer

    CONTAINER_IDENTIFIER
  • Constructor Summary

    Constructors 
    Constructor Description
    BinaryDeserializer​(kieker.common.configuration.Configuration configuration, IProjectContext projectContext)
    Creates a new record deserializer.
  • Method Summary

    Modifier and Type Method Description
    protected java.util.List<kieker.common.record.IMonitoringRecord> decodeRecords​(java.nio.ByteBuffer buffer, int dataSize)
    Decodes the records from the container's payload.
    protected int getFormatIdentifier()  
    void init()
    Lifecycle event, is called before data is read.
    void terminate()
    Lifecycle event, is called when the analysis terminates.

    Methods inherited from class kieker.analysis.plugin.reader.newio.deserializer.AbstractContainerFormatDeserializer

    deserializeRecords

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait