Uses of Class
org.apache.pulsar.broker.delayed.proto.SnapshotSegment
Packages that use SnapshotSegment
-
Uses of SnapshotSegment in org.apache.pulsar.broker.delayed.bucket
Methods in org.apache.pulsar.broker.delayed.bucket that return types with arguments of type SnapshotSegmentModifier and TypeMethodDescriptionBookkeeperBucketSnapshotStorage.getBucketSnapshotSegment(long bucketId, long firstSegmentEntryId, long lastSegmentEntryId) BucketSnapshotStorage.getBucketSnapshotSegment(long bucketId, long firstSegmentEntryId, long lastSegmentEntryId) Get a sequence of delayed message index bucket snapshot segments.Method parameters in org.apache.pulsar.broker.delayed.bucket with type arguments of type SnapshotSegmentModifier and TypeMethodDescriptionBookkeeperBucketSnapshotStorage.createBucketSnapshot(SnapshotMetadata snapshotMetadata, List<SnapshotSegment> bucketSnapshotSegments, String bucketKey, String topicName, String cursorName) BucketSnapshotStorage.createBucketSnapshot(SnapshotMetadata snapshotMetadata, List<SnapshotSegment> bucketSnapshotSegments, String bucketKey, String topicName, String cursorName) Create a delayed message index bucket snapshot with metadata and bucketSnapshotSegments. -
Uses of SnapshotSegment in org.apache.pulsar.broker.delayed.proto
Methods in org.apache.pulsar.broker.delayed.proto that return SnapshotSegmentModifier and TypeMethodDescriptionSnapshotSegment.addAllIndexes(Iterable<DelayedIndex> indexes) SnapshotSegment.clear()SnapshotSegment.clearIndexes()SnapshotSegment.copyFrom(SnapshotSegment _other) Methods in org.apache.pulsar.broker.delayed.proto with parameters of type SnapshotSegment