Modifier and Type | Method and Description |
---|---|
Lifecycle |
GuiceRunnable.initLifecycle(com.google.inject.Injector injector) |
Modifier and Type | Method and Description |
---|---|
org.apache.curator.framework.CuratorFramework |
CuratorModule.makeCurator(CuratorConfig config,
org.apache.curator.ensemble.EnsembleProvider ensembleProvider,
Lifecycle lifecycle) |
Modifier and Type | Method and Description |
---|---|
CuratorServiceAnnouncer |
DiscoveryModule.getServiceAnnouncer(CuratorServiceAnnouncer announcer,
com.google.inject.Injector injector,
Set<KeyHolder<DruidNode>> nodesToAnnounce,
Lifecycle lifecycle) |
org.apache.curator.x.discovery.ServiceDiscovery<Void> |
DiscoveryModule.getServiceDiscovery(org.apache.curator.framework.CuratorFramework curator,
CuratorDiscoveryConfig config,
Lifecycle lifecycle) |
Modifier and Type | Method and Description |
---|---|
Lifecycle |
LifecycleModule.getLifecycle(com.google.inject.Injector injector) |
Modifier and Type | Method and Description |
---|---|
ConfigManager |
JacksonConfigManagerModule.getConfigManager(MetadataStorageConnector dbConnector,
com.google.common.base.Supplier<MetadataStorageTablesConfig> dbTables,
com.google.common.base.Supplier<ConfigManagerConfig> config,
Lifecycle lifecycle) |
ExecutorService |
DruidProcessingModule.getProcessingExecutorService(DruidProcessingConfig config,
ExecutorServiceMonitor executorServiceMonitor,
Lifecycle lifecycle) |
ScheduledExecutorFactory |
ServerModule.getScheduledExecutorFactory(Lifecycle lifecycle) |
void |
LifecycleScope.setLifecycle(Lifecycle lifecycle) |
Modifier and Type | Method and Description |
---|---|
com.google.inject.Provider<Lifecycle> |
AbstractHttpClientProvider.getLifecycleProvider() |
Modifier and Type | Method and Description |
---|---|
static com.metamx.common.lifecycle.Lifecycle |
LifecycleUtils.asMmxLifecycle(Lifecycle lifecycle) |
Modifier and Type | Method and Description |
---|---|
static ExecutorService |
ExecutorServices.create(Lifecycle lifecycle,
ExecutorServiceConfig config) |
static ScheduledExecutorFactory |
ScheduledExecutors.createFactory(Lifecycle lifecycle) |
static <T extends ExecutorService> |
ExecutorServices.manageLifecycle(Lifecycle lifecycle,
T service) |
Constructor and Description |
---|
SQLMetadataRuleManagerProvider(com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
com.google.common.base.Supplier<MetadataRuleManagerConfig> config,
com.google.common.base.Supplier<MetadataStorageTablesConfig> dbTables,
SQLMetadataConnector connector,
Lifecycle lifecycle,
SQLAuditManager auditManager) |
SQLMetadataSegmentManagerProvider(com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
com.google.common.base.Supplier<MetadataSegmentManagerConfig> config,
com.google.common.base.Supplier<MetadataStorageTablesConfig> storageConfig,
SQLMetadataConnector connector,
Lifecycle lifecycle) |
Modifier and Type | Method and Description |
---|---|
static PrioritizedExecutorService |
PrioritizedExecutorService.create(Lifecycle lifecycle,
DruidProcessingConfig config) |
Constructor and Description |
---|
SQLAuditManagerProvider(com.google.common.base.Supplier<MetadataStorageTablesConfig> dbTables,
SQLMetadataConnector connector,
Lifecycle lifecycle,
com.metamx.emitter.service.ServiceEmitter emitter,
com.fasterxml.jackson.databind.ObjectMapper mapper,
SQLAuditManagerConfig config) |
Modifier and Type | Method and Description |
---|---|
com.metamx.emitter.core.Emitter |
HttpEmitterModule.getEmitter(com.google.common.base.Supplier<HttpEmitterConfig> config,
SSLContext sslContext,
Lifecycle lifecycle,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.jetty.server.Server |
JettyServerModule.getServer(com.google.inject.Injector injector,
Lifecycle lifecycle,
DruidNode node,
ServerConfig config) |
org.eclipse.jetty.server.Server |
ChatHandlerServerModule.getServer(com.google.inject.Injector injector,
Lifecycle lifecycle,
DruidNode node,
ServerConfig config) |
Constructor and Description |
---|
NamespaceExtractionCacheManager(Lifecycle lifecycle,
com.metamx.emitter.service.ServiceEmitter serviceEmitter) |
OffHeapNamespaceExtractionCacheManager(Lifecycle lifecycle,
com.metamx.emitter.service.ServiceEmitter serviceEmitter) |
OnHeapNamespaceExtractionCacheManager(Lifecycle lifecycle,
com.metamx.emitter.service.ServiceEmitter serviceEmitter) |
Copyright © 2011–2017. All rights reserved.