Package org.apache.zookeeper.audit
Class AuditEvent
- java.lang.Object
- 
- org.apache.zookeeper.audit.AuditEvent
 
- 
 public final class AuditEvent extends Object 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classAuditEvent.FieldNamestatic classAuditEvent.Result
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Map.Entry<String,String>>getLogEntries()Gives all entries to be logged.AuditEvent.ResultgetResult()StringgetValue(AuditEvent.FieldName fieldName)StringtoString()Gives the string to be logged, ignores fields with null values
 
- 
- 
- 
Method Detail- 
getLogEntriespublic Set<Map.Entry<String,String>> getLogEntries() Gives all entries to be logged.- Returns:
- log entries
 
 - 
getValuepublic String getValue(AuditEvent.FieldName fieldName) 
 - 
getResultpublic AuditEvent.Result getResult() 
 
- 
 
-