Uses of Interface
org.apache.pulsar.broker.service.RedeliveryTracker
Packages that use RedeliveryTracker
Package
Description
-
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 Entry> entries, List<Integer> stickyKeyHashes, 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>Consumer.sendMessages(List<? extends Entry> entries, EntryBatchSizes batchSizes, EntryBatchIndexesAcks batchIndexesAcks, int totalMessages, long totalBytes, long totalChunkedMessages, RedeliveryTracker redeliveryTracker) io.netty.util.concurrent.Future<Void>Consumer.sendMessages(List<? extends Entry> entries, EntryBatchSizes batchSizes, EntryBatchIndexesAcks batchIndexesAcks, int totalMessages, long totalBytes, long totalChunkedMessages, RedeliveryTracker redeliveryTracker, long epoch) io.netty.util.concurrent.Future<Void>PulsarCommandSender.sendMessagesToConsumer(long consumerId, String topicName, Subscription subscription, int partitionIdx, List<? extends 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 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.redeliveryTrackerprotected final RedeliveryTrackerPersistentDispatcherMultipleConsumersClassic.redeliveryTrackerMethods in org.apache.pulsar.broker.service.persistent that return RedeliveryTrackerModifier and TypeMethodDescriptionPersistentDispatcherMultipleConsumers.getRedeliveryTracker()PersistentDispatcherMultipleConsumersClassic.getRedeliveryTracker()PersistentDispatcherSingleActiveConsumer.getRedeliveryTracker()