| Package | Description |
|---|---|
| alluxio.proxy.s3 |
| Modifier and Type | Method and Description |
|---|---|
static S3Exception |
S3RestUtils.toBucketS3Exception(java.lang.Exception exception,
java.lang.String resource)
Convert an exception to instance of
S3Exception. |
static S3Exception |
S3RestUtils.toObjectS3Exception(java.lang.Exception exception,
java.lang.String resource)
Convert an exception to instance of
S3Exception. |
| Modifier and Type | Method and Description |
|---|---|
T |
S3RestUtils.RestCallable.call()
The REST endpoint implementation.
|
CompleteMultipartUploadResult |
CompleteMultipartUploadHandler.CompleteMultipartUploadTask.call() |
static void |
S3RestUtils.checkPathIsAlluxioDirectory(FileSystem fs,
java.lang.String bucketPath)
Check if a path in alluxio is a directory.
|
static void |
S3RestUtils.checkUploadId(FileSystem fs,
AlluxioURI multipartTemporaryDir,
long uploadId)
Check if uploadId equals directory id.
|
static java.lang.String |
ListBucketResult.decodeToken(java.lang.String token)
Decode a continuation token which is used in get Bucket.
|
static java.lang.String |
S3RestUtils.parsePath(java.lang.String bucketPath)
Format bucket path.
|
| Constructor and Description |
|---|
ListBucketResult(java.lang.String bucketName,
java.util.List<URIStatus> children,
ListBucketOptions options)
Creates an
ListBucketResult. |
Copyright © 2022. All Rights Reserved.