Uses of Interface
org.apache.druid.rpc.ServiceClientFactory
-
Packages that use ServiceClientFactory Package Description org.apache.druid.discovery org.apache.druid.rpc org.apache.druid.rpc.guice org.apache.druid.rpc.indexing -
-
Uses of ServiceClientFactory in org.apache.druid.discovery
Constructors in org.apache.druid.discovery with parameters of type ServiceClientFactory Constructor Description DataServerClient(ServiceClientFactory serviceClientFactory, ServiceLocation serviceLocation, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ScheduledExecutorService queryCancellationExecutor) -
Uses of ServiceClientFactory in org.apache.druid.rpc
Classes in org.apache.druid.rpc that implement ServiceClientFactory Modifier and Type Class Description classServiceClientFactoryImplProduction implementation ofServiceClientFactory. -
Uses of ServiceClientFactory in org.apache.druid.rpc.guice
Methods in org.apache.druid.rpc.guice that return ServiceClientFactory Modifier and Type Method Description ServiceClientFactoryServiceClientModule. makeServiceClientFactory(org.apache.druid.java.util.http.client.HttpClient httpClient)Methods in org.apache.druid.rpc.guice with parameters of type ServiceClientFactory 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 ServiceClientFactory in org.apache.druid.rpc.indexing
Methods in org.apache.druid.rpc.indexing with parameters of type ServiceClientFactory Modifier and Type Method Description static ServiceClientTaskServiceClients. makeClient(String taskId, ServiceRetryPolicy baseRetryPolicy, ServiceClientFactory serviceClientFactory, OverlordClient overlordClient)Makes aServiceClientlinked to the provided task.
-