Uses of Class
com.couchbase.client.java.manager.query.GetAllQueryIndexesOptions
-
Packages that use GetAllQueryIndexesOptions Package Description com.couchbase.client.java.manager.query 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 GetAllQueryIndexesOptions Modifier and Type Method Description GetAllQueryIndexesOptionsGetAllQueryIndexesOptions. collectionName(String collectionName)Sets the collection name for this query management operation.static GetAllQueryIndexesOptionsGetAllQueryIndexesOptions. getAllQueryIndexesOptions()Creates a new instance with default values.GetAllQueryIndexesOptionsGetAllQueryIndexesOptions. scopeName(String scopeName)Sets the scope name for this query management operation.Methods in com.couchbase.client.java.manager.query with parameters of type GetAllQueryIndexesOptions Modifier and Type Method Description CompletableFuture<List<QueryIndex>>AsyncQueryIndexManager. getAllIndexes(String bucketName, GetAllQueryIndexesOptions options)Fetches all indexes from the bucket with custom options.List<QueryIndex>QueryIndexManager. getAllIndexes(String bucketName, GetAllQueryIndexesOptions options)Fetches all indexes from the bucket with custom options.Flux<QueryIndex>ReactiveQueryIndexManager. getAllIndexes(String bucketName, GetAllQueryIndexesOptions options)Fetches all indexes from the bucket with custom options.
-