public class OSSRecoverableMultipartUpload extends Object
| Constructor and Description |
|---|
OSSRecoverableMultipartUpload(String objectName,
Executor uploadThreadPool,
OSSAccessor ossAccessor,
Optional<File> incompletePart,
String uploadId,
List<com.aliyun.oss.model.PartETag> completeParts,
long expectedSizeInBytes) |
| Modifier and Type | Method and Description |
|---|---|
OSSCommitter |
getCommitter() |
Optional<File> |
getIncompletePart() |
OSSRecoverable |
getRecoverable(org.apache.flink.core.fs.RefCountedFSOutputStream file) |
void |
uploadPart(org.apache.flink.core.fs.RefCountedFSOutputStream file) |
public void uploadPart(org.apache.flink.core.fs.RefCountedFSOutputStream file)
throws IOException
IOExceptionpublic OSSRecoverable getRecoverable(org.apache.flink.core.fs.RefCountedFSOutputStream file) throws IOException
IOExceptionpublic OSSCommitter getCommitter() throws IOException
IOExceptionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.