| Package | Description |
|---|---|
| org.apache.druid.rpc | |
| org.apache.druid.rpc.indexing |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceClientImpl
Production implementation of
ServiceClient. |
| Modifier and Type | Method and Description |
|---|---|
ServiceClient |
ServiceClientFactory.makeClient(String serviceName,
ServiceLocator serviceLocator,
ServiceRetryPolicy retryPolicy)
Creates a client for a particular service.
|
ServiceClient |
ServiceClientFactoryImpl.makeClient(String serviceName,
ServiceLocator serviceLocator,
ServiceRetryPolicy retryPolicy) |
ServiceClient |
ServiceClient.withRetryPolicy(ServiceRetryPolicy retryPolicy)
Returns a copy of this client with a different
ServiceRetryPolicy. |
| Modifier and Type | Method and Description |
|---|---|
static ServiceClient |
TaskServiceClients.makeClient(String taskId,
ServiceRetryPolicy baseRetryPolicy,
ServiceClientFactory serviceClientFactory,
OverlordClient overlordClient)
Makes a
ServiceClient linked to the provided task. |
| Constructor and Description |
|---|
OverlordClientImpl(ServiceClient client,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.