Uses of Annotation Type
org.apache.druid.guice.annotations.Smile
Packages that use Smile
-
Uses of Smile in org.apache.druid.guice
Methods in org.apache.druid.guice with annotations of type SmileModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapperDruidSecondaryModule.getSmileMapper(com.google.inject.Injector injector) Constructor parameters in org.apache.druid.guice with annotations of type SmileModifierConstructorDescriptionDruidSecondaryModule(Properties properties, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.fasterxml.jackson.databind.ObjectMapper jsonMapperOnlyNonNullValueSerialization, com.fasterxml.jackson.databind.ObjectMapper smileMapper, javax.validation.Validator validator) -
Uses of Smile in org.apache.druid.jackson
Methods in org.apache.druid.jackson with annotations of type SmileModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapperJacksonModule.smileMapper(Properties props) -
Uses of Smile in org.apache.druid.query.groupby
Constructor parameters in org.apache.druid.query.groupby with annotations of type SmileModifierConstructorDescriptionGroupingEngine(DruidProcessingConfig processingConfig, com.google.common.base.Supplier<GroupByQueryConfig> configSupplier, GroupByResourcesReservationPool groupByResourcesReservationPool, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.fasterxml.jackson.databind.ObjectMapper spillMapper, QueryWatcher queryWatcher, GroupByStatsProvider groupByStatsProvider)