| Package | Description |
|---|---|
| org.apache.druid.server | |
| org.apache.druid.server.coordination | |
| org.apache.druid.server.initialization.jetty |
| Modifier and Type | Method and Description |
|---|---|
Query<T> |
SetAndVerifyContextQueryRunner.withTimeoutAndMaxScatterGatherBytes(Query<T> query,
ServerConfig serverConfig) |
| Constructor and Description |
|---|
ClientQuerySegmentWalker(ServiceEmitter emitter,
CachingClusteredClient baseClient,
QueryToolChestWarehouse warehouse,
RetryQueryRunnerConfig retryConfig,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ServerConfig serverConfig,
Cache cache,
CacheConfig cacheConfig) |
SetAndVerifyContextQueryRunner(ServerConfig serverConfig,
QueryRunner<T> baseRunner) |
| Constructor and Description |
|---|
ServerManager(QueryRunnerFactoryConglomerate conglomerate,
ServiceEmitter emitter,
ExecutorService exec,
CachePopulator cachePopulator,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Cache cache,
CacheConfig cacheConfig,
SegmentManager segmentManager,
ServerConfig serverConfig) |
| Modifier and Type | Method and Description |
|---|---|
ServerConfig |
CliIndexerServerModule.makeAdjustedServerConfig(ServerConfig oldConfig)
Adjusts the ServerConfig such that we double the number of configured HTTP threads,
with one half allocated using QoS to chat handler requests, and the other half for other requests.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jetty.server.Server |
ChatHandlerServerModule.getServer(com.google.inject.Injector injector,
Lifecycle lifecycle,
DruidNode node,
ServerConfig config,
TLSServerConfig TLSServerConfig) |
org.eclipse.jetty.server.Server |
CliIndexerServerModule.getServer(com.google.inject.Injector injector,
Lifecycle lifecycle,
DruidNode node,
ServerConfig config,
TLSServerConfig TLSServerConfig) |
org.eclipse.jetty.server.Server |
JettyServerModule.getServer(com.google.inject.Injector injector,
Lifecycle lifecycle,
DruidNode node,
ServerConfig config,
TLSServerConfig TLSServerConfig) |
ServerConfig |
CliIndexerServerModule.makeAdjustedServerConfig(ServerConfig oldConfig)
Adjusts the ServerConfig such that we double the number of configured HTTP threads,
with one half allocated using QoS to chat handler requests, and the other half for other requests.
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.