Uses of Class
com.couchbase.client.core.transaction.cleanup.CleanerFactory
-
Packages that use CleanerFactory Package Description com.couchbase.client.core.transaction.cleanup com.couchbase.client.core.transaction.config -
-
Uses of CleanerFactory in com.couchbase.client.core.transaction.cleanup
Subclasses of CleanerFactory in com.couchbase.client.core.transaction.cleanup Modifier and Type Class Description classCleanerMockFactoryUsed for testing/mocking. -
Uses of CleanerFactory in com.couchbase.client.core.transaction.config
Methods in com.couchbase.client.core.transaction.config that return CleanerFactory Modifier and Type Method Description CleanerFactoryCoreMergedTransactionConfig. cleanerFactory()CleanerFactoryCoreTransactionsConfig. cleanerFactory()Constructors in com.couchbase.client.core.transaction.config with parameters of type CleanerFactory Constructor Description CoreTransactionsConfig(DurabilityLevel durabilityLevel, Duration timeout, CoreTransactionsCleanupConfig cleanupConfig, TransactionAttemptContextFactory attemptContextFactory, CleanerFactory cleanerFactory, ClientRecordFactory clientRecordFactory, int numAtrs, Optional<CollectionIdentifier> metadataCollection, Optional<String> scanConsistency)
-