Uses of Class
com.couchbase.client.core.transaction.components.ActiveTransactionRecordEntry
-
Packages that use ActiveTransactionRecordEntry Package Description com.couchbase.client.core.transaction.cleanup com.couchbase.client.core.transaction.components -
-
Uses of ActiveTransactionRecordEntry in com.couchbase.client.core.transaction.cleanup
Fields in com.couchbase.client.core.transaction.cleanup with type parameters of type ActiveTransactionRecordEntry Modifier and Type Field Description Collection<ActiveTransactionRecordEntry>
ActiveTransactionRecordStats. expired
Methods in com.couchbase.client.core.transaction.cleanup that return types with arguments of type ActiveTransactionRecordEntry Modifier and Type Method Description Optional<ActiveTransactionRecordEntry>
ActiveTransactionRecordStats. oldest()
Methods in com.couchbase.client.core.transaction.cleanup with parameters of type ActiveTransactionRecordEntry Modifier and Type Method Description Mono<TransactionCleanupAttemptEvent>
TransactionsCleaner. cleanupATREntry(CollectionIdentifier atrCollection, String atrId, String attemptId, ActiveTransactionRecordEntry atrEntry, boolean isRegularCleanup)
Kept purely for backwards compatibility with FIT performer.static CleanupRequest
CleanupRequest. fromAtrEntry(CollectionIdentifier atrCollection, ActiveTransactionRecordEntry atrEntry)
-
Uses of ActiveTransactionRecordEntry in com.couchbase.client.core.transaction.components
Methods in com.couchbase.client.core.transaction.components that return ActiveTransactionRecordEntry Modifier and Type Method Description static ActiveTransactionRecordEntry
ActiveTransactionRecord. createFrom(String atrBucket, String atrId, com.couchbase.client.core.deps.com.fasterxml.jackson.databind.JsonNode entry, String attemptId, long cas)
Methods in com.couchbase.client.core.transaction.components that return types with arguments of type ActiveTransactionRecordEntry Modifier and Type Method Description List<ActiveTransactionRecordEntry>
ActiveTransactionRecords. entries()
static Mono<Optional<ActiveTransactionRecordEntry>>
ActiveTransactionRecord. findEntryForTransaction(Core core, CollectionIdentifier atrCollection, String atrId, String attemptId, CoreMergedTransactionConfig config, SpanWrapper pspan, CoreTransactionLogger logger)
static Mono<Optional<ActiveTransactionRecordEntry>>
ActiveTransactionRecord. findEntryForTransaction(Core core, CollectionIdentifier atrCollection, String atrId, String attemptId, CoreMergedTransactionConfig config, SpanWrapper pspan, CoreTransactionLogger logger, MeteringUnits.MeteringUnitsBuilder units)
Constructor parameters in com.couchbase.client.core.transaction.components with type arguments of type ActiveTransactionRecordEntry Constructor Description ActiveTransactionRecords(String id, CollectionIdentifier collection, long casInNanos, List<ActiveTransactionRecordEntry> entries, CasMode casMode)
-