Uses of Class
org.apache.druid.guice.annotations.Smile
-
Packages that use Smile Package Description org.apache.druid.guice org.apache.druid.jackson org.apache.druid.query.groupby -
-
Uses of Smile in org.apache.druid.guice
Methods in org.apache.druid.guice with annotations of type Smile Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMapperDruidSecondaryModule. getSmileMapper(com.google.inject.Injector injector)Constructor parameters in org.apache.druid.guice with annotations of type Smile Constructor Description DruidSecondaryModule(Properties properties, org.skife.config.ConfigurationObjectFactory factory, 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 Smile Modifier and Type Method Description com.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 Smile Constructor Description GroupingEngine(DruidProcessingConfig processingConfig, com.google.common.base.Supplier<GroupByQueryConfig> configSupplier, NonBlockingPool<ByteBuffer> bufferPool, GroupByResourcesReservationPool groupByResourcesReservationPool, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.fasterxml.jackson.databind.ObjectMapper spillMapper, QueryWatcher queryWatcher)
-