| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
S3ServiceMulti.CopyObjectRunnable
Deprecated.
Thread for copying an object.
|
private class |
S3ServiceMulti.CreateBucketRunnable
Deprecated.
Thread for creating a bucket.
|
private class |
S3ServiceMulti.CreateObjectRunnable
Deprecated.
Thread for creating/uploading an object.
|
private class |
S3ServiceMulti.DeleteObjectRunnable
Deprecated.
Thread for deleting an object.
|
private class |
S3ServiceMulti.DeleteVersionedObjectRunnable
Deprecated.
Thread for deleting a versioned object.
|
private class |
S3ServiceMulti.DownloadObjectRunnable
Deprecated.
Thread for downloading an object.
|
private class |
S3ServiceMulti.GetACLRunnable
Deprecated.
Thread for retrieving Access Control List information for an object.
|
private class |
S3ServiceMulti.GetObjectRunnable
Deprecated.
Thread for retrieving an object.
|
private class |
S3ServiceMulti.ListObjectsRunnable
Deprecated.
Thread for listing the objects in a bucket.
|
private class |
S3ServiceMulti.PutACLRunnable
Deprecated.
Thread for performing the update/set of Access Control List information for an object.
|
private class |
S3ServiceMulti.SignedPutRunnable
Deprecated.
Thread for creating/uploading an object using a pre-signed PUT URL.
|
| Modifier and Type | Field and Description |
|---|---|
private S3ServiceMulti.AbstractRunnable[] |
S3ServiceMulti.ThreadGroupManager.runnables
the set of runnable objects to execute.
|
| Constructor and Description |
|---|
ThreadGroupManager(S3ServiceMulti.AbstractRunnable[] runnables,
ThreadWatcher threadWatcher,
Jets3tProperties jets3tProperties,
boolean isAdminTask) |