Uses of Interface
org.apache.hadoop.fs.UploadHandle
Packages that use UploadHandle
Package
Description
An abstract file system API.
This package contains implementation classes for use inside
filesystems.
-
Uses of UploadHandle in org.apache.hadoop.fs
Classes in org.apache.hadoop.fs that implement UploadHandleMethods in org.apache.hadoop.fs that return UploadHandleMethods 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. -
Uses of UploadHandle in org.apache.hadoop.fs.impl
Methods in org.apache.hadoop.fs.impl that return types with arguments of type UploadHandleMethods in org.apache.hadoop.fs.impl with parameters of type UploadHandleModifier and TypeMethodDescriptionFileSystemMultipartUploader.abort(UploadHandle uploadId, Path filePath) protected voidAbstractMultipartUploader.checkPutArguments(Path filePath, InputStream inputStream, int partNumber, UploadHandle uploadId, long lengthInBytes) Check all the arguments to theMultipartUploader.putPart(UploadHandle, int, boolean, Path, InputStream, long)operation.FileSystemMultipartUploader.complete(UploadHandle uploadId, Path filePath, Map<Integer, PartHandle> handleMap) FileSystemMultipartUploader.putPart(UploadHandle uploadId, int partNumber, boolean isLastPart, Path filePath, InputStream inputStream, long lengthInBytes)