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