Uses of Interface
org.apache.druid.rpc.ServiceClient
-
Packages that use ServiceClient Package Description org.apache.druid.client.coordinator org.apache.druid.rpc org.apache.druid.rpc.indexing -
-
Uses of ServiceClient in org.apache.druid.client.coordinator
Constructors in org.apache.druid.client.coordinator with parameters of type ServiceClient Constructor Description CoordinatorClientImpl(ServiceClient client, com.fasterxml.jackson.databind.ObjectMapper jsonMapper) -
Uses of ServiceClient in org.apache.druid.rpc
Classes in org.apache.druid.rpc that implement ServiceClient Modifier and Type Class Description classServiceClientImplProduction implementation ofServiceClient.Methods in org.apache.druid.rpc that return ServiceClient 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)ServiceClientServiceClient. withRetryPolicy(ServiceRetryPolicy retryPolicy)Returns a copy of this client with a differentServiceRetryPolicy. -
Uses of ServiceClient in org.apache.druid.rpc.indexing
Methods in org.apache.druid.rpc.indexing that return ServiceClient Modifier and Type Method Description static ServiceClientTaskServiceClients. makeClient(String taskId, ServiceRetryPolicy baseRetryPolicy, ServiceClientFactory serviceClientFactory, OverlordClient overlordClient)Makes aServiceClientlinked to the provided task.Constructors in org.apache.druid.rpc.indexing with parameters of type ServiceClient Constructor Description OverlordClientImpl(ServiceClient client, com.fasterxml.jackson.databind.ObjectMapper jsonMapper)
-