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 BuildQueryIndexOptionsBuildQueryIndexOptions.buildDeferredQueryIndexesOptions()Creates a new instance with default values.BuildQueryIndexOptions.collectionName(String collectionName) Deprecated.`collection.queryIndexes()` should now be used for collection-related query index operations.Deprecated.`collection.queryIndexes()` should now be used for collection-related query index operations.Methods in com.couchbase.client.java.manager.query with parameters of type BuildQueryIndexOptionsModifier and TypeMethodDescriptionAsyncCollectionQueryIndexManager.buildDeferredIndexes(BuildQueryIndexOptions options) Builds all currently deferred indexes on this collection, with custom options.AsyncQueryIndexManager.buildDeferredIndexes(String bucketName, BuildQueryIndexOptions options) Builds all currently deferred indexes in a collection.voidCollectionQueryIndexManager.buildDeferredIndexes(BuildQueryIndexOptions options) Builds all currently deferred indexes on this collection, with custom options.voidQueryIndexManager.buildDeferredIndexes(String bucketName, BuildQueryIndexOptions options) Builds all currently deferred indexes in a collection.reactor.core.publisher.Mono<Void> ReactiveCollectionQueryIndexManager.buildDeferredIndexes(BuildQueryIndexOptions options) Builds all currently deferred indexes on this collection, with custom options.reactor.core.publisher.Mono<Void> ReactiveQueryIndexManager.buildDeferredIndexes(String bucketName, BuildQueryIndexOptions options) Builds all currently deferred indexes in a collection.