| Package | Description |
|---|---|
| org.apache.druid.rpc | |
| org.apache.druid.rpc.guice | |
| org.apache.druid.rpc.indexing |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceClientFactoryImpl
Production implementation of
ServiceClientFactory. |
| Modifier and Type | Method and Description |
|---|---|
ServiceClientFactory |
ServiceClientModule.makeServiceClientFactory(HttpClient httpClient) |
| Modifier and Type | Method and Description |
|---|---|
OverlordClient |
ServiceClientModule.makeOverlordClient(com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
ServiceClientFactory clientFactory,
ServiceLocator serviceLocator) |
| 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. |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.