Generated by
JDiff

Interface org.apache.hadoop.fs.MultipartUploader

Changed Methods
CompletableFuture putPart(UploadHandle, int, boolean, Path, InputStream, long) Change in signature from (UploadHandle, int, Path, InputStream, long) to (UploadHandle, int, boolean, Path, InputStream, long).
Put part as part of a multipart upload.