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 protected intAbstractBaseDispatcher. updateEntryWrapperWithMetadata(EntryWrapper[] entryWrappers, java.util.List<org.apache.bookkeeper.mledger.Entry> entries)Update Entries with the metadata of each entry.
-