Package org.apache.zookeeper.audit
Class AuditConstants
- java.lang.Object
 - 
- org.apache.zookeeper.audit.AuditConstants
 
 
- 
public final class AuditConstants extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringOP_CREATEstatic StringOP_DEL_EZNODE_EXPstatic StringOP_DELETEstatic StringOP_MULTI_OPstatic StringOP_RECONFIGstatic StringOP_SETACLstatic StringOP_SETDATA 
 - 
 
- 
- 
Field Detail
- 
OP_CREATE
public static final String OP_CREATE
- See Also:
 - Constant Field Values
 
 
- 
OP_DELETE
public static final String OP_DELETE
- See Also:
 - Constant Field Values
 
 
- 
OP_SETDATA
public static final String OP_SETDATA
- See Also:
 - Constant Field Values
 
 
- 
OP_SETACL
public static final String OP_SETACL
- See Also:
 - Constant Field Values
 
 
- 
OP_MULTI_OP
public static final String OP_MULTI_OP
- See Also:
 - Constant Field Values
 
 
- 
OP_RECONFIG
public static final String OP_RECONFIG
- See Also:
 - Constant Field Values
 
 
- 
OP_DEL_EZNODE_EXP
public static final String OP_DEL_EZNODE_EXP
- See Also:
 - Constant Field Values
 
 
 - 
 
 -