Package | Description |
---|---|
org.jets3t.service.multi | |
org.jets3t.service.multi.event | |
org.jets3t.service.multi.s3 | |
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.
|
Class and Description |
---|
CancelEventTrigger
Interface implemented by multi-threaded operations that can be cancelled prior to finishing.
|
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.
|
StorageServiceEventAdaptor
Simple implementation of
StorageServiceEventListener to listen for events produced by
ThreadedStorageService . |
StorageServiceEventListener
Listener for events produced by
ThreadedStorageService . |
ThreadedStorageService.AbstractRunnable
All the operation threads used by this service extend this class, which provides common
methods used to retrieve the result object from a completed thread (via
ThreadedStorageService.AbstractRunnable.getResult()
or force a thread to be interrupted (via ThreadedStorageService.AbstractRunnable.forceInterrupt() . |
ThreadWatcher
A thread watcher is associated with a multi-threaded operation and contains information about
the progress of the operation.
|
Class and Description |
---|
ThreadWatcher
A thread watcher is associated with a multi-threaded operation and contains information about
the progress of the operation.
|
Class and Description |
---|
StorageServiceEventAdaptor
Simple implementation of
StorageServiceEventListener to listen for events produced by
ThreadedStorageService . |
StorageServiceEventListener
Listener 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.
|
Class and Description |
---|
CancelEventTrigger
Interface implemented by multi-threaded operations that can be cancelled prior to finishing.
|
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. |
ThreadWatcher
A thread watcher is associated with a multi-threaded operation and contains information about
the progress of the operation.
|
Class and 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. |
StorageServiceEventListener
Listener for events produced by
ThreadedStorageService . |
Copyright © 2006–2018. All rights reserved.