Uses of Class
org.apache.druid.java.util.common.lifecycle.Lifecycle
Packages that use Lifecycle
Package
Description
-
Uses of Lifecycle in org.apache.druid.guice
Methods in org.apache.druid.guice that return LifecycleModifier and TypeMethodDescriptionLifecycleModule.getLifecycle(com.google.inject.Injector injector) Methods in org.apache.druid.guice with parameters of type LifecycleModifier and TypeMethodDescriptionJacksonConfigManagerModule.getConfigManager(MetadataStorageConnector dbConnector, com.google.common.base.Supplier<MetadataStorageTablesConfig> dbTables, com.google.common.base.Supplier<ConfigManagerConfig> config, Lifecycle lifecycle) voidLifecycleScope.setLifecycle(Lifecycle lifecycle) -
Uses of Lifecycle in org.apache.druid.java.util.common.concurrent
Methods in org.apache.druid.java.util.common.concurrent with parameters of type LifecycleModifier and TypeMethodDescriptionstatic ScheduledExecutorFactoryScheduledExecutors.createFactory(Lifecycle lifecycle) static <T extends ExecutorService>
TExecutorServices.manageLifecycle(Lifecycle lifecycle, T service) -
Uses of Lifecycle in org.apache.druid.java.util.emitter.core
Methods in org.apache.druid.java.util.emitter.core with parameters of type LifecycleModifier and TypeMethodDescriptionstatic EmitterEmitters.create(Properties props, org.asynchttpclient.AsyncHttpClient httpClient, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, Lifecycle lifecycle) static EmitterEmitters.create(Properties props, org.asynchttpclient.AsyncHttpClient httpClient, Lifecycle lifecycle) -
Uses of Lifecycle in org.apache.druid.java.util.emitter.factory
Methods in org.apache.druid.java.util.emitter.factory with parameters of type LifecycleModifier and TypeMethodDescriptionEmitterFactory.makeEmitter(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.asynchttpclient.AsyncHttpClient httpClient, Lifecycle lifecycle) HttpEmitterFactory.makeEmitter(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.asynchttpclient.AsyncHttpClient httpClient, Lifecycle lifecycle) LoggingEmitterFactory.makeEmitter(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Lifecycle lifecycle) LoggingEmitterFactory.makeEmitter(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.asynchttpclient.AsyncHttpClient httpClient, Lifecycle lifecycle) NoopEmitterFactory.makeEmitter(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.asynchttpclient.AsyncHttpClient httpClient, Lifecycle lifecycle) NoopEmitterFactory.makeEmitter(Lifecycle lifecycle) ParametrizedUriEmitterFactory.makeEmitter(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.asynchttpclient.AsyncHttpClient httpClient, Lifecycle lifecycle) -
Uses of Lifecycle in org.apache.druid.java.util.http.client
Methods in org.apache.druid.java.util.http.client with parameters of type LifecycleModifier and TypeMethodDescriptionstatic HttpClientHttpClientInit.createClient(HttpClientConfig config, Lifecycle lifecycle) -
Uses of Lifecycle in org.apache.druid.query
Methods in org.apache.druid.query with parameters of type LifecycleModifier and TypeMethodDescriptionstatic PrioritizedExecutorServicePrioritizedExecutorService.create(Lifecycle lifecycle, DruidProcessingConfig config)