Uses of Class
org.apache.druid.audit.RequestInfo
-
Packages that use RequestInfo Package Description org.apache.druid.audit -
-
Uses of RequestInfo in org.apache.druid.audit
Methods in org.apache.druid.audit that return RequestInfo Modifier and Type Method Description RequestInfoAuditEntry. getRequest()Details of the REST API request associated with this audit, if any.Methods in org.apache.druid.audit with parameters of type RequestInfo Modifier and Type Method Description AuditEntry.BuilderAuditEntry.Builder. request(RequestInfo requestInfo)Constructors in org.apache.druid.audit with parameters of type RequestInfo Constructor Description AuditEntry(String key, String type, AuditInfo authorInfo, RequestInfo request, AuditEntry.Payload payload, org.joda.time.DateTime auditTime)
-