Uses of Class
org.apache.druid.audit.AuditEntry
-
Packages that use AuditEntry Package Description org.apache.druid.audit -
-
Uses of AuditEntry in org.apache.druid.audit
Methods in org.apache.druid.audit that return AuditEntry Modifier and Type Method Description AuditEntryAuditEntry.Builder. build()Methods in org.apache.druid.audit that return types with arguments of type AuditEntry Modifier and Type Method Description List<AuditEntry>AuditManager. fetchAuditHistory(String type, int limit)Provides last N entries of audit history for given typeList<AuditEntry>AuditManager. fetchAuditHistory(String key, String type, int limit)Provides last N entries of audit history for given key, typeList<AuditEntry>AuditManager. fetchAuditHistory(String key, String type, org.joda.time.Interval interval)Fetches audit entries made for the given key, type and interval.List<AuditEntry>AuditManager. fetchAuditHistory(String type, org.joda.time.Interval interval)Fetches audit entries of a type whose audit time lies in the given interval.Methods in org.apache.druid.audit with parameters of type AuditEntry Modifier and Type Method Description voidAuditManager. doAudit(AuditEntry event)default voidAuditManager. doAudit(AuditEntry event, org.skife.jdbi.v2.Handle handle)Inserts an audit entry in audit table using the provided JDBI handle.
-