public class ServerModule extends Object implements DruidModule
Modifier and Type | Field and Description |
---|---|
static String |
ZK_PATHS_PROPERTY_BASE |
Constructor and Description |
---|
ServerModule() |
Modifier and Type | Method and Description |
---|---|
void |
configure(com.google.inject.Binder binder) |
List<? extends com.fasterxml.jackson.databind.Module> |
getJacksonModules() |
ScheduledExecutorFactory |
getScheduledExecutorFactory(Lifecycle lifecycle) |
public static final String ZK_PATHS_PROPERTY_BASE
public void configure(com.google.inject.Binder binder)
configure
in interface com.google.inject.Module
@Provides public ScheduledExecutorFactory getScheduledExecutorFactory(Lifecycle lifecycle)
public List<? extends com.fasterxml.jackson.databind.Module> getJacksonModules()
getJacksonModules
in interface DruidModule
Copyright © 2011–2017. All rights reserved.