Uses of Class
com.couchbase.client.core.transaction.support.TransactionAttemptContextFactory
-
Packages that use TransactionAttemptContextFactory Package Description com.couchbase.client.core.transaction.config com.couchbase.client.core.transaction.util -
-
Uses of TransactionAttemptContextFactory in com.couchbase.client.core.transaction.config
Methods in com.couchbase.client.core.transaction.config that return TransactionAttemptContextFactory Modifier and Type Method Description TransactionAttemptContextFactoryCoreMergedTransactionConfig. attemptContextFactory()TransactionAttemptContextFactoryCoreTransactionsConfig. attemptContextFactory()Methods in com.couchbase.client.core.transaction.config that return types with arguments of type TransactionAttemptContextFactory Modifier and Type Method Description Optional<TransactionAttemptContextFactory>CoreSingleQueryTransactionOptions. attemptContextFactory()Optional<TransactionAttemptContextFactory>CoreTransactionOptions. attemptContextFactory()Methods in com.couchbase.client.core.transaction.config with parameters of type TransactionAttemptContextFactory Modifier and Type Method Description static CoreTransactionsConfigCoreTransactionsConfig. createForSingleQueryTransactions(DurabilityLevel durabilityLevel, Duration timeout, TransactionAttemptContextFactory transactionAttemptContextFactory, Optional<CollectionIdentifier> metadataCollection)Constructors in com.couchbase.client.core.transaction.config with parameters of type TransactionAttemptContextFactory Constructor Description CoreTransactionsConfig(DurabilityLevel durabilityLevel, Duration timeout, CoreTransactionsCleanupConfig cleanupConfig, TransactionAttemptContextFactory attemptContextFactory, CleanerFactory cleanerFactory, ClientRecordFactory clientRecordFactory, int numAtrs, Optional<CollectionIdentifier> metadataCollection, Optional<String> scanConsistency) -
Uses of TransactionAttemptContextFactory in com.couchbase.client.core.transaction.util
Subclasses of TransactionAttemptContextFactory in com.couchbase.client.core.transaction.util Modifier and Type Class Description classTestTransactionAttemptContextFactoryCan be used for testing transactions, but is for internal use only.
-