Class | Description |
---|---|
ExecutorServiceResultsHandler<V> |
Wrapper around an ExecutorService that allows you to easily submit
Callable s, get results via iteration,
and handle failure quickly. |
MultiPartOutputStream |
An
OutputStream which packages data written to it into discrete StreamPart s which can be obtained
in a separate thread via iteration and uploaded to S3. |
StreamTransferManager |
Manages streaming of data to S3 without knowing the size beforehand and without keeping it all in memory or
writing to disk.
|
Exception | Description |
---|---|
IntegrityCheckException |
Thrown when final integrity check fails.
|
Copyright © 2020. All rights reserved.