Uses of Class
com.couchbase.client.java.manager.analytics.AnalyticsIndex
Packages that use AnalyticsIndex
-
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 AnalyticsIndexModifier and TypeMethodDescriptionAnalyticsIndexManager.getAllIndexes()Lists all analytics indexes.AnalyticsIndexManager.getAllIndexes(GetAllIndexesAnalyticsOptions options) Lists all analytics indexes with custom options.AsyncAnalyticsIndexManager.getAllIndexes()Lists all analytics indexes.AsyncAnalyticsIndexManager.getAllIndexes(GetAllIndexesAnalyticsOptions options) Lists all analytics indexes with custom options.reactor.core.publisher.Flux<AnalyticsIndex> ReactiveAnalyticsIndexManager.getAllIndexes()Lists all analytics indexes.reactor.core.publisher.Flux<AnalyticsIndex> ReactiveAnalyticsIndexManager.getAllIndexes(GetAllIndexesAnalyticsOptions options) Lists all analytics indexes with custom options.