Uses of Class
com.couchbase.client.java.manager.query.BuildQueryIndexOptions
Package
Description
APIs related to N1QL query index management.
-
Uses of BuildQueryIndexOptions in com.couchbase.client.java.manager.query
Modifier and TypeMethodDescriptionstatic BuildQueryIndexOptions
BuildQueryIndexOptions.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.Modifier 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.void
CollectionQueryIndexManager.buildDeferredIndexes
(BuildQueryIndexOptions options) Builds all currently deferred indexes on this collection, with custom options.void
QueryIndexManager.buildDeferredIndexes
(String bucketName, BuildQueryIndexOptions options) Builds all currently deferred indexes in a collection.ReactiveCollectionQueryIndexManager.buildDeferredIndexes
(BuildQueryIndexOptions options) Builds all currently deferred indexes on this collection, with custom options.ReactiveQueryIndexManager.buildDeferredIndexes
(String bucketName, BuildQueryIndexOptions options) Builds all currently deferred indexes in a collection.