@InterfaceAudience.Private @InterfaceStability.Evolving public interface TransactionBufferClient
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<TxnID> |
abortTxnOnSubscription(String topic,
String subscription,
long txnIdMostBits,
long txnIdLeastBits,
long lowWaterMark)
Abort the transaction associated with the topic subscription.
|
CompletableFuture<TxnID> |
abortTxnOnTopic(String topic,
long txnIdMostBits,
long txnIdLeastBits,
long lowWaterMark)
Abort the transaction associated with the topic.
|
void |
close() |
CompletableFuture<TxnID> |
commitTxnOnSubscription(String topic,
String subscription,
long txnIdMostBits,
long txnIdLeastBits,
long lowWaterMark)
Commit the transaction associated with the topic subscription.
|
CompletableFuture<TxnID> |
commitTxnOnTopic(String topic,
long txnIdMostBits,
long txnIdLeastBits,
long lowWaterMark)
Commit the transaction associated with the topic.
|
CompletableFuture<TxnID> commitTxnOnTopic(String topic, long txnIdMostBits, long txnIdLeastBits, long lowWaterMark)
topic - topic nametxnIdMostBits - the most bits of txn idtxnIdLeastBits - the least bits of txn idlowWaterMark - the low water mark of this txn;CompletableFuture<TxnID> abortTxnOnTopic(String topic, long txnIdMostBits, long txnIdLeastBits, long lowWaterMark)
topic - topic nametxnIdMostBits - the most bits of txn idtxnIdLeastBits - the least bits of txn idlowWaterMark - the low water mark of this txnCompletableFuture<TxnID> commitTxnOnSubscription(String topic, String subscription, long txnIdMostBits, long txnIdLeastBits, long lowWaterMark)
topic - topic namesubscription - subscription nametxnIdMostBits - the most bits of txn idtxnIdLeastBits - the least bits of txn idlowWaterMark - the low water mark of this txnCompletableFuture<TxnID> abortTxnOnSubscription(String topic, String subscription, long txnIdMostBits, long txnIdLeastBits, long lowWaterMark)
topic - topic namesubscription - subscription nametxnIdMostBits - the most bits of txn idtxnIdLeastBits - the least bits of txn idlowWaterMark - the low water mark of this txnvoid close()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.