Package | Description |
---|---|
org.apache.hadoop.fs |
An abstract file system API.
|
org.apache.hadoop.fs.impl |
This package contains implementation classes for use inside
filesystems.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<PartHandle> |
MultipartUploader.putPart(UploadHandle uploadId,
int partNumber,
Path filePath,
InputStream inputStream,
long lengthInBytes)
Put part as part of a multipart upload.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<PathHandle> |
MultipartUploader.complete(UploadHandle uploadId,
Path filePath,
Map<Integer,PartHandle> handles)
Complete a multipart upload.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMultipartUploader.checkPartHandles(Map<Integer,PartHandle> partHandles)
Utility method to validate partHandles.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.