| Package | Description |
|---|---|
| com.couchbase.client.java.manager.query |
APIs related to N1QL query index management.
|
| Modifier and Type | Method and Description |
|---|---|
static BuildQueryIndexOptions |
BuildQueryIndexOptions.buildDeferredQueryIndexesOptions() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
AsyncQueryIndexManager.buildDeferredIndexes(String bucketName,
BuildQueryIndexOptions options) |
void |
QueryIndexManager.buildDeferredIndexes(String bucketName,
BuildQueryIndexOptions options) |
Mono<Void> |
ReactiveQueryIndexManager.buildDeferredIndexes(String bucketName,
BuildQueryIndexOptions options) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.