Uses of Class
com.couchbase.client.java.manager.query.GetAllQueryIndexesOptions
Packages that use GetAllQueryIndexesOptions
Package
Description
APIs related to N1QL query index management.
- 
Uses of GetAllQueryIndexesOptions in com.couchbase.client.java.manager.queryMethods in com.couchbase.client.java.manager.query that return GetAllQueryIndexesOptionsModifier and TypeMethodDescriptionGetAllQueryIndexesOptions.collectionName(String collectionName) Deprecated.`collection.queryIndexes()` should now be used for collection-related query index operations.static GetAllQueryIndexesOptionsGetAllQueryIndexesOptions.getAllQueryIndexesOptions()Creates a new instance with default values.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 GetAllQueryIndexesOptionsModifier 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.reactor.core.publisher.Flux<QueryIndex> ReactiveCollectionQueryIndexManager.getAllIndexes(GetAllQueryIndexesOptions options) Fetches all indexes from this collection with custom options.reactor.core.publisher.Flux<QueryIndex> ReactiveQueryIndexManager.getAllIndexes(String bucketName, GetAllQueryIndexesOptions options) Fetches all indexes from the bucket with custom options.