public class EvenClusterLoadPlanRejectingGoal extends Object
EvenClusterLoadPlanRejectingGoal
linked to it that describe all the rejecting goals' names and the amount of rejections.
EvenClusterLoadPlanRejectingGoal
that shows that CpuUsageDistributionGoal
rejected its proposals 7 times.
EvenClusterLoadPlanInternal
for SBC.Constructor and Description |
---|
EvenClusterLoadPlanRejectingGoal(String goalName,
int proposalsRejected)
Creates an
EvenClusterLoadPlanRejectingGoal object. |
Modifier and Type | Method and Description |
---|---|
String |
goalName()
Name of the rejecting goal.
|
int |
proposalsRejected()
Amount of proposals rejected by this rejecting goal.
|
public EvenClusterLoadPlanRejectingGoal(String goalName, int proposalsRejected)
EvenClusterLoadPlanRejectingGoal
object.goalName
- name of the rejecting goalproposalsRejected
- number of proposals that it rejectedpublic String goalName()
public int proposalsRejected()