public interface ContainerAutoScaler
Modifier and Type | Method and Description |
---|---|
void |
createContainers(java.lang.String version,
java.lang.String profile,
int count)
Creates the given number of containers of the given profile
|
void |
destroyContainers(java.lang.String profile,
int count,
java.util.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(java.lang.String version, java.lang.String profile, int count) throws java.lang.Exception
java.lang.Exception
void destroyContainers(java.lang.String profile, int count, java.util.List<Container> containers) throws java.lang.Exception
java.lang.Exception
Copyright © 2011-2014 Red Hat. All Rights Reserved.