Uses of Annotation Interface
org.apache.druid.guice.LazySingleton
Packages that use LazySingleton
Package
Description
-
Uses of LazySingleton in org.apache.druid.guice
Classes in org.apache.druid.guice with annotations of type LazySingletonModifier and TypeClassDescriptionclassclassManages the loading of Druid extensions.Methods in org.apache.druid.guice with annotations of type LazySingletonModifier and TypeMethodDescriptionDruidSecondaryModule.getConcreteDeserializer(com.fasterxml.jackson.databind.ObjectMapper smileMapper, Map<ByteBuffer, WireTransferable.Deserializer> wtDeserializers) com.fasterxml.jackson.databind.ObjectMapperDruidSecondaryModule.getJsonMapper(com.google.inject.Injector injector, Map<ByteBuffer, WireTransferable.Deserializer> wtDeserializers) com.fasterxml.jackson.databind.ObjectMapperDruidSecondaryModule.getJsonMapperOnlyNonNullValueSerialization(com.google.inject.Injector injector, Map<ByteBuffer, WireTransferable.Deserializer> wtDeserializers) LifecycleModule.getLifecycle(com.google.inject.Injector injector) com.fasterxml.jackson.databind.ObjectMapperDruidSecondaryModule.getSmileMapper(com.google.inject.Injector injector, Map<ByteBuffer, WireTransferable.Deserializer> wtDeserializers) DruidSecondaryModule.getWireTransferableContext(com.fasterxml.jackson.databind.ObjectMapper smileMapper, WireTransferable.ConcreteDeserializer concreteDeserializer) BuiltInTypesModule.initDimensionHandlerAndMvHandlingMode(DefaultColumnFormatConfig formatsConfig) -
Uses of LazySingleton in org.apache.druid.jackson
Methods in org.apache.druid.jackson with annotations of type LazySingletonModifier and TypeMethodDescriptioncom.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 -
Uses of LazySingleton in org.apache.druid.query.groupby
Classes in org.apache.druid.query.groupby with annotations of type LazySingletonModifier and TypeClassDescriptionclassclassCollects groupBy query metrics (spilled bytes, merge buffer usage, dictionary size) per-query, then aggregates them when queries complete. -
Uses of LazySingleton in org.apache.druid.query.timeseries
Classes in org.apache.druid.query.timeseries with annotations of type LazySingleton -
Uses of LazySingleton in org.apache.druid.query.topn
Classes in org.apache.druid.query.topn with annotations of type LazySingleton -
Uses of LazySingleton in org.apache.druid.utils
Classes in org.apache.druid.utils with annotations of type LazySingleton