Uses of Enum
com.couchbase.client.core.msg.kv.DurabilityLevel
Packages that use DurabilityLevel
Package
Description
-
Uses of DurabilityLevel in com.couchbase.client.core.api.kv
Methods in com.couchbase.client.core.api.kv that return types with arguments of type DurabilityLevelMethods in com.couchbase.client.core.api.kv with parameters of type DurabilityLevel -
Uses of DurabilityLevel in com.couchbase.client.core.classic.manager
Methods in com.couchbase.client.core.classic.manager that return DurabilityLevel -
Uses of DurabilityLevel in com.couchbase.client.core.io.netty.kv
Method parameters in com.couchbase.client.core.io.netty.kv with type arguments of type DurabilityLevelModifier and TypeMethodDescriptionstatic com.couchbase.client.core.deps.io.netty.buffer.ByteBuf
MemcacheProtocol.mutationFlexibleExtras
(KeyValueRequest<?> request, KeyValueChannelContext ctx, com.couchbase.client.core.deps.io.netty.buffer.ByteBufAllocator alloc, Optional<DurabilityLevel> durabilityLevel) static com.couchbase.client.core.deps.io.netty.buffer.ByteBuf
MemcacheProtocol.mutationFlexibleExtras
(KeyValueRequest<?> request, KeyValueChannelContext ctx, com.couchbase.client.core.deps.io.netty.buffer.ByteBufAllocator alloc, Optional<DurabilityLevel> durabilityLevel, boolean preserveExpiry) -
Uses of DurabilityLevel in com.couchbase.client.core.manager.bucket
Methods in com.couchbase.client.core.manager.bucket that return DurabilityLevel -
Uses of DurabilityLevel in com.couchbase.client.core.msg.kv
Methods in com.couchbase.client.core.msg.kv that return DurabilityLevelModifier and TypeMethodDescriptionstatic DurabilityLevel
DurabilityLevel.decodeFromManagementApi
(String input) Decodes the string representation of the durability level from the management API into an enum.static DurabilityLevel
Returns the enum constant of this type with the specified name.static DurabilityLevel[]
DurabilityLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.core.msg.kv that return types with arguments of type DurabilityLevelModifier and TypeMethodDescriptionAppendRequest.durabilityLevel()
DecrementRequest.durabilityLevel()
IncrementRequest.durabilityLevel()
InsertRequest.durabilityLevel()
PrependRequest.durabilityLevel()
RemoveRequest.durabilityLevel()
ReplaceRequest.durabilityLevel()
SubdocMutateRequest.durabilityLevel()
SyncDurabilityRequest.durabilityLevel()
Returns the durability level if present.UpsertRequest.durabilityLevel()
Method parameters in com.couchbase.client.core.msg.kv with type arguments of type DurabilityLevelModifier and TypeMethodDescriptiondefault void
SyncDurabilityRequest.applyLevelOnSpan
(Optional<DurabilityLevel> level, RequestSpan span) Helper method to apply the durability level if present to the request span.Constructor parameters in com.couchbase.client.core.msg.kv with type arguments of type DurabilityLevelModifierConstructorDescriptionAppendRequest
(Duration timeout, CoreContext ctx, CollectionIdentifier collectionIdentifier, RetryStrategy retryStrategy, String key, byte[] content, long cas, Optional<DurabilityLevel> syncReplicationType, RequestSpan span) InsertRequest
(String key, byte[] content, long expiration, int flags, Duration timeout, CoreContext ctx, CollectionIdentifier collectionIdentifier, RetryStrategy retryStrategy, Optional<DurabilityLevel> syncReplicationType, RequestSpan span) PrependRequest
(Duration timeout, CoreContext ctx, CollectionIdentifier collectionIdentifier, RetryStrategy retryStrategy, String key, byte[] content, long cas, Optional<DurabilityLevel> syncReplicationType, RequestSpan span) RemoveRequest
(String key, long cas, Duration timeout, CoreContext ctx, CollectionIdentifier collectionIdentifier, RetryStrategy retryStrategy, Optional<DurabilityLevel> syncReplicationType, RequestSpan span) ReplaceRequest
(String key, byte[] content, long expiration, boolean preserveExpiry, int flags, Duration timeout, long cas, CoreContext ctx, CollectionIdentifier collectionIdentifier, RetryStrategy retryStrategy, Optional<DurabilityLevel> syncReplicationType, RequestSpan span) SubdocMutateRequest
(Duration timeout, CoreContext ctx, CollectionIdentifier collectionIdentifier, BucketConfig bucketConfig, RetryStrategy retryStrategy, String key, boolean insertDocument, boolean upsertDocument, boolean reviveDocument, boolean accessDeleted, boolean createAsDeleted, List<SubdocMutateRequest.Command> commands, long expiration, boolean preserveExpiry, long cas, int userFlags, Optional<DurabilityLevel> syncReplicationType, RequestSpan span) Deprecated.Please use the other constructor instead.SubdocMutateRequest
(Duration timeout, CoreContext ctx, CollectionIdentifier collectionIdentifier, BucketConfig bucketConfig, RetryStrategy retryStrategy, String key, CoreStoreSemantics storeSemantics, boolean accessDeleted, boolean createAsDeleted, List<CoreSubdocMutateCommand> commands, long expiration, boolean preserveExpiry, long cas, Optional<DurabilityLevel> syncReplicationType, RequestSpan span) UpsertRequest
(String key, byte[] content, long expiration, boolean preserveExpiry, int flags, Duration timeout, CoreContext ctx, CollectionIdentifier collectionIdentifier, RetryStrategy retryStrategy, Optional<DurabilityLevel> syncReplicationType, RequestSpan span) -
Uses of DurabilityLevel in com.couchbase.client.core.protostellar
Methods in com.couchbase.client.core.protostellar with parameters of type DurabilityLevelModifier and TypeMethodDescriptionstatic com.couchbase.client.protostellar.kv.v1.DurabilityLevel
CoreProtostellarUtil.convert
(DurabilityLevel dl) -
Uses of DurabilityLevel in com.couchbase.client.core.transaction.cleanup
Methods in com.couchbase.client.core.transaction.cleanup that return types with arguments of type DurabilityLevel -
Uses of DurabilityLevel in com.couchbase.client.core.transaction.components
Methods in com.couchbase.client.core.transaction.components that return DurabilityLevelModifier and TypeMethodDescriptionstatic DurabilityLevel
DurabilityLevelUtil.convertDurabilityLevel
(String dl) Methods in com.couchbase.client.core.transaction.components that return types with arguments of type DurabilityLevelMethods in com.couchbase.client.core.transaction.components with parameters of type DurabilityLevelModifier and TypeMethodDescriptionstatic String
DurabilityLevelUtil.convertDurabilityLevel
(DurabilityLevel dl) -
Uses of DurabilityLevel in com.couchbase.client.core.transaction.config
Fields in com.couchbase.client.core.transaction.config declared as DurabilityLevelModifier and TypeFieldDescriptionstatic final DurabilityLevel
CoreTransactionsConfig.DEFAULT_TRANSACTION_DURABILITY_LEVEL
Methods in com.couchbase.client.core.transaction.config that return DurabilityLevelModifier and TypeMethodDescriptionCoreMergedTransactionConfig.durabilityLevel()
CoreTransactionsConfig.durabilityLevel()
Methods in com.couchbase.client.core.transaction.config that return types with arguments of type DurabilityLevelModifier and TypeMethodDescriptionCoreSingleQueryTransactionOptions.durabilityLevel()
CoreTransactionOptions.durabilityLevel()
Methods in com.couchbase.client.core.transaction.config with parameters of type DurabilityLevelModifier and TypeMethodDescriptionstatic CoreTransactionsConfig
CoreTransactionsConfig.createForSingleQueryTransactions
(DurabilityLevel durabilityLevel, Duration timeout, TransactionAttemptContextFactory transactionAttemptContextFactory, Optional<CollectionIdentifier> metadataCollection, CoreTransactionsSupportedExtensions supported) Constructors in com.couchbase.client.core.transaction.config with parameters of type DurabilityLevelModifierConstructorDescriptionCoreTransactionsConfig
(DurabilityLevel durabilityLevel, Duration timeout, CoreTransactionsCleanupConfig cleanupConfig, TransactionAttemptContextFactory attemptContextFactory, CleanerFactory cleanerFactory, ClientRecordFactory clientRecordFactory, int numAtrs, Optional<CollectionIdentifier> metadataCollection, Optional<String> scanConsistency, CoreTransactionsSupportedExtensions supported) Constructor parameters in com.couchbase.client.core.transaction.config with type arguments of type DurabilityLevelModifierConstructorDescriptionCoreSingleQueryTransactionOptions
(Optional<DurabilityLevel> durabilityLevel, Optional<TransactionAttemptContextFactory> attemptContextFactory, Optional<CollectionIdentifier> metadataCollection) CoreTransactionOptions
(Optional<DurabilityLevel> durabilityLevel, Optional<String> scanConsistency, Optional<RequestSpan> parentSpan, Optional<Duration> timeout, Optional<CollectionIdentifier> metadataCollection, Optional<TransactionAttemptContextFactory> attemptContextFactory) -
Uses of DurabilityLevel in com.couchbase.client.core.transaction.support
Methods in com.couchbase.client.core.transaction.support that return DurabilityLevelMethods in com.couchbase.client.core.transaction.support with parameters of type DurabilityLevel -
Uses of DurabilityLevel in com.couchbase.client.core.transaction.util
Method parameters in com.couchbase.client.core.transaction.util with type arguments of type DurabilityLevelModifier and TypeMethodDescriptionstatic Mono<InsertResponse>
TransactionKVHandler.insert
(Core core, CollectionIdentifier collectionIdentifier, String id, byte[] transcodedContent, int flags, Duration timeout, Optional<DurabilityLevel> durabilityLevel, Map<String, Object> clientContext, SpanWrapper pspan) static Mono<SubdocMutateResponse>
TransactionKVHandler.mutateIn
(Core core, CollectionIdentifier collectionIdentifier, String id, Duration timeout, boolean insertDocument, boolean upsertDocument, boolean reviveDocument, boolean accessDeleted, boolean createAsDeleted, long cas, int userFlags, Optional<DurabilityLevel> durabilityLevel, Map<String, Object> clientContext, SpanWrapper span, List<SubdocMutateRequest.Command> commands) static Mono<SubdocMutateResponse>
TransactionKVHandler.mutateIn
(Core core, CollectionIdentifier collectionIdentifier, String id, Duration timeout, boolean insertDocument, boolean upsertDocument, boolean reviveDocument, boolean accessDeleted, boolean createAsDeleted, long cas, int userFlags, Optional<DurabilityLevel> durabilityLevel, Map<String, Object> clientContext, SpanWrapper pspan, List<SubdocMutateRequest.Command> commands, CoreTransactionLogger logger) static Mono<RemoveResponse>
TransactionKVHandler.remove
(Core core, CollectionIdentifier collectionIdentifier, String id, Duration timeout, long cas, Optional<DurabilityLevel> durabilityLevel, Map<String, Object> clientContext, SpanWrapper pspan)