Package herddb.proto
Class PduCodec.OpenScanner
- java.lang.Object
-
- herddb.proto.PduCodec.OpenScanner
-
-
Constructor Summary
Constructors Constructor Description OpenScanner()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intreadFetchSize(Pdu pdu)static intreadMaxRows(Pdu pdu)static StringreadQuery(Pdu pdu)static longreadScannerId(Pdu pdu)static longreadStatementId(Pdu pdu)static StringreadTablespace(Pdu pdu)static longreadTx(Pdu pdu)static PduCodec.ObjectListReaderstartReadParameters(Pdu pdu)static io.netty.buffer.ByteBufwrite(long messageId, String tableSpace, String query, long scannerId, long tx, List<Object> params, long statementId, int fetchSize, int maxRows, boolean keepReadLocks)
-
-
-
Method Detail
-
write
public static io.netty.buffer.ByteBuf write(long messageId, String tableSpace, String query, long scannerId, long tx, List<Object> params, long statementId, int fetchSize, int maxRows, boolean keepReadLocks)
-
readTx
public static long readTx(Pdu pdu)
-
readStatementId
public static long readStatementId(Pdu pdu)
-
readFetchSize
public static int readFetchSize(Pdu pdu)
-
readMaxRows
public static int readMaxRows(Pdu pdu)
-
readScannerId
public static long readScannerId(Pdu pdu)
-
startReadParameters
public static PduCodec.ObjectListReader startReadParameters(Pdu pdu)
-
-