Interface | Description |
---|---|
CancelEventTrigger |
Interface implemented by multi-threaded operations that can be cancelled prior to finishing.
|
StorageServiceEventListener |
Listener for events produced by
ThreadedStorageService . |
Class | Description |
---|---|
DownloadPackage |
A simple container object to associate a
StorageObject with an
output file or output stream to which the object's data will be written. |
ErrorPermitter |
Performs logic to determine whether a given error should be "permitted"
by compatible parts of the JetS3t multipart service infrastructure.
|
SimpleThreadedStorageService |
S3 service wrapper that performs multiple S3 requests at a time using multi-threading and an
underlying thread-safe
StorageService implementation. |
StorageServiceEventAdaptor |
Simple implementation of
StorageServiceEventListener to listen for events produced by
ThreadedStorageService . |
ThreadedStorageService |
Storage service wrapper that performs multiple service requests at a time using
multi-threading and an underlying thread-safe
StorageService implementation. |
ThreadWatcher |
A thread watcher is associated with a multi-threaded operation and contains information about
the progress of the operation.
|