public interface ContainerAutoScaler
| Modifier and Type | Method and Description |
|---|---|
void |
createContainers(AutoScaleRequest request)
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(AutoScaleRequest request) throws Exception
request - the details for the auto scale requestExceptionCopyright © 2011–2014 Red Hat. All rights reserved.