Package | Description |
---|---|
com.amazonaws.services.s3.transfer |
Transfer management.
|
com.amazonaws.services.s3.transfer.internal |
Modifier and Type | Field and Description |
---|---|
private DownloadImpl |
DownloadTaskImpl.download |
private DownloadImpl |
DownloadCallable.download |
Constructor and Description |
---|
DownloadCallable(AmazonS3 s3,
java.util.concurrent.CountDownLatch latch,
GetObjectRequest req,
boolean resumeExistingDownload,
DownloadImpl download,
java.io.File dstfile,
long origStartingByte,
long expectedFileLength,
long timeout,
java.util.concurrent.ScheduledExecutorService executor,
java.lang.Integer lastFullyDownloadedPartNumber,
boolean isDownloadParallel) |
DownloadTaskImpl(AmazonS3 s3,
DownloadImpl download,
GetObjectRequest getObjectRequest) |
Modifier and Type | Field and Description |
---|---|
private DownloadImpl |
DownloadMonitor.download |
Constructor and Description |
---|
DownloadMonitor(DownloadImpl download,
java.util.concurrent.Future<?> future) |