Uses of Class
com.couchbase.client.java.manager.query.WatchQueryIndexesOptions
Package | Description |
---|---|
com.couchbase.client.java.manager.query |
APIs related to N1QL query index management.
|
-
Uses of WatchQueryIndexesOptions in com.couchbase.client.java.manager.query
Methods in com.couchbase.client.java.manager.query that return WatchQueryIndexesOptions Modifier and Type Method Description WatchQueryIndexesOptions
WatchQueryIndexesOptions. watchPrimary(boolean watch)
Include the bucket's primary index in the watch result.static WatchQueryIndexesOptions
WatchQueryIndexesOptions. watchQueryIndexesOptions()
Methods in com.couchbase.client.java.manager.query with parameters of type WatchQueryIndexesOptions Modifier and Type Method 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)