Package | Description |
---|---|
io.druid.indexing.overlord |
Modifier and Type | Method and Description |
---|---|
ZkWorker |
RemoteTaskRunner.findWorkerRunningTask(String taskId) |
Modifier and Type | Method and Description |
---|---|
List<ZkWorker> |
RemoteTaskRunner.getLazyWorkers() |
Collection<ZkWorker> |
ThreadPoolTaskRunner.getWorkers() |
Collection<ZkWorker> |
TaskRunner.getWorkers() |
Collection<ZkWorker> |
RemoteTaskRunner.getWorkers() |
Collection<ZkWorker> |
ForkingTaskRunner.getWorkers() |
List<ZkWorker> |
RemoteTaskRunner.markWorkersLazy(com.google.common.base.Predicate<ZkWorker> isLazyWorker,
int maxWorkers) |
Modifier and Type | Method and Description |
---|---|
List<ZkWorker> |
RemoteTaskRunner.markWorkersLazy(com.google.common.base.Predicate<ZkWorker> isLazyWorker,
int maxWorkers) |
Copyright © 2011–2015. All rights reserved.