Package | Description |
---|---|
io.druid.indexing.overlord | |
io.druid.indexing.overlord.autoscaling |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<ScalingStats> |
ThreadPoolTaskRunner.getScalingStats() |
com.google.common.base.Optional<ScalingStats> |
TaskRunner.getScalingStats()
Some runners are able to scale up and down their capacity in a dynamic manner.
|
com.google.common.base.Optional<ScalingStats> |
TaskMaster.getScalingStats() |
com.google.common.base.Optional<ScalingStats> |
RemoteTaskRunner.getScalingStats() |
com.google.common.base.Optional<ScalingStats> |
ForkingTaskRunner.getScalingStats() |
Modifier and Type | Method and Description |
---|---|
ScalingStats |
SimpleWorkerResourceManagementStrategy.getStats() |
ScalingStats |
ResourceManagementStrategy.getStats()
Get any interesting stats related to scaling
|
ScalingStats |
PendingTaskBasedWorkerResourceManagementStrategy.getStats() |
ScalingStats |
NoopResourceManagementStrategy.getStats() |
Copyright © 2011–2017. All rights reserved.