Uses of Class
com.couchbase.client.java.manager.query.WatchQueryIndexesOptions
Package
Description
APIs related to N1QL query index management.
-
Uses of WatchQueryIndexesOptions in com.couchbase.client.java.manager.query
Modifier and TypeMethodDescriptionWatchQueryIndexesOptions.collectionName
(String collectionName) Deprecated.Deprecated.`collection.queryIndexes()` should now be used for collection-related query index operations.WatchQueryIndexesOptions.watchPrimary
(boolean watchPrimary) Deprecated.`collection.queryIndexes()` should now be used for collection-related query index operations.static WatchQueryIndexesOptions
WatchQueryIndexesOptions.watchQueryIndexesOptions()
Creates a new instance with default values.Modifier and TypeMethodDescriptionAsyncCollectionQueryIndexManager.watchIndexes
(Collection<String> indexNames, Duration timeout, WatchQueryIndexesOptions options) Watches/Polls indexes on this collection until they are online with custom options.AsyncQueryIndexManager.watchIndexes
(String bucketName, Collection<String> indexNames, Duration timeout, WatchQueryIndexesOptions options) Watches/Polls indexes until they are online with custom options.void
CollectionQueryIndexManager.watchIndexes
(Collection<String> indexNames, Duration timeout, WatchQueryIndexesOptions options) Watches/Polls indexes on this collection 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.ReactiveCollectionQueryIndexManager.watchIndexes
(Collection<String> indexNames, Duration timeout, WatchQueryIndexesOptions options) Watches/Polls indexes on this collection 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.