Class SegmentsStats
java.lang.Object
org.apache.pulsar.common.policies.data.SegmentsStats
-
Field Summary
Modifier and TypeFieldDescriptionlong
long
The last snapshot segment timestamps of this transaction buffer.long
long
-
Constructor Summary
-
Method Summary
-
Field Details
-
segmentsSize
public long segmentsSize -
currentSegmentCapacity
public long currentSegmentCapacity -
unsealedAbortTxnIDSize
public long unsealedAbortTxnIDSize -
segmentStats
-
lastTookSnapshotSegmentTimestamp
public long lastTookSnapshotSegmentTimestampThe last snapshot segment timestamps of this transaction buffer.
-
-
Constructor Details
-
SegmentsStats
public SegmentsStats()
-