Interface LoadBalancing
- All Known Implementing Classes:
LoadBalancingImpl
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the value of the 'Balancing Interval' attribute.Returns the value of the 'Balancing Type' attribute.Returns the value of the 'Instances' attribute.int
Returns the value of the 'Max Iterations' attribute.Returns the value of the 'Preferred Priority' attribute.Returns the value of the 'Preferred Waiting Time' attribute.double
Returns the value of the 'Threshold' attribute.void
setBalancingInterval
(double value) Sets the value of the 'Balancing Interval
' attribute.void
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
Sets the value of the 'Preferred Priority
' attribute.void
Sets the value of the 'Preferred Waiting Time
' attribute.void
setThreshold
(double value) Sets the value of the 'Threshold
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getBalancingType
LoadBalancingType getBalancingType()Returns the value of the 'Balancing Type' attribute. The literals are from the enumerationLoadBalancingType
.If the meaning of the 'Balancing Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Balancing Type' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setBalancingType
Sets the value of the 'Balancing Type
' attribute.- Parameters:
value
- the new value of the 'Balancing Type' attribute.- See Also:
- Generated class or method.
-
getPreferredWaitingTime
PreferredWaitingTime getPreferredWaitingTime()Returns the value of the 'Preferred Waiting Time' attribute. The literals are from the enumerationPreferredWaitingTime
.If the meaning of the 'Preferred Waiting Time' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Preferred Waiting Time' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setPreferredWaitingTime
Sets the value of the 'Preferred Waiting Time
' attribute.- Parameters:
value
- the new value of the 'Preferred Waiting Time' attribute.- See Also:
- Generated class or method.
-
getPreferredPriority
PreferredPriority getPreferredPriority()Returns the value of the 'Preferred Priority' attribute. The literals are from the enumerationPreferredPriority
.If the meaning of the 'Preferred Priority' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Preferred Priority' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setPreferredPriority
Sets the value of the 'Preferred Priority
' attribute.- Parameters:
value
- the new value of the 'Preferred Priority' attribute.- See Also:
- Generated class or method.
-
getInstances
InstanceToBalance getInstances()Returns the value of the 'Instances' attribute. The literals are from the enumerationInstanceToBalance
.If the meaning of the 'Instances' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Instances' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setInstances
Sets the value of the 'Instances
' attribute.- Parameters:
value
- the new value of the 'Instances' attribute.- See Also:
- Generated class or method.
-
getThreshold
double getThreshold()Returns the value of the 'Threshold' attribute.If the meaning of the 'Threshold' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Threshold' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setThreshold
void setThreshold(double value) Sets the value of the 'Threshold
' attribute.- Parameters:
value
- the new value of the 'Threshold' attribute.- See Also:
- Generated class or method.
-
getMaxIterations
int getMaxIterations()Returns the value of the 'Max Iterations' attribute.If the meaning of the 'Max Iterations' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Max Iterations' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setMaxIterations
void setMaxIterations(int value) Sets the value of the 'Max Iterations
' attribute.- Parameters:
value
- the new value of the 'Max Iterations' attribute.- See Also:
- Generated class or method.
-
getBalancingInterval
double getBalancingInterval()Returns the value of the 'Balancing Interval' attribute.If the meaning of the 'Balancing Interval' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Balancing Interval' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setBalancingInterval
void setBalancingInterval(double value) Sets the value of the 'Balancing Interval
' attribute.- Parameters:
value
- the new value of the 'Balancing Interval' attribute.- See Also:
- Generated class or method.
-