public class LookupModule extends Object implements DruidModule
| Modifier and Type | Field and Description |
|---|---|
static String |
FAILED_UPDATES_KEY |
| 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(io.druid.query.lookup.LookupListeningAnnouncerConfig lookupListeningAnnouncerConfig) |
static String |
getTierListenerPath(String tier) |
public static final String FAILED_UPDATES_KEY
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(io.druid.query.lookup.LookupListeningAnnouncerConfig lookupListeningAnnouncerConfig)
Copyright © 2011–2018. All rights reserved.