public interface DockerAwarePlacementStrategy
extends org.apache.brooklyn.api.objs.HasShortName
| Modifier and Type | Field and Description |
|---|---|
static org.apache.brooklyn.config.ConfigKey<DockerInfrastructure> |
DOCKER_INFRASTRUCTURE |
| Modifier and Type | Method and Description |
|---|---|
List<DockerHostLocation> |
filterLocations(List<DockerHostLocation> locations,
org.apache.brooklyn.api.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 org.apache.brooklyn.config.ConfigKey<DockerInfrastructure> DOCKER_INFRASTRUCTURE
DockerInfrastructure getDockerInfrastructure()
List<DockerHostLocation> filterLocations(List<DockerHostLocation> locations, org.apache.brooklyn.api.entity.Entity context)
locations to determine if the given Entity can be
deployed into a new container there.Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.