Package | Description |
---|---|
io.druid.indexing.overlord | |
io.druid.indexing.overlord.autoscaling |
Modifier and Type | Class and Description |
---|---|
class |
RemoteTaskRunner
The RemoteTaskRunner's primary responsibility is to assign tasks to worker nodes.
|
Constructor and Description |
---|
RemoteTaskRunner(com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
RemoteTaskRunnerConfig config,
IndexerZkConfig indexerZkConfig,
org.apache.curator.framework.CuratorFramework cf,
PathChildrenCacheFactory.Builder pathChildrenCacheFactory,
com.metamx.http.client.HttpClient httpClient,
com.google.common.base.Supplier<WorkerBehaviorConfig> workerConfigRef,
ScheduledExecutorService cleanupExec,
ResourceManagementStrategy<WorkerTaskRunner> resourceManagement) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
SimpleWorkerResourceManagementStrategy.doProvision(WorkerTaskRunner runner) |
boolean |
PendingTaskBasedWorkerResourceManagementStrategy.doProvision(WorkerTaskRunner runner) |
boolean |
PendingTaskBasedWorkerResourceManagementStrategy.doTerminate(WorkerTaskRunner runner) |
Collection<ImmutableWorkerInfo> |
SimpleWorkerResourceManagementStrategy.getWorkers(WorkerTaskRunner runner) |
void |
AbstractWorkerResourceManagementStrategy.startManagement(WorkerTaskRunner runner) |
Copyright © 2011–2017. All rights reserved.