Package herddb.proto
Class PduCodec.ResultSetChunk
- java.lang.Object
-
- herddb.proto.PduCodec.ResultSetChunk
-
-
Constructor Summary
Constructors Constructor Description ResultSetChunk()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanreadIsLast(Pdu pdu)static longreadTx(Pdu pdu)static RecordsBatchstartReadingData(Pdu pdu)static io.netty.buffer.ByteBufwrite(long messageId, TuplesList tuplesList, boolean last, long tx)
-
-
-
Method Detail
-
write
public static io.netty.buffer.ByteBuf write(long messageId, TuplesList tuplesList, boolean last, long tx)
-
readTx
public static long readTx(Pdu pdu)
-
readIsLast
public static boolean readIsLast(Pdu pdu)
-
startReadingData
public static RecordsBatch startReadingData(Pdu pdu)
-
-