Package herddb.proto
Class PduCodec.RequestTableRestore
- java.lang.Object
-
- herddb.proto.PduCodec.RequestTableRestore
-
-
Constructor Summary
Constructors Constructor Description RequestTableRestore()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longreadLedgerId(Pdu pdu)static longreadOffset(Pdu pdu)static byte[]readTableDefinition(Pdu pdu)static StringreadTablespace(Pdu pdu)static io.netty.buffer.ByteBufwrite(long messageId, String tableSpace, byte[] tableDefinition, long dumpLedgerId, long dumpOffset)
-
-
-
Method Detail
-
write
public static io.netty.buffer.ByteBuf write(long messageId, String tableSpace, byte[] tableDefinition, long dumpLedgerId, long dumpOffset)
-
readLedgerId
public static long readLedgerId(Pdu pdu)
-
readOffset
public static long readOffset(Pdu pdu)
-
readTableDefinition
public static byte[] readTableDefinition(Pdu pdu)
-
-