Uses of Class
org.apache.druid.java.util.common.lifecycle.Lifecycle
-
-
Uses of Lifecycle in org.apache.druid.guice
Methods in org.apache.druid.guice that return Lifecycle Modifier and Type Method Description LifecycleLifecycleModule. getLifecycle(com.google.inject.Injector injector)Methods in org.apache.druid.guice with parameters of type Lifecycle Modifier and Type Method Description ConfigManagerJacksonConfigManagerModule. 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 Lifecycle Modifier and Type Method Description static 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 Lifecycle Modifier and Type Method Description static 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 Lifecycle Modifier and Type Method Description EmitterEmitterFactory. makeEmitter(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.asynchttpclient.AsyncHttpClient httpClient, Lifecycle lifecycle)EmitterHttpEmitterFactory. makeEmitter(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.asynchttpclient.AsyncHttpClient httpClient, Lifecycle lifecycle)EmitterLoggingEmitterFactory. makeEmitter(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Lifecycle lifecycle)EmitterLoggingEmitterFactory. makeEmitter(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.asynchttpclient.AsyncHttpClient httpClient, Lifecycle lifecycle)EmitterNoopEmitterFactory. makeEmitter(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.asynchttpclient.AsyncHttpClient httpClient, Lifecycle lifecycle)EmitterNoopEmitterFactory. makeEmitter(Lifecycle lifecycle)EmitterParametrizedUriEmitterFactory. 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 Lifecycle Modifier and Type Method Description static HttpClientHttpClientInit. createClient(HttpClientConfig config, Lifecycle lifecycle) -
Uses of Lifecycle in org.apache.druid.query
Methods in org.apache.druid.query with parameters of type Lifecycle Modifier and Type Method Description static PrioritizedExecutorServicePrioritizedExecutorService. create(Lifecycle lifecycle, DruidProcessingConfig config)
-