Uses of Class
org.apache.pulsar.broker.service.SendMessageInfo
-
Packages that use SendMessageInfo 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 SendMessageInfo in org.apache.pulsar.broker.service
Methods in org.apache.pulsar.broker.service that return SendMessageInfo Modifier and Type Method Description static SendMessageInfoSendMessageInfo. getThreadLocal()Methods in org.apache.pulsar.broker.service with parameters of type SendMessageInfo Modifier and Type Method Description intAbstractBaseDispatcher. filterEntriesForConsumer(@Nullable EntryWrapper[] entryWrapper, int entryWrapperOffset, java.util.List<? extends org.apache.bookkeeper.mledger.Entry> entries, EntryBatchSizes batchSizes, SendMessageInfo sendMessageInfo, EntryBatchIndexesAcks indexesAcks, org.apache.bookkeeper.mledger.ManagedCursor cursor, boolean isReplayRead, Consumer consumer)Filter entries with prefetched message metadata range so that there is no need to peek metadata from Entry.intAbstractBaseDispatcher. filterEntriesForConsumer(java.util.List<org.apache.bookkeeper.mledger.Entry> entries, EntryBatchSizes batchSizes, SendMessageInfo sendMessageInfo, EntryBatchIndexesAcks indexesAcks, org.apache.bookkeeper.mledger.ManagedCursor cursor, boolean isReplayRead, Consumer consumer)Filter messages that are being sent to a consumers. -
Uses of SendMessageInfo in org.apache.pulsar.broker.service.persistent
Methods in org.apache.pulsar.broker.service.persistent with parameters of type SendMessageInfo 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, long epoch)
-