Package | Description |
---|---|
com.couchbase.client.java.manager.query |
APIs related to N1QL query index management.
|
Modifier and Type | Method and Description |
---|---|
WatchQueryIndexesOptions |
WatchQueryIndexesOptions.watchPrimary(boolean watch)
Include the bucket's primary index in the watch result.
|
static WatchQueryIndexesOptions |
WatchQueryIndexesOptions.watchQueryIndexesOptions() |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Void> |
AsyncQueryIndexManager.watchIndexes(String bucketName,
Collection<String> indexNames,
Duration timeout,
WatchQueryIndexesOptions options) |
void |
QueryIndexManager.watchIndexes(String bucketName,
Collection<String> indexNames,
Duration timeout,
WatchQueryIndexesOptions options) |
Mono<Void> |
ReactiveQueryIndexManager.watchIndexes(String bucketName,
Collection<String> indexNames,
Duration timeout,
WatchQueryIndexesOptions options) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.