Uses of Class
com.couchbase.client.core.transaction.forwards.CoreTransactionsSupportedExtensions
Packages that use CoreTransactionsSupportedExtensions
Package
Description
-
Uses of CoreTransactionsSupportedExtensions in com.couchbase.client.core.transaction
Methods in com.couchbase.client.core.transaction that return CoreTransactionsSupportedExtensions -
Uses of CoreTransactionsSupportedExtensions in com.couchbase.client.core.transaction.cleanup
Methods in com.couchbase.client.core.transaction.cleanup with parameters of type CoreTransactionsSupportedExtensionsModifier and TypeMethodDescriptionCleanerFactory.create(Core core, CoreTransactionsSupportedExtensions supported) CleanerMockFactory.create(Core core, CoreTransactionsSupportedExtensions supported) Constructors in com.couchbase.client.core.transaction.cleanup with parameters of type CoreTransactionsSupportedExtensionsModifierConstructorDescriptionTransactionsCleaner(Core core, CleanerHooks hooks, CoreTransactionsSupportedExtensions supported) -
Uses of CoreTransactionsSupportedExtensions in com.couchbase.client.core.transaction.components
Methods in com.couchbase.client.core.transaction.components with parameters of type CoreTransactionsSupportedExtensionsModifier and TypeMethodDescriptionstatic Mono<Optional<CoreTransactionGetResult>>DocumentGetter.getAsync(Core core, CoreTransactionLogger LOGGER, CollectionIdentifier collection, CoreMergedTransactionConfig config, String docId, String byAttemptId, boolean justReturn, SpanWrapper span, Optional<String> resolvingMissingATREntry, MeteringUnits.MeteringUnitsBuilder units, CoreTransactionsSupportedExtensions supported, boolean preferredReplicaMode) static Mono<Optional<CoreTransactionGetResult>>DocumentGetter.lookupStatusFromATR(Core core, CollectionIdentifier collection, CoreTransactionGetResult doc, String byAttemptId, CoreMergedTransactionConfig config, SpanWrapper span, CoreTransactionLogger logger, MeteringUnits.MeteringUnitsBuilder units, CoreTransactionsSupportedExtensions supported) -
Uses of CoreTransactionsSupportedExtensions in com.couchbase.client.core.transaction.config
Methods in com.couchbase.client.core.transaction.config that return CoreTransactionsSupportedExtensionsModifier and TypeMethodDescriptionCoreMergedTransactionConfig.supported()CoreTransactionsConfig.supported()Methods in com.couchbase.client.core.transaction.config with parameters of type CoreTransactionsSupportedExtensionsModifier and TypeMethodDescriptionstatic CoreTransactionsConfigCoreTransactionsConfig.createDefault(CoreTransactionsSupportedExtensions supported) static CoreTransactionsConfigCoreTransactionsConfig.createForSingleQueryTransactions(DurabilityLevel durabilityLevel, Duration timeout, TransactionAttemptContextFactory transactionAttemptContextFactory, Optional<CollectionIdentifier> metadataCollection, CoreTransactionsSupportedExtensions supported) Constructors in com.couchbase.client.core.transaction.config with parameters of type CoreTransactionsSupportedExtensionsModifierConstructorDescriptionCoreTransactionsConfig(DurabilityLevel durabilityLevel, Duration timeout, CoreTransactionsCleanupConfig cleanupConfig, TransactionAttemptContextFactory attemptContextFactory, CleanerFactory cleanerFactory, ClientRecordFactory clientRecordFactory, int numAtrs, Optional<CollectionIdentifier> metadataCollection, Optional<String> scanConsistency, CoreTransactionsSupportedExtensions supported) -
Uses of CoreTransactionsSupportedExtensions in com.couchbase.client.core.transaction.forwards
Fields in com.couchbase.client.core.transaction.forwards declared as CoreTransactionsSupportedExtensionsModifier and TypeFieldDescriptionstatic final CoreTransactionsSupportedExtensionsCoreTransactionsSupportedExtensions.ALLstatic final CoreTransactionsSupportedExtensionsCoreTransactionsSupportedExtensions.NONEMethods in com.couchbase.client.core.transaction.forwards that return CoreTransactionsSupportedExtensionsModifier and TypeMethodDescriptionCoreTransactionsSupportedExtensions.from(CoreTransactionsExtension... extensions) Methods in com.couchbase.client.core.transaction.forwards with parameters of type CoreTransactionsSupportedExtensionsModifier and TypeMethodDescriptionForwardCompatibility.check(Core core, ForwardCompatibilityStage fc, Optional<ForwardCompatibility> forwardCompatibility, CoreTransactionLogger logger, CoreTransactionsSupportedExtensions supported) Returns empty if it's ok to continue, otherwise an error:com.couchbase.client.core.transaction.forwards.ForwardCompatBehaviourFullForwardCompatibility.check(ForwardCompatibilityStage fc, CoreTransactionsSupportedExtensions supported)