Uses of Interface
org.apache.pulsar.broker.transaction.buffer.TransactionBufferReader
Packages that use TransactionBufferReader
Package
Description
Implementation of a transaction buffer.
The implementation of a transaction buffer.
-
Uses of TransactionBufferReader in org.apache.pulsar.broker.transaction.buffer
Methods in org.apache.pulsar.broker.transaction.buffer that return types with arguments of type TransactionBufferReaderModifier and TypeMethodDescriptionTransactionBuffer.openTransactionBufferReader(org.apache.pulsar.client.api.transaction.TxnID txnID, long startSequenceId) Open aTransactionBufferReaderto read entries of a given transaction starting from the provided sequenceId. -
Uses of TransactionBufferReader in org.apache.pulsar.broker.transaction.buffer.impl
Classes in org.apache.pulsar.broker.transaction.buffer.impl that implement TransactionBufferReaderModifier and TypeClassDescriptionclassATransactionBufferReaderimplementation that reads entries fromInMemTransactionBuffer.Methods in org.apache.pulsar.broker.transaction.buffer.impl that return types with arguments of type TransactionBufferReaderModifier and TypeMethodDescriptionTopicTransactionBuffer.openTransactionBufferReader(org.apache.pulsar.client.api.transaction.TxnID txnID, long startSequenceId) TransactionBufferDisable.openTransactionBufferReader(org.apache.pulsar.client.api.transaction.TxnID txnID, long startSequenceId)