Uses of Class
org.apache.druid.guice.http.DruidHttpClientConfig
Packages that use DruidHttpClientConfig
Package
Description
-
Uses of DruidHttpClientConfig in org.apache.druid.client
Constructors in org.apache.druid.client with parameters of type DruidHttpClientConfigModifierConstructorDescriptionCachingClusteredClient(QueryRunnerFactoryConglomerate conglomerate, TimelineServerView serverView, Cache cache, com.fasterxml.jackson.databind.ObjectMapper objectMapper, CachePopulator cachePopulator, CacheConfig cacheConfig, DruidHttpClientConfig httpClientConfig, BrokerParallelMergeConfig parallelMergeConfig, ForkJoinPool pool, QueryScheduler scheduler, ServiceEmitter emitter) -
Uses of DruidHttpClientConfig in org.apache.druid.guice.http
Methods in org.apache.druid.guice.http that return types with arguments of type DruidHttpClientConfigModifier and TypeMethodDescriptioncom.google.inject.Provider<com.google.common.base.Supplier<DruidHttpClientConfig>>AbstractHttpClientProvider.getConfigProvider() -
Uses of DruidHttpClientConfig in org.apache.druid.segment.metadata
Constructors in org.apache.druid.segment.metadata with parameters of type DruidHttpClientConfigModifierConstructorDescriptionSegmentMetadataQuerySegmentWalker(CoordinatorServerView serverView, DruidHttpClientConfig httpClientConfig, QueryRunnerFactoryConglomerate conglomerate, ServerConfig serverConfig, ServiceEmitter emitter) -
Uses of DruidHttpClientConfig in org.apache.druid.server
Constructors in org.apache.druid.server with parameters of type DruidHttpClientConfigModifierConstructorDescriptionAsyncManagementForwardingServlet(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.google.inject.Provider<org.eclipse.jetty.client.HttpClient> httpClientProvider, DruidHttpClientConfig httpClientConfig, DruidLeaderSelector coordLeaderSelector, DruidLeaderSelector overlordLeaderSelector, AuthorizerMapper authorizerMapper)