| Interface | Description |
|---|---|
| DockerAwarePlacementStrategy |
Placement strategy for Docker containers in host clusters.
|
| Class | Description |
|---|---|
| AbstractDockerPlacementStrategy |
Placement strategy for Docker based on
BalancingNodePlacementStrategy. |
| BreadthFirstPlacementStrategy |
Placement strategy that adds containers to the smallest Docker host.
|
| CpuUsagePlacementStrategy |
Placement strategy that selects the Docker host with the lowest CPU usage.
|
| DepthFirstPlacementStrategy |
Placement strategy that adds containers to Docker hosts until they run out of capacity.
|
Copyright © 2014. All rights reserved.