Package org.apache.druid.server.log
Class EmittingRequestLogger
java.lang.Object
org.apache.druid.server.log.EmittingRequestLogger
- All Implemented Interfaces:
RequestLogger
-
Method Summary
Modifier and TypeMethodDescriptionvoidlogNativeQuery(RequestLogLine requestLogLine) voidlogSqlQuery(RequestLogLine requestLogLine) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.druid.server.log.RequestLogger
start, stop
-
Method Details
-
logNativeQuery
- Specified by:
logNativeQueryin interfaceRequestLogger
-
logSqlQuery
- Specified by:
logSqlQueryin interfaceRequestLogger
-
toString
-