public class MultipleImageAuditingImpl extends MultipleFileTransfer<ImageAuditingImpl>
Transfer.TransferState
subTransfers
listenerChain, monitor, state, stateChangeListeners
Constructor and Description |
---|
MultipleImageAuditingImpl(String description,
TransferProgress transferProgress,
List<ImageAuditingImpl> imageAuditingList) |
Modifier and Type | Method and Description |
---|---|
void |
abort()
Aborts all outstanding downloads.
|
List<ImageAuditingImpl> |
getImageAuditingList() |
void |
waitForCompletion()
Waits for this transfer to complete.
|
collateFinalState, setState
addProgressListener, addStateChangeListener, fireProgressEvent, getDescription, getMonitor, getProgress, getState, isDone, notifyStateChangeListeners, removeProgressListener, removeStateChangeListener, rethrowExecutionException, setMonitor, unwrapExecutionException, waitForException
public MultipleImageAuditingImpl(String description, TransferProgress transferProgress, List<ImageAuditingImpl> imageAuditingList)
public void waitForCompletion() throws CosClientException, CosServiceException, InterruptedException
waitForCompletion
in interface Transfer
waitForCompletion
in class AbstractTransfer
CosClientException
- If any errors were encountered in the client while making the
request or handling the response.CosServiceException
- If any errors occurred in Qcloud COS while processing the
request.InterruptedException
- If this thread is interrupted while waiting for the transfer
to complete.public void abort() throws IOException
IOException
public List<ImageAuditingImpl> getImageAuditingList()
Copyright © 2024. All rights reserved.