Uses of Class
com.couchbase.client.java.manager.analytics.GetAllIndexesAnalyticsOptions
Package | Description |
---|---|
com.couchbase.client.java.manager.analytics |
-
Uses of GetAllIndexesAnalyticsOptions in com.couchbase.client.java.manager.analytics
Methods in com.couchbase.client.java.manager.analytics that return GetAllIndexesAnalyticsOptions Modifier and Type Method Description static GetAllIndexesAnalyticsOptions
GetAllIndexesAnalyticsOptions. getAllIndexesAnalyticsOptions()
Methods in com.couchbase.client.java.manager.analytics with parameters of type GetAllIndexesAnalyticsOptions Modifier and Type Method Description List<AnalyticsIndex>
AnalyticsIndexManager. getAllIndexes(GetAllIndexesAnalyticsOptions options)
CompletableFuture<List<AnalyticsIndex>>
AsyncAnalyticsIndexManager. getAllIndexes(GetAllIndexesAnalyticsOptions options)
Flux<AnalyticsIndex>
ReactiveAnalyticsIndexManager. getAllIndexes(GetAllIndexesAnalyticsOptions options)