Uses of Class
com.influxdb.client.domain.Buckets
Packages that use Buckets
-
Uses of Buckets in com.influxdb.client
Methods in com.influxdb.client that return BucketsModifier and TypeMethodDescriptionBucketsApi.findBuckets(FindOptions findOptions) List all buckets filtered byfindOptions. -
Uses of Buckets in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return Buckets -
Uses of Buckets in com.influxdb.client.service
Methods in com.influxdb.client.service that return types with arguments of type BucketsModifier 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