Uses of Class
com.couchbase.client.java.manager.query.BuildQueryIndexOptions
Packages that use BuildQueryIndexOptions
Package
Description
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 BuildQueryIndexOptionsModifier and TypeMethodDescriptionstatic BuildQueryIndexOptions
BuildQueryIndexOptions.buildDeferredQueryIndexesOptions()
Creates a new instance with default values.BuildQueryIndexOptions.collectionName
(String collectionName) Sets the collection name for this query management operation.Sets the scope name for this query management operation.Methods in com.couchbase.client.java.manager.query with parameters of type BuildQueryIndexOptionsModifier and TypeMethodDescriptionAsyncQueryIndexManager.buildDeferredIndexes
(String bucketName, BuildQueryIndexOptions options) Builds all currently deferred indexes.void
QueryIndexManager.buildDeferredIndexes
(String bucketName, BuildQueryIndexOptions options) Builds all currently deferred indexes.ReactiveQueryIndexManager.buildDeferredIndexes
(String bucketName, BuildQueryIndexOptions options) Builds all currently deferred indexes.