Class TransactionBufferSnapshotIndex
java.lang.Object
org.apache.pulsar.broker.transaction.buffer.metadata.v2.TransactionBufferSnapshotIndex
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongLocation(entry id of position) of a transaction marker in the origin topic.longLocation(ledger id of position) of a transaction marker in the origin topic.longLocation(entry id of position) of a segment data in the system topic __transaction_buffer_snapshot_segments.longLocation(ledger id of position) of a segment data in the system topic __transaction_buffer_snapshot_segments.long -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sequenceID
public long sequenceID -
abortedMarkLedgerID
public long abortedMarkLedgerIDLocation(ledger id of position) of a transaction marker in the origin topic. -
abortedMarkEntryID
public long abortedMarkEntryIDLocation(entry id of position) of a transaction marker in the origin topic. -
segmentLedgerID
public long segmentLedgerIDLocation(ledger id of position) of a segment data in the system topic __transaction_buffer_snapshot_segments. -
segmentEntryID
public long segmentEntryIDLocation(entry id of position) of a segment data in the system topic __transaction_buffer_snapshot_segments.
-
-
Constructor Details
-
TransactionBufferSnapshotIndex
public TransactionBufferSnapshotIndex()
-