Uses of Enum
com.couchbase.client.core.api.kv.AbsentDocumentStrategy
Packages that use AbsentDocumentStrategy
Package
Description
-
Uses of AbsentDocumentStrategy in com.couchbase.client.core.api.kv
Methods in com.couchbase.client.core.api.kv that return AbsentDocumentStrategyModifier and TypeMethodDescriptionstatic AbsentDocumentStrategyReturns the enum constant of this type with the specified name.static AbsentDocumentStrategy[]AbsentDocumentStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.core.api.kv with parameters of type AbsentDocumentStrategyModifier and TypeMethodDescriptionCoreKvOps.getAsync(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry, AbsentDocumentStrategy absentDocumentStrategy) default @Nullable CoreGetResultCoreKvOps.getBlocking(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry, AbsentDocumentStrategy absentDocumentStrategy) -
Uses of AbsentDocumentStrategy in com.couchbase.client.core.classic.kv
Methods in com.couchbase.client.core.classic.kv with parameters of type AbsentDocumentStrategyModifier and TypeMethodDescriptionClassicCoreKvOps.getAsync(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry, AbsentDocumentStrategy absentDocumentStrategy) -
Uses of AbsentDocumentStrategy in com.couchbase.client.core.msg.kv
Constructors in com.couchbase.client.core.msg.kv with parameters of type AbsentDocumentStrategyModifierConstructorDescriptionGetRequest(String key, Duration timeout, CoreContext ctx, CollectionIdentifier collectionIdentifier, RetryStrategy retryStrategy, RequestSpan span, AbsentDocumentStrategy absentDocumentStrategy) -
Uses of AbsentDocumentStrategy in com.couchbase.client.core.protostellar.kv
Methods in com.couchbase.client.core.protostellar.kv with parameters of type AbsentDocumentStrategyModifier and TypeMethodDescriptionProtostellarCoreKvOps.getAsync(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry, AbsentDocumentStrategy absentDocumentStrategy) @Nullable CoreGetResultProtostellarCoreKvOps.getBlocking(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry, AbsentDocumentStrategy absentDocumentStrategy)