public class LookupModule extends Object implements DruidModule
| Modifier and Type | Field and Description |
|---|---|
static String |
FAILED_UPDATES_KEY |
static int |
LOOKUP_LISTENER_QOS_MAX_REQUESTS |
| Constructor and Description |
|---|
LookupModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(com.google.inject.Binder binder) |
List<? extends com.fasterxml.jackson.databind.Module> |
getJacksonModules() |
LookupNodeService |
getLookupNodeService(org.apache.druid.query.lookup.LookupListeningAnnouncerConfig lookupListeningAnnouncerConfig) |
public static final String FAILED_UPDATES_KEY
public static final int LOOKUP_LISTENER_QOS_MAX_REQUESTS
public List<? extends com.fasterxml.jackson.databind.Module> getJacksonModules()
getJacksonModules in interface DruidModulepublic void configure(com.google.inject.Binder binder)
configure in interface com.google.inject.Module@Provides public LookupNodeService getLookupNodeService(org.apache.druid.query.lookup.LookupListeningAnnouncerConfig lookupListeningAnnouncerConfig)
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.