public interface DockerAwarePlacementStrategy
| Modifier and Type | Field and Description |
|---|---|
static brooklyn.config.ConfigKey<DockerInfrastructure> |
DOCKER_INFRASTRUCTURE |
| 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. |
DockerInfrastructure |
getDockerInfrastructure() |
static final brooklyn.config.ConfigKey<DockerInfrastructure> DOCKER_INFRASTRUCTURE
DockerInfrastructure getDockerInfrastructure()
List<DockerHostLocation> filterLocations(List<DockerHostLocation> locations, brooklyn.entity.Entity context)
locations to determine if the given Entity can be
deployed into a new container there.Copyright © 2015. All rights reserved.