Interface | Description |
---|---|
AutoScaler<T> |
The AutoScaler has the actual methods to provision and terminate worker nodes.
|
ResourceManagementStrategy<T extends TaskRunner> |
The ResourceManagementStrategy decides if worker nodes should be provisioned or determined
based on the available tasks in the system and the state of the workers in the system.
|
Class | Description |
---|---|
AbstractWorkerResourceManagementStrategy | |
AutoScalingData | |
NoopAutoScaler<Void> |
This class just logs when scaling should occur.
|
NoopResourceManagementStrategy<T extends TaskRunner> | |
PendingTaskBasedWorkerResourceManagementConfig | |
PendingTaskBasedWorkerResourceManagementStrategy | |
ResourceManagementSchedulerConfig | |
ResourceManagementUtil | |
ScalingStats | |
ScalingStats.ScalingEvent | |
SimpleWorkerResourceManagementConfig | |
SimpleWorkerResourceManagementStrategy |
Enum | Description |
---|---|
ScalingStats.EVENT |
Copyright © 2011–2017. All rights reserved.