Uses of Interface
org.apache.pulsar.broker.service.RedeliveryTracker
Packages that use RedeliveryTracker
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of RedeliveryTracker in org.apache.pulsar.broker.service
Classes in org.apache.pulsar.broker.service that implement RedeliveryTrackerMethods in org.apache.pulsar.broker.service that return RedeliveryTrackerMethods in org.apache.pulsar.broker.service with parameters of type RedeliveryTrackerModifier and TypeMethodDescriptionio.netty.util.concurrent.Future<Void>Consumer.sendMessages(List<? extends org.apache.bookkeeper.mledger.Entry> entries, EntryBatchSizes batchSizes, EntryBatchIndexesAcks batchIndexesAcks, int totalMessages, long totalBytes, long totalChunkedMessages, RedeliveryTracker redeliveryTracker) io.netty.util.concurrent.Future<Void>Consumer.sendMessages(List<? extends org.apache.bookkeeper.mledger.Entry> entries, EntryBatchSizes batchSizes, EntryBatchIndexesAcks batchIndexesAcks, int totalMessages, long totalBytes, long totalChunkedMessages, RedeliveryTracker redeliveryTracker, long epoch) Dispatch a list of entries to the consumer.io.netty.util.concurrent.Future<Void>PulsarCommandSender.sendMessagesToConsumer(long consumerId, String topicName, Subscription subscription, int partitionIdx, List<? extends org.apache.bookkeeper.mledger.Entry> entries, EntryBatchSizes batchSizes, EntryBatchIndexesAcks batchIndexesAcks, RedeliveryTracker redeliveryTracker, long epoch) io.netty.channel.ChannelPromisePulsarCommandSenderImpl.sendMessagesToConsumer(long consumerId, String topicName, Subscription subscription, int partitionIdx, List<? extends org.apache.bookkeeper.mledger.Entry> entries, EntryBatchSizes batchSizes, EntryBatchIndexesAcks batchIndexesAcks, RedeliveryTracker redeliveryTracker, long epoch) -
Uses of RedeliveryTracker in org.apache.pulsar.broker.service.nonpersistent
Methods in org.apache.pulsar.broker.service.nonpersistent that return RedeliveryTrackerModifier and TypeMethodDescriptionNonPersistentDispatcherMultipleConsumers.getRedeliveryTracker()NonPersistentDispatcherSingleActiveConsumer.getRedeliveryTracker() -
Uses of RedeliveryTracker in org.apache.pulsar.broker.service.persistent
Fields in org.apache.pulsar.broker.service.persistent declared as RedeliveryTrackerModifier and TypeFieldDescriptionprotected final RedeliveryTrackerPersistentDispatcherMultipleConsumers.redeliveryTrackerMethods in org.apache.pulsar.broker.service.persistent that return RedeliveryTrackerModifier and TypeMethodDescriptionPersistentDispatcherMultipleConsumers.getRedeliveryTracker()PersistentDispatcherSingleActiveConsumer.getRedeliveryTracker()