public class RandomPlacementStrategy extends AbstractDockerPlacementStrategy
DOCKER_INFRASTRUCTURE| Constructor and Description |
|---|
RandomPlacementStrategy() |
| Modifier and Type | Method and Description |
|---|---|
List<DockerHostLocation> |
filterLocations(List<DockerHostLocation> locations,
brooklyn.entity.Entity context)
Filters a list of
locations to determine if the given Entity can be
deployed into a new container there. |
getDockerInfrastructure, toStringpublic List<DockerHostLocation> filterLocations(List<DockerHostLocation> locations, brooklyn.entity.Entity context)
DockerAwarePlacementStrategylocations to determine if the given Entity can be
deployed into a new container there.Copyright © 2015. All rights reserved.