Uses of Class
com.couchbase.client.java.manager.query.QueryIndex
Packages that use QueryIndex
Package
Description
APIs related to N1QL query index management.
- 
Uses of QueryIndex in com.couchbase.client.java.manager.queryMethods in com.couchbase.client.java.manager.query that return types with arguments of type QueryIndexModifier and TypeMethodDescriptionAsyncCollectionQueryIndexManager.getAllIndexes()Fetches all indexes on this collection.AsyncCollectionQueryIndexManager.getAllIndexes(GetAllQueryIndexesOptions options) Fetches all indexes from this collection with custom options.AsyncQueryIndexManager.getAllIndexes(String bucketName) Fetches all indexes from the bucket.AsyncQueryIndexManager.getAllIndexes(String bucketName, GetAllQueryIndexesOptions options) Fetches all indexes from the bucket with custom options.CollectionQueryIndexManager.getAllIndexes()Fetches all indexes on this collection.CollectionQueryIndexManager.getAllIndexes(GetAllQueryIndexesOptions options) Fetches all indexes from this collection with custom options.QueryIndexManager.getAllIndexes(String bucketName) Fetches all indexes from the bucket.QueryIndexManager.getAllIndexes(String bucketName, GetAllQueryIndexesOptions options) Fetches all indexes from the bucket with custom options.reactor.core.publisher.Flux<QueryIndex> ReactiveCollectionQueryIndexManager.getAllIndexes()Fetches all indexes on this collection.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) Fetches all indexes from the bucket.reactor.core.publisher.Flux<QueryIndex> ReactiveQueryIndexManager.getAllIndexes(String bucketName, GetAllQueryIndexesOptions options) Fetches all indexes from the bucket with custom options.