Uses of Interface
org.apache.pulsar.broker.delayed.bucket.BucketSnapshotStorage
Packages that use BucketSnapshotStorage
-
Uses of BucketSnapshotStorage in org.apache.pulsar.broker.delayed.bucket
Classes in org.apache.pulsar.broker.delayed.bucket that implement BucketSnapshotStorageConstructors in org.apache.pulsar.broker.delayed.bucket with parameters of type BucketSnapshotStorageModifierConstructorDescriptionBucketDelayedDeliveryTracker(AbstractPersistentDispatcherMultipleConsumers dispatcher, io.netty.util.Timer timer, long tickTimeMillis, boolean isDelayedDeliveryDeliverAtTimeStrict, BucketSnapshotStorage bucketSnapshotStorage, long minIndexCountPerBucket, long timeStepPerBucketSnapshotSegmentInMillis, int maxIndexesPerBucketSnapshotSegment, int maxNumBuckets) BucketDelayedDeliveryTracker(AbstractPersistentDispatcherMultipleConsumers dispatcher, io.netty.util.Timer timer, long tickTimeMillis, Clock clock, boolean isDelayedDeliveryDeliverAtTimeStrict, BucketSnapshotStorage bucketSnapshotStorage, long minIndexCountPerBucket, long timeStepPerBucketSnapshotSegmentInMillis, int maxIndexesPerBucketSnapshotSegment, int maxNumBuckets)