Uses of Interface
org.apache.hadoop.fs.PartHandle
Packages that use PartHandle
Package
Description
An abstract file system API.
This package contains implementation classes for use inside
filesystems.
-
Uses of PartHandle in org.apache.hadoop.fs
Classes in org.apache.hadoop.fs that implement PartHandleMethods in org.apache.hadoop.fs that return PartHandleMethods in org.apache.hadoop.fs that return types with arguments of type PartHandleModifier and TypeMethodDescriptionMultipartUploader.putPart(UploadHandle uploadId, int partNumber, boolean isLastPart, Path filePath, InputStream inputStream, long lengthInBytes) Put part as part of a multipart upload.Method parameters in org.apache.hadoop.fs with type arguments of type PartHandleModifier and TypeMethodDescriptionMultipartUploader.complete(UploadHandle uploadId, Path filePath, Map<Integer, PartHandle> handles) Complete a multipart upload. -
Uses of PartHandle in org.apache.hadoop.fs.impl
Methods in org.apache.hadoop.fs.impl that return types with arguments of type PartHandleModifier and TypeMethodDescriptionFileSystemMultipartUploader.putPart(UploadHandle uploadId, int partNumber, boolean isLastPart, Path filePath, InputStream inputStream, long lengthInBytes) Method parameters in org.apache.hadoop.fs.impl with type arguments of type PartHandleModifier and TypeMethodDescriptionprotected voidAbstractMultipartUploader.checkPartHandles(Map<Integer, PartHandle> partHandles) Utility method to validate partHandles.FileSystemMultipartUploader.complete(UploadHandle uploadId, Path filePath, Map<Integer, PartHandle> handleMap)