Class SimpleContainerDownloader

java.lang.Object
org.apache.hadoop.ozone.container.replication.SimpleContainerDownloader
All Implemented Interfaces:
Closeable, AutoCloseable, ContainerDownloader

public class SimpleContainerDownloader extends Object implements ContainerDownloader
Simple ContainerDownloaderImplementation to download the missing container from the first available datanode.

This is not the most effective implementation as it uses only one source for he container download.

  • Constructor Details

    • SimpleContainerDownloader

      public SimpleContainerDownloader(org.apache.hadoop.hdds.conf.ConfigurationSource conf, org.apache.hadoop.hdds.security.x509.certificate.client.CertificateClient certClient)
  • Method Details