Interface MultipartUploader

All Superinterfaces:
AutoCloseable, Closeable, org.apache.hadoop.fs.statistics.IOStatisticsSource

@Public @Unstable public interface MultipartUploader extends Closeable, org.apache.hadoop.fs.statistics.IOStatisticsSource
MultipartUploader is an interface for copying files multipart and across multiple nodes.

The interface extends IOStatisticsSource so that there is no need to cast an instance to see if is a source of statistics. However, implementations MAY return null for their actual statistics.