Uses of Interface
org.apache.druid.rpc.ServiceLocator
-
Packages that use ServiceLocator Package Description org.apache.druid.rpc org.apache.druid.rpc.guice org.apache.druid.rpc.indexing -
-
Uses of ServiceLocator in org.apache.druid.rpc
Classes in org.apache.druid.rpc that implement ServiceLocator Modifier and Type Class Description classDiscoveryServiceLocatorAServiceLocatorthat usesDruidNodeDiscovery.classFixedSetServiceLocatorBasic implmentation ofServiceLocatorthat returns a service location from a static set of locations.Methods in org.apache.druid.rpc with parameters of type ServiceLocator Modifier and Type Method Description ServiceClientServiceClientFactory. makeClient(String serviceName, ServiceLocator serviceLocator, ServiceRetryPolicy retryPolicy)Creates a client for a particular service.ServiceClientServiceClientFactoryImpl. makeClient(String serviceName, ServiceLocator serviceLocator, ServiceRetryPolicy retryPolicy)Constructors in org.apache.druid.rpc with parameters of type ServiceLocator Constructor Description ServiceClientImpl(String serviceName, org.apache.druid.java.util.http.client.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 ServiceLocator Modifier and Type Method Description ServiceLocatorServiceClientModule. makeCoordinatorServiceLocator(DruidNodeDiscoveryProvider discoveryProvider)ServiceLocatorServiceClientModule. makeOverlordServiceLocator(DruidNodeDiscoveryProvider discoveryProvider)Methods in org.apache.druid.rpc.guice with parameters of type ServiceLocator Modifier and Type Method Description CoordinatorClientServiceClientModule. makeCoordinatorClient(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, ServiceClientFactory clientFactory, ServiceLocator serviceLocator)OverlordClientServiceClientModule. 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 ServiceLocator Modifier and Type Class Description classSpecificTaskServiceLocatorService locator for a specific task.
-