Package | Description |
---|---|
org.openspaces.admin.config | |
org.openspaces.admin.internal.pu.elastic | |
org.openspaces.core.util |
A package including utility classes for OpenSpaces core.
|
Modifier and Type | Method and Description |
---|---|
protected StringProperties |
AbstractConfig.getStringProperties() |
Modifier and Type | Method and Description |
---|---|
protected StringProperties |
FlattenedBeanConfigPropertiesManager.getProperties() |
Modifier and Type | Method and Description |
---|---|
static int |
ScaleStrategyConfigUtils.getMaxConcurrentRelocationsPerMachine(StringProperties properties)
Deprecated.
|
static int |
ScaleStrategyConfigUtils.getMaxNumberOfContainers(StringProperties properties)
Deprecated.
|
static int |
ScaleStrategyConfigUtils.getMaxNumberOfContainersPerMachine(StringProperties properties)
Deprecated.
|
static int |
ScaleStrategyConfigUtils.getMinNumberOfContainers(StringProperties properties)
Deprecated.
|
static int |
ScaleStrategyConfigUtils.getMinNumberOfContainersPerMachine(StringProperties properties)
Deprecated.
|
static int |
ScaleStrategyConfigUtils.getPollingIntervalSeconds(StringProperties properties)
Deprecated.
|
static boolean |
ScaleStrategyConfigUtils.isAllowAboveAverageMemoryPerMachine(StringProperties properties)
Deprecated.
|
static boolean |
ScaleStrategyConfigUtils.isAtMostOneConcurrentRelocation(StringProperties properties)
Deprecated.
|
static boolean |
ScaleStrategyConfigUtils.isAtMostOneContainerScalePerMachine(StringProperties properties)
Deprecated.
|
static boolean |
ScaleStrategyConfigUtils.isGridServiceAgentZonesAware(StringProperties properties)
Deprecated.
|
static boolean |
ScaleStrategyConfigUtils.isSingleContainerPerMachine(StringProperties properties)
Deprecated.
|
static void |
ScaleStrategyConfigUtils.setAllowAboveAverageMemoryPerMachine(StringProperties properties,
boolean isAllowAboveAverageMemoryPerMachine)
Deprecated.
|
static void |
ScaleStrategyConfigUtils.setAtMostOneConcurrentRelocation(StringProperties properties,
boolean atMostOneConcurrentRelocation)
Deprecated.
|
static void |
ScaleStrategyConfigUtils.setAtMostOneContainerPerMachine(StringProperties properties,
boolean isSingleContainersPerMachine)
Deprecated.
|
static void |
ScaleStrategyConfigUtils.setAtMostOneContainerScalePerMachine(StringProperties properties,
boolean atMostOneContainerScalePerMachine)
Deprecated.
|
static void |
ScaleStrategyConfigUtils.setGridServiceAgentZonesAware(StringProperties properties,
boolean enableAgentZonesAware)
Deprecated.
|
static void |
ScaleStrategyConfigUtils.setMaxConcurrentRelocationsPerMachine(StringProperties properties,
int maxNumberOfConcurrentRelocationsPerMachine)
Deprecated.
|
static void |
ScaleStrategyConfigUtils.setMaxNumberOfContainers(StringProperties properties,
int maxNumberOfContainers)
Deprecated.
|
static void |
ScaleStrategyConfigUtils.setMaxNumberOfContainersPerMachine(StringProperties properties,
int maxNumberOfContainersPerMachine)
Deprecated.
|
static void |
ScaleStrategyConfigUtils.setMinNumberOfContainers(StringProperties properties,
int minNumberOfContainers)
Deprecated.
|
static void |
ScaleStrategyConfigUtils.setMinNumberOfContainersPerMachine(StringProperties properties,
int minNumberOfContainersPerMachine)
Deprecated.
|
static void |
ScaleStrategyConfigUtils.setPollingIntervalSeconds(StringProperties properties,
int value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StringProperties |
StringProperties.put(String key,
String value) |
StringProperties |
StringProperties.putArray(String key,
String[] value,
String separator) |
StringProperties |
StringProperties.putDouble(String key,
double value) |
StringProperties |
StringProperties.putInteger(String key,
int value) |
StringProperties |
StringProperties.putLong(String key,
long value) |
StringProperties |
StringProperties.putSet(String key,
Set<String> value,
String separator) |
Copyright © GigaSpaces.