| Package | Description |
|---|---|
| org.apache.pulsar.broker.service |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
static EntryBatchIndexesAcks |
EntryBatchIndexesAcks.get(int entriesListSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBaseDispatcher.filterEntriesForConsumer(List<Entry> entries,
EntryBatchSizes batchSizes,
SendMessageInfo sendMessageInfo,
EntryBatchIndexesAcks indexesAcks,
ManagedCursor cursor,
boolean isReplayRead)
Filter messages that are being sent to a consumers.
|
io.netty.util.concurrent.Future<Void> |
Consumer.sendMessages(List<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<Void> |
PulsarCommandSender.sendMessagesToConsumer(long consumerId,
String topicName,
Subscription subscription,
int partitionIdx,
List<Entry> entries,
EntryBatchSizes batchSizes,
EntryBatchIndexesAcks batchIndexesAcks,
RedeliveryTracker redeliveryTracker) |
io.netty.channel.ChannelPromise |
PulsarCommandSenderImpl.sendMessagesToConsumer(long consumerId,
String topicName,
Subscription subscription,
int partitionIdx,
List<Entry> entries,
EntryBatchSizes batchSizes,
EntryBatchIndexesAcks batchIndexesAcks,
RedeliveryTracker redeliveryTracker) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.