Package | Description |
---|---|
alluxio.master.audit | |
alluxio.master.file | |
alluxio.master.job |
Modifier and Type | Method and Description |
---|---|
AuditContext |
AuditContext.setAllowed(boolean allowed)
Set to true if the operation associated with this
AuditContext is allowed, false
otherwise. |
AuditContext |
AuditContext.setSucceeded(boolean succeeded)
Set to true if the operration associated with this
AuditContext is allowed and
succeeds. |
Modifier and Type | Method and Description |
---|---|
boolean |
AsyncUserAccessAuditLogWriter.append(AuditContext context)
Appends an
AuditContext . |
Modifier and Type | Class and Description |
---|---|
class |
FileSystemMasterAuditContext
An audit context for file system master.
|
Modifier and Type | Class and Description |
---|---|
class |
JobMasterAuditContext
An audit context for job master.
|
Copyright © 2023. All Rights Reserved.