Interface MultipartUploader

All Superinterfaces:
AutoCloseable, Closeable, IOStatisticsSource
All Known Implementing Classes:
AbstractMultipartUploader, FileSystemMultipartUploader

@Public @Unstable public interface MultipartUploader extends Closeable, 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.