Uses of Annotation Interface
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 TypeMethodDescriptionDruidSecondaryModule.getConcreteDeserializer(com.fasterxml.jackson.databind.ObjectMapper smileMapper, Map<ByteBuffer, WireTransferable.Deserializer> wtDeserializers) com.fasterxml.jackson.databind.ObjectMapperDruidSecondaryModule.getSmileMapper(com.google.inject.Injector injector, Map<ByteBuffer, WireTransferable.Deserializer> wtDeserializers) Method parameters in org.apache.druid.guice with annotations of type SmileModifier and TypeMethodDescriptionDruidSecondaryModule.getConcreteDeserializer(com.fasterxml.jackson.databind.ObjectMapper smileMapper, Map<ByteBuffer, WireTransferable.Deserializer> wtDeserializers) DruidSecondaryModule.getWireTransferableContext(com.fasterxml.jackson.databind.ObjectMapper smileMapper, WireTransferable.ConcreteDeserializer concreteDeserializer) DruidSecondaryModule.getWireTransferableContext(com.fasterxml.jackson.databind.ObjectMapper smileMapper, WireTransferable.ConcreteDeserializer concreteDeserializer) 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)