Uses of Class
com.couchbase.client.java.manager.query.WatchQueryIndexesOptions
-
Packages that use 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 WatchQueryIndexesOptionsWatchQueryIndexesOptions. collectionName(String collectionName)Deprecated.WatchQueryIndexesOptionsWatchQueryIndexesOptions. scopeName(String scopeName)Deprecated.`collection.queryIndexes()` should now be used for collection-related query index operations.WatchQueryIndexesOptionsWatchQueryIndexesOptions. watchPrimary(boolean watchPrimary)Deprecated.`collection.queryIndexes()` should now be used for collection-related query index operations.static WatchQueryIndexesOptionsWatchQueryIndexesOptions. watchQueryIndexesOptions()Creates a new instance with default values.Methods in com.couchbase.client.java.manager.query with parameters of type WatchQueryIndexesOptions Modifier and Type Method Description CompletableFuture<Void>AsyncCollectionQueryIndexManager. watchIndexes(Collection<String> indexNames, Duration timeout, WatchQueryIndexesOptions options)Watches/Polls indexes on this collection until they are online with custom options.CompletableFuture<Void>AsyncQueryIndexManager. watchIndexes(String bucketName, Collection<String> indexNames, Duration timeout, WatchQueryIndexesOptions options)Watches/Polls indexes until they are online with custom options.voidCollectionQueryIndexManager. watchIndexes(Collection<String> indexNames, Duration timeout, WatchQueryIndexesOptions options)Watches/Polls indexes on this collection until they are online with custom options.voidQueryIndexManager. watchIndexes(String bucketName, Collection<String> indexNames, Duration timeout, WatchQueryIndexesOptions options)Watches/Polls indexes until they are online with custom options.Mono<Void>ReactiveCollectionQueryIndexManager. watchIndexes(Collection<String> indexNames, Duration timeout, WatchQueryIndexesOptions options)Watches/Polls indexes on this collection until they are online with custom options.Mono<Void>ReactiveQueryIndexManager. watchIndexes(String bucketName, Collection<String> indexNames, Duration timeout, WatchQueryIndexesOptions options)Watches/Polls indexes until they are online with custom options.
-