public interface IRawDataWriter
| Modifier and Type | Method and Description |
|---|---|
void |
onInitialization()
Called by the collector during initialization (before any records are written).
|
void |
onTermination()
Called by the collector upon termination (after remaining records have been flushed).
|
void |
writeData(java.nio.ByteBuffer data,
int offset,
int length)
Writes raw data contained in the given byte buffer.
|
void writeData(java.nio.ByteBuffer data,
int offset,
int length)
data - The buffer containing the dataoffset - The offset in the buffer where the data startslength - The length of the data to writevoid onInitialization()
void onTermination()
Copyright 2017 Kieker Project, http://kieker-monitoring.net