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