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