| Package | Description |
|---|---|
| org.apache.pulsar.transaction.coordinator |
Classes for implementing pulsar transaction coordinator.
|
| org.apache.pulsar.transaction.coordinator.impl |
Implementations of the transaction coordinator.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<TransactionMetadataStore> |
TransactionMetadataStoreProvider.openStore(TransactionCoordinatorID transactionCoordinatorId,
ManagedLedgerFactory managedLedgerFactory,
ManagedLedgerConfig managedLedgerConfig,
TransactionTimeoutTracker timeoutTracker,
TransactionRecoverTracker recoverTracker)
Open the transaction metadata store for transaction coordinator
identified by transactionCoordinatorId.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MLTransactionMetadataStore
The provider that offers managed ledger implementation of
TransactionMetadataStore. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<TransactionMetadataStore> |
MLTransactionMetadataStoreProvider.openStore(TransactionCoordinatorID transactionCoordinatorId,
ManagedLedgerFactory managedLedgerFactory,
ManagedLedgerConfig managedLedgerConfig,
TransactionTimeoutTracker timeoutTracker,
TransactionRecoverTracker recoverTracker) |
CompletableFuture<TransactionMetadataStore> |
InMemTransactionMetadataStoreProvider.openStore(TransactionCoordinatorID transactionCoordinatorId,
ManagedLedgerFactory managedLedgerFactory,
ManagedLedgerConfig managedLedgerConfig,
TransactionTimeoutTracker timeoutTracker,
TransactionRecoverTracker recoverTracker) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.