Transaction Interface
public interface Transaction
Method Summary
Modifier and Type | Method and Description |
---|---|
void | abort() |
CompletableFuture<?> | commitAsync() |
long | getCommitSequenceNumber() |
Method Details
abort
public void abort()
commitAsync
public CompletableFuture commitAsync()
getCommitSequenceNumber
public long getCommitSequenceNumber()
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java