Package herddb.proto
Class PduCodec.PushTxLogChunk
- java.lang.Object
-
- herddb.proto.PduCodec.PushTxLogChunk
-
-
Constructor Summary
Constructors Constructor Description PushTxLogChunk()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidreadRecords(Pdu pdu, BiConsumer<byte[],byte[]> consumer)static StringreadTablespace(Pdu pdu)static io.netty.buffer.ByteBufwrite(long messageId, String tableSpace, List<KeyValue> records)
-