Uses of Class
org.apache.pulsar.broker.service.EntryBatchSizes
-
Packages that use EntryBatchSizes 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.persistent Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of EntryBatchSizes in org.apache.pulsar.broker.service
Methods in org.apache.pulsar.broker.service that return EntryBatchSizes Modifier and Type Method Description static EntryBatchSizesEntryBatchSizes. get(int entriesListSize)Methods in org.apache.pulsar.broker.service with parameters of type EntryBatchSizes Modifier and Type Method Description voidAbstractBaseDispatcher. filterEntriesForConsumer(java.util.List<org.apache.bookkeeper.mledger.Entry> entries, EntryBatchSizes batchSizes, SendMessageInfo sendMessageInfo, EntryBatchIndexesAcks indexesAcks, org.apache.bookkeeper.mledger.ManagedCursor cursor, boolean isReplayRead)Filter messages that are being sent to a consumers.voidAbstractBaseDispatcher. filterEntriesForConsumer(java.util.Optional<EntryWrapper[]> entryWrapper, int entryWrapperOffset, java.util.List<org.apache.bookkeeper.mledger.Entry> entries, EntryBatchSizes batchSizes, SendMessageInfo sendMessageInfo, EntryBatchIndexesAcks indexesAcks, org.apache.bookkeeper.mledger.ManagedCursor cursor, boolean isReplayRead)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)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)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) -
Uses of EntryBatchSizes in org.apache.pulsar.broker.service.persistent
Methods in org.apache.pulsar.broker.service.persistent with parameters of type EntryBatchSizes Modifier and Type Method Description protected voidPersistentDispatcherSingleActiveConsumer. dispatchEntriesToConsumer(Consumer currentConsumer, java.util.List<org.apache.bookkeeper.mledger.Entry> entries, EntryBatchSizes batchSizes, EntryBatchIndexesAcks batchIndexesAcks, SendMessageInfo sendMessageInfo)
-