@InterfaceAudience.Public @InterfaceStability.Evolving public interface Transaction
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
abort()
Abort the transaction.
|
CompletableFuture<Void> |
commit()
Commit the transaction.
|
TxnID |
getTxnID()
Get TxnID of the transaction.
|
CompletableFuture<Void> commit()
CompletableFuture<Void> abort()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.