Uses of Class
com.couchbase.client.java.manager.query.BuildQueryIndexOptions
-
Packages that use BuildQueryIndexOptions Package Description com.couchbase.client.java.manager.query APIs related to N1QL query index management. -
-
Uses of BuildQueryIndexOptions in com.couchbase.client.java.manager.query
Methods in com.couchbase.client.java.manager.query that return BuildQueryIndexOptions Modifier and Type Method Description static BuildQueryIndexOptionsBuildQueryIndexOptions. buildDeferredQueryIndexesOptions()Creates a new instance with default values.BuildQueryIndexOptionsBuildQueryIndexOptions. collectionName(String collectionName)Sets the collection name for this query management operation.BuildQueryIndexOptionsBuildQueryIndexOptions. scopeName(String scopeName)Sets the scope name for this query management operation.Methods in com.couchbase.client.java.manager.query with parameters of type BuildQueryIndexOptions Modifier and Type Method Description CompletableFuture<Void>AsyncQueryIndexManager. buildDeferredIndexes(String bucketName, BuildQueryIndexOptions options)Builds all currently deferred indexes in a collection.voidQueryIndexManager. buildDeferredIndexes(String bucketName, BuildQueryIndexOptions options)Builds all currently deferred indexes in a collection.Mono<Void>ReactiveQueryIndexManager. buildDeferredIndexes(String bucketName, BuildQueryIndexOptions options)Builds all currently deferred indexes in a collection.
-