Package | Description |
---|---|
org.apache.hadoop.fs |
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web. |
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.
|
Copyright © 2024 Apache Software Foundation. All rights reserved.