public class LookupModule extends Object implements org.apache.druid.initialization.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(org.apache.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 org.apache.druid.initialization.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–2018 The Apache Software Foundation. All rights reserved.