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.query
Methods 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.ReactiveCollectionQueryIndexManager.getAllIndexes()
Fetches all indexes on this collection.ReactiveCollectionQueryIndexManager.getAllIndexes
(GetAllQueryIndexesOptions options) Fetches all indexes from this collection with custom options.ReactiveQueryIndexManager.getAllIndexes
(String bucketName) Fetches all indexes from the bucket.ReactiveQueryIndexManager.getAllIndexes
(String bucketName, GetAllQueryIndexesOptions options) Fetches all indexes from the bucket with custom options.