Uses of Class
org.apache.druid.guice.http.DruidHttpClientConfig
-
Packages that use DruidHttpClientConfig Package Description org.apache.druid.client org.apache.druid.guice.http org.apache.druid.segment.metadata org.apache.druid.server -
-
Uses of DruidHttpClientConfig in org.apache.druid.client
Constructors in org.apache.druid.client with parameters of type DruidHttpClientConfig Constructor Description CachingClusteredClient(org.apache.druid.query.QueryToolChestWarehouse warehouse, TimelineServerView serverView, Cache cache, com.fasterxml.jackson.databind.ObjectMapper objectMapper, CachePopulator cachePopulator, CacheConfig cacheConfig, DruidHttpClientConfig httpClientConfig, BrokerParallelMergeConfig parallelMergeConfig, ForkJoinPool pool, QueryScheduler scheduler, org.apache.druid.java.util.emitter.service.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 DruidHttpClientConfig Modifier and Type Method Description com.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 DruidHttpClientConfig Constructor Description SegmentMetadataQuerySegmentWalker(CoordinatorServerView serverView, DruidHttpClientConfig httpClientConfig, org.apache.druid.query.QueryToolChestWarehouse warehouse, ServerConfig serverConfig, org.apache.druid.java.util.emitter.service.ServiceEmitter emitter) -
Uses of DruidHttpClientConfig in org.apache.druid.server
Constructors in org.apache.druid.server with parameters of type DruidHttpClientConfig Constructor Description AsyncManagementForwardingServlet(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.google.inject.Provider<org.eclipse.jetty.client.HttpClient> httpClientProvider, DruidHttpClientConfig httpClientConfig, DruidLeaderSelector coordLeaderSelector, DruidLeaderSelector overlordLeaderSelector)
-