Package org.apache.druid.initialization
Class Log4jShutterDownerModule
java.lang.Object
org.apache.druid.initialization.Log4jShutterDownerModule
- All Implemented Interfaces:
com.google.inject.Module
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(com.google.inject.Binder binder) getShutterDowner(Log4jShutdown log4jShutdown)
-
Constructor Details
-
Log4jShutterDownerModule
public Log4jShutterDownerModule()
-
-
Method Details
-
configure
public void configure(com.google.inject.Binder binder) - Specified by:
configurein interfacecom.google.inject.Module
-
getShutterDowner
@Provides public Log4jShutterDownerModule.Log4jShutterDowner getShutterDowner(Log4jShutdown log4jShutdown)
-