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,
FilteredServerInventoryView baseView,
TierSelectorStrategy tierSelectorStrategy,
com.metamx.emitter.service.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,
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.
|
Modifier and Type | Field and Description |
---|---|
protected QueryToolChestWarehouse |
QueryResource.warehouse |
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,
com.metamx.emitter.service.ServiceEmitter emitter,
RequestLogger requestLogger) |
BrokerQueryResource(QueryToolChestWarehouse warehouse,
ServerConfig config,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
com.fasterxml.jackson.databind.ObjectMapper smileMapper,
QuerySegmentWalker texasRanger,
com.metamx.emitter.service.ServiceEmitter emitter,
RequestLogger requestLogger,
QueryManager queryManager,
AuthConfig authConfig,
TimelineServerView brokerServerView) |
ClientQuerySegmentWalker(com.metamx.emitter.service.ServiceEmitter emitter,
CachingClusteredClient baseClient,
QueryToolChestWarehouse warehouse,
RetryQueryRunnerConfig retryConfig,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
DirectClientQuerySegmentWalker(QueryToolChestWarehouse warehouse,
DirectDruidClient baseClient) |
QueryResource(QueryToolChestWarehouse warehouse,
ServerConfig config,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
com.fasterxml.jackson.databind.ObjectMapper smileMapper,
QuerySegmentWalker texasRanger,
com.metamx.emitter.service.ServiceEmitter emitter,
RequestLogger requestLogger,
QueryManager queryManager,
AuthConfig authConfig) |
Copyright © 2011–2017. All rights reserved.