Uses of Class
org.apache.pulsar.broker.service.EntryWrapper
-
Packages that use EntryWrapper Package Description org.apache.pulsar.broker.service Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of EntryWrapper in org.apache.pulsar.broker.service
Methods in org.apache.pulsar.broker.service that return EntryWrapper Modifier and Type Method Description static EntryWrapperEntryWrapper. get(org.apache.bookkeeper.mledger.Entry entry, org.apache.pulsar.common.api.proto.MessageMetadata metadata)Methods in org.apache.pulsar.broker.service with parameters of type EntryWrapper 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.protected intAbstractBaseDispatcher. updateEntryWrapperWithMetadata(EntryWrapper[] entryWrappers, java.util.List<org.apache.bookkeeper.mledger.Entry> entries)Update Entries with the metadata of each entry.
-