| Package | Description |
|---|---|
| scheduler.configuration | |
| scheduler.configuration.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<LoadBalancingType> |
LoadBalancingType.VALUES
A public read-only list of all the 'Load Balancing Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static LoadBalancingType |
LoadBalancingType.get(int value)
Returns the 'Load Balancing Type' literal with the specified integer value.
|
static LoadBalancingType |
LoadBalancingType.get(String literal)
Returns the 'Load Balancing Type' literal with the specified literal value.
|
LoadBalancingType |
LoadBalancing.getBalancingType()
Returns the value of the 'Balancing Type' attribute.
|
static LoadBalancingType |
LoadBalancingType.getByName(String name)
Returns the 'Load Balancing Type' literal with the specified name.
|
static LoadBalancingType |
LoadBalancingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadBalancingType[] |
LoadBalancingType.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.setBalancingType(LoadBalancingType value)
Sets the value of the '
Balancing Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
LoadBalancingType |
ConfigurationFactoryImpl.createLoadBalancingTypeFromString(EDataType eDataType,
String initialValue) |
LoadBalancingType |
LoadBalancingImpl.getBalancingType() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoadBalancingImpl.setBalancingType(LoadBalancingType newBalancingType) |