Package herddb.proto
Class PduCodec.TableRestoreFinished
- java.lang.Object
-
- herddb.proto.PduCodec.TableRestoreFinished
-
-
Constructor Summary
Constructors Constructor Description TableRestoreFinished()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<byte[]>readIndexesDefinition(Pdu pdu)static StringreadTableName(Pdu pdu)static StringreadTablespace(Pdu pdu)static io.netty.buffer.ByteBufwrite(long messageId, String tableSpace, String tableName, List<byte[]> indexesDefinition)
-