Uses of Class
org.apache.druid.guice.LazySingleton
-
-
Uses of LazySingleton in org.apache.druid.guice
Classes in org.apache.druid.guice with annotations of type LazySingleton Modifier and Type Class Description classDruidSecondaryModuleclassExtensionsLoaderManages the loading of Druid extensions.Methods in org.apache.druid.guice with annotations of type LazySingleton Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMapperDruidSecondaryModule. getJsonMapper(com.google.inject.Injector injector)com.fasterxml.jackson.databind.ObjectMapperDruidSecondaryModule. getJsonMapperOnlyNonNullValueSerialization(com.google.inject.Injector injector)LifecycleLifecycleModule. getLifecycle(com.google.inject.Injector injector)com.fasterxml.jackson.databind.ObjectMapperDruidSecondaryModule. getSmileMapper(com.google.inject.Injector injector)org.skife.config.ConfigurationObjectFactoryConfigModule. makeFactory(Properties props)NestedDataModule.SideEffectHandlerRegistererNestedDataModule. registerHandler(DefaultColumnFormatConfig formatsConfig) -
Uses of LazySingleton in org.apache.druid.jackson
Methods in org.apache.druid.jackson with annotations of type LazySingleton Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMapperJacksonModule. jsonMapper(Properties props)com.fasterxml.jackson.databind.ObjectMapperJacksonModule. jsonMapperOnlyNonNullValue(Properties props)Provides ObjectMapper that suppress serializing properties with null valuescom.fasterxml.jackson.databind.ObjectMapperJacksonModule. smileMapper(Properties props) -
Uses of LazySingleton in org.apache.druid.query
Classes in org.apache.druid.query with annotations of type LazySingleton Modifier and Type Class Description classDefaultGenericQueryMetricsFactory -
Uses of LazySingleton in org.apache.druid.query.groupby
Classes in org.apache.druid.query.groupby with annotations of type LazySingleton Modifier and Type Class Description classDefaultGroupByQueryMetricsFactory -
Uses of LazySingleton in org.apache.druid.query.timeseries
Classes in org.apache.druid.query.timeseries with annotations of type LazySingleton Modifier and Type Class Description classDefaultTimeseriesQueryMetricsFactory -
Uses of LazySingleton in org.apache.druid.query.topn
Classes in org.apache.druid.query.topn with annotations of type LazySingleton Modifier and Type Class Description classDefaultTopNQueryMetricsFactory -
Uses of LazySingleton in org.apache.druid.utils
Classes in org.apache.druid.utils with annotations of type LazySingleton Modifier and Type Class Description classRuntimeInfo
-