Uses of Package
org.apache.pulsar.transaction.coordinator
-
Packages that use org.apache.pulsar.transaction.coordinator Package Description org.apache.pulsar.transaction.coordinator Classes for implementing pulsar transaction coordinator.org.apache.pulsar.transaction.coordinator.exceptions Internal exceptions for transaction coordinator.org.apache.pulsar.transaction.coordinator.impl Implementations of the transaction coordinator. -
Classes in org.apache.pulsar.transaction.coordinator used by org.apache.pulsar.transaction.coordinator Class Description TransactionCoordinatorID A class for representing the identifier for a transaction coordinator.TransactionLogReplayCallback The callback of transaction log replay the transaction operate.TransactionMetadataStore A store for storing all the transaction metadata.TransactionMetadataStoreProvider A provider that providesTransactionMetadataStore.TransactionMetadataStoreState.State The state of the transactionMetadataStoreTransactionMetadataStore.TransactionRecoverTracker This tracker is for transaction metadata store recover handle the different status transaction.TransactionSubscription A class for representing acked topic subscription info.TransactionTimeoutTracker Represent the tracker for the timeout of the transaction.TxnMeta An interface represents the metadata of a transaction inTransactionMetadataStore. -
Classes in org.apache.pulsar.transaction.coordinator used by org.apache.pulsar.transaction.coordinator.exceptions Class Description TransactionCoordinatorID A class for representing the identifier for a transaction coordinator.TransactionMetadataStoreState.State The state of the transactionMetadataStoreTransactionMetadataStore. -
Classes in org.apache.pulsar.transaction.coordinator used by org.apache.pulsar.transaction.coordinator.impl Class Description TransactionCoordinatorID A class for representing the identifier for a transaction coordinator.TransactionLog A log interface for transaction to read and write transaction operation.TransactionLogReplayCallback The callback of transaction log replay the transaction operate.TransactionMetadataStore A store for storing all the transaction metadata.TransactionMetadataStoreProvider A provider that providesTransactionMetadataStore.TransactionMetadataStoreState The implement of transaction metadata store state.TransactionRecoverTracker This tracker is for transaction metadata store recover handle the different status transaction.TransactionSubscription A class for representing acked topic subscription info.TransactionTimeoutTracker Represent the tracker for the timeout of the transaction.TxnMeta An interface represents the metadata of a transaction inTransactionMetadataStore.