Package herddb.proto
Class PduCodec.RequestTablespaceDump
- java.lang.Object
-
- herddb.proto.PduCodec.RequestTablespaceDump
-
-
Constructor Summary
Constructors Constructor Description RequestTablespaceDump()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringreadDumpId(Pdu pdu)static intreadFetchSize(Pdu pdu)static booleanreadInludeTransactionLog(Pdu pdu)static StringreadTablespace(Pdu pdu)static io.netty.buffer.ByteBufwrite(long messageId, String tableSpace, String dumpId, int fetchSize, boolean includeTransactionLog)
-