public interface BalancingAction
Modifier and Type | Method and Description |
---|---|
ActionAcceptance |
actionAcceptance(GoalBalancingActionAcceptance actionAcceptance,
ClusterModel clusterModel) |
ActionType |
balancingAction()
Get the type of action that provides balancing.
|
Map<String,Object> |
getJsonStructure() |
boolean |
selfSatisfied(ClusterModel clusterModel,
GoalBalancingActionAcceptance actionAcceptance) |
org.apache.kafka.common.TopicPartition |
topicPartition() |
ActionType balancingAction()
ActionAcceptance actionAcceptance(GoalBalancingActionAcceptance actionAcceptance, ClusterModel clusterModel)
org.apache.kafka.common.TopicPartition topicPartition()
boolean selfSatisfied(ClusterModel clusterModel, GoalBalancingActionAcceptance actionAcceptance)