abstract void |
S3ServiceMulti.ThreadGroupManager.fireIgnoredErrorsEvent(ThreadWatcher threadWatcher,
java.lang.Throwable[] ignoredErrors) |
abstract void |
S3ServiceMulti.ThreadGroupManager.fireProgressEvent(ThreadWatcher threadWatcher,
java.util.List completedResults) |
abstract void |
S3ServiceMulti.ThreadGroupManager.fireStartEvent(ThreadWatcher threadWatcher) |
static DeleteVersionedObjectsEvent |
DeleteVersionedObjectsEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
java.lang.Throwable[] ignoredErrors,
java.lang.Object uniqueOperationId) |
static DownloadObjectsEvent |
DownloadObjectsEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
java.lang.Throwable[] ignoredErrors,
java.lang.Object uniqueOperationId) |
static ListObjectsEvent |
ListObjectsEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
java.lang.Throwable[] ignoredErrors,
java.lang.Object uniqueOperationId) |
static CopyObjectsEvent |
CopyObjectsEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
java.lang.Throwable[] ignoredErrors,
java.lang.Object uniqueOperationId) |
static LookupACLEvent |
LookupACLEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
java.lang.Throwable[] ignoredErrors,
java.lang.Object uniqueOperationId) |
static CreateBucketsEvent |
CreateBucketsEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
java.lang.Throwable[] ignoredErrors,
java.lang.Object uniqueOperationId) |
static CreateObjectsEvent |
CreateObjectsEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
java.lang.Throwable[] ignoredErrors,
java.lang.Object uniqueOperationId) |
static DeleteObjectsEvent |
DeleteObjectsEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
java.lang.Throwable[] ignoredErrors,
java.lang.Object uniqueOperationId) |
static GetObjectHeadsEvent |
GetObjectHeadsEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
java.lang.Throwable[] ignoredErrors,
java.lang.Object uniqueOperationId) |
static UpdateACLEvent |
UpdateACLEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
java.lang.Throwable[] ignoredErrors,
java.lang.Object uniqueOperationId) |
static GetObjectsEvent |
GetObjectsEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
java.lang.Throwable[] ignoredErrors,
java.lang.Object uniqueOperationId) |
static ListObjectsEvent |
ListObjectsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
java.util.List chunkList,
java.lang.Object uniqueOperationId) |
static CopyObjectsEvent |
CopyObjectsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
java.util.Map[] completedResults,
java.lang.Object uniqueOperationId) |
static CreateBucketsEvent |
CreateBucketsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
S3Bucket[] completedBuckets,
java.lang.Object uniqueOperationId) |
static DownloadObjectsEvent |
DownloadObjectsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
S3Object[] completedObjects,
java.lang.Object uniqueOperationId) |
static LookupACLEvent |
LookupACLEvent.newInProgressEvent(ThreadWatcher threadWatcher,
S3Object[] completedObjects,
java.lang.Object uniqueOperationId) |
static CreateObjectsEvent |
CreateObjectsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
S3Object[] completedObjects,
java.lang.Object uniqueOperationId) |
static DeleteObjectsEvent |
DeleteObjectsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
S3Object[] deletedObjects,
java.lang.Object uniqueOperationId) |
static GetObjectHeadsEvent |
GetObjectHeadsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
S3Object[] completedObjects,
java.lang.Object uniqueOperationId) |
static UpdateACLEvent |
UpdateACLEvent.newInProgressEvent(ThreadWatcher threadWatcher,
S3Object[] completedObjects,
java.lang.Object uniqueOperationId) |
static GetObjectsEvent |
GetObjectsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
S3Object[] completedObjects,
java.lang.Object uniqueOperationId) |
static DeleteVersionedObjectsEvent |
DeleteVersionedObjectsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
S3Version[] deletedVersions,
java.lang.Object uniqueOperationId) |
static DeleteVersionedObjectsEvent |
DeleteVersionedObjectsEvent.newStartedEvent(ThreadWatcher threadWatcher,
java.lang.Object uniqueOperationId) |
static DownloadObjectsEvent |
DownloadObjectsEvent.newStartedEvent(ThreadWatcher threadWatcher,
java.lang.Object uniqueOperationId) |
static ListObjectsEvent |
ListObjectsEvent.newStartedEvent(ThreadWatcher threadWatcher,
java.lang.Object uniqueOperationId) |
static CopyObjectsEvent |
CopyObjectsEvent.newStartedEvent(ThreadWatcher threadWatcher,
java.lang.Object uniqueOperationId) |
static LookupACLEvent |
LookupACLEvent.newStartedEvent(ThreadWatcher threadWatcher,
java.lang.Object uniqueOperationId) |
static CreateBucketsEvent |
CreateBucketsEvent.newStartedEvent(ThreadWatcher threadWatcher,
java.lang.Object uniqueOperationId) |
static CreateObjectsEvent |
CreateObjectsEvent.newStartedEvent(ThreadWatcher threadWatcher,
java.lang.Object uniqueOperationId) |
static DeleteObjectsEvent |
DeleteObjectsEvent.newStartedEvent(ThreadWatcher threadWatcher,
java.lang.Object uniqueOperationId) |
static GetObjectHeadsEvent |
GetObjectHeadsEvent.newStartedEvent(ThreadWatcher threadWatcher,
java.lang.Object uniqueOperationId) |
static UpdateACLEvent |
UpdateACLEvent.newStartedEvent(ThreadWatcher threadWatcher,
java.lang.Object uniqueOperationId) |
static GetObjectsEvent |
GetObjectsEvent.newStartedEvent(ThreadWatcher threadWatcher,
java.lang.Object uniqueOperationId) |