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 ServiceClientFactoryModifierConstructorDescriptionBrokerViewOfCoordinatorConfig(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) -
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.makeBrokerClient(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, ServiceClientFactory clientFactory, ServiceLocator serviceLocator) ServiceClientModule.makeCoordinatorClient(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, ServiceClientFactory clientFactory, ServiceLocator serviceLocator) ServiceClientModule.makeOverlordClient(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, 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 ServiceClientFactoryModifierConstructorDescriptionCoordinatorDynamicConfigSyncer(ServiceClientFactory clientFactory, CoordinatorConfigManager configManager, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, DruidNodeDiscoveryProvider druidNodeDiscoveryProvider, ServiceEmitter emitter)