Package org.apache.druid.query.lookup
Class LookupModule
- java.lang.Object
-
- org.apache.druid.query.lookup.LookupModule
-
- All Implemented Interfaces:
com.google.inject.Module,org.apache.druid.initialization.DruidModule
public class LookupModule extends Object implements org.apache.druid.initialization.DruidModule
-
-
Field Summary
Fields Modifier and Type Field Description static StringFAILED_UPDATES_KEYstatic intLOOKUP_LISTENER_QOS_MAX_REQUESTS
-
Constructor Summary
Constructors Constructor Description LookupModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(com.google.inject.Binder binder)List<? extends com.fasterxml.jackson.databind.Module>getJacksonModules()LookupNodeServicegetLookupNodeService(org.apache.druid.query.lookup.LookupListeningAnnouncerConfig lookupListeningAnnouncerConfig)
-
-
-
Field Detail
-
FAILED_UPDATES_KEY
public static final String FAILED_UPDATES_KEY
- See Also:
- Constant Field Values
-
LOOKUP_LISTENER_QOS_MAX_REQUESTS
public static final int LOOKUP_LISTENER_QOS_MAX_REQUESTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getJacksonModules
public List<? extends com.fasterxml.jackson.databind.Module> getJacksonModules()
- Specified by:
getJacksonModulesin interfaceorg.apache.druid.initialization.DruidModule
-
configure
public void configure(com.google.inject.Binder binder)
- Specified by:
configurein interfacecom.google.inject.Module
-
getLookupNodeService
@Provides public LookupNodeService getLookupNodeService(org.apache.druid.query.lookup.LookupListeningAnnouncerConfig lookupListeningAnnouncerConfig)
-
-