| Package | Description |
|---|---|
| com.couchbase.client.java.manager.analytics |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<AnalyticsDataset>> |
AsyncAnalyticsIndexManager.getAllDatasets()
Fetches all datasets (analytics collections) from the analytics service.
|
List<AnalyticsDataset> |
AnalyticsIndexManager.getAllDatasets()
Fetches all datasets (analytics collections) from the analytics service.
|
Flux<AnalyticsDataset> |
ReactiveAnalyticsIndexManager.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.
|
List<AnalyticsDataset> |
AnalyticsIndexManager.getAllDatasets(GetAllDatasetsAnalyticsOptions options)
Fetches all datasets (analytics collections) from the analytics service with custom options.
|
Flux<AnalyticsDataset> |
ReactiveAnalyticsIndexManager.getAllDatasets(GetAllDatasetsAnalyticsOptions options)
Fetches all datasets (analytics collections) from the analytics service with custom options.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.