Uses of Interface
org.apache.pulsar.broker.transaction.buffer.TransactionMeta
Packages that use TransactionMeta
Package
Description
Implementation of a transaction buffer.
The implementation of a transaction buffer.
-
Uses of TransactionMeta in org.apache.pulsar.broker.transaction.buffer
Methods in org.apache.pulsar.broker.transaction.buffer that return types with arguments of type TransactionMetaModifier and TypeMethodDescriptionTransactionMeta.abortTxn()Mark the transaction is aborted.TransactionMeta.committingTxn()Mark the transaction status is committing.TransactionMeta.commitTxn(long committedAtLedgerId, long committedAtEntryId) Mark the transaction is committed.TransactionBuffer.getTransactionMeta(org.apache.pulsar.client.api.transaction.TxnID txnID) Return the metadata of a transaction in the buffer.TransactionCursor.getTxnMeta(org.apache.pulsar.client.api.transaction.TxnID txnID, boolean createIfNotExist) Get the specified transaction meta. -
Uses of TransactionMeta in org.apache.pulsar.broker.transaction.buffer.impl
Methods in org.apache.pulsar.broker.transaction.buffer.impl that return types with arguments of type TransactionMetaModifier and TypeMethodDescriptionTopicTransactionBuffer.getTransactionMeta(org.apache.pulsar.client.api.transaction.TxnID txnID) TransactionBufferDisable.getTransactionMeta(org.apache.pulsar.client.api.transaction.TxnID txnID)