public interface ContainerAutoScaler
| Modifier and Type | Method and Description |
|---|---|
void |
createContainers(String version,
String profile,
int count)
Creates the given number of containers of the given profile
|
void |
destroyContainers(String profile,
int count,
List<Container> containers)
Destroy a number of containers from the given list of containers
|
int |
getWeight()
Returns a weighting to help choose which auto-scaler to use.
|
int getWeight()
void createContainers(String version, String profile, int count) throws Exception
ExceptionCopyright © 2011–2014 Red Hat. All rights reserved.