Uses of Class
com.couchbase.client.core.transaction.CoreTransactionAttemptContext
Packages that use CoreTransactionAttemptContext
Package
Description
-
Uses of CoreTransactionAttemptContext in com.couchbase.client.core.error.transaction
Methods in com.couchbase.client.core.error.transaction with parameters of type CoreTransactionAttemptContextModifier and TypeMethodDescriptionDocumentAlreadyInTransactionException.create(CoreTransactionAttemptContext ctx, CoreTransactionGetResult doc) -
Uses of CoreTransactionAttemptContext in com.couchbase.client.core.transaction
Methods in com.couchbase.client.core.transaction that return CoreTransactionAttemptContextModifier and TypeMethodDescriptionCoreTransactions.createAttemptContext(CoreTransactionContext overall, CoreMergedTransactionConfig config, String attemptId) Methods in com.couchbase.client.core.transaction with parameters of type CoreTransactionAttemptContextModifier and TypeMethodDescriptionAccessorUtil.operationFailed(CoreTransactionAttemptContext ctx, TransactionOperationFailedException err) protected StringCoreTransactionAttemptContext.randomAtrIdForVbucket(CoreTransactionAttemptContext self, Integer vbucketIdForDoc, int numAtrs) Method parameters in com.couchbase.client.core.transaction with type arguments of type CoreTransactionAttemptContextModifier and TypeMethodDescriptionCoreTransactions.executeTransaction(Supplier<CoreTransactionAttemptContext> createAttempt, CoreTransactionContext overall, Function<CoreTransactionAttemptContext, Void> transactionLogic, boolean singleQueryTransactionMode) CoreTransactions.executeTransaction(Supplier<CoreTransactionAttemptContext> createAttempt, CoreTransactionContext overall, Function<CoreTransactionAttemptContext, Void> transactionLogic, boolean singleQueryTransactionMode) CoreTransactions.run(Function<CoreTransactionAttemptContext, ?> transactionLogic, CoreTransactionOptions perConfig) reactor.core.publisher.Mono<CoreTransactionResult> CoreTransactionsReactive.run(Function<CoreTransactionAttemptContext, reactor.core.publisher.Mono<?>> transactionLogic, CoreTransactionOptions perConfig) -
Uses of CoreTransactionAttemptContext in com.couchbase.client.core.transaction.support
Methods in com.couchbase.client.core.transaction.support that return CoreTransactionAttemptContextModifier and TypeMethodDescriptionTransactionAttemptContextFactory.create(Core core, CoreTransactionContext overall, CoreMergedTransactionConfig config, String attemptId, Optional<SpanWrapper> parentSpan) Methods in com.couchbase.client.core.transaction.support with parameters of type CoreTransactionAttemptContextModifier and TypeMethodDescriptionstatic SpanWrapperSpanWrapperUtil.createOp(CoreTransactionAttemptContext ctx, RequestTracerAndDecorator tracer, CollectionIdentifier collection, String id, String op, SpanWrapper attemptSpan) static SpanWrapperSpanWrapperUtil.setAttributes(SpanWrapper out, RequestTracerAndDecorator tracer, CoreTransactionAttemptContext ctx, CollectionIdentifier collection, String id) -
Uses of CoreTransactionAttemptContext in com.couchbase.client.core.transaction.threadlocal
Methods in com.couchbase.client.core.transaction.threadlocal that return CoreTransactionAttemptContextConstructors in com.couchbase.client.core.transaction.threadlocal with parameters of type CoreTransactionAttemptContext -
Uses of CoreTransactionAttemptContext in com.couchbase.client.core.transaction.util
Fields in com.couchbase.client.core.transaction.util with type parameters of type CoreTransactionAttemptContextModifier and TypeFieldDescriptionCoreTransactionAttemptContextHooks.afterAtrAbortedCoreTransactionAttemptContextHooks.afterAtrCommitCoreTransactionAttemptContextHooks.afterAtrCompleteCoreTransactionAttemptContextHooks.afterAtrPendingCoreTransactionAttemptContextHooks.afterAtrRolledBackCoreTransactionAttemptContextHooks.afterDocCommittedCoreTransactionAttemptContextHooks.afterDocCommittedBeforeSavingCASCoreTransactionAttemptContextHooks.afterDocRemovedPostRetryCoreTransactionAttemptContextHooks.afterDocRemovedPreRetryCoreTransactionAttemptContextHooks.afterDocsCommittedCoreTransactionAttemptContextHooks.afterDocsRemovedCoreTransactionAttemptContextHooks.afterGetCompleteCoreTransactionAttemptContextHooks.afterQueryCoreTransactionAttemptContextHooks.afterRemoveStagedInsertCoreTransactionAttemptContextHooks.afterRollbackDeleteInsertedCoreTransactionAttemptContextHooks.afterRollbackReplaceOrRemoveCoreTransactionAttemptContextHooks.afterStagedInsertCompleteCoreTransactionAttemptContextHooks.afterStagedRemoveCompleteCoreTransactionAttemptContextHooks.afterStagedReplaceCompleteCoreTransactionAttemptContextHooks.beforeAtrAbortedCoreTransactionAttemptContextHooks.beforeAtrCommitCoreTransactionAttemptContextHooks.beforeAtrCommitAmbiguityResolutionCoreTransactionAttemptContextHooks.beforeAtrCompleteCoreTransactionAttemptContextHooks.beforeAtrPendingCoreTransactionAttemptContextHooks.beforeAtrRolledBackCoreTransactionAttemptContextHooks.beforeCheckATREntryForBlockingDocCoreTransactionAttemptContextHooks.beforeDocChangedDuringCommitCoreTransactionAttemptContextHooks.beforeDocChangedDuringRollbackCoreTransactionAttemptContextHooks.beforeDocChangedDuringStagingCoreTransactionAttemptContextHooks.beforeDocCommittedCoreTransactionAttemptContextHooks.beforeDocGetCoreTransactionAttemptContextHooks.beforeDocRemovedCoreTransactionAttemptContextHooks.beforeDocRolledBackCoreTransactionAttemptContextHooks.beforeGetDocInExistsDuringStagedInsertCoreTransactionAttemptContextHooks.beforeOverwritingStagedInsertRemovalCoreTransactionAttemptContextHooks.beforeQueryCoreTransactionAttemptContextHooks.beforeRemoveStagedInsertCoreTransactionAttemptContextHooks.beforeRollbackDeleteInsertedCoreTransactionAttemptContextHooks.beforeStagedInsertCoreTransactionAttemptContextHooks.beforeStagedRemoveCoreTransactionAttemptContextHooks.beforeStagedReplaceCoreTransactionAttemptContextHooks.beforeUnlockGetCoreTransactionAttemptContextHooks.beforeUnlockInsertCoreTransactionAttemptContextHooks.beforeUnlockQueryCoreTransactionAttemptContextHooks.beforeUnlockRemoveCoreTransactionAttemptContextHooks.beforeUnlockReplaceCoreTransactionAttemptContextHooks.hasExpiredClientSideHookCoreTransactionAttemptContextHooks.randomAtrIdForVbucketMethods in com.couchbase.client.core.transaction.util that return CoreTransactionAttemptContextModifier and TypeMethodDescriptionTestTransactionAttemptContextFactory.create(Core core, CoreTransactionContext overall, CoreMergedTransactionConfig config, String attemptId, Optional<SpanWrapper> parentSpan)