| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersistentStreamingDispatcherSingleActiveConsumer.internalReadEntryComplete(Entry entry,
PendingReadEntryRequest ctx) |
void |
PersistentStreamingDispatcherMultipleConsumers.readEntryComplete(Entry entry,
PendingReadEntryRequest ctx)
Notify dispatcher issued read entry request has complete.
|
void |
PersistentStreamingDispatcherSingleActiveConsumer.readEntryComplete(Entry entry,
PendingReadEntryRequest ctx)
Notify dispatcher issued read entry request has complete.
|
| Modifier and Type | Method and Description |
|---|---|
static PendingReadEntryRequest |
PendingReadEntryRequest.create(Object ctx,
PositionImpl position) |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamingDispatcher.readEntryComplete(Entry entry,
PendingReadEntryRequest ctx)
Notify dispatcher issued read entry request has complete.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.