Package | Description |
---|---|
scheduler.configuration | |
scheduler.configuration.impl |
Modifier and Type | Field and Description |
---|---|
static List<InstanceToBalance> |
InstanceToBalance.VALUES
A public read-only list of all the 'Instance To Balance' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static InstanceToBalance |
InstanceToBalance.get(int value)
Returns the 'Instance To Balance' literal with the specified integer value.
|
static InstanceToBalance |
InstanceToBalance.get(String literal)
Returns the 'Instance To Balance' literal with the specified literal value.
|
static InstanceToBalance |
InstanceToBalance.getByName(String name)
Returns the 'Instance To Balance' literal with the specified name.
|
InstanceToBalance |
LoadBalancing.getInstances()
Returns the value of the 'Instances' attribute.
|
static InstanceToBalance |
InstanceToBalance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceToBalance[] |
InstanceToBalance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadBalancing.setInstances(InstanceToBalance value)
Sets the value of the '
Instances ' attribute. |
Modifier and Type | Method and Description |
---|---|
InstanceToBalance |
ConfigurationFactoryImpl.createInstanceToBalanceFromString(EDataType eDataType,
String initialValue) |
InstanceToBalance |
LoadBalancingImpl.getInstances() |
Modifier and Type | Method and Description |
---|---|
void |
LoadBalancingImpl.setInstances(InstanceToBalance newInstances) |