Package | Description |
---|---|
alluxio.proxy.s3 |
Modifier and Type | Method and Description |
---|---|
static S3Exception |
S3RestUtils.toBucketS3Exception(Exception exception,
String resource)
Convert an exception to instance of
S3Exception . |
static S3Exception |
S3RestUtils.toObjectS3Exception(Exception exception,
String resource)
Convert an exception to instance of
S3Exception . |
Modifier and Type | Method and Description |
---|---|
CompleteMultipartUploadResult |
CompleteMultipartUploadHandler.CompleteMultipartUploadTask.call() |
T |
S3RestUtils.RestCallable.call()
The REST endpoint implementation.
|
static void |
S3RestUtils.checkPathIsAlluxioDirectory(FileSystem fs,
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 String |
ListBucketResult.decodeToken(String token)
Decode a continuation token which is used in get Bucket.
|
static String |
S3RestUtils.parsePath(String bucketPath)
Format bucket path.
|
Constructor and Description |
---|
ListBucketResult(String bucketName,
List<URIStatus> children,
ListBucketOptions options)
Creates an
ListBucketResult . |
Copyright © 2023. All Rights Reserved.