public class SketchModule extends Object implements DruidModule
Modifier and Type | Field and Description |
---|---|
static String |
THETA_SKETCH |
static String |
THETA_SKETCH_BUILD_AGG |
static String |
THETA_SKETCH_ESTIMATE_POST_AGG |
static String |
THETA_SKETCH_MERGE_AGG |
static String |
THETA_SKETCH_SET_OP_POST_AGG |
Constructor and Description |
---|
SketchModule() |
Modifier and Type | Method and Description |
---|---|
void |
configure(com.google.inject.Binder binder) |
List<? extends com.fasterxml.jackson.databind.Module> |
getJacksonModules() |
public static final String THETA_SKETCH
public static final String THETA_SKETCH_MERGE_AGG
public static final String THETA_SKETCH_BUILD_AGG
public static final String THETA_SKETCH_ESTIMATE_POST_AGG
public static final String THETA_SKETCH_SET_OP_POST_AGG
public void configure(com.google.inject.Binder binder)
configure
in interface com.google.inject.Module
public List<? extends com.fasterxml.jackson.databind.Module> getJacksonModules()
getJacksonModules
in interface DruidModule
Copyright © 2011–2017. All rights reserved.