Package com.github.loki4j.common
Interface Writer
-
- All Known Implementing Classes:
JsonWriter,ProtobufWriter
public interface Writer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidserializeBatch(LogRecordBatch batch)intsize()byte[]toByteArray()voidtoByteBuffer(java.nio.ByteBuffer buffer)
-
-
-
Method Detail
-
serializeBatch
void serializeBatch(LogRecordBatch batch)
-
size
int size()
-
toByteBuffer
void toByteBuffer(java.nio.ByteBuffer buffer)
-
toByteArray
byte[] toByteArray()
-
-