Uses of Interface
org.apache.hadoop.ozone.container.replication.ContainerDownloader
Packages that use ContainerDownloader
Package
Description
Classes to replicate container data between datanodes.
-
Uses of ContainerDownloader in org.apache.hadoop.ozone.container.replication
Classes in org.apache.hadoop.ozone.container.replication that implement ContainerDownloaderModifier and TypeClassDescriptionclassSimple ContainerDownloaderImplementation to download the missing container from the first available datanode.Constructors in org.apache.hadoop.ozone.container.replication with parameters of type ContainerDownloaderModifierConstructorDescriptionDownloadAndImportReplicator(org.apache.hadoop.hdds.conf.ConfigurationSource conf, ContainerSet containerSet, ContainerImporter containerImporter, ContainerDownloader downloader)