Class EvenClusterLoadPlanGoalStatsOverviewRejectingGoal
java.lang.Object
org.apache.kafka.clients.admin.EvenClusterLoadPlanGoalStatsOverviewRejectingGoal
Holds SBC goal-specific information. For a given goal, it shows how many times did the specified goal got its cluster optimization proposals rejected by other goals and also what are those rejecting goals' names.
Basically, every SBC goal can have one or more instances of
So, for example, the NetworkInboundUsageDistributionGoal goal can have one instance of
Basically, every SBC goal can have one or more instances of
EvenClusterLoadPlanGoalStatsOverviewRejectingGoal linked to it that describe all the rejecting goals' names and the number of rejections. So, for example, the NetworkInboundUsageDistributionGoal goal can have one instance of
EvenClusterLoadPlanGoalStatsOverviewRejectingGoal that shows that CpuUsageDistributionGoal rejected its proposals 7 times.Constructor Summary
ConstructorsConstructorDescriptionEvenClusterLoadPlanGoalStatsOverviewRejectingGoal(String goalName, int proposalsRejected) Creates anEvenClusterLoadPlanGoalStatsOverviewRejectingGoalobject.Method Summary
Constructor Details
EvenClusterLoadPlanGoalStatsOverviewRejectingGoal
Creates anEvenClusterLoadPlanGoalStatsOverviewRejectingGoalobject.- Parameters:
goalName- name of the rejecting goalproposalsRejected- number of proposals that it rejected
Method Details
goalName
proposalsRejected
public int proposalsRejected()Number of proposals rejected by this rejecting goal.- Returns:
- proposals rejected
toString