Uses of Class
com.influxdb.client.domain.Bucket
Packages that use Bucket
Package
Description
-
Uses of Bucket in com.influxdb.client
Methods in com.influxdb.client that return BucketModifier 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.Methods in com.influxdb.client that return types with arguments of type BucketModifier 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).Methods in com.influxdb.client with parameters of type BucketModifier 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.voidDeleteApi.delete(OffsetDateTime start, OffsetDateTime stop, String predicate, Bucket bucket, Organization org) Delete Time series data from InfluxDB.voidBucketsApi.deleteBucket(Bucket bucket) Delete a bucket.voidBucketsApi.deleteLabel(Label label, Bucket bucket) Removes a label from a bucket.voidBucketsApi.deleteMember(User member, Bucket bucket) Removes a member from a bucket.voidBucketsApi.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
Methods in com.influxdb.client.domain that return BucketModifier 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) Methods in com.influxdb.client.domain that return types with arguments of type BucketMethods in com.influxdb.client.domain with parameters of type BucketMethod parameters in com.influxdb.client.domain with type arguments of type Bucket -
Uses of Bucket in com.influxdb.client.internal
Methods in com.influxdb.client.internal with parameters of type BucketModifier and TypeMethodDescriptionvoidDeleteApiImpl.delete(OffsetDateTime start, OffsetDateTime stop, String predicate, Bucket bucket, Organization org) -
Uses of Bucket in com.influxdb.client.service
Methods in com.influxdb.client.service that return types with arguments of type BucketModifier 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