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(RefCountedFSOutputStream file) |
void |
uploadPart(RefCountedFSOutputStream file) |
public void uploadPart(RefCountedFSOutputStream file) throws IOException
IOException
public OSSRecoverable getRecoverable(RefCountedFSOutputStream file) throws IOException
IOException
public OSSCommitter getCommitter() throws IOException
IOException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.