Uses of Class
com.influxdb.client.domain.Buckets
-
Uses of Buckets in com.influxdb.client
Modifier and TypeMethodDescriptionBucketsApi.findBuckets
(FindOptions findOptions) List all buckets filtered byfindOptions
. -
Uses of Buckets in com.influxdb.client.domain
-
Uses of Buckets in com.influxdb.client.service
Modifier and TypeMethodDescriptionretrofit2.Call
<Buckets> BucketsService.getBuckets
(String zapTraceSpan, Integer offset, Integer limit, String after, String org, String orgID, String name, String id) List all bucketsretrofit2.Call
<Buckets> BucketsService.getSourcesIDBuckets
(String sourceID, String zapTraceSpan, String org) Get buckets in a sourceretrofit2.Call
<Buckets> SourcesService.getSourcesIDBuckets
(String sourceID, String zapTraceSpan, String org) Get buckets in a source