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.query
Methods in com.couchbase.client.java.manager.query that return GetAllQueryIndexesOptionsModifier and TypeMethodDescriptionGetAllQueryIndexesOptions.collectionName
(String collectionName) Sets the collection name for this query management operation.static GetAllQueryIndexesOptions
GetAllQueryIndexesOptions.getAllQueryIndexesOptions()
Creates a new instance with default values.Sets the scope name for this query management operation.Methods in com.couchbase.client.java.manager.query with parameters of type GetAllQueryIndexesOptionsModifier and TypeMethodDescriptionAsyncQueryIndexManager.getAllIndexes
(String bucketName, GetAllQueryIndexesOptions options) Fetches all indexes from the bucket with custom options.QueryIndexManager.getAllIndexes
(String bucketName, GetAllQueryIndexesOptions options) Fetches all indexes from the bucket with custom options.ReactiveQueryIndexManager.getAllIndexes
(String bucketName, GetAllQueryIndexesOptions options) Fetches all indexes from the bucket with custom options.