Uses of Interface
com.couchbase.client.core.api.manager.CoreGetAllQueryIndexesOptions
-
Packages that use CoreGetAllQueryIndexesOptions Package Description com.couchbase.client.core.manager -
-
Uses of CoreGetAllQueryIndexesOptions in com.couchbase.client.core.manager
Methods in com.couchbase.client.core.manager with parameters of type CoreGetAllQueryIndexesOptions Modifier and Type Method Description CompletableFuture<List<CoreQueryIndex>>CoreCollectionQueryIndexManager. getAllIndexes(CoreGetAllQueryIndexesOptions options)CompletableFuture<List<CoreQueryIndex>>CoreQueryIndexManager. getAllIndexes(String bucketName, CoreGetAllQueryIndexesOptions options)
-