Class TransactionBufferSnapshotIndex

java.lang.Object
org.apache.pulsar.broker.transaction.buffer.metadata.v2.TransactionBufferSnapshotIndex

public class TransactionBufferSnapshotIndex extends Object
  • Field Details

    • sequenceID

      public long sequenceID
    • abortedMarkLedgerID

      public long abortedMarkLedgerID
      Location(ledger id of position) of a transaction marker in the origin topic.
    • abortedMarkEntryID

      public long abortedMarkEntryID
      Location(entry id of position) of a transaction marker in the origin topic.
    • segmentLedgerID

      public long segmentLedgerID
      Location(ledger id of position) of a segment data in the system topic __transaction_buffer_snapshot_segments.
    • segmentEntryID

      public long segmentEntryID
      Location(entry id of position) of a segment data in the system topic __transaction_buffer_snapshot_segments.
  • Constructor Details

    • TransactionBufferSnapshotIndex

      public TransactionBufferSnapshotIndex()