Uses of Class
org.apache.pulsar.broker.service.streamingdispatch.PendingReadEntryRequest
Packages that use PendingReadEntryRequest
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
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 PendingReadEntryRequestModifier and TypeMethodDescriptionvoidPersistentStreamingDispatcherSingleActiveConsumer.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 PendingReadEntryRequestModifier and TypeMethodDescriptionstatic PendingReadEntryRequestPendingReadEntryRequest.create(Object ctx, org.apache.bookkeeper.mledger.impl.PositionImpl position) Methods in org.apache.pulsar.broker.service.streamingdispatch with parameters of type PendingReadEntryRequestModifier and TypeMethodDescriptionvoidStreamingDispatcher.readEntryComplete(org.apache.bookkeeper.mledger.Entry entry, PendingReadEntryRequest ctx) Notify dispatcher issued read entry request has complete.