Uses of Class
com.couchbase.client.java.manager.query.GetAllQueryIndexesOptions
Package
Description
APIs related to N1QL query index management.
-
Uses of GetAllQueryIndexesOptions in com.couchbase.client.java.manager.query
Modifier and TypeMethodDescriptionGetAllQueryIndexesOptions.collectionName
(String collectionName) Deprecated.`collection.queryIndexes()` should now be used for collection-related query index operations.static GetAllQueryIndexesOptions
GetAllQueryIndexesOptions.getAllQueryIndexesOptions()
Creates a new instance with default values.Deprecated.`collection.queryIndexes()` should now be used for collection-related query index operations.Modifier and TypeMethodDescriptionAsyncCollectionQueryIndexManager.getAllIndexes
(GetAllQueryIndexesOptions options) Fetches all indexes from this collection with custom options.AsyncQueryIndexManager.getAllIndexes
(String bucketName, GetAllQueryIndexesOptions options) Fetches all indexes from the bucket with custom options.CollectionQueryIndexManager.getAllIndexes
(GetAllQueryIndexesOptions options) Fetches all indexes from this collection with custom options.QueryIndexManager.getAllIndexes
(String bucketName, GetAllQueryIndexesOptions options) Fetches all indexes from the bucket with custom options.ReactiveCollectionQueryIndexManager.getAllIndexes
(GetAllQueryIndexesOptions options) Fetches all indexes from this collection with custom options.ReactiveQueryIndexManager.getAllIndexes
(String bucketName, GetAllQueryIndexesOptions options) Fetches all indexes from the bucket with custom options.