| Package | Description |
|---|---|
| com.couchbase.client.core.transaction.cleanup |
| Modifier and Type | Method and Description |
|---|---|
Mono<TransactionCleanupAttemptEvent> |
TransactionsCleaner.cleanupATREntry(CollectionIdentifier atrCollection,
String atrId,
String attemptId,
ActiveTransactionRecordEntry atrEntry,
boolean isRegularCleanup)
Kept purely for backwards compatibility with FIT performer.
|
Flux<TransactionCleanupAttemptEvent> |
LostCleanupDistributed.handleATRCleanup(String bp,
CollectionIdentifier atrCollection,
String atrId,
ActiveTransactionRecordStats stats,
Duration safetyMargin,
SpanWrapper pspan)
Looks at an ATR, finds any expired entries, and cleans them up.
|
Mono<TransactionCleanupAttemptEvent> |
TransactionsCleaner.performCleanup(CleanupRequest req,
boolean isRegularCleanup,
SpanWrapper pspan) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.