Uses of Interface
org.apache.druid.rpc.ServiceClientFactory
Packages that use ServiceClientFactory
Package
Description
-
Uses of ServiceClientFactory in org.apache.druid.client
Constructors in org.apache.druid.client with parameters of type ServiceClientFactoryModifierConstructorDescriptionBrokerViewOfBrokerConfig(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, ServiceClientFactory clientFactory, ServiceLocator serviceLocator, DefaultQueryConfig defaultQueryConfig) BrokerViewOfCoordinatorConfig(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, ServiceClientFactory clientFactory, ServiceLocator serviceLocator) -
Uses of ServiceClientFactory in org.apache.druid.discovery
Constructors in org.apache.druid.discovery with parameters of type ServiceClientFactoryModifierConstructorDescriptionDataServerClient(ServiceClientFactory serviceClientFactory, ServiceLocation serviceLocation, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ServiceRetryPolicy retryPolicy) -
Uses of ServiceClientFactory in org.apache.druid.rpc
Classes in org.apache.druid.rpc that implement ServiceClientFactory -
Uses of ServiceClientFactory in org.apache.druid.rpc.guice
Methods in org.apache.druid.rpc.guice that return ServiceClientFactoryModifier and TypeMethodDescriptionServiceClientModule.getServiceClientFactory(HttpClient httpClient) static ServiceClientFactoryServiceClientModule.makeServiceClientFactory(HttpClient httpClient) Methods in org.apache.druid.rpc.guice with parameters of type ServiceClientFactoryModifier and TypeMethodDescriptionServiceClientModule.makeServiceClientForBroker(ServiceClientFactory clientFactory, ServiceLocator serviceLocator) ServiceClientModule.makeServiceClientForCoordinator(ServiceClientFactory clientFactory, ServiceLocator serviceLocator) ServiceClientModule.makeServiceClientForOverlord(ServiceClientFactory clientFactory, ServiceLocator serviceLocator) -
Uses of ServiceClientFactory in org.apache.druid.rpc.indexing
Methods in org.apache.druid.rpc.indexing with parameters of type ServiceClientFactoryModifier and TypeMethodDescriptionstatic ServiceClientTaskServiceClients.makeClient(String taskId, ServiceRetryPolicy baseRetryPolicy, ServiceClientFactory serviceClientFactory, OverlordClient overlordClient) Makes aServiceClientlinked to the provided task. -
Uses of ServiceClientFactory in org.apache.druid.server.http
Constructors in org.apache.druid.server.http with parameters of type ServiceClientFactoryModifierConstructorDescriptionprotectedBaseDynamicConfigSyncer(ServiceClientFactory clientFactory, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, DruidNodeDiscoveryProvider druidNodeDiscoveryProvider, ServiceEmitter emitter, ScheduledExecutorService exec) BrokerDynamicConfigSyncer(ServiceClientFactory clientFactory, JacksonConfigManager configManager, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, DruidNodeDiscoveryProvider druidNodeDiscoveryProvider, ServiceEmitter emitter) CoordinatorDynamicConfigSyncer(ServiceClientFactory clientFactory, CoordinatorConfigManager configManager, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, DruidNodeDiscoveryProvider druidNodeDiscoveryProvider, ServiceEmitter emitter)