public interface LoadBalancing extends EObject
The following features are supported:
ConfigurationPackage.getLoadBalancing()| Modifier and Type | Method and Description |
|---|---|
double |
getBalancingInterval()
Returns the value of the 'Balancing Interval' attribute.
|
LoadBalancingType |
getBalancingType()
Returns the value of the 'Balancing Type' attribute.
|
InstanceToBalance |
getInstances()
Returns the value of the 'Instances' attribute.
|
int |
getMaxIterations()
Returns the value of the 'Max Iterations' attribute.
|
PreferredPriority |
getPreferredPriority()
Returns the value of the 'Preferred Priority' attribute.
|
PreferredWaitingTime |
getPreferredWaitingTime()
Returns the value of the 'Preferred Waiting Time' attribute.
|
double |
getThreshold()
Returns the value of the 'Threshold' attribute.
|
void |
setBalancingInterval(double value)
Sets the value of the '
Balancing Interval' attribute. |
void |
setBalancingType(LoadBalancingType value)
Sets the value of the '
Balancing Type' attribute. |
void |
setInstances(InstanceToBalance value)
Sets the value of the '
Instances' attribute. |
void |
setMaxIterations(int value)
Sets the value of the '
Max Iterations' attribute. |
void |
setPreferredPriority(PreferredPriority value)
Sets the value of the '
Preferred Priority' attribute. |
void |
setPreferredWaitingTime(PreferredWaitingTime value)
Sets the value of the '
Preferred Waiting Time' attribute. |
void |
setThreshold(double value)
Sets the value of the '
Threshold' attribute. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverLoadBalancingType getBalancingType()
LoadBalancingType.
If the meaning of the 'Balancing Type' attribute isn't clear, there really should be more of a description here...
LoadBalancingType,
setBalancingType(LoadBalancingType),
ConfigurationPackage.getLoadBalancing_BalancingType()void setBalancingType(LoadBalancingType value)
Balancing Type' attribute.
value - the new value of the 'Balancing Type' attribute.LoadBalancingType,
getBalancingType()PreferredWaitingTime getPreferredWaitingTime()
PreferredWaitingTime.
If the meaning of the 'Preferred Waiting Time' attribute isn't clear, there really should be more of a description here...
PreferredWaitingTime,
setPreferredWaitingTime(PreferredWaitingTime),
ConfigurationPackage.getLoadBalancing_PreferredWaitingTime()void setPreferredWaitingTime(PreferredWaitingTime value)
Preferred Waiting Time' attribute.
value - the new value of the 'Preferred Waiting Time' attribute.PreferredWaitingTime,
getPreferredWaitingTime()PreferredPriority getPreferredPriority()
PreferredPriority.
If the meaning of the 'Preferred Priority' attribute isn't clear, there really should be more of a description here...
PreferredPriority,
setPreferredPriority(PreferredPriority),
ConfigurationPackage.getLoadBalancing_PreferredPriority()void setPreferredPriority(PreferredPriority value)
Preferred Priority' attribute.
value - the new value of the 'Preferred Priority' attribute.PreferredPriority,
getPreferredPriority()InstanceToBalance getInstances()
InstanceToBalance.
If the meaning of the 'Instances' attribute isn't clear, there really should be more of a description here...
InstanceToBalance,
setInstances(InstanceToBalance),
ConfigurationPackage.getLoadBalancing_Instances()void setInstances(InstanceToBalance value)
Instances' attribute.
value - the new value of the 'Instances' attribute.InstanceToBalance,
getInstances()double getThreshold()
If the meaning of the 'Threshold' attribute isn't clear, there really should be more of a description here...
setThreshold(double),
ConfigurationPackage.getLoadBalancing_Threshold()void setThreshold(double value)
Threshold' attribute.
value - the new value of the 'Threshold' attribute.getThreshold()int getMaxIterations()
If the meaning of the 'Max Iterations' attribute isn't clear, there really should be more of a description here...
setMaxIterations(int),
ConfigurationPackage.getLoadBalancing_MaxIterations()void setMaxIterations(int value)
Max Iterations' attribute.
value - the new value of the 'Max Iterations' attribute.getMaxIterations()double getBalancingInterval()
If the meaning of the 'Balancing Interval' attribute isn't clear, there really should be more of a description here...
setBalancingInterval(double),
ConfigurationPackage.getLoadBalancing_BalancingInterval()void setBalancingInterval(double value)
Balancing Interval' attribute.
value - the new value of the 'Balancing Interval' attribute.getBalancingInterval()