List<AnalyticsDataset> |
AnalyticsIndexManager.getAllDatasets() |
Fetches all datasets (analytics collections) from the analytics service.
|
List<AnalyticsDataset> |
AnalyticsIndexManager.getAllDatasets(GetAllDatasetsAnalyticsOptions options) |
Fetches all datasets (analytics collections) from the analytics service with custom options.
|
CompletableFuture<List<AnalyticsDataset>> |
AsyncAnalyticsIndexManager.getAllDatasets() |
Fetches all datasets (analytics collections) from the analytics service.
|
CompletableFuture<List<AnalyticsDataset>> |
AsyncAnalyticsIndexManager.getAllDatasets(GetAllDatasetsAnalyticsOptions options) |
Fetches all datasets (analytics collections) from the analytics service with custom options.
|
Flux<AnalyticsDataset> |
ReactiveAnalyticsIndexManager.getAllDatasets() |
Fetches all datasets (analytics collections) from the analytics service.
|
Flux<AnalyticsDataset> |
ReactiveAnalyticsIndexManager.getAllDatasets(GetAllDatasetsAnalyticsOptions options) |
Fetches all datasets (analytics collections) from the analytics service with custom options.
|