Uses of Interface
org.apache.hadoop.fs.UploadHandle
Packages that use UploadHandle
-
Uses of UploadHandle in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs that return types with arguments of type UploadHandleModifier and TypeMethodDescriptionMultipartUploader.startUpload(Path filePath) Initialize a multipart upload.Methods in org.apache.hadoop.fs with parameters of type UploadHandleModifier and TypeMethodDescriptionMultipartUploader.abort(UploadHandle uploadId, Path filePath) Aborts a multipart upload.MultipartUploader.complete(UploadHandle uploadId, Path filePath, Map<Integer, PartHandle> handles) Complete a multipart upload.MultipartUploader.putPart(UploadHandle uploadId, int partNumber, boolean isLastPart, Path filePath, InputStream inputStream, long lengthInBytes) Put part as part of a multipart upload.