Uses of Class
org.apache.pulsar.broker.service.streamingdispatch.PendingReadEntryRequest
-
Packages that use PendingReadEntryRequest Package Description org.apache.pulsar.broker.service.persistent Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.broker.service.streamingdispatch Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of PendingReadEntryRequest in org.apache.pulsar.broker.service.persistent
Methods in org.apache.pulsar.broker.service.persistent with parameters of type PendingReadEntryRequest Modifier and Type Method Description voidPersistentStreamingDispatcherSingleActiveConsumer. internalReadEntryComplete(org.apache.bookkeeper.mledger.Entry entry, PendingReadEntryRequest ctx)voidPersistentStreamingDispatcherMultipleConsumers. readEntryComplete(org.apache.bookkeeper.mledger.Entry entry, PendingReadEntryRequest ctx)Notify dispatcher issued read entry request has complete.voidPersistentStreamingDispatcherSingleActiveConsumer. readEntryComplete(org.apache.bookkeeper.mledger.Entry entry, PendingReadEntryRequest ctx)Notify dispatcher issued read entry request has complete. -
Uses of PendingReadEntryRequest in org.apache.pulsar.broker.service.streamingdispatch
Methods in org.apache.pulsar.broker.service.streamingdispatch that return PendingReadEntryRequest Modifier and Type Method Description static PendingReadEntryRequestPendingReadEntryRequest. create(java.lang.Object ctx, org.apache.bookkeeper.mledger.impl.PositionImpl position)Methods in org.apache.pulsar.broker.service.streamingdispatch with parameters of type PendingReadEntryRequest Modifier and Type Method Description voidStreamingDispatcher. readEntryComplete(org.apache.bookkeeper.mledger.Entry entry, PendingReadEntryRequest ctx)Notify dispatcher issued read entry request has complete.
-