Package org.apache.pulsar.broker.transaction.buffer
Implementation of a transaction buffer.
-
Interface Summary Interface Description TransactionBuffer A class represent a transaction buffer.TransactionBufferProvider A provider that providesTransactionBuffer.TransactionBufferReader A reader to read entries of a given transaction from transaction buffer.TransactionCursor The transaction Cursor maintains the index of all transactions.TransactionEntry A class represents an entry appended to a transaction.TransactionMeta The metadata for the transaction in the transaction buffer.