Uses of Class
org.apache.druid.audit.AuditEntry
Packages that use AuditEntry
-
Uses of AuditEntry in org.apache.druid.audit
Methods in org.apache.druid.audit that return AuditEntryMethods in org.apache.druid.audit that return types with arguments of type AuditEntryModifier and TypeMethodDescriptionAuditManager.fetchAuditHistory(String type, int limit) Provides last N entries of audit history for given typeAuditManager.fetchAuditHistory(String key, String type, int limit) Provides last N entries of audit history for given key, typeAuditManager.fetchAuditHistory(String key, String type, org.joda.time.Interval interval) Fetches audit entries made for the given key, type and interval.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 AuditEntryModifier and TypeMethodDescriptionvoidAuditManager.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.