Uses of Class
com.influxdb.client.domain.Bucket
Package
Description
-
Uses of Bucket in com.influxdb.client
Modifier and TypeMethodDescriptionBucketsApi.cloneBucket
(String clonedName, Bucket bucket) Clone a bucket.BucketsApi.cloneBucket
(String clonedName, String bucketID) Clone a bucket.BucketsApi.createBucket
(Bucket bucket) Creates a new bucket and setsgetId()
with the new identifier.BucketsApi.createBucket
(PostBucketRequest bucket) Create a bucket.BucketsApi.createBucket
(String name, BucketRetentionRules bucketRetentionRules, Organization organization) Creates a new bucket and setsgetId()
with the new identifier.BucketsApi.createBucket
(String name, BucketRetentionRules bucketRetentionRules, String orgID) Creates a new bucket and setsgetId()
with the new identifier.BucketsApi.createBucket
(String name, Organization organization) Creates a new bucket and setsgetId()
with the new identifier.BucketsApi.createBucket
(String name, String orgID) Creates a new bucket and setsgetId()
with the new identifier.BucketsApi.findBucketByID
(String bucketID) Retrieve a bucket.BucketsApi.findBucketByName
(String bucketName) Retrieve a bucket.BucketsApi.updateBucket
(Bucket bucket) Update a bucket name and retention.Modifier and TypeMethodDescriptionBucketsApi.findBuckets()
List all buckets.BucketsApi.findBuckets
(BucketsQuery query) List all buckets.BucketsApi.findBucketsByOrg
(Organization organization) List all buckets for specifiedorganization
.BucketsApi.findBucketsByOrgName
(String orgName) List all buckets for specifiedorgName
.SourcesApi.findBucketsBySource
(Source source) Get a sources buckets (will return dbrps in the form of buckets if it is a v1 source).SourcesApi.findBucketsBySourceID
(String sourceID) Get a sources buckets (will return dbrps in the form of buckets if it is a v1 source).Modifier and TypeMethodDescriptionAdd the bucket label.Add the bucket member.Add the bucket owner.BucketsApi.cloneBucket
(String clonedName, Bucket bucket) Clone a bucket.BucketsApi.createBucket
(Bucket bucket) Creates a new bucket and setsgetId()
with the new identifier.void
DeleteApi.delete
(OffsetDateTime start, OffsetDateTime stop, String predicate, Bucket bucket, Organization org) Delete Time series data from InfluxDB.void
BucketsApi.deleteBucket
(Bucket bucket) Delete a bucket.void
BucketsApi.deleteLabel
(Label label, Bucket bucket) Removes a label from a bucket.void
BucketsApi.deleteMember
(User member, Bucket bucket) Removes a member from a bucket.void
BucketsApi.deleteOwner
(User owner, Bucket bucket) Removes a owner from a bucket.List all labels of a bucket.BucketsApi.getMembers
(Bucket bucket) List all users with member privileges for a bucket.List all owners of a bucket.BucketsApi.updateBucket
(Bucket bucket) Update a bucket name and retention. -
Uses of Bucket in com.influxdb.client.domain
Modifier and TypeMethodDescriptionBucket.addLabelsItem
(Label labelsItem) Bucket.addRetentionRulesItem
(BucketRetentionRules retentionRulesItem) Bucket.description
(String description) OnboardingResponse.getBucket()
Get bucketBucket.links
(BucketLinks links) Bucket.retentionRules
(List<BucketRetentionRules> retentionRules) Bucket.schemaType
(SchemaType schemaType) -
Uses of Bucket in com.influxdb.client.internal
Modifier and TypeMethodDescriptionvoid
DeleteApiImpl.delete
(OffsetDateTime start, OffsetDateTime stop, String predicate, Bucket bucket, Organization org) -
Uses of Bucket in com.influxdb.client.service
Modifier and TypeMethodDescriptionretrofit2.Call
<Bucket> BucketsService.getBucketsID
(String bucketID, String zapTraceSpan) Retrieve a bucketretrofit2.Call
<Bucket> BucketsService.patchBucketsID
(String bucketID, PatchBucketRequest patchBucketRequest, String zapTraceSpan) Update a bucketretrofit2.Call
<Bucket> BucketsService.postBuckets
(PostBucketRequest postBucketRequest, String zapTraceSpan) Create a bucket