public interface IMonitoringRecordDeserializer
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IMonitoringRecord> |
deserializeRecords(java.nio.ByteBuffer buffer,
int dataSize)
Deserializes the records contained in the given buffer.
|
void |
init()
Lifecycle event, is called before data is read.
|
void |
terminate()
Lifecycle event, is called when the analysis terminates.
|
java.util.List<IMonitoringRecord> deserializeRecords(java.nio.ByteBuffer buffer, int dataSize) throws InvalidFormatException
buffer - The buffer to decode the data fromdataSize - The size of the record data in bytesInvalidFormatException - If an invalid data format is detectedvoid init() throws java.lang.Exception
java.lang.Exception - If the initialization failsvoid terminate()
Copyright 2020 Kieker Project, http://kieker-monitoring.net