public class ServerModule extends Object implements io.druid.initialization.DruidModule
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() |
com.metamx.common.concurrent.ScheduledExecutorFactory |
getScheduledExecutorFactory(com.metamx.common.lifecycle.Lifecycle lifecycle) |
public void configure(com.google.inject.Binder binder)
configure
in interface com.google.inject.Module
@Provides public com.metamx.common.concurrent.ScheduledExecutorFactory getScheduledExecutorFactory(com.metamx.common.lifecycle.Lifecycle lifecycle)
public List<? extends com.fasterxml.jackson.databind.Module> getJacksonModules()
getJacksonModules
in interface io.druid.initialization.DruidModule
Copyright © 2011–2015. All rights reserved.