Package org.apache.druid.query.lookup
Class LookupModule
java.lang.Object
org.apache.druid.query.lookup.LookupModule
- All Implemented Interfaces:
com.google.inject.Module,DruidModule
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(com.google.inject.Binder binder) List<? extends com.fasterxml.jackson.databind.Module>getLookupNodeService(org.apache.druid.query.lookup.LookupListeningAnnouncerConfig lookupListeningAnnouncerConfig)
-
Field Details
-
FAILED_UPDATES_KEY
- See Also:
-
LOOKUP_LISTENER_QOS_MAX_REQUESTS
public static final int LOOKUP_LISTENER_QOS_MAX_REQUESTS- See Also:
-
-
Constructor Details
-
LookupModule
public LookupModule()
-
-
Method Details
-
getJacksonModules
- Specified by:
getJacksonModulesin interfaceDruidModule
-
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)
-