Package | Description |
---|---|
org.apache.zookeeper.audit |
Modifier and Type | Method and Description |
---|---|
AuditEvent.Result |
AuditEvent.getResult() |
static AuditEvent.Result |
AuditEvent.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditEvent.Result[] |
AuditEvent.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
ZKAuditProvider.log(String user,
String operation,
String znode,
String acl,
String createMode,
String session,
String ip,
AuditEvent.Result result) |
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.