Uses of Class
com.couchbase.client.core.transaction.components.ActiveTransactionRecords
-
Packages that use ActiveTransactionRecords Package Description com.couchbase.client.core.transaction.components -
-
Uses of ActiveTransactionRecords in com.couchbase.client.core.transaction.components
Methods in com.couchbase.client.core.transaction.components that return types with arguments of type ActiveTransactionRecords Modifier and Type Method Description static Mono<Optional<ActiveTransactionRecords>>
ActiveTransactionRecord. getAtr(Core core, CollectionIdentifier atrCollection, String atrId, Duration timeout, SpanWrapper pspan)
TXNJ-13: Get the ATR.
-