Uses of Interface
com.couchbase.client.core.api.manager.CoreWatchQueryIndexesOptions
-
Packages that use CoreWatchQueryIndexesOptions Package Description com.couchbase.client.core.manager -
-
Uses of CoreWatchQueryIndexesOptions in com.couchbase.client.core.manager
Methods in com.couchbase.client.core.manager with parameters of type CoreWatchQueryIndexesOptions Modifier and Type Method Description CompletableFuture<Void>CoreCollectionQueryIndexManager. watchIndexes(Collection<String> indexNames, Duration timeout, CoreWatchQueryIndexesOptions options)CompletableFuture<Void>CoreQueryIndexManager. watchIndexes(String bucketName, Collection<String> indexNames, Duration timeout, CoreWatchQueryIndexesOptions options)
-