public class ResumableCopyObjectCheckpoint extends Object
| 构造器和说明 |
|---|
ResumableCopyObjectCheckpoint() |
public boolean isValid(CopySourceObjectInfo copySourceObjectInfo, String bucket, String objectKey, String srcBucket, String srcKey, String srcVersionID)
public void writeToFile(String checkpointFile) throws IOException
IOExceptionpublic String getBucket()
public ResumableCopyObjectCheckpoint setBucket(String bucket)
public String getKey()
public ResumableCopyObjectCheckpoint setKey(String key)
public String getSrcBucket()
public ResumableCopyObjectCheckpoint setSrcBucket(String srcBucket)
public String getSrcKey()
public ResumableCopyObjectCheckpoint setSrcKey(String srcKey)
public String getSrcVersionID()
public ResumableCopyObjectCheckpoint setSrcVersionID(String srcVersionID)
public long getPartSize()
public ResumableCopyObjectCheckpoint setPartSize(long partSize)
public String getUploadID()
public ResumableCopyObjectCheckpoint setUploadID(String uploadID)
public String getCopySourceIfMatch()
public ResumableCopyObjectCheckpoint setCopySourceIfMatch(String copySourceIfMatch)
public Date getCopySourceIfModifiedSince()
public ResumableCopyObjectCheckpoint setCopySourceIfModifiedSince(Date copySourceIfModifiedSince)
public String getCopySourceIfNoneMatch()
public ResumableCopyObjectCheckpoint setCopySourceIfNoneMatch(String copySourceIfNoneMatch)
public Date getCopySourceIfUnModifiedSince()
public ResumableCopyObjectCheckpoint setCopySourceIfUnModifiedSince(Date copySourceIfUnModifiedSince)
public String getCopySourceSSECAlgorithm()
public ResumableCopyObjectCheckpoint setCopySourceSSECAlgorithm(String copySourceSSECAlgorithm)
public String getCopySourceSSECKeyMD5()
public ResumableCopyObjectCheckpoint setCopySourceSSECKeyMD5(String copySourceSSECKeyMD5)
public String getSsecAlgorithm()
public ResumableCopyObjectCheckpoint setSsecAlgorithm(String ssecAlgorithm)
public String getSsecKeyMD5()
public ResumableCopyObjectCheckpoint setSsecKeyMD5(String ssecKeyMD5)
public String getEncodingType()
public ResumableCopyObjectCheckpoint setEncodingType(String encodingType)
public CopySourceObjectInfo getCopySourceObjectInfo()
public ResumableCopyObjectCheckpoint setCopySourceObjectInfo(CopySourceObjectInfo copySourceObjectInfo)
public List<CopyPartInfo> getCopyPartInfoList()
public ResumableCopyObjectCheckpoint setCopyPartInfoList(List<CopyPartInfo> copyPartInfoList)
Copyright © 2023. All rights reserved.