Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ThreadWatcher |
ServiceEvent.getThreadWatcher()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DeleteVersionedObjectsEvent |
DeleteVersionedObjectsEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
Throwable[] ignoredErrors,
Object uniqueOperationId) |
static UpdateACLEvent |
UpdateACLEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
Throwable[] ignoredErrors,
Object uniqueOperationId) |
static DownloadObjectsEvent |
DownloadObjectsEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
Throwable[] ignoredErrors,
Object uniqueOperationId) |
static CreateObjectsEvent |
CreateObjectsEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
Throwable[] ignoredErrors,
Object uniqueOperationId) |
static GetObjectHeadsEvent |
GetObjectHeadsEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
Throwable[] ignoredErrors,
Object uniqueOperationId) |
static CreateBucketsEvent |
CreateBucketsEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
Throwable[] ignoredErrors,
Object uniqueOperationId) |
static DeleteObjectsEvent |
DeleteObjectsEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
Throwable[] ignoredErrors,
Object uniqueOperationId) |
static LookupACLEvent |
LookupACLEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
Throwable[] ignoredErrors,
Object uniqueOperationId) |
static GetObjectsEvent |
GetObjectsEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
Throwable[] ignoredErrors,
Object uniqueOperationId) |
static ListObjectsEvent |
ListObjectsEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
Throwable[] ignoredErrors,
Object uniqueOperationId) |
static CopyObjectsEvent |
CopyObjectsEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
Throwable[] ignoredErrors,
Object uniqueOperationId) |
static ListObjectsEvent |
ListObjectsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
List chunkList,
Object uniqueOperationId) |
static CopyObjectsEvent |
CopyObjectsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
Map[] completedResults,
Object uniqueOperationId) |
static CreateBucketsEvent |
CreateBucketsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
S3Bucket[] completedBuckets,
Object uniqueOperationId) |
static UpdateACLEvent |
UpdateACLEvent.newInProgressEvent(ThreadWatcher threadWatcher,
S3Object[] completedObjects,
Object uniqueOperationId) |
static DownloadObjectsEvent |
DownloadObjectsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
S3Object[] completedObjects,
Object uniqueOperationId) |
static CreateObjectsEvent |
CreateObjectsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
S3Object[] completedObjects,
Object uniqueOperationId) |
static GetObjectHeadsEvent |
GetObjectHeadsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
S3Object[] completedObjects,
Object uniqueOperationId) |
static DeleteObjectsEvent |
DeleteObjectsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
S3Object[] deletedObjects,
Object uniqueOperationId) |
static LookupACLEvent |
LookupACLEvent.newInProgressEvent(ThreadWatcher threadWatcher,
S3Object[] completedObjects,
Object uniqueOperationId) |
static GetObjectsEvent |
GetObjectsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
S3Object[] completedObjects,
Object uniqueOperationId) |
static DeleteVersionedObjectsEvent |
DeleteVersionedObjectsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
S3Version[] deletedVersions,
Object uniqueOperationId) |
static DeleteVersionedObjectsEvent |
DeleteVersionedObjectsEvent.newStartedEvent(ThreadWatcher threadWatcher,
Object uniqueOperationId) |
static UpdateACLEvent |
UpdateACLEvent.newStartedEvent(ThreadWatcher threadWatcher,
Object uniqueOperationId) |
static DownloadObjectsEvent |
DownloadObjectsEvent.newStartedEvent(ThreadWatcher threadWatcher,
Object uniqueOperationId) |
static CreateObjectsEvent |
CreateObjectsEvent.newStartedEvent(ThreadWatcher threadWatcher,
Object uniqueOperationId) |
static GetObjectHeadsEvent |
GetObjectHeadsEvent.newStartedEvent(ThreadWatcher threadWatcher,
Object uniqueOperationId) |
static CreateBucketsEvent |
CreateBucketsEvent.newStartedEvent(ThreadWatcher threadWatcher,
Object uniqueOperationId) |
static DeleteObjectsEvent |
DeleteObjectsEvent.newStartedEvent(ThreadWatcher threadWatcher,
Object uniqueOperationId) |
static LookupACLEvent |
LookupACLEvent.newStartedEvent(ThreadWatcher threadWatcher,
Object uniqueOperationId) |
static GetObjectsEvent |
GetObjectsEvent.newStartedEvent(ThreadWatcher threadWatcher,
Object uniqueOperationId) |
static ListObjectsEvent |
ListObjectsEvent.newStartedEvent(ThreadWatcher threadWatcher,
Object uniqueOperationId) |
static CopyObjectsEvent |
CopyObjectsEvent.newStartedEvent(ThreadWatcher threadWatcher,
Object uniqueOperationId) |
Copyright © 2006–2018. All rights reserved.