Uses of Class
org.apache.druid.audit.AuditInfo
-
Packages that use AuditInfo Package Description org.apache.druid.audit org.apache.druid.common.config -
-
Uses of AuditInfo in org.apache.druid.audit
Methods in org.apache.druid.audit that return AuditInfo Modifier and Type Method Description AuditInfoAuditEntry. getAuditInfo()Methods in org.apache.druid.audit with parameters of type AuditInfo Modifier and Type Method Description AuditEntry.BuilderAuditEntry.Builder. auditInfo(AuditInfo auditInfo)Constructors in org.apache.druid.audit with parameters of type AuditInfo Constructor Description AuditEntry(String key, String type, AuditInfo authorInfo, RequestInfo request, AuditEntry.Payload payload, org.joda.time.DateTime auditTime) -
Uses of AuditInfo in org.apache.druid.common.config
Methods in org.apache.druid.common.config with parameters of type AuditInfo Modifier and Type Method Description <T> ConfigManager.SetResultJacksonConfigManager. set(String key, byte[] oldValue, T newValue, AuditInfo auditInfo)Set the config and add audit entry<T> ConfigManager.SetResultJacksonConfigManager. set(String key, T val, AuditInfo auditInfo)Set the config and add audit entry
-