Package | Description |
---|---|
org.jets3t.service.multi | |
org.jets3t.service.multithread |
A multi-threading utility that manages multiple S3 interactions at once by wrapping an S3Service
implementation and running this service with multiple threads.
|
org.jets3t.service.utils |
General purpose utilities used throughout the JetS3t toolkit and applications.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleThreadedStorageService.downloadObjects(String bucketName,
DownloadPackage[] downloadPackages)
A convenience method to download multiple objects from S3 to pre-existing output streams, which
is particularly useful for downloading objects to files.
|
boolean |
ThreadedStorageService.downloadObjects(String bucketName,
DownloadPackage[] downloadPackages)
A convenience method to download multiple objects to pre-existing
output streams, which is particularly useful for downloading objects to files.
|
void |
SimpleThreadedStorageService.downloadObjects(String bucketName,
DownloadPackage[] downloadPackages,
ErrorPermitter errorPermitter)
A convenience method to download multiple objects from S3 to pre-existing output streams, which
is particularly useful for downloading objects to files.
|
boolean |
ThreadedStorageService.downloadObjects(String bucketName,
DownloadPackage[] downloadPackages,
ErrorPermitter errorPermitter)
A convenience method to download multiple objects to pre-existing
output streams, which is particularly useful for downloading objects to files.
|
Modifier and Type | Class and Description |
---|---|
class |
DownloadPackage
Deprecated.
0.8.0 use
DownloadPackage instead. |
Modifier and Type | Method and Description |
---|---|
static DownloadPackage |
ObjectUtils.createPackageForDownload(StorageObject object,
File fileTarget,
boolean automaticUnzip,
boolean automaticDecrypt,
String encryptionPassword)
Creates a download package representing an S3Object that will be downloaded, and the
target file the downloaded data will be written to.
|
Copyright © 2006–2018. All rights reserved.