| Package | Description |
|---|---|
| org.apache.pulsar.transaction.coordinator |
Classes for implementing pulsar transaction coordinator.
|
| org.apache.pulsar.transaction.coordinator.impl |
Implementations of the transaction coordinator.
|
| org.apache.pulsar.transaction.coordinator.proto |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Position> |
TransactionLog.append(TransactionMetadataEntry transactionMetadataEntry)
Append the transaction operation to the transaction log.
|
void |
TransactionLogReplayCallback.handleMetadataEntry(Position position,
TransactionMetadataEntry transactionMetadataEntry)
Handle metadata entry.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Position> |
MLTransactionLogImpl.append(TransactionMetadataEntry transactionMetadataEntry) |
| Modifier and Type | Method and Description |
|---|---|
TransactionMetadataEntry |
TransactionMetadataEntry.copyFrom(TransactionMetadataEntry _other) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.