Uses of Class
herddb.proto.Pdu
-
Packages that use Pdu Package Description herddb.proto herddb.utils -
-
Uses of Pdu in herddb.proto
Methods in herddb.proto that return Pdu Modifier and Type Method Description static PduPduCodec. decodePdu(io.netty.buffer.ByteBuf in)static PduPdu. newPdu(io.netty.buffer.ByteBuf buffer, byte type, byte flags, long messageId)Methods in herddb.proto with parameters of type Pdu Modifier and Type Method Description static booleanPduCodec.ExecuteStatementResult. hasRecord(Pdu pdu)static StringPduCodec.TablespaceDumpData. readCommand(Pdu pdu)static bytePduCodec.TxCommand. readCommand(Pdu pdu)static StringPduCodec.RequestTablespaceDump. readDumpId(Pdu pdu)static StringPduCodec.TablespaceDumpData. readDumpId(Pdu pdu)static StringPduCodec.ErrorResponse. readError(Pdu pdu)static longPduCodec.TablespaceDumpData. readEstimatedSize(Pdu pdu)static intPduCodec.FetchScannerData. readFetchSize(Pdu pdu)static intPduCodec.OpenScanner. readFetchSize(Pdu pdu)static intPduCodec.RequestTablespaceDump. readFetchSize(Pdu pdu)static List<byte[]>PduCodec.TableRestoreFinished. readIndexesDefinition(Pdu pdu)static List<byte[]>PduCodec.TablespaceDumpData. readIndexesDefinition(Pdu pdu)static booleanPduCodec.RequestTablespaceDump. readInludeTransactionLog(Pdu pdu)static booleanPduCodec.ResultSetChunk. readIsLast(Pdu pdu)static booleanPduCodec.ErrorResponse. readIsMissingPreparedStatementError(Pdu pdu)static booleanPduCodec.ErrorResponse. readIsNotLeader(Pdu pdu)static booleanPduCodec.ErrorResponse. readIsSqlIntegrityViolationError(Pdu pdu)static longPduCodec.RequestTableRestore. readLedgerId(Pdu pdu)static longPduCodec.TablespaceDumpData. readLedgerId(Pdu pdu)static intPduCodec.OpenScanner. readMaxRows(Pdu pdu)static StringPduCodec.SaslTokenMessageRequest. readMech(Pdu pdu)static longPduCodec.RequestTableRestore. readOffset(Pdu pdu)static longPduCodec.TablespaceDumpData. readOffset(Pdu pdu)static StringPduCodec.ExecuteStatement. readQuery(Pdu pdu)static StringPduCodec.ExecuteStatements. readQuery(Pdu pdu)static StringPduCodec.OpenScanner. readQuery(Pdu pdu)static StringPduCodec.PrepareStatement. readQuery(Pdu pdu)static PduCodec.ObjectListReaderPduCodec.ExecuteStatementResult. readRecord(Pdu pdu)static voidPduCodec.PushTableData. readRecords(Pdu pdu, BiConsumer<byte[],byte[]> consumer)static voidPduCodec.PushTxLogChunk. readRecords(Pdu pdu, BiConsumer<byte[],byte[]> consumer)static voidPduCodec.TablespaceDumpData. readRecords(Pdu pdu, BiConsumer<byte[],byte[]> consumer)static booleanPduCodec.ExecuteStatement. readReturnValues(Pdu pdu)static booleanPduCodec.ExecuteStatements. readReturnValues(Pdu pdu)static longPduCodec.CloseScanner. readScannerId(Pdu pdu)static longPduCodec.FetchScannerData. readScannerId(Pdu pdu)static longPduCodec.OpenScanner. readScannerId(Pdu pdu)static longPduCodec.ExecuteStatement. readStatementId(Pdu pdu)static longPduCodec.ExecuteStatements. readStatementId(Pdu pdu)static longPduCodec.OpenScanner. readStatementId(Pdu pdu)static longPduCodec.PrepareStatementResult. readStatementId(Pdu pdu)static byte[]PduCodec.RequestTableRestore. readTableDefinition(Pdu pdu)static byte[]PduCodec.TablespaceDumpData. readTableDefinition(Pdu pdu)static StringPduCodec.PushTableData. readTablename(Pdu pdu)static StringPduCodec.TableRestoreFinished. readTableName(Pdu pdu)static StringPduCodec.ExecuteStatement. readTablespace(Pdu pdu)static StringPduCodec.ExecuteStatements. readTablespace(Pdu pdu)static StringPduCodec.OpenScanner. readTablespace(Pdu pdu)static StringPduCodec.PrepareStatement. readTablespace(Pdu pdu)static StringPduCodec.PushTableData. readTablespace(Pdu pdu)static StringPduCodec.PushTransactionsBlock. readTablespace(Pdu pdu)static StringPduCodec.PushTxLogChunk. readTablespace(Pdu pdu)static StringPduCodec.RequestTableRestore. readTablespace(Pdu pdu)static StringPduCodec.RequestTablespaceDump. readTablespace(Pdu pdu)static StringPduCodec.RestoreFinished. readTablespace(Pdu pdu)static StringPduCodec.TableRestoreFinished. readTablespace(Pdu pdu)static StringPduCodec.TablespaceDumpData. readTablespace(Pdu pdu)static StringPduCodec.TxCommand. readTablespace(Pdu pdu)static byte[]PduCodec.SaslTokenMessageRequest. readToken(Pdu pdu)static byte[]PduCodec.SaslTokenMessageToken. readToken(Pdu pdu)static byte[]PduCodec.SaslTokenServerResponse. readToken(Pdu pdu)static voidPduCodec.PushTransactionsBlock. readTransactions(Pdu pdu, Consumer<byte[]> consumer)static longPduCodec.ExecuteStatement. readTx(Pdu pdu)static longPduCodec.ExecuteStatementResult. readTx(Pdu pdu)static longPduCodec.ExecuteStatements. readTx(Pdu pdu)static longPduCodec.ExecuteStatementsResult. readTx(Pdu pdu)static longPduCodec.OpenScanner. readTx(Pdu pdu)static longPduCodec.ResultSetChunk. readTx(Pdu pdu)static longPduCodec.TxCommand. readTx(Pdu pdu)static longPduCodec.TxCommandResult. readTx(Pdu pdu)static longPduCodec.ExecuteStatementResult. readUpdateCount(Pdu pdu)static List<Long>PduCodec.ExecuteStatementsResult. readUpdateCounts(Pdu pdu)static RecordsBatchPduCodec.ResultSetChunk. startReadingData(Pdu pdu)static PduCodec.ObjectListReaderPduCodec.ExecuteStatement. startReadParameters(Pdu pdu)static PduCodec.ObjectListReaderPduCodec.OpenScanner. startReadParameters(Pdu pdu)static PduCodec.ListOfListsReaderPduCodec.ExecuteStatements. startReadStatementsParameters(Pdu pdu)static PduCodec.ListOfListsReaderPduCodec.ExecuteStatementsResult. startResultRecords(Pdu pdu)Constructors in herddb.proto with parameters of type Pdu Constructor Description ListOfListsReader(Pdu pdu, int numLists)ObjectListReader(Pdu pdu, int numParams) -
Uses of Pdu in herddb.utils
Fields in herddb.utils declared as Pdu Modifier and Type Field Description PduRecordsBatch. messageConstructors in herddb.utils with parameters of type Pdu Constructor Description RecordsBatch(Pdu message)
-