Package org.apache.zookeeper.audit
Class AuditEvent
- java.lang.Object
 - 
- org.apache.zookeeper.audit.AuditEvent
 
 
- 
public final class AuditEvent extends Object
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuditEvent.FieldNamestatic classAuditEvent.Result 
- 
Method Summary
All 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
- 
getLogEntries
public Set<Map.Entry<String,String>> getLogEntries()
Gives all entries to be logged.- Returns:
 - log entries
 
 
- 
getValue
public String getValue(AuditEvent.FieldName fieldName)
 
- 
getResult
public AuditEvent.Result getResult()
 
 - 
 
 -