Uses of Interface
com.couchbase.client.core.endpoint.http.CoreCommonOptions
-
-
Uses of CoreCommonOptions in com.couchbase.client.core.api.kv
Methods in com.couchbase.client.core.api.kv with parameters of type CoreCommonOptions Modifier and Type Method Description CoreAsyncResponse<CoreMutationResult>CoreKvBinaryOps. appendAsync(String id, byte[] content, CoreCommonOptions options, long cas, CoreDurability durability)default CoreMutationResultCoreKvBinaryOps. appendBlocking(String id, byte[] content, CoreCommonOptions options, long cas, CoreDurability durability)default Mono<CoreMutationResult>CoreKvBinaryOps. appendReactive(String id, byte[] content, CoreCommonOptions options, long cas, CoreDurability durability)CoreAsyncResponse<CoreCounterResult>CoreKvBinaryOps. decrementAsync(String id, CoreCommonOptions options, long expiry, long delta, Optional<Long> initial, CoreDurability durability)default CoreCounterResultCoreKvBinaryOps. decrementBlocking(String id, CoreCommonOptions options, long expiry, long delta, Optional<Long> initial, CoreDurability durability)default Mono<CoreCounterResult>CoreKvBinaryOps. decrementReactive(String id, CoreCommonOptions options, long expiry, long delta, Optional<Long> initial, CoreDurability durability)CoreAsyncResponse<CoreExistsResult>CoreKvOps. existsAsync(CoreCommonOptions common, String key)default CoreExistsResultCoreKvOps. existsBlocking(CoreCommonOptions common, String key)default Mono<CoreExistsResult>CoreKvOps. existsReactive(CoreCommonOptions common, String key)Flux<CoreGetResult>CoreKvOps. getAllReplicasReactive(CoreCommonOptions common, String key)CoreAsyncResponse<CoreGetResult>CoreKvOps. getAndLockAsync(CoreCommonOptions common, String key, Duration lockTime)default CoreGetResultCoreKvOps. getAndLockBlocking(CoreCommonOptions common, String key, Duration lockTime)default Mono<CoreGetResult>CoreKvOps. getAndLockReactive(CoreCommonOptions common, String key, Duration lockTime)CoreAsyncResponse<CoreGetResult>CoreKvOps. getAndTouchAsync(CoreCommonOptions common, String key, long expiration)default CoreGetResultCoreKvOps. getAndTouchBlocking(CoreCommonOptions common, String key, long expiration)default Mono<CoreGetResult>CoreKvOps. getAndTouchReactive(CoreCommonOptions common, String key, long expiration)Mono<CoreGetResult>CoreKvOps. getAnyReplicaReactive(CoreCommonOptions common, String key)CoreAsyncResponse<CoreGetResult>CoreKvOps. getAsync(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry)default CoreGetResultCoreKvOps. getBlocking(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry)default Mono<CoreGetResult>CoreKvOps. getReactive(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry)CoreAsyncResponse<CoreCounterResult>CoreKvBinaryOps. incrementAsync(String id, CoreCommonOptions options, long expiry, long delta, Optional<Long> initial, CoreDurability durability)default CoreCounterResultCoreKvBinaryOps. incrementBlocking(String id, CoreCommonOptions options, long expiry, long delta, Optional<Long> initial, CoreDurability durability)default Mono<CoreCounterResult>CoreKvBinaryOps. incrementReactive(String id, CoreCommonOptions options, long expiry, long delta, Optional<Long> initial, CoreDurability durability)CoreAsyncResponse<CoreMutationResult>CoreKvOps. insertAsync(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry)default CoreMutationResultCoreKvOps. insertBlocking(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry)default Mono<CoreMutationResult>CoreKvOps. insertReactive(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry)CoreAsyncResponse<CoreMutationResult>CoreKvBinaryOps. prependAsync(String id, byte[] content, CoreCommonOptions options, long cas, CoreDurability durabilityLevel)default CoreMutationResultCoreKvBinaryOps. prependBlocking(String id, byte[] content, CoreCommonOptions options, long cas, CoreDurability durability)default Mono<CoreMutationResult>CoreKvBinaryOps. prependReactive(String id, byte[] content, CoreCommonOptions options, long cas, CoreDurability durability)CoreAsyncResponse<CoreMutationResult>CoreKvOps. removeAsync(CoreCommonOptions common, String key, long cas, CoreDurability durability)default CoreMutationResultCoreKvOps. removeBlocking(CoreCommonOptions common, String key, long cas, CoreDurability durability)default Mono<CoreMutationResult>CoreKvOps. removeReactive(CoreCommonOptions common, String key, long cas, CoreDurability durability)CoreAsyncResponse<CoreMutationResult>CoreKvOps. replaceAsync(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, long cas, CoreDurability durability, long expiry, boolean preserveExpiry)default CoreMutationResultCoreKvOps. replaceBlocking(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, long cas, CoreDurability durability, long expiry, boolean preserveExpiry)default Mono<CoreMutationResult>CoreKvOps. replaceReactive(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, long cas, CoreDurability durability, long expiry, boolean preserveExpiry)CoreAsyncResponse<CoreSubdocMutateResult>CoreKvOps. subdocMutateAsync(CoreCommonOptions common, String key, Supplier<List<CoreSubdocMutateCommand>> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, long expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted)default CoreSubdocMutateResultCoreKvOps. subdocMutateBlocking(CoreCommonOptions common, String key, Supplier<List<CoreSubdocMutateCommand>> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, long expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted)default Mono<CoreSubdocMutateResult>CoreKvOps. subdocMutateReactive(CoreCommonOptions common, String key, Supplier<List<CoreSubdocMutateCommand>> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, long expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted)CoreAsyncResponse<CoreMutationResult>CoreKvOps. touchAsync(CoreCommonOptions common, String key, long expiry)default CoreMutationResultCoreKvOps. touchBlocking(CoreCommonOptions common, String key, long expiry)default Mono<CoreMutationResult>CoreKvOps. touchReactive(CoreCommonOptions common, String key, long expiry)CoreAsyncResponse<Void>CoreKvOps. unlockAsync(CoreCommonOptions common, String key, long cas)default voidCoreKvOps. unlockBlocking(CoreCommonOptions common, String key, long cas)default Mono<Void>CoreKvOps. unlockReactive(CoreCommonOptions common, String key, long cas)CoreAsyncResponse<CoreMutationResult>CoreKvOps. upsertAsync(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry, boolean preserveExpiry)default CoreMutationResultCoreKvOps. upsertBlocking(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry, boolean preserveExpiry)default Mono<CoreMutationResult>CoreKvOps. upsertReactive(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry, boolean preserveExpiry)static voidCoreKvBinaryParamValidators. validateAppendPrependArgs(Core core, String key, CoreKeyspace keyspace, CoreCommonOptions options, byte[] content, long cas, CoreDurability durability)static voidCoreKvParamValidators. validateExistsParams(CoreCommonOptions common, String key)static voidCoreKvParamValidators. validateGetAllReplicasParams(CoreCommonOptions common, String key)static voidCoreKvParamValidators. validateGetAndLockParams(CoreCommonOptions common, String key, Duration lockTime)static voidCoreKvParamValidators. validateGetAndTouchParams(CoreCommonOptions common, String key, long expiration)static voidCoreKvParamValidators. validateGetAnyReplicaParams(CoreCommonOptions common, String key)static voidCoreKvParamValidators. validateGetParams(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry)static voidCoreKvBinaryParamValidators. validateIncrementDecrementArgs(Core core, String key, CoreKeyspace keyspace, CoreCommonOptions options, long expiry, long delta, Optional<Long> initial, CoreDurability durability)static voidCoreKvParamValidators. validateInsertParams(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry)static voidCoreKvParamValidators. validateRemoveParams(CoreCommonOptions common, String key, long cas, CoreDurability durability)static voidCoreKvParamValidators. validateReplaceParams(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, long cas, CoreDurability durability, long expiry, boolean preserveExpiry)static voidCoreKvParamValidators. validateSubdocMutateParams(CoreCommonOptions common, String key, CoreStoreSemantics storeSemantics, long cas)static voidCoreKvParamValidators. validateTouchParams(CoreCommonOptions common, String key, long expiry)static voidCoreKvParamValidators. validateUnlockParams(CoreCommonOptions common, String key, long cas, CollectionIdentifier collectionIdentifier)static voidCoreKvParamValidators. validateUpsertParams(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry, boolean preserveExpiry) -
Uses of CoreCommonOptions in com.couchbase.client.core.api.manager
Methods in com.couchbase.client.core.api.manager that return CoreCommonOptions Modifier and Type Method Description CoreCommonOptionsCoreBuildQueryIndexOptions. commonOptions()CoreCommonOptionsCoreCreatePrimaryQueryIndexOptions. commonOptions()CoreCommonOptionsCoreCreateQueryIndexOptions. commonOptions()CoreCommonOptionsCoreDropPrimaryQueryIndexOptions. commonOptions()CoreCommonOptionsCoreDropQueryIndexOptions. commonOptions()CoreCommonOptionsCoreGetAllQueryIndexesOptions. commonOptions()CoreCommonOptionsCoreWatchQueryIndexesOptions. commonOptions() -
Uses of CoreCommonOptions in com.couchbase.client.core.api.query
Methods in com.couchbase.client.core.api.query that return CoreCommonOptions Modifier and Type Method Description CoreCommonOptionsCoreQueryOptions. commonOptions()CoreCommonOptionsCoreQueryOptionsTransactions. commonOptions() -
Uses of CoreCommonOptions in com.couchbase.client.core.classic
Methods in com.couchbase.client.core.classic with parameters of type CoreCommonOptions Modifier and Type Method Description static voidClassicHelper. setClientContext(Request<?> request, CoreCommonOptions common) -
Uses of CoreCommonOptions in com.couchbase.client.core.classic.kv
Methods in com.couchbase.client.core.classic.kv with parameters of type CoreCommonOptions Modifier and Type Method Description CoreAsyncResponse<CoreMutationResult>ClassicCoreKvBinaryOps. appendAsync(String id, byte[] content, CoreCommonOptions options, long cas, CoreDurability durability)Appends binary content to the document with custom options.CoreAsyncResponse<CoreCounterResult>ClassicCoreKvBinaryOps. decrementAsync(String id, CoreCommonOptions options, long expiry, long delta, Optional<Long> initial, CoreDurability durability)Decrements the counter document by one or the number defined in the options.CoreAsyncResponse<CoreExistsResult>ClassicCoreKvOps. existsAsync(CoreCommonOptions common, String key)Flux<CoreGetResult>ClassicCoreKvOps. getAllReplicasReactive(CoreCommonOptions common, String key)CoreAsyncResponse<CoreGetResult>ClassicCoreKvOps. getAndLockAsync(CoreCommonOptions common, String key, Duration lockTime)CoreAsyncResponse<CoreGetResult>ClassicCoreKvOps. getAndTouchAsync(CoreCommonOptions common, String key, long expiration)Mono<CoreGetResult>ClassicCoreKvOps. getAnyReplicaReactive(CoreCommonOptions common, String key)CoreAsyncResponse<CoreGetResult>ClassicCoreKvOps. getAsync(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry)CoreAsyncResponse<CoreCounterResult>ClassicCoreKvBinaryOps. incrementAsync(String id, CoreCommonOptions options, long expiry, long delta, Optional<Long> initial, CoreDurability durability)Increments the counter document by one or the number defined in the options.CoreAsyncResponse<CoreMutationResult>ClassicCoreKvOps. insertAsync(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry)CoreAsyncResponse<CoreMutationResult>ClassicCoreKvBinaryOps. prependAsync(String id, byte[] content, CoreCommonOptions options, long cas, CoreDurability durability)Prepends binary content to the document with custom options.CoreAsyncResponse<CoreMutationResult>ClassicCoreKvOps. removeAsync(CoreCommonOptions common, String key, long cas, CoreDurability durability)CoreAsyncResponse<CoreMutationResult>ClassicCoreKvOps. replaceAsync(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, long cas, CoreDurability durability, long expiry, boolean preserveExpiry)CoreAsyncResponse<CoreSubdocMutateResult>ClassicCoreKvOps. subdocMutateAsync(CoreCommonOptions common, String key, Supplier<List<CoreSubdocMutateCommand>> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, long expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted)CoreAsyncResponse<CoreMutationResult>ClassicCoreKvOps. touchAsync(CoreCommonOptions common, String key, long expiry)CoreAsyncResponse<Void>ClassicCoreKvOps. unlockAsync(CoreCommonOptions common, String key, long cas)CoreAsyncResponse<CoreMutationResult>ClassicCoreKvOps. upsertAsync(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry, boolean preserveExpiry) -
Uses of CoreCommonOptions in com.couchbase.client.core.classic.manager
Methods in com.couchbase.client.core.classic.manager with parameters of type CoreCommonOptions Modifier and Type Method Description CompletableFuture<Void>ClassicCoreCollectionManagerOps. createCollection(String scopeName, String collectionName, Duration maxTTL, CoreCommonOptions options)CompletableFuture<Void>ClassicCoreCollectionManagerOps. createScope(String scopeName, CoreCommonOptions options)CompletableFuture<Void>ClassicCoreCollectionManagerOps. dropCollection(String scopeName, String collectionName, CoreCommonOptions options)CompletableFuture<Void>ClassicCoreCollectionManagerOps. dropScope(String scopeName, CoreCommonOptions options)CompletableFuture<CollectionsManifest>ClassicCoreCollectionManagerOps. getAllScopes(CoreCommonOptions options) -
Uses of CoreCommonOptions in com.couchbase.client.core.endpoint.http
Fields in com.couchbase.client.core.endpoint.http declared as CoreCommonOptions Modifier and Type Field Description static CoreCommonOptionsCoreCommonOptions. DEFAULTMethods in com.couchbase.client.core.endpoint.http that return CoreCommonOptions Modifier and Type Method Description static CoreCommonOptionsCoreCommonOptions. of(Duration timeout, RetryStrategy retryStrategy, RequestSpan parentSpan)static CoreCommonOptionsCoreCommonOptions. ofOptional(Optional<Duration> timeout, Optional<RetryStrategy> retryStrategy, Optional<RequestSpan> parentSpan)default CoreCommonOptionsCoreCommonOptions. withParentSpan(RequestSpan span)Methods in com.couchbase.client.core.endpoint.http with parameters of type CoreCommonOptions Modifier and Type Method Description static CoreHttpRequest.BuilderCoreHttpRequest. builder(CoreCommonOptions options, CoreContext coreContext, com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, CoreHttpPath path, RequestTarget target)CoreHttpRequest.BuilderCoreHttpClient. delete(CoreHttpPath path, CoreCommonOptions options)CoreHttpRequest.BuilderCoreHttpClient. get(CoreHttpPath path, CoreCommonOptions options)CoreHttpRequest.BuilderCoreHttpClient. newRequest(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, CoreHttpPath path, CoreCommonOptions options)CoreHttpRequest.BuilderCoreHttpClient. post(CoreHttpPath path, CoreCommonOptions options)CoreHttpRequest.BuilderCoreHttpClient. put(CoreHttpPath path, CoreCommonOptions options)Constructors in com.couchbase.client.core.endpoint.http with parameters of type CoreCommonOptions Constructor Description Builder(CoreCommonOptions options, CoreContext coreContext, RequestTarget target, com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, CoreHttpPath path) -
Uses of CoreCommonOptions in com.couchbase.client.core.kv
Methods in com.couchbase.client.core.kv that return CoreCommonOptions Modifier and Type Method Description CoreCommonOptionsCoreScanOptions. commonOptions() -
Uses of CoreCommonOptions in com.couchbase.client.core.manager
Methods in com.couchbase.client.core.manager with parameters of type CoreCommonOptions Modifier and Type Method Description CompletableFuture<Void>CoreBucketManager. createBucket(Map<String,String> settings, CoreCommonOptions options)CompletableFuture<Void>CoreCollectionManager. createCollection(String scopeName, String collectionName, Duration maxTTL, CoreCommonOptions options)CompletableFuture<Void>CoreAnalyticsLinkManager. createLink(Map<String,String> link, CoreCommonOptions options)CompletableFuture<Void>CoreCollectionManager. createScope(String scopeName, CoreCommonOptions options)CompletableFuture<Void>CoreEventingFunctionManager. deployFunction(String name, CoreCommonOptions options)CompletableFuture<Void>CoreBucketManager. dropBucket(String bucketName, CoreCommonOptions options)CompletableFuture<Void>CoreCollectionManager. dropCollection(String scopeName, String collectionName, CoreCommonOptions options)CompletableFuture<Void>CoreViewIndexManager. dropDesignDocument(String name, boolean production, CoreCommonOptions options)Removes a design document from the server.CompletableFuture<Void>CoreEventingFunctionManager. dropFunction(String name, CoreCommonOptions options)CompletableFuture<Void>CoreAnalyticsLinkManager. dropLink(String linkName, String dataverse, CoreCommonOptions options)CompletableFuture<Void>CoreCollectionManager. dropScope(String scopeName, CoreCommonOptions options)CompletableFuture<Void>CoreBucketManager. flushBucket(String bucketName, CoreCommonOptions options)CompletableFuture<byte[]>CoreEventingFunctionManager. functionsStatus(CoreCommonOptions options)CompletableFuture<Map<String,byte[]>>CoreBucketManager. getAllBuckets(CoreCommonOptions options)CompletableFuture<Map<String,com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode>>CoreViewIndexManager. getAllDesignDocuments(boolean production, CoreCommonOptions options)Returns map of design doc name to JSON.CompletableFuture<byte[]>CoreEventingFunctionManager. getAllFunctions(CoreCommonOptions options)CompletableFuture<CollectionsManifest>CoreCollectionManager. getAllScopes(CoreCommonOptions options)CompletableFuture<byte[]>CoreBucketManager. getBucket(String bucketName, CoreCommonOptions options)CompletableFuture<byte[]>CoreViewIndexManager. getDesignDocument(String name, boolean production, CoreCommonOptions options)Returns the named design document from the specified namespace.CompletableFuture<byte[]>CoreEventingFunctionManager. getFunction(String name, CoreCommonOptions options)CompletableFuture<byte[]>CoreAnalyticsLinkManager. getLinks(String dataverseName, String linkType, String linkName, CoreCommonOptions options)CompletableFuture<Void>CoreEventingFunctionManager. pauseFunction(String name, CoreCommonOptions options)CompletableFuture<Void>CoreViewIndexManager. publishDesignDocument(String name, CoreCommonOptions options)Convenience method that gets a the document from the development namespace and upserts it to the production namespace.CompletableFuture<Void>CoreAnalyticsLinkManager. replaceLink(Map<String,String> link, CoreCommonOptions options)CompletableFuture<Void>CoreEventingFunctionManager. resumeFunction(String name, CoreCommonOptions options)static CoreQueryOptionsCoreCollectionQueryIndexManager. toQueryOptions(CoreCommonOptions options, boolean readonly, com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode parameters)CompletableFuture<Void>CoreEventingFunctionManager. undeployFunction(String name, CoreCommonOptions options)CompletableFuture<Void>CoreBucketManager. updateBucket(Map<String,String> settings, CoreCommonOptions options)CompletableFuture<Void>CoreViewIndexManager. upsertDesignDocument(String docName, byte[] doc, boolean production, CoreCommonOptions options)Stores the design document on the server under the specified namespace, replacing any existing document with the same name.CompletableFuture<Void>CoreEventingFunctionManager. upsertFunction(String name, byte[] function, CoreCommonOptions options) -
Uses of CoreCommonOptions in com.couchbase.client.core.protostellar.kv
Methods in com.couchbase.client.core.protostellar.kv with parameters of type CoreCommonOptions Modifier and Type Method Description CoreAsyncResponse<CoreMutationResult>ProtostellarCoreKvBinaryOps. appendAsync(String id, byte[] content, CoreCommonOptions options, long cas, CoreDurability durability)CoreMutationResultProtostellarCoreKvBinaryOps. appendBlocking(String id, byte[] content, CoreCommonOptions options, long cas, CoreDurability durability)Mono<CoreMutationResult>ProtostellarCoreKvBinaryOps. appendReactive(String id, byte[] content, CoreCommonOptions options, long cas, CoreDurability durability)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.AppendRequest>CoreProtoStellarKvBinaryRequests. appendRequest(Core core, String key, CoreKeyspace keyspace, CoreCommonOptions opts, byte[] content, long cas, CoreDurability durability)For creating Protostellar GRPC requests.CoreAsyncResponse<CoreCounterResult>ProtostellarCoreKvBinaryOps. decrementAsync(String id, CoreCommonOptions options, long expiry, long delta, Optional<Long> initial, CoreDurability durability)CoreCounterResultProtostellarCoreKvBinaryOps. decrementBlocking(String id, CoreCommonOptions options, long expiry, long delta, Optional<Long> initial, CoreDurability durability)Mono<CoreCounterResult>ProtostellarCoreKvBinaryOps. decrementReactive(String id, CoreCommonOptions options, long expiry, long delta, Optional<Long> initial, CoreDurability durability)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.DecrementRequest>CoreProtoStellarKvBinaryRequests. decrementRequest(Core core, String key, CoreKeyspace keyspace, CoreCommonOptions opts, long expiry, long delta, Optional<Long> initial, CoreDurability durability)CoreAsyncResponse<CoreExistsResult>ProtostellarCoreKvOps. existsAsync(CoreCommonOptions common, String key)CoreExistsResultProtostellarCoreKvOps. existsBlocking(CoreCommonOptions common, String key)Mono<CoreExistsResult>ProtostellarCoreKvOps. existsReactive(CoreCommonOptions common, String key)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.ExistsRequest>CoreProtostellarKeyValueRequests. existsRequest(Core core, CoreKeyspace keyspace, CoreCommonOptions opts, String key)Flux<CoreGetResult>ProtostellarCoreKvOps. getAllReplicasReactive(CoreCommonOptions common, String key)CoreAsyncResponse<CoreGetResult>ProtostellarCoreKvOps. getAndLockAsync(CoreCommonOptions common, String key, Duration lockTime)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.GetAndLockRequest>CoreProtostellarKeyValueRequests. getAndLockRequest(Core core, CoreCommonOptions opts, CoreKeyspace keyspace, String key, Duration lockTime)CoreAsyncResponse<CoreGetResult>ProtostellarCoreKvOps. getAndTouchAsync(CoreCommonOptions common, String key, long expiration)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.GetAndTouchRequest>CoreProtostellarKeyValueRequests. getAndTouchRequest(Core core, CoreCommonOptions opts, CoreKeyspace keyspace, String key, long expiration)Mono<CoreGetResult>ProtostellarCoreKvOps. getAnyReplicaReactive(CoreCommonOptions common, String key)CoreAsyncResponse<CoreGetResult>ProtostellarCoreKvOps. getAsync(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry)CoreGetResultProtostellarCoreKvOps. getBlocking(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry)Mono<CoreGetResult>ProtostellarCoreKvOps. getReactive(CoreCommonOptions common, String key, List<String> projections, boolean withExpiry)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.GetRequest>CoreProtostellarKeyValueRequests. getRequest(Core core, CoreCommonOptions opts, CoreKeyspace keyspace, String key, List<String> projections, boolean withExpiry)CoreAsyncResponse<CoreCounterResult>ProtostellarCoreKvBinaryOps. incrementAsync(String id, CoreCommonOptions options, long expiry, long delta, Optional<Long> initial, CoreDurability durability)CoreCounterResultProtostellarCoreKvBinaryOps. incrementBlocking(String id, CoreCommonOptions options, long expiry, long delta, Optional<Long> initial, CoreDurability durability)Mono<CoreCounterResult>ProtostellarCoreKvBinaryOps. incrementReactive(String id, CoreCommonOptions options, long expiry, long delta, Optional<Long> initial, CoreDurability durability)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.IncrementRequest>CoreProtoStellarKvBinaryRequests. incrementRequest(Core core, String key, CoreKeyspace keyspace, CoreCommonOptions opts, long expiry, long delta, Optional<Long> initial, CoreDurability durability)CoreAsyncResponse<CoreMutationResult>ProtostellarCoreKvOps. insertAsync(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry)CoreMutationResultProtostellarCoreKvOps. insertBlocking(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry)Mono<CoreMutationResult>ProtostellarCoreKvOps. insertReactive(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.InsertRequest>CoreProtostellarKeyValueRequests. insertRequest(Core core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.MutateInRequest>CoreProtostellarKeyValueRequests. mutateInRequest(Core core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, List<CoreSubdocMutateCommand> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, long expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted)CoreAsyncResponse<CoreMutationResult>ProtostellarCoreKvBinaryOps. prependAsync(String id, byte[] content, CoreCommonOptions options, long cas, CoreDurability durability)CoreMutationResultProtostellarCoreKvBinaryOps. prependBlocking(String id, byte[] content, CoreCommonOptions options, long cas, CoreDurability durability)Mono<CoreMutationResult>ProtostellarCoreKvBinaryOps. prependReactive(String id, byte[] content, CoreCommonOptions options, long cas, CoreDurability durability)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.PrependRequest>CoreProtoStellarKvBinaryRequests. prependRequest(Core core, String key, CoreKeyspace keyspace, CoreCommonOptions opts, byte[] content, long cas, CoreDurability durability)CoreAsyncResponse<CoreMutationResult>ProtostellarCoreKvOps. removeAsync(CoreCommonOptions common, String key, long cas, CoreDurability durability)CoreMutationResultProtostellarCoreKvOps. removeBlocking(CoreCommonOptions common, String key, long cas, CoreDurability durability)Mono<CoreMutationResult>ProtostellarCoreKvOps. removeReactive(CoreCommonOptions common, String key, long cas, CoreDurability durability)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.RemoveRequest>CoreProtostellarKeyValueRequests. removeRequest(Core core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, long cas, CoreDurability durability)CoreAsyncResponse<CoreMutationResult>ProtostellarCoreKvOps. replaceAsync(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, long cas, CoreDurability durability, long expiry, boolean preserveExpiry)CoreMutationResultProtostellarCoreKvOps. replaceBlocking(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, long cas, CoreDurability durability, long expiry, boolean preserveExpiry)Mono<CoreMutationResult>ProtostellarCoreKvOps. replaceReactive(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, long cas, CoreDurability durability, long expiry, boolean preserveExpiry)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.ReplaceRequest>CoreProtostellarKeyValueRequests. replaceRequest(Core core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, Supplier<CoreEncodedContent> content, long cas, CoreDurability durability, long expiry, boolean preserveExpiry)CoreAsyncResponse<CoreSubdocMutateResult>ProtostellarCoreKvOps. subdocMutateAsync(CoreCommonOptions common, String key, Supplier<List<CoreSubdocMutateCommand>> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, long expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted)CoreSubdocMutateResultProtostellarCoreKvOps. subdocMutateBlocking(CoreCommonOptions common, String key, Supplier<List<CoreSubdocMutateCommand>> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, long expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted)Mono<CoreSubdocMutateResult>ProtostellarCoreKvOps. subdocMutateReactive(CoreCommonOptions common, String key, Supplier<List<CoreSubdocMutateCommand>> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, long expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted)CoreAsyncResponse<CoreMutationResult>ProtostellarCoreKvOps. touchAsync(CoreCommonOptions common, String key, long expiry)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.TouchRequest>CoreProtostellarKeyValueRequests. touchRequest(Core core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, long expiry)CoreAsyncResponse<Void>ProtostellarCoreKvOps. unlockAsync(CoreCommonOptions common, String key, long cas)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.UnlockRequest>CoreProtostellarKeyValueRequests. unlockRequest(Core core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, long cas)CoreAsyncResponse<CoreMutationResult>ProtostellarCoreKvOps. upsertAsync(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry, boolean preserveExpiry)CoreMutationResultProtostellarCoreKvOps. upsertBlocking(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry, boolean preserveExpiry)Mono<CoreMutationResult>ProtostellarCoreKvOps. upsertReactive(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry, boolean preserveExpiry)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.UpsertRequest>CoreProtostellarKeyValueRequests. upsertRequest(Core core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry, boolean preserveExpiry) -
Uses of CoreCommonOptions in com.couchbase.client.core.protostellar.manager
Methods in com.couchbase.client.core.protostellar.manager with parameters of type CoreCommonOptions Modifier and Type Method Description CompletableFuture<Void>ProtostellarCoreCollectionManagerOps. createCollection(String scopeName, String collectionName, Duration maxTTL, CoreCommonOptions options)static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.CreateCollectionRequest>CoreProtostellarCollectionManagerRequests. createCollectionRequest(Core core, String bucketName, String scopeName, String collectionName, Duration maxTTL, CoreCommonOptions opts)CompletableFuture<Void>ProtostellarCoreCollectionManagerOps. createScope(String scopeName, CoreCommonOptions options)static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.CreateScopeRequest>CoreProtostellarCollectionManagerRequests. createScopeRequest(Core core, String bucketName, String scopeName, CoreCommonOptions opts)static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.DeleteCollectionRequest>CoreProtostellarCollectionManagerRequests. deleteCollectionRequest(Core core, String bucketName, String scopeName, String collectionName, CoreCommonOptions opts)static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.DeleteScopeRequest>CoreProtostellarCollectionManagerRequests. deleteScopeRequest(Core core, String bucketName, String scopeName, CoreCommonOptions opts)CompletableFuture<Void>ProtostellarCoreCollectionManagerOps. dropCollection(String scopeName, String collectionName, CoreCommonOptions options)CompletableFuture<Void>ProtostellarCoreCollectionManagerOps. dropScope(String scopeName, CoreCommonOptions options)CompletableFuture<CollectionsManifest>ProtostellarCoreCollectionManagerOps. getAllScopes(CoreCommonOptions options)static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.ListCollectionsRequest>CoreProtostellarCollectionManagerRequests. listCollectionsRequest(Core core, String bucketName, CoreCommonOptions opts)
-