Package org.apache.druid.initialization
Class Log4jShutterDownerModule
- java.lang.Object
-
- org.apache.druid.initialization.Log4jShutterDownerModule
-
- All Implemented Interfaces:
com.google.inject.Module
public class Log4jShutterDownerModule extends Object implements com.google.inject.Module
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLog4jShutterDownerModule.Log4jShutterDowner
-
Constructor Summary
Constructors Constructor Description Log4jShutterDownerModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(com.google.inject.Binder binder)Log4jShutterDownerModule.Log4jShutterDownergetShutterDowner(org.apache.druid.common.config.Log4jShutdown log4jShutdown)
-
-
-
Method Detail
-
configure
public void configure(com.google.inject.Binder binder)
- Specified by:
configurein interfacecom.google.inject.Module
-
getShutterDowner
@Provides public Log4jShutterDownerModule.Log4jShutterDowner getShutterDowner(org.apache.druid.common.config.Log4jShutdown log4jShutdown)
-
-