public class FillCapacityWorkerSelectStrategy extends Object implements WorkerSelectStrategy
| Constructor and Description |
|---|
FillCapacityWorkerSelectStrategy() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<ImmutableWorkerInfo> |
findWorkerForTask(WorkerTaskRunnerConfig config,
com.google.common.collect.ImmutableMap<String,ImmutableWorkerInfo> zkWorkers,
Task task)
Customizable logic for selecting a worker to run a task.
|
public com.google.common.base.Optional<ImmutableWorkerInfo> findWorkerForTask(WorkerTaskRunnerConfig config, com.google.common.collect.ImmutableMap<String,ImmutableWorkerInfo> zkWorkers, Task task)
WorkerSelectStrategyfindWorkerForTask in interface WorkerSelectStrategyconfig - A config for running remote taskszkWorkers - An immutable map of workers to choose from.task - The task to assign.ImmutableWorkerInfo to run the task if one is available.Copyright © 2011–2017. All rights reserved.