Uses of Class
com.couchbase.client.core.transaction.cleanup.CleanupRequest
Packages that use CleanupRequest
Package
Description
-
Uses of CleanupRequest in com.couchbase.client.core.cnc.events.transaction
Constructors in com.couchbase.client.core.cnc.events.transaction with parameters of type CleanupRequestModifierConstructorDescriptionCleanupFailedEvent(CleanupRequest req, Throwable err) TransactionCleanupAttemptEvent(Event.Severity severity, boolean success, boolean isRegular, List<TransactionLogEvent> logs, String attemptId, String atrId, CollectionIdentifier atrCollection, CleanupRequest req, String addlDebug) -
Uses of CleanupRequest in com.couchbase.client.core.transaction.cleanup
Methods in com.couchbase.client.core.transaction.cleanup that return CleanupRequestModifier and TypeMethodDescriptionstatic CleanupRequestCleanupRequest.fromAtrEntry(CollectionIdentifier atrCollection, ActiveTransactionRecordEntry atrEntry) Methods in com.couchbase.client.core.transaction.cleanup with parameters of type CleanupRequestModifier and TypeMethodDescriptionvoidCoreTransactionsCleanup.add(CleanupRequest cleanupRequest) TransactionsCleaner.performCleanup(CleanupRequest req, boolean isRegularCleanup, SpanWrapper pspan)