| Interface | Description |
|---|---|
| DockerAwarePlacementStrategy |
Placement strategy for Docker containers in host clusters.
|
| DockerAwareProvisioningStrategy |
Provisioning strategy for new Docker hosts.
|
| Class | Description |
|---|---|
| AbstractDockerPlacementStrategy |
Placement strategy for Docker containers.
|
| BasicDockerPlacementStrategy |
A basic placement strategy for Docker containers, implemented as a
Predicate and a Comparator. |
| BreadthFirstPlacementStrategy |
Placement strategy that adds containers to each Docker host in turn.
|
| DepthFirstPlacementStrategy |
Placement strategy that adds containers to Docker hosts in order.
|
| 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.
|
| ProvisioningFlagsPlacementStrategy |
Placement strategy that selects the Docker host with the lowest CPU usage.
|
| RandomPlacementStrategy |
Placement strategy that randomises the list of hosts.
|
Copyright © 2015. All rights reserved.