Uses of Class
com.influxdb.client.domain.RestoredBucketMappings
Packages that use RestoredBucketMappings
-
Uses of RestoredBucketMappings in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return RestoredBucketMappingsModifier and TypeMethodDescriptionRestoredBucketMappings.addShardMappingsItem
(BucketShardMapping shardMappingsItem) RestoredBucketMappings.shardMappings
(List<BucketShardMapping> shardMappings) -
Uses of RestoredBucketMappings in com.influxdb.client.service
Methods in com.influxdb.client.service that return types with arguments of type RestoredBucketMappingsModifier and TypeMethodDescriptionretrofit2.Call
<RestoredBucketMappings> RestoreService.postRestoreBucketMetadata
(BucketMetadataManifest bucketMetadataManifest, String zapTraceSpan) Create a new bucket pre-seeded with shard info from a backup.