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,
com.metamx.http.client.HttpClient httpClient,
ServerInventoryView baseView,
TierSelectorStrategy tierSelectorStrategy,
com.metamx.emitter.service.ServiceEmitter emitter) |
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,
com.metamx.http.client.HttpClient httpClient,
String host,
com.metamx.emitter.service.ServiceEmitter emitter) |
Modifier and Type | Class and Description |
---|---|
class |
MapQueryToolChestWarehouse |
class |
ReflectionQueryToolChestWarehouse
Deprecated.
|
Constructor and Description |
---|
ClientQuerySegmentWalker(com.metamx.emitter.service.ServiceEmitter emitter,
CachingClusteredClient baseClient,
QueryToolChestWarehouse warehouse,
RetryQueryRunnerConfig retryConfig,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
DirectClientQuerySegmentWalker(QueryToolChestWarehouse warehouse,
DirectDruidClient baseClient) |
Copyright © 2011–2015. All rights reserved.