Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.job | |
alluxio.proxy.s3 | |
alluxio.s3 | |
alluxio.worker.s3 |
Modifier and Type | Field and Description |
---|---|
protected AsyncUserAccessAuditLogWriter |
DefaultFileSystemMaster.mAsyncAuditLogWriter
Log writer for user access audit log.
|
Constructor and Description |
---|
JobMasterAuditContext(AsyncUserAccessAuditLogWriter asyncAuditLogWriter)
Constructor of
JobMasterAuditContext . |
Modifier and Type | Field and Description |
---|---|
AsyncUserAccessAuditLogWriter |
S3Handler.mAsyncAuditLogWriter |
Constructor and Description |
---|
S3AuditContext(AsyncUserAccessAuditLogWriter asyncAuditLogWriter)
Constructor of
S3AuditContext . |
Modifier and Type | Field and Description |
---|---|
AsyncUserAccessAuditLogWriter |
S3NettyHandler.mAsyncAuditLogWriter |
Modifier and Type | Method and Description |
---|---|
static S3NettyHandler |
S3NettyHandler.createHandler(io.netty.channel.ChannelHandlerContext context,
io.netty.handler.codec.http.HttpRequest request,
FileSystem fileSystem,
DoraWorker doraWorker,
AsyncUserAccessAuditLogWriter asyncAuditLogWriter)
Create a S3Handler based on the incoming Request.
|
Constructor and Description |
---|
S3HttpHandler(FileSystem fileSystem,
DoraWorker doraWorker,
AsyncUserAccessAuditLogWriter asyncAuditLogWriter,
ThreadPoolExecutor lightPool,
ThreadPoolExecutor heavyPool)
Constructs an instance of
S3HttpHandler . |
S3NettyHandler(String bucket,
String object,
io.netty.handler.codec.http.HttpRequest request,
io.netty.channel.ChannelHandlerContext ctx,
FileSystem fileSystem,
DoraWorker doraWorker,
AsyncUserAccessAuditLogWriter asyncAuditLogWriter)
Constructs an instance of
S3NettyHandler . |
Copyright © 2023. All Rights Reserved.