Uses of Class
com.couchbase.client.java.manager.query.WatchQueryIndexesOptions
Packages that use WatchQueryIndexesOptions
Package
Description
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 WatchQueryIndexesOptionsModifier and TypeMethodDescriptionWatchQueryIndexesOptions.collectionName
(String collectionName) Sets the collection name for this query management operation.Sets the scope name for this query management operation.WatchQueryIndexesOptions.watchPrimary
(boolean watchPrimary) Set to true if the primary index should be included in the watch result.static WatchQueryIndexesOptions
WatchQueryIndexesOptions.watchQueryIndexesOptions()
Creates a new instance with default values.Methods in com.couchbase.client.java.manager.query with parameters of type WatchQueryIndexesOptionsModifier and TypeMethodDescriptionAsyncQueryIndexManager.watchIndexes
(String bucketName, Collection<String> indexNames, Duration timeout, WatchQueryIndexesOptions options) Watches/Polls indexes until they are online with custom options.void
QueryIndexManager.watchIndexes
(String bucketName, Collection<String> indexNames, Duration timeout, WatchQueryIndexesOptions options) Watches/Polls indexes until they are online with custom options.ReactiveQueryIndexManager.watchIndexes
(String bucketName, Collection<String> indexNames, Duration timeout, WatchQueryIndexesOptions options) Watches/Polls indexes until they are online with custom options.