| Modifier and Type | Method and Description |
|---|---|
CoreCommonOptions |
CoreDropPrimaryQueryIndexOptions.commonOptions() |
CoreCommonOptions |
CoreBuildQueryIndexOptions.commonOptions() |
CoreCommonOptions |
CoreWatchQueryIndexesOptions.commonOptions() |
CoreCommonOptions |
CoreDropQueryIndexOptions.commonOptions() |
CoreCommonOptions |
CoreGetAllQueryIndexesOptions.commonOptions() |
CoreCommonOptions |
CoreCreateQueryIndexSharedOptions.commonOptions() |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
CoreCommonOptions |
CoreQueryOptions.commonOptions() |
CoreCommonOptions |
CoreQueryOptionsTransactions.commonOptions() |
| Modifier and Type | Method and Description |
|---|---|
CoreCommonOptions |
CoreSearchOptions.commonOptions() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ClassicHelper.setClientContext(Request<?> request,
CoreCommonOptions common) |
| Modifier and Type | Field and Description |
|---|---|
static CoreCommonOptions |
CoreCommonOptions.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static CoreCommonOptions |
CoreCommonOptions.of(Duration timeout,
RetryStrategy retryStrategy,
RequestSpan parentSpan) |
static CoreCommonOptions |
CoreCommonOptions.ofOptional(Optional<Duration> timeout,
Optional<RetryStrategy> retryStrategy,
Optional<RequestSpan> parentSpan) |
default CoreCommonOptions |
CoreCommonOptions.withParentSpan(RequestSpan span) |
| Modifier and Type | Method and Description |
|---|---|
static CoreHttpRequest.Builder |
CoreHttpRequest.builder(CoreCommonOptions options,
CoreContext coreContext,
com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method,
CoreHttpPath path,
RequestTarget target) |
CoreHttpRequest.Builder |
CoreHttpClient.delete(CoreHttpPath path,
CoreCommonOptions options) |
CoreHttpRequest.Builder |
CoreHttpClient.get(CoreHttpPath path,
CoreCommonOptions options) |
CoreHttpRequest.Builder |
CoreHttpClient.newRequest(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method,
CoreHttpPath path,
CoreCommonOptions options) |
CoreHttpRequest.Builder |
CoreHttpClient.patch(CoreHttpPath path,
CoreCommonOptions options) |
CoreHttpRequest.Builder |
CoreHttpClient.post(CoreHttpPath path,
CoreCommonOptions options) |
CoreHttpRequest.Builder |
CoreHttpClient.put(CoreHttpPath path,
CoreCommonOptions options) |
| Constructor and Description |
|---|
Builder(CoreCommonOptions options,
CoreContext coreContext,
RequestTarget target,
com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method,
CoreHttpPath path) |
| Modifier and Type | Method and Description |
|---|---|
CoreCommonOptions |
CoreScanOptions.commonOptions() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
CoreBucketManagerOps.createBucket(CoreBucketSettings settings,
CoreCommonOptions options) |
CompletableFuture<Void> |
CoreBucketManager.createBucket(Map<String,String> settings,
CoreCommonOptions options)
Deprecated.
|
CompletableFuture<Void> |
CoreCollectionManager.createCollection(String scopeName,
String collectionName,
CoreCreateOrUpdateCollectionSettings settings,
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> |
CoreBucketManagerOps.dropBucket(String bucketName,
CoreCommonOptions options) |
CompletableFuture<Void> |
CoreBucketManager.dropBucket(String bucketName,
CoreCommonOptions options)
Deprecated.
|
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> |
CoreBucketManagerOps.flushBucket(String bucketName,
CoreCommonOptions options) |
CompletableFuture<Void> |
CoreBucketManager.flushBucket(String bucketName,
CoreCommonOptions options)
Deprecated.
|
CompletableFuture<byte[]> |
CoreEventingFunctionManager.functionsStatus(CoreCommonOptions options) |
CompletableFuture<Map<String,CoreBucketSettings>> |
CoreBucketManagerOps.getAllBuckets(CoreCommonOptions options) |
CompletableFuture<Map<String,byte[]>> |
CoreBucketManager.getAllBuckets(CoreCommonOptions options)
Deprecated.
|
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) |
default CompletableFuture<CoreBucketSettings> |
CoreBucketManagerOps.getBucket(String bucketName,
CoreCommonOptions options) |
CompletableFuture<byte[]> |
CoreBucketManager.getBucket(String bucketName,
CoreCommonOptions options)
Deprecated.
|
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 CoreQueryOptions |
CoreCollectionQueryIndexManager.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> |
CoreBucketManagerOps.updateBucket(CoreBucketSettings settings,
CoreCommonOptions options) |
CompletableFuture<Void> |
CoreBucketManager.updateBucket(Map<String,String> settings,
CoreCommonOptions options)
Deprecated.
|
CompletableFuture<Void> |
CoreCollectionManager.updateCollection(String scopeName,
String collectionName,
CoreCreateOrUpdateCollectionSettings 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) |
| Modifier and Type | Method and Description |
|---|---|
CoreAsyncResponse<CoreMutationResult> |
ProtostellarCoreKvBinaryOps.appendAsync(String id,
byte[] content,
CoreCommonOptions options,
long cas,
CoreDurability durability) |
CoreMutationResult |
ProtostellarCoreKvBinaryOps.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) |
CoreCounterResult |
ProtostellarCoreKvBinaryOps.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) |
CoreExistsResult |
ProtostellarCoreKvOps.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,
CompressionConfig compressionConfig) |
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,
CompressionConfig compressionConfig) |
Mono<CoreGetResult> |
ProtostellarCoreKvOps.getAnyReplicaReactive(CoreCommonOptions common,
String key) |
CoreAsyncResponse<CoreGetResult> |
ProtostellarCoreKvOps.getAsync(CoreCommonOptions common,
String key,
List<String> projections,
boolean withExpiry) |
CoreGetResult |
ProtostellarCoreKvOps.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,
CompressionConfig compressionConfig) |
CoreAsyncResponse<CoreCounterResult> |
ProtostellarCoreKvBinaryOps.incrementAsync(String id,
CoreCommonOptions options,
CoreExpiry expiry,
long delta,
Optional<Long> initial,
CoreDurability durability) |
CoreCounterResult |
ProtostellarCoreKvBinaryOps.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) |
CoreMutationResult |
ProtostellarCoreKvOps.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,
CompressionConfig compressionConfig) |
static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.LookupInRequest> |
CoreProtostellarKeyValueRequests.lookupInRequest(CoreProtostellar core,
CoreKeyspace keyspace,
CoreCommonOptions opts,
String key,
List<CoreSubdocGetCommand> commands,
boolean accessDeleted) |
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) |
CoreMutationResult |
ProtostellarCoreKvBinaryOps.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) |
CoreMutationResult |
ProtostellarCoreKvOps.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) |
CoreMutationResult |
ProtostellarCoreKvOps.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,
CompressionConfig compressionConfig) |
Flux<CoreSubdocGetResult> |
ProtostellarCoreKvOps.subdocGetAllReplicasReactive(CoreCommonOptions common,
String key,
List<CoreSubdocGetCommand> commands) |
Mono<CoreSubdocGetResult> |
ProtostellarCoreKvOps.subdocGetAnyReplicaReactive(CoreCommonOptions common,
String key,
List<CoreSubdocGetCommand> commands) |
CoreAsyncResponse<CoreSubdocGetResult> |
ProtostellarCoreKvOps.subdocGetAsync(CoreCommonOptions common,
String key,
List<CoreSubdocGetCommand> commands,
boolean accessDeleted) |
CoreSubdocGetResult |
ProtostellarCoreKvOps.subdocGetBlocking(CoreCommonOptions common,
String key,
List<CoreSubdocGetCommand> commands,
boolean accessDeleted) |
Mono<CoreSubdocGetResult> |
ProtostellarCoreKvOps.subdocGetReactive(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) |
CoreSubdocMutateResult |
ProtostellarCoreKvOps.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) |
CoreMutationResult |
ProtostellarCoreKvOps.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,
CompressionConfig compressionConfig) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
ProtostellarCoreSearchIndexManager.allowQuerying(String name,
CoreCommonOptions options) |
CompletableFuture<List<com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode>> |
ProtostellarCoreSearchIndexManager.analyzeDocument(String name,
com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode document,
CoreCommonOptions options) |
CompletableFuture<Void> |
ProtostellarCoreBucketManager.createBucket(CoreBucketSettings settings,
CoreCommonOptions options) |
static ProtostellarRequest<com.couchbase.client.protostellar.admin.bucket.v1.CreateBucketRequest> |
ProtostellarCoreBucketManagerRequests.createBucketRequest(CoreProtostellar core,
CoreBucketSettings settings,
CoreCommonOptions opts) |
CompletableFuture<Void> |
ProtostellarCoreCollectionManagerOps.createCollection(String scopeName,
String collectionName,
CoreCreateOrUpdateCollectionSettings settings,
CoreCommonOptions options) |
static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.CreateCollectionRequest> |
CoreProtostellarCollectionManagerRequests.createCollectionRequest(CoreProtostellar core,
String bucketName,
String scopeName,
String collectionName,
CoreCreateOrUpdateCollectionSettings settings,
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.bucket.v1.DeleteBucketRequest> |
ProtostellarCoreBucketManagerRequests.deleteBucketRequest(CoreProtostellar core,
String bucketName,
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> |
ProtostellarCoreSearchIndexManager.disallowQuerying(String name,
CoreCommonOptions options) |
CompletableFuture<Void> |
ProtostellarCoreBucketManager.dropBucket(String bucketName,
CoreCommonOptions options) |
CompletableFuture<Void> |
ProtostellarCoreCollectionManagerOps.dropCollection(String scopeName,
String collectionName,
CoreCommonOptions options) |
CompletableFuture<Void> |
ProtostellarCoreSearchIndexManager.dropIndex(String name,
CoreCommonOptions options) |
CompletableFuture<Void> |
ProtostellarCoreCollectionManagerOps.dropScope(String scopeName,
CoreCommonOptions options) |
CompletableFuture<Void> |
ProtostellarCoreBucketManager.flushBucket(String bucketName,
CoreCommonOptions options) |
CompletableFuture<Void> |
ProtostellarCoreSearchIndexManager.freezePlan(String name,
CoreCommonOptions options) |
CompletableFuture<Map<String,CoreBucketSettings>> |
ProtostellarCoreBucketManager.getAllBuckets(CoreCommonOptions options) |
CompletableFuture<List<CoreSearchIndex>> |
ProtostellarCoreSearchIndexManager.getAllIndexes(CoreCommonOptions options) |
CompletableFuture<CollectionsManifest> |
ProtostellarCoreCollectionManagerOps.getAllScopes(CoreCommonOptions options) |
CompletableFuture<CoreSearchIndex> |
ProtostellarCoreSearchIndexManager.getIndex(String name,
CoreCommonOptions options) |
CompletableFuture<Long> |
ProtostellarCoreSearchIndexManager.getIndexedDocumentsCount(String name,
CoreCommonOptions options) |
static ProtostellarRequest<com.couchbase.client.protostellar.admin.bucket.v1.ListBucketsRequest> |
ProtostellarCoreBucketManagerRequests.listBucketsRequest(CoreProtostellar core,
CoreCommonOptions opts) |
static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.ListCollectionsRequest> |
CoreProtostellarCollectionManagerRequests.listCollectionsRequest(CoreProtostellar core,
String bucketName,
CoreCommonOptions opts) |
CompletableFuture<Void> |
ProtostellarCoreSearchIndexManager.pauseIngest(String name,
CoreCommonOptions options) |
CompletableFuture<Void> |
ProtostellarCoreSearchIndexManager.resumeIngest(String name,
CoreCommonOptions options) |
CompletableFuture<Void> |
ProtostellarCoreSearchIndexManager.unfreezePlan(String name,
CoreCommonOptions options) |
CompletableFuture<Void> |
ProtostellarCoreBucketManager.updateBucket(CoreBucketSettings settings,
CoreCommonOptions options) |
static ProtostellarRequest<com.couchbase.client.protostellar.admin.bucket.v1.UpdateBucketRequest> |
ProtostellarCoreBucketManagerRequests.updateBucketRequest(CoreProtostellar core,
CoreBucketSettings settings,
CoreCommonOptions opts) |
CompletableFuture<Void> |
ProtostellarCoreCollectionManagerOps.updateCollection(String scopeName,
String collectionName,
CoreCreateOrUpdateCollectionSettings settings,
CoreCommonOptions options) |
CompletableFuture<Void> |
ProtostellarCoreSearchIndexManager.upsertIndex(CoreSearchIndex index,
CoreCommonOptions options) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.