| Package | Description | 
|---|---|
| io.druid.client | |
| io.druid.query | |
| io.druid.server | 
| Constructor and Description | 
|---|
BrokerServerView(QueryToolChestWarehouse warehouse,
                QueryWatcher queryWatcher,
                com.fasterxml.jackson.databind.ObjectMapper smileMapper,
                HttpClient httpClient,
                FilteredServerInventoryView baseView,
                TierSelectorStrategy tierSelectorStrategy,
                ServiceEmitter emitter,
                BrokerSegmentWatcherConfig segmentWatcherConfig)  | 
CachingClusteredClient(QueryToolChestWarehouse warehouse,
                      TimelineServerView serverView,
                      Cache cache,
                      com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                      ExecutorService backgroundExecutorService,
                      CacheConfig cacheConfig)  | 
DirectDruidClient(QueryToolChestWarehouse warehouse,
                 QueryWatcher queryWatcher,
                 com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                 HttpClient httpClient,
                 String scheme,
                 String host,
                 ServiceEmitter emitter)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MapQueryToolChestWarehouse  | 
class  | 
ReflectionQueryToolChestWarehouse
Deprecated.  
 | 
| Constructor and Description | 
|---|
AsyncQueryForwardingServlet(QueryToolChestWarehouse warehouse,
                           com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
                           com.fasterxml.jackson.databind.ObjectMapper smileMapper,
                           QueryHostFinder hostFinder,
                           com.google.inject.Provider<org.eclipse.jetty.client.HttpClient> httpClientProvider,
                           DruidHttpClientConfig httpClientConfig,
                           ServiceEmitter emitter,
                           RequestLogger requestLogger,
                           GenericQueryMetricsFactory queryMetricsFactory)  | 
ClientQuerySegmentWalker(ServiceEmitter emitter,
                        CachingClusteredClient baseClient,
                        QueryToolChestWarehouse warehouse,
                        RetryQueryRunnerConfig retryConfig,
                        com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                        ServerConfig serverConfig)  | 
DirectClientQuerySegmentWalker(QueryToolChestWarehouse warehouse,
                              DirectDruidClient baseClient)  | 
QueryLifecycle(QueryToolChestWarehouse warehouse,
              QuerySegmentWalker texasRanger,
              GenericQueryMetricsFactory queryMetricsFactory,
              ServiceEmitter emitter,
              RequestLogger requestLogger,
              AuthorizerMapper authorizerMapper,
              long startMs,
              long startNs)  | 
QueryLifecycleFactory(QueryToolChestWarehouse warehouse,
                     QuerySegmentWalker texasRanger,
                     GenericQueryMetricsFactory queryMetricsFactory,
                     ServiceEmitter emitter,
                     RequestLogger requestLogger,
                     AuthConfig authConfig,
                     AuthorizerMapper authorizerMapper)  | 
Copyright © 2011–2018. All rights reserved.