@Deprecated public class ScaleStrategyConfigUtils extends Object
Constructor and Description |
---|
ScaleStrategyConfigUtils()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static int |
getMaxConcurrentRelocationsPerMachine(StringProperties properties)
Deprecated.
|
static int |
getMaxNumberOfContainers(StringProperties properties)
Deprecated.
|
static int |
getMaxNumberOfContainersPerMachine(StringProperties properties)
Deprecated.
|
static int |
getMinNumberOfContainers(StringProperties properties)
Deprecated.
|
static int |
getMinNumberOfContainersPerMachine(StringProperties properties)
Deprecated.
|
static int |
getPollingIntervalSeconds(StringProperties properties)
Deprecated.
|
static boolean |
isAllowAboveAverageMemoryPerMachine(StringProperties properties)
Deprecated.
|
static boolean |
isAtMostOneConcurrentRelocation(StringProperties properties)
Deprecated.
|
static boolean |
isAtMostOneContainerScalePerMachine(StringProperties properties)
Deprecated.
|
static boolean |
isGridServiceAgentZonesAware(StringProperties properties)
Deprecated.
|
static boolean |
isSingleContainerPerMachine(StringProperties properties)
Deprecated.
|
static void |
setAllowAboveAverageMemoryPerMachine(StringProperties properties,
boolean isAllowAboveAverageMemoryPerMachine)
Deprecated.
|
static void |
setAtMostOneConcurrentRelocation(StringProperties properties,
boolean atMostOneConcurrentRelocation)
Deprecated.
|
static void |
setAtMostOneContainerPerMachine(StringProperties properties,
boolean isSingleContainersPerMachine)
Deprecated.
|
static void |
setAtMostOneContainerScalePerMachine(StringProperties properties,
boolean atMostOneContainerScalePerMachine)
Deprecated.
|
static void |
setGridServiceAgentZonesAware(StringProperties properties,
boolean enableAgentZonesAware)
Deprecated.
|
static void |
setMaxConcurrentRelocationsPerMachine(StringProperties properties,
int maxNumberOfConcurrentRelocationsPerMachine)
Deprecated.
|
static void |
setMaxNumberOfContainers(StringProperties properties,
int maxNumberOfContainers)
Deprecated.
|
static void |
setMaxNumberOfContainersPerMachine(StringProperties properties,
int maxNumberOfContainersPerMachine)
Deprecated.
|
static void |
setMinNumberOfContainers(StringProperties properties,
int minNumberOfContainers)
Deprecated.
|
static void |
setMinNumberOfContainersPerMachine(StringProperties properties,
int minNumberOfContainersPerMachine)
Deprecated.
|
static void |
setPollingIntervalSeconds(StringProperties properties,
int value)
Deprecated.
|
public static void setMaxNumberOfContainersPerMachine(StringProperties properties, int maxNumberOfContainersPerMachine)
public static int getMaxNumberOfContainersPerMachine(StringProperties properties)
public static void setMinNumberOfContainersPerMachine(StringProperties properties, int minNumberOfContainersPerMachine)
public static int getMinNumberOfContainersPerMachine(StringProperties properties)
public static void setMaxNumberOfContainers(StringProperties properties, int maxNumberOfContainers)
public static int getMaxNumberOfContainers(StringProperties properties)
public static void setMinNumberOfContainers(StringProperties properties, int minNumberOfContainers)
public static int getMinNumberOfContainers(StringProperties properties)
public static int getPollingIntervalSeconds(StringProperties properties)
public static void setPollingIntervalSeconds(StringProperties properties, int value)
public static int getMaxConcurrentRelocationsPerMachine(StringProperties properties)
public static void setMaxConcurrentRelocationsPerMachine(StringProperties properties, int maxNumberOfConcurrentRelocationsPerMachine)
public static void setAtMostOneContainerPerMachine(StringProperties properties, boolean isSingleContainersPerMachine)
public static void setAllowAboveAverageMemoryPerMachine(StringProperties properties, boolean isAllowAboveAverageMemoryPerMachine)
public static boolean isAllowAboveAverageMemoryPerMachine(StringProperties properties)
public static boolean isSingleContainerPerMachine(StringProperties properties)
public static boolean isGridServiceAgentZonesAware(StringProperties properties)
public static void setGridServiceAgentZonesAware(StringProperties properties, boolean enableAgentZonesAware)
public static void setAtMostOneConcurrentRelocation(StringProperties properties, boolean atMostOneConcurrentRelocation)
public static boolean isAtMostOneConcurrentRelocation(StringProperties properties)
public static void setAtMostOneContainerScalePerMachine(StringProperties properties, boolean atMostOneContainerScalePerMachine)
public static boolean isAtMostOneContainerScalePerMachine(StringProperties properties)
Copyright © GigaSpaces.