Uses of Interface
org.apache.pulsar.broker.service.RedeliveryTracker
-
Packages that use RedeliveryTracker Package Description org.apache.pulsar.broker.service Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.broker.service.nonpersistent Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.broker.service.persistent 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 RedeliveryTracker Modifier and Type Class Description classInMemoryRedeliveryTrackerclassRedeliveryTrackerDisabledMethods in org.apache.pulsar.broker.service that return RedeliveryTracker Modifier and Type Method Description RedeliveryTrackerDispatcher. getRedeliveryTracker()Methods in org.apache.pulsar.broker.service with parameters of type RedeliveryTracker Modifier and Type Method Description io.netty.util.concurrent.Future<java.lang.Void>Consumer. sendMessages(java.util.List<org.apache.bookkeeper.mledger.Entry> entries, EntryBatchSizes batchSizes, EntryBatchIndexesAcks batchIndexesAcks, int totalMessages, long totalBytes, long totalChunkedMessages, RedeliveryTracker redeliveryTracker)io.netty.util.concurrent.Future<java.lang.Void>Consumer. sendMessages(java.util.List<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<java.lang.Void>PulsarCommandSender. sendMessagesToConsumer(long consumerId, java.lang.String topicName, Subscription subscription, int partitionIdx, java.util.List<org.apache.bookkeeper.mledger.Entry> entries, EntryBatchSizes batchSizes, EntryBatchIndexesAcks batchIndexesAcks, RedeliveryTracker redeliveryTracker, long epoch)io.netty.channel.ChannelPromisePulsarCommandSenderImpl. sendMessagesToConsumer(long consumerId, java.lang.String topicName, Subscription subscription, int partitionIdx, java.util.List<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 RedeliveryTracker Modifier and Type Method Description RedeliveryTrackerNonPersistentDispatcherMultipleConsumers. getRedeliveryTracker()RedeliveryTrackerNonPersistentDispatcherSingleActiveConsumer. getRedeliveryTracker() -
Uses of RedeliveryTracker in org.apache.pulsar.broker.service.persistent
Fields in org.apache.pulsar.broker.service.persistent declared as RedeliveryTracker Modifier and Type Field Description protected RedeliveryTrackerPersistentDispatcherMultipleConsumers. redeliveryTrackerMethods in org.apache.pulsar.broker.service.persistent that return RedeliveryTracker Modifier and Type Method Description RedeliveryTrackerPersistentDispatcherMultipleConsumers. getRedeliveryTracker()RedeliveryTrackerPersistentDispatcherSingleActiveConsumer. getRedeliveryTracker()
-