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 |
---|---|
S3Version[] |
DeleteVersionedObjectsEvent.getCancelledVersions() |
S3Version[] |
DeleteVersionedObjectsEvent.getDeletedVersions() |
Modifier and Type | Method and Description |
---|---|
static DeleteVersionedObjectsEvent |
DeleteVersionedObjectsEvent.newCancelledEvent(S3Version[] remainingVersions,
Object uniqueOperationId) |
static DeleteVersionedObjectsEvent |
DeleteVersionedObjectsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
S3Version[] deletedVersions,
Object uniqueOperationId) |
Copyright © 2006–2018. All rights reserved.