public class GoalOptimizationResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GoalOptimizationResult.Builder |
Modifier and Type | Method and Description |
---|---|
Set<String> |
goalsWithMovements() |
boolean |
hasReplicaChange()
Whether this goal optimization run contains any sort of replica movements (e.g leadership change, removed replica, etc)
|
boolean |
isSuccesful() |
ProposalStats |
proposalStats() |
SortedSet<TopicPartitionMovement> |
topicPartitionMovements() |
String |
toString() |
public boolean hasReplicaChange()
public boolean isSuccesful()
public Set<String> goalsWithMovements()
public ProposalStats proposalStats()
public SortedSet<TopicPartitionMovement> topicPartitionMovements()