|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoadBalancing
A representation of the model object 'Load Balancing'.
The following features are supported:
Balancing Type
Preferred Waiting Time
Preferred Priority
Instances
Threshold
Max Iterations
Balancing Interval
ConfigurationPackage.getLoadBalancing()
Method Summary | |
---|---|
TimeValue |
getBalancingInterval()
Returns the value of the 'Balancing Interval' containment reference. |
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(TimeValue value)
Sets the value of the ' Balancing Interval ' containment reference. |
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. |
Method Detail |
---|
LoadBalancingType 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()
TimeValue getBalancingInterval()
If the meaning of the 'Balancing Interval' containment reference isn't clear, there really should be more of a description here...
setBalancingInterval(TimeValue)
,
ConfigurationPackage.getLoadBalancing_BalancingInterval()
void setBalancingInterval(TimeValue value)
Balancing Interval
' containment reference.
value
- the new value of the 'Balancing Interval' containment reference.getBalancingInterval()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |