Uses of Interface
com.couchbase.client.core.endpoint.http.CoreCommonOptions
-
-
Uses of CoreCommonOptions in com.couchbase.client.core.api.kv
-
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()CoreCommonOptionsCoreCreateQueryIndexSharedOptions. commonOptions()CoreCommonOptionsCoreDropPrimaryQueryIndexOptions. commonOptions()CoreCommonOptionsCoreDropQueryIndexOptions. commonOptions()CoreCommonOptionsCoreGetAllQueryIndexesOptions. commonOptions()CoreCommonOptionsCoreWatchQueryIndexesOptions. commonOptions() -
Uses of CoreCommonOptions in com.couchbase.client.core.api.manager.search
Methods in com.couchbase.client.core.api.manager.search with parameters of type CoreCommonOptions Modifier and Type Method Description CompletableFuture<Void>ClassicCoreBaseSearchIndexManager. allowQuerying(String name, CoreCommonOptions options)CompletableFuture<Void>CoreSearchIndexManager. allowQuerying(String name, CoreCommonOptions options)CompletableFuture<List<com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode>>ClassicCoreBaseSearchIndexManager. analyzeDocument(String name, com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode document, CoreCommonOptions options)CompletableFuture<List<com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode>>CoreSearchIndexManager. analyzeDocument(String name, com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode document, CoreCommonOptions options)CompletableFuture<Void>ClassicCoreBaseSearchIndexManager. disallowQuerying(String name, CoreCommonOptions options)CompletableFuture<Void>CoreSearchIndexManager. disallowQuerying(String name, CoreCommonOptions options)CompletableFuture<Void>ClassicCoreBaseSearchIndexManager. dropIndex(String name, CoreCommonOptions options)CompletableFuture<Void>CoreSearchIndexManager. dropIndex(String name, CoreCommonOptions options)CompletableFuture<Void>ClassicCoreBaseSearchIndexManager. freezePlan(String name, CoreCommonOptions options)CompletableFuture<Void>CoreSearchIndexManager. freezePlan(String name, CoreCommonOptions options)CompletableFuture<List<CoreSearchIndex>>ClassicCoreBaseSearchIndexManager. getAllIndexes(CoreCommonOptions options)CompletableFuture<List<CoreSearchIndex>>CoreSearchIndexManager. getAllIndexes(CoreCommonOptions options)CompletableFuture<CoreSearchIndex>ClassicCoreBaseSearchIndexManager. getIndex(String name, CoreCommonOptions options)CompletableFuture<CoreSearchIndex>CoreSearchIndexManager. getIndex(String name, CoreCommonOptions options)CompletableFuture<Long>ClassicCoreBaseSearchIndexManager. getIndexedDocumentsCount(String name, CoreCommonOptions options)CompletableFuture<Long>CoreSearchIndexManager. getIndexedDocumentsCount(String name, CoreCommonOptions options)CompletableFuture<Void>ClassicCoreBaseSearchIndexManager. pauseIngest(String name, CoreCommonOptions options)CompletableFuture<Void>CoreSearchIndexManager. pauseIngest(String name, CoreCommonOptions options)CompletableFuture<Void>ClassicCoreBaseSearchIndexManager. resumeIngest(String name, CoreCommonOptions options)CompletableFuture<Void>CoreSearchIndexManager. resumeIngest(String name, CoreCommonOptions options)CompletableFuture<Void>ClassicCoreBaseSearchIndexManager. unfreezePlan(String name, CoreCommonOptions options)CompletableFuture<Void>CoreSearchIndexManager. unfreezePlan(String name, CoreCommonOptions options)CompletableFuture<Void>ClassicCoreBaseSearchIndexManager. upsertIndex(CoreSearchIndex index, CoreCommonOptions options)CompletableFuture<Void>CoreSearchIndexManager. upsertIndex(CoreSearchIndex index, CoreCommonOptions options) -
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.api.search
Methods in com.couchbase.client.core.api.search that return CoreCommonOptions Modifier and Type Method Description CoreCommonOptionsCoreSearchOptions. 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
-
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(CoreProtostellar 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, CoreExpiry expiry, long delta, Optional<Long> initial, CoreDurability durability)CoreCounterResultProtostellarCoreKvBinaryOps. decrementBlocking(String id, CoreCommonOptions options, CoreExpiry expiry, long delta, Optional<Long> initial, CoreDurability durability)Mono<CoreCounterResult>ProtostellarCoreKvBinaryOps. decrementReactive(String id, CoreCommonOptions options, CoreExpiry expiry, long delta, Optional<Long> initial, CoreDurability durability)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.DecrementRequest>CoreProtoStellarKvBinaryRequests. decrementRequest(CoreProtostellar core, String key, CoreKeyspace keyspace, CoreCommonOptions opts, CoreExpiry 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(CoreProtostellar 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(CoreProtostellar core, CoreCommonOptions opts, CoreKeyspace keyspace, String key, Duration lockTime)CoreAsyncResponse<CoreGetResult>ProtostellarCoreKvOps. getAndTouchAsync(CoreCommonOptions common, String key, CoreExpiry expiry)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.GetAndTouchRequest>CoreProtostellarKeyValueRequests. getAndTouchRequest(CoreProtostellar core, CoreCommonOptions opts, CoreKeyspace keyspace, String key, CoreExpiry expiry)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(CoreProtostellar core, CoreCommonOptions opts, CoreKeyspace keyspace, String key, List<String> projections, boolean withExpiry)CoreAsyncResponse<CoreCounterResult>ProtostellarCoreKvBinaryOps. incrementAsync(String id, CoreCommonOptions options, CoreExpiry expiry, long delta, Optional<Long> initial, CoreDurability durability)CoreCounterResultProtostellarCoreKvBinaryOps. incrementBlocking(String id, CoreCommonOptions options, CoreExpiry expiry, long delta, Optional<Long> initial, CoreDurability durability)Mono<CoreCounterResult>ProtostellarCoreKvBinaryOps. incrementReactive(String id, CoreCommonOptions options, CoreExpiry expiry, long delta, Optional<Long> initial, CoreDurability durability)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.IncrementRequest>CoreProtoStellarKvBinaryRequests. incrementRequest(CoreProtostellar core, String key, CoreKeyspace keyspace, CoreCommonOptions opts, CoreExpiry expiry, long delta, Optional<Long> initial, CoreDurability durability)CoreAsyncResponse<CoreMutationResult>ProtostellarCoreKvOps. insertAsync(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, CoreExpiry expiry)CoreMutationResultProtostellarCoreKvOps. insertBlocking(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, CoreExpiry expiry)Mono<CoreMutationResult>ProtostellarCoreKvOps. insertReactive(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, CoreExpiry expiry)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.InsertRequest>CoreProtostellarKeyValueRequests. insertRequest(CoreProtostellar core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, CoreExpiry expiry)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.MutateInRequest>CoreProtostellarKeyValueRequests. mutateInRequest(CoreProtostellar core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, List<CoreSubdocMutateCommand> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, CoreExpiry 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(CoreProtostellar 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(CoreProtostellar 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, CoreExpiry expiry, boolean preserveExpiry)CoreMutationResultProtostellarCoreKvOps. replaceBlocking(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, long cas, CoreDurability durability, CoreExpiry expiry, boolean preserveExpiry)Mono<CoreMutationResult>ProtostellarCoreKvOps. replaceReactive(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, long cas, CoreDurability durability, CoreExpiry expiry, boolean preserveExpiry)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.ReplaceRequest>CoreProtostellarKeyValueRequests. replaceRequest(CoreProtostellar core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, Supplier<CoreEncodedContent> content, long cas, CoreDurability durability, CoreExpiry expiry, boolean preserveExpiry)CoreAsyncResponse<CoreSubdocGetResult>ProtostellarCoreKvOps. subdocGetAsync(CoreCommonOptions common, String key, List<CoreSubdocGetCommand> commands, boolean accessDeleted)CoreAsyncResponse<CoreSubdocMutateResult>ProtostellarCoreKvOps. subdocMutateAsync(CoreCommonOptions common, String key, Supplier<List<CoreSubdocMutateCommand>> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, CoreExpiry expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted)CoreSubdocMutateResultProtostellarCoreKvOps. subdocMutateBlocking(CoreCommonOptions common, String key, Supplier<List<CoreSubdocMutateCommand>> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, CoreExpiry 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, CoreExpiry expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted)CoreAsyncResponse<CoreMutationResult>ProtostellarCoreKvOps. touchAsync(CoreCommonOptions common, String key, CoreExpiry expiry)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.TouchRequest>CoreProtostellarKeyValueRequests. touchRequest(CoreProtostellar core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, CoreExpiry expiry)CoreAsyncResponse<Void>ProtostellarCoreKvOps. unlockAsync(CoreCommonOptions common, String key, long cas)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.UnlockRequest>CoreProtostellarKeyValueRequests. unlockRequest(CoreProtostellar core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, long cas)CoreAsyncResponse<CoreMutationResult>ProtostellarCoreKvOps. upsertAsync(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, CoreExpiry expiry, boolean preserveExpiry)CoreMutationResultProtostellarCoreKvOps. upsertBlocking(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, CoreExpiry expiry, boolean preserveExpiry)Mono<CoreMutationResult>ProtostellarCoreKvOps. upsertReactive(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, CoreExpiry expiry, boolean preserveExpiry)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.UpsertRequest>CoreProtostellarKeyValueRequests. upsertRequest(CoreProtostellar core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, CoreExpiry 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(CoreProtostellar 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(CoreProtostellar core, String bucketName, String scopeName, CoreCommonOptions opts)static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.DeleteCollectionRequest>CoreProtostellarCollectionManagerRequests. deleteCollectionRequest(CoreProtostellar core, String bucketName, String scopeName, String collectionName, CoreCommonOptions opts)static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.DeleteScopeRequest>CoreProtostellarCollectionManagerRequests. deleteScopeRequest(CoreProtostellar 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(CoreProtostellar core, String bucketName, CoreCommonOptions opts)
-