Uses of Interface
org.apache.druid.rpc.ServiceLocator
Packages that use ServiceLocator
Package
Description
-
Uses of ServiceLocator in org.apache.druid.client
Constructors in org.apache.druid.client with parameters of type ServiceLocatorModifierConstructorDescriptionBrokerViewOfCoordinatorConfig(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, ServiceClientFactory clientFactory, ServiceLocator serviceLocator) -
Uses of ServiceLocator in org.apache.druid.rpc
Classes in org.apache.druid.rpc that implement ServiceLocatorModifier and TypeClassDescriptionclassAServiceLocatorthat usesDruidNodeDiscovery.classLocator for a fixed set ofServiceLocations.Methods in org.apache.druid.rpc with parameters of type ServiceLocatorModifier and TypeMethodDescriptionServiceClientFactory.makeClient(String serviceName, ServiceLocator serviceLocator, ServiceRetryPolicy retryPolicy) Creates a client for a particular service.ServiceClientFactoryImpl.makeClient(String serviceName, ServiceLocator serviceLocator, ServiceRetryPolicy retryPolicy) Constructors in org.apache.druid.rpc with parameters of type ServiceLocatorModifierConstructorDescriptionServiceClientImpl(String serviceName, HttpClient httpClient, ServiceLocator serviceLocator, ServiceRetryPolicy retryPolicy, ScheduledExecutorService connectExec) -
Uses of ServiceLocator in org.apache.druid.rpc.guice
Methods in org.apache.druid.rpc.guice that return ServiceLocatorModifier and TypeMethodDescriptionServiceClientModule.makeBrokerServiceLocator(DruidNodeDiscoveryProvider discoveryProvider) ServiceClientModule.makeCoordinatorServiceLocator(DruidNodeDiscoveryProvider discoveryProvider) ServiceClientModule.makeOverlordServiceLocator(DruidNodeDiscoveryProvider discoveryProvider) Methods in org.apache.druid.rpc.guice with parameters of type ServiceLocatorModifier 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 ServiceLocator in org.apache.druid.rpc.indexing
Classes in org.apache.druid.rpc.indexing that implement ServiceLocatorModifier and TypeClassDescriptionclassService locator for a specific task.