| Class | Description |
|---|---|
| BreadthFirstPlacementStrategy |
Placement strategy that adds containers to each Docker host in turn.
|
| DepthFirstPlacementStrategy |
Placement strategy that adds containers to Docker hosts in order.
|
| GroupPlacementStrategy |
A
strategy that requires entities with
the same parent to use the same host and entities with a different
parent but in the same app use different hosts. |
| HostnamePlacementStrategy |
Strategy that requires the hostname of the Docker location to match a particular regexp.
|
| LabelPlacementStrategy |
Placement strategy that checks labels on hosts.
|
| LeastContainersPlacementStrategy |
Placement strategy that selects the Docker host with the lowest number of containers.
|
| LowestCpuUsagePlacementStrategy |
Placement strategy that selects the Docker host with the lowest CPU usage.
|
| MaxContainersPlacementStrategy |
Placement strategy that limits Docker hosts to a maximum number of containers.
|
| MaxCpuUsagePlacementStrategy |
Placement strategy that selects only Docker hosts with low CPU usage.
|
| RandomPlacementStrategy |
Placement strategy that randomises the list of hosts.
|
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.