static DownloadObjectsEvent |
DownloadObjectsEvent.newCancelledEvent(StorageObject[] incompletedObjects,
Object uniqueOperationId) |
static DownloadObjectsEvent |
DownloadObjectsEvent.newCompletedEvent(Object uniqueOperationId) |
static DownloadObjectsEvent |
DownloadObjectsEvent.newErrorEvent(Throwable t,
Object uniqueOperationId) |
static DownloadObjectsEvent |
DownloadObjectsEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
Throwable[] ignoredErrors,
Object uniqueOperationId) |
static DownloadObjectsEvent |
DownloadObjectsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
StorageObject[] completedObjects,
Object uniqueOperationId) |
static DownloadObjectsEvent |
DownloadObjectsEvent.newStartedEvent(ThreadWatcher threadWatcher,
Object uniqueOperationId) |