| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.domain | |
| com.influxdb.client.service |
| Modifier and Type | Method and Description |
|---|---|
Buckets |
BucketsApi.findBuckets(FindOptions findOptions)
List all buckets filtered by
findOptions. |
| Modifier and Type | Method and Description |
|---|---|
Buckets |
Buckets.addBucketsItem(Bucket bucketsItem) |
Buckets |
Buckets.buckets(List<Bucket> buckets) |
Buckets |
Buckets.links(Links links) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Buckets> |
BucketsService.getBuckets(String zapTraceSpan,
Integer offset,
Integer limit,
String after,
String org,
String orgID,
String name,
String id)
List all buckets
|
retrofit2.Call<Buckets> |
SourcesService.getSourcesIDBuckets(String sourceID,
String zapTraceSpan,
String org)
Get buckets in a source
|
retrofit2.Call<Buckets> |
BucketsService.getSourcesIDBuckets(String sourceID,
String zapTraceSpan,
String org)
Get buckets in a source
|
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.