Uses of Class
com.couchbase.client.java.manager.analytics.AnalyticsIndex
-
Packages that use AnalyticsIndex Package Description com.couchbase.client.java.manager.analytics -
-
Uses of AnalyticsIndex in com.couchbase.client.java.manager.analytics
Methods in com.couchbase.client.java.manager.analytics that return types with arguments of type AnalyticsIndex Modifier and Type Method Description List<AnalyticsIndex>
AnalyticsIndexManager. getAllIndexes()
Lists all analytics indexes.List<AnalyticsIndex>
AnalyticsIndexManager. getAllIndexes(GetAllIndexesAnalyticsOptions options)
Lists all analytics indexes with custom options.CompletableFuture<List<AnalyticsIndex>>
AsyncAnalyticsIndexManager. getAllIndexes()
Lists all analytics indexes.CompletableFuture<List<AnalyticsIndex>>
AsyncAnalyticsIndexManager. getAllIndexes(GetAllIndexesAnalyticsOptions options)
Lists all analytics indexes with custom options.Flux<AnalyticsIndex>
ReactiveAnalyticsIndexManager. getAllIndexes()
Lists all analytics indexes.Flux<AnalyticsIndex>
ReactiveAnalyticsIndexManager. getAllIndexes(GetAllIndexesAnalyticsOptions options)
Lists all analytics indexes with custom options.
-