Package | Description |
---|---|
kieker.analysis.plugin.reader.newio.deserializer |
Copyright 2020 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<IMonitoringRecord> |
BinaryDeserializer.decodeRecords(java.nio.ByteBuffer buffer,
int dataSize) |
protected abstract java.util.List<IMonitoringRecord> |
AbstractContainerFormatDeserializer.decodeRecords(java.nio.ByteBuffer buffer,
int dataSize)
Decodes the records from the container's payload.
|
java.util.List<IMonitoringRecord> |
IMonitoringRecordDeserializer.deserializeRecords(java.nio.ByteBuffer buffer,
int dataSize)
Deserializes the records contained in the given buffer.
|
Copyright 2020 Kieker Project, http://kieker-monitoring.net