Class SegmentsStats

java.lang.Object
org.apache.pulsar.common.policies.data.SegmentsStats

public class SegmentsStats extends Object
  • Field Details

    • segmentsSize

      public long segmentsSize
    • currentSegmentCapacity

      public long currentSegmentCapacity
    • unsealedAbortTxnIDSize

      public long unsealedAbortTxnIDSize
    • segmentStats

      public List<SegmentStats> segmentStats
    • lastTookSnapshotSegmentTimestamp

      public long lastTookSnapshotSegmentTimestamp
      The last snapshot segment timestamps of this transaction buffer.
  • Constructor Details

    • SegmentsStats

      public SegmentsStats()