Package | Description |
---|---|
alluxio.proxy.s3 | |
alluxio.web |
Class and Description |
---|
CompleteMultipartUploadRequest
Implementation of CompleteMultipartUploadRequest according to
https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListMultipartUploads.html.
|
CompleteMultipartUploadRequest.Part
The Part POJO.
|
CompleteMultipartUploadResult
Result returned after requests for completing a multipart upload.
|
ListMultipartUploadsResult
Implementation of ListMultipartUploadsResult according to
https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListMultipartUploads.html.
|
ListMultipartUploadsResult.Upload
The Upload POJO.
|
ListPartsResult.Part
Part contains metadata of a part of the object in multipart upload.
|
MultipartUploadCleaner
A lazy method (not scan the whole fileSystem to find tmp directory) to
support automatic abortion s3 multipartUpload after a timeout.
|
RangeFileInStream
This class is use
FileInStream underlying, and implement range read. |
S3BaseTask
S3 Abstract Base task for handling S3 API logic.
|
S3BaseTask.OpTag
Enum for tagging the http request to target for
different threadpools for handling.
|
S3BaseTask.OpType
Enum indicating name of S3 API handling per http request.
|
S3BucketTask
S3 Tasks to handle bucket level or global level request.
|
S3Handler |
S3ObjectTask
S3 Tasks to handle object level request.
|
S3RestUtils.RestCallable
An interface representing a callable.
|
Class and Description |
---|
S3BaseTask.OpType
Enum indicating name of S3 API handling per http request.
|
Copyright © 2023. All Rights Reserved.