static CopyObjectsEvent |
CopyObjectsEvent.newCancelledEvent(StorageObject[] incompletedObjects,
Object uniqueOperationId) |
static CopyObjectsEvent |
CopyObjectsEvent.newCompletedEvent(Object uniqueOperationId,
String[] sourceObjectKeys,
StorageObject[] destinationObjects) |
static CopyObjectsEvent |
CopyObjectsEvent.newErrorEvent(Throwable t,
Object uniqueOperationId) |
static CopyObjectsEvent |
CopyObjectsEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
Throwable[] ignoredErrors,
Object uniqueOperationId) |
static CopyObjectsEvent |
CopyObjectsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
Map[] completedResults,
Object uniqueOperationId) |
static CopyObjectsEvent |
CopyObjectsEvent.newStartedEvent(ThreadWatcher threadWatcher,
Object uniqueOperationId) |