Uses of Class
com.couchbase.client.java.manager.analytics.AnalyticsDataset
Packages that use AnalyticsDataset
-
Uses of AnalyticsDataset in com.couchbase.client.java.manager.analytics
Methods in com.couchbase.client.java.manager.analytics that return types with arguments of type AnalyticsDatasetModifier and TypeMethodDescriptionAnalyticsIndexManager.getAllDatasets()
Fetches all datasets (analytics collections) from the analytics service.AnalyticsIndexManager.getAllDatasets
(GetAllDatasetsAnalyticsOptions options) Fetches all datasets (analytics collections) from the analytics service with custom options.AsyncAnalyticsIndexManager.getAllDatasets()
Fetches all datasets (analytics collections) from the analytics service.AsyncAnalyticsIndexManager.getAllDatasets
(GetAllDatasetsAnalyticsOptions options) Fetches all datasets (analytics collections) from the analytics service with custom options.ReactiveAnalyticsIndexManager.getAllDatasets()
Fetches all datasets (analytics collections) from the analytics service.ReactiveAnalyticsIndexManager.getAllDatasets
(GetAllDatasetsAnalyticsOptions options) Fetches all datasets (analytics collections) from the analytics service with custom options.