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