Package | Description |
---|---|
alluxio.proxy.s3 | |
alluxio.web |
Modifier and Type | Field and Description |
---|---|
protected S3BaseTask.OpType |
S3BaseTask.mOPType |
Modifier and Type | Method and Description |
---|---|
S3BaseTask.OpType |
S3BaseTask.getOPType()
Return the OpType (S3 API enum).
|
static S3BaseTask.OpType |
S3BaseTask.OpType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3BaseTask.OpType[] |
S3BaseTask.OpType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CompleteMultipartUploadTask(S3Handler handler,
S3BaseTask.OpType opType)
Create a CompleteMultipartUploadTask.
|
S3BaseTask(S3Handler handler,
S3BaseTask.OpType opType)
Instantiate a S3BaseTask.
|
S3BucketTask(S3Handler handler,
S3BaseTask.OpType opType) |
S3ObjectTask(S3Handler handler,
S3BaseTask.OpType opType) |
Modifier and Type | Method and Description |
---|---|
static void |
ProxyWebServer.logAccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
com.google.common.base.Stopwatch stopWatch,
S3BaseTask.OpType opType)
Log the access of every single http request.
|
Copyright © 2023. All Rights Reserved.