Uses of Class
org.apache.druid.server.initialization.ServerConfig
-
Packages that use ServerConfig Package Description org.apache.druid.server org.apache.druid.server.coordination org.apache.druid.server.initialization.jetty -
-
Uses of ServerConfig in org.apache.druid.server
Methods in org.apache.druid.server with parameters of type ServerConfig Modifier and Type Method Description org.apache.druid.query.Query<T>SetAndVerifyContextQueryRunner. withTimeoutAndMaxScatterGatherBytes(org.apache.druid.query.Query<T> query, ServerConfig serverConfig)Constructors in org.apache.druid.server with parameters of type ServerConfig Constructor Description ClientQuerySegmentWalker(org.apache.druid.java.util.emitter.service.ServiceEmitter emitter, org.apache.druid.query.QuerySegmentWalker clusterClient, org.apache.druid.query.QuerySegmentWalker localClient, org.apache.druid.query.QueryToolChestWarehouse warehouse, org.apache.druid.segment.join.JoinableFactory joinableFactory, RetryQueryRunnerConfig retryConfig, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ServerConfig serverConfig, Cache cache, CacheConfig cacheConfig, org.apache.druid.query.lookup.LookupExtractorFactoryContainerProvider lookupManager, SubqueryCountStatsProvider subqueryStatsProvider)QueryScheduler(int totalNumThreads, QueryPrioritizationStrategy prioritizationStrategy, QueryLaningStrategy laningStrategy, ServerConfig serverConfig)Keeping the old constructor as many test classes are dependent on thisQueryScheduler(int totalNumThreads, QueryPrioritizationStrategy prioritizationStrategy, QueryLaningStrategy laningStrategy, ServerConfig serverConfig, org.apache.druid.java.util.emitter.service.ServiceEmitter emitter)QuerySchedulerProvider(ServerConfig serverConfig, org.apache.druid.java.util.emitter.service.ServiceEmitter emitter)This needs to be both marked as guice injected to be bound correctly, and also marked with json creator and jackson inject to work withJsonConfigProviderSetAndVerifyContextQueryRunner(ServerConfig serverConfig, org.apache.druid.query.QueryRunner<T> baseRunner) -
Uses of ServerConfig in org.apache.druid.server.coordination
Constructors in org.apache.druid.server.coordination with parameters of type ServerConfig Constructor Description ServerManager(org.apache.druid.query.QueryRunnerFactoryConglomerate conglomerate, org.apache.druid.java.util.emitter.service.ServiceEmitter emitter, org.apache.druid.query.QueryProcessingPool queryProcessingPool, CachePopulator cachePopulator, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Cache cache, CacheConfig cacheConfig, SegmentManager segmentManager, org.apache.druid.segment.join.JoinableFactoryWrapper joinableFactoryWrapper, ServerConfig serverConfig) -
Uses of ServerConfig in org.apache.druid.server.initialization.jetty
Methods in org.apache.druid.server.initialization.jetty that return ServerConfig Modifier and Type Method Description ServerConfigCliIndexerServerModule. 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.Methods in org.apache.druid.server.initialization.jetty with parameters of type ServerConfig Modifier and Type Method Description org.eclipse.jetty.server.ServerChatHandlerServerModule. getServer(com.google.inject.Injector injector, org.apache.druid.java.util.common.lifecycle.Lifecycle lifecycle, DruidNode node, ServerConfig config, TLSServerConfig TLSServerConfig)org.eclipse.jetty.server.ServerCliIndexerServerModule. getServer(com.google.inject.Injector injector, org.apache.druid.java.util.common.lifecycle.Lifecycle lifecycle, DruidNode node, ServerConfig config, TLSServerConfig TLSServerConfig)org.eclipse.jetty.server.ServerJettyServerModule. getServer(com.google.inject.Injector injector, org.apache.druid.java.util.common.lifecycle.Lifecycle lifecycle, DruidNode node, ServerConfig config, TLSServerConfig TLSServerConfig)ServerConfigCliIndexerServerModule. 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.static voidJettyServerInitUtils. maybeAddHSTSPatternRule(ServerConfig serverConfig, org.eclipse.jetty.rewrite.handler.RewriteHandler rewriteHandler)static voidJettyServerInitUtils. maybeAddHSTSRewriteHandler(ServerConfig serverConfig, org.eclipse.jetty.server.handler.HandlerList handlerList)Constructors in org.apache.druid.server.initialization.jetty with parameters of type ServerConfig Constructor Description StandardResponseHeaderFilterHolder(ServerConfig serverConfig)
-