| 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.transaction.pendingack |
Component for processing pending acks for transactions.
|
| org.apache.pulsar.broker.transaction.pendingack.impl |
The implementation for processing pending acks in transactions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompactorSubscription |
| Modifier and Type | Method and Description |
|---|---|
PersistentSubscription |
PersistentTopic.getSubscription(String subscriptionName) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.pulsar.common.util.collections.ConcurrentOpenHashMap<String,PersistentSubscription> |
PersistentTopic.getSubscriptions() |
| Constructor and Description |
|---|
PersistentMessageExpiryMonitor(String topicName,
String subscriptionName,
ManagedCursor cursor,
PersistentSubscription subscription) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Boolean> |
TransactionPendingAckStoreProvider.checkInitializedBefore(PersistentSubscription subscription)
Check pending ack store has been initialized before.
|
CompletableFuture<PendingAckStore> |
TransactionPendingAckStoreProvider.newPendingAckStore(PersistentSubscription subscription)
Open the pending ack store.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Boolean> |
MLPendingAckStoreProvider.checkInitializedBefore(PersistentSubscription subscription) |
CompletableFuture<Boolean> |
InMemoryPendingAckStoreProvider.checkInitializedBefore(PersistentSubscription subscription) |
CompletableFuture<PendingAckStore> |
MLPendingAckStoreProvider.newPendingAckStore(PersistentSubscription subscription) |
CompletableFuture<PendingAckStore> |
InMemoryPendingAckStoreProvider.newPendingAckStore(PersistentSubscription subscription) |
| Constructor and Description |
|---|
PendingAckHandleImpl(PersistentSubscription persistentSubscription) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.