Uses of Class
com.yandex.ydb.table.settings.CommitTxSettings
-
Packages that use CommitTxSettings Package Description com.yandex.ydb.table com.yandex.ydb.table.transaction -
-
Uses of CommitTxSettings in com.yandex.ydb.table
Methods in com.yandex.ydb.table with parameters of type CommitTxSettings Modifier and Type Method Description CompletableFuture<Status>Session. commitTransaction(String txId, CommitTxSettings settings) -
Uses of CommitTxSettings in com.yandex.ydb.table.transaction
Methods in com.yandex.ydb.table.transaction with parameters of type CommitTxSettings Modifier and Type Method Description CompletableFuture<Status>Transaction. commit(CommitTxSettings settings)
-