Interface KafkaRebalanceSpecFluent<A extends KafkaRebalanceSpecFluent<A>>

    • Method Detail

      • addToGoals

        A addToGoals​(int index,
                     String item)
      • setToGoals

        A setToGoals​(int index,
                     String item)
      • addToGoals

        A addToGoals​(String... items)
      • removeFromGoals

        A removeFromGoals​(String... items)
      • getGoal

        String getGoal​(int index)
      • getFirstGoal

        String getFirstGoal()
      • getLastGoal

        String getLastGoal()
      • withGoals

        A withGoals​(String... goals)
      • addNewGoal

        A addNewGoal​(int[] arg1,
                     int arg2,
                     int arg3)
      • addNewGoal

        A addNewGoal​(char[] arg1)
      • addNewGoal

        A addNewGoal​(byte[] arg1,
                     int arg2)
      • addNewGoal

        A addNewGoal​(byte[] arg1)
      • addNewGoal

        A addNewGoal​(char[] arg1,
                     int arg2,
                     int arg3)
      • addNewGoal

        A addNewGoal​(byte[] arg1,
                     int arg2,
                     int arg3)
      • addNewGoal

        A addNewGoal​(byte[] arg1,
                     int arg2,
                     int arg3,
                     int arg4)
      • addNewGoal

        A addNewGoal​(String arg1)
      • isSkipHardGoalCheck

        boolean isSkipHardGoalCheck()
      • withSkipHardGoalCheck

        A withSkipHardGoalCheck​(boolean skipHardGoalCheck)
      • hasSkipHardGoalCheck

        Boolean hasSkipHardGoalCheck()
      • getExcludedTopics

        String getExcludedTopics()
      • withExcludedTopics

        A withExcludedTopics​(String excludedTopics)
      • hasExcludedTopics

        Boolean hasExcludedTopics()
      • withNewExcludedTopics

        A withNewExcludedTopics​(StringBuilder arg1)
      • withNewExcludedTopics

        A withNewExcludedTopics​(int[] arg1,
                                int arg2,
                                int arg3)
      • withNewExcludedTopics

        A withNewExcludedTopics​(char[] arg1)
      • withNewExcludedTopics

        A withNewExcludedTopics​(StringBuffer arg1)
      • withNewExcludedTopics

        A withNewExcludedTopics​(byte[] arg1,
                                int arg2)
      • withNewExcludedTopics

        A withNewExcludedTopics​(byte[] arg1)
      • withNewExcludedTopics

        A withNewExcludedTopics​(char[] arg1,
                                int arg2,
                                int arg3)
      • withNewExcludedTopics

        A withNewExcludedTopics​(byte[] arg1,
                                int arg2,
                                int arg3)
      • withNewExcludedTopics

        A withNewExcludedTopics​(byte[] arg1,
                                int arg2,
                                int arg3,
                                int arg4)
      • withNewExcludedTopics

        A withNewExcludedTopics​(String arg1)
      • getConcurrentPartitionMovementsPerBroker

        int getConcurrentPartitionMovementsPerBroker()
      • withConcurrentPartitionMovementsPerBroker

        A withConcurrentPartitionMovementsPerBroker​(int concurrentPartitionMovementsPerBroker)
      • hasConcurrentPartitionMovementsPerBroker

        Boolean hasConcurrentPartitionMovementsPerBroker()
      • getConcurrentIntraBrokerPartitionMovements

        int getConcurrentIntraBrokerPartitionMovements()
      • withConcurrentIntraBrokerPartitionMovements

        A withConcurrentIntraBrokerPartitionMovements​(int concurrentIntraBrokerPartitionMovements)
      • hasConcurrentIntraBrokerPartitionMovements

        Boolean hasConcurrentIntraBrokerPartitionMovements()
      • getConcurrentLeaderMovements

        int getConcurrentLeaderMovements()
      • withConcurrentLeaderMovements

        A withConcurrentLeaderMovements​(int concurrentLeaderMovements)
      • hasConcurrentLeaderMovements

        Boolean hasConcurrentLeaderMovements()
      • getReplicationThrottle

        long getReplicationThrottle()
      • withReplicationThrottle

        A withReplicationThrottle​(long replicationThrottle)
      • hasReplicationThrottle

        Boolean hasReplicationThrottle()
      • addToReplicaMovementStrategies

        A addToReplicaMovementStrategies​(int index,
                                         String item)
      • setToReplicaMovementStrategies

        A setToReplicaMovementStrategies​(int index,
                                         String item)
      • addToReplicaMovementStrategies

        A addToReplicaMovementStrategies​(String... items)
      • addAllToReplicaMovementStrategies

        A addAllToReplicaMovementStrategies​(Collection<String> items)
      • removeFromReplicaMovementStrategies

        A removeFromReplicaMovementStrategies​(String... items)
      • removeAllFromReplicaMovementStrategies

        A removeAllFromReplicaMovementStrategies​(Collection<String> items)
      • getReplicaMovementStrategies

        List<String> getReplicaMovementStrategies()
      • getReplicaMovementStrategy

        String getReplicaMovementStrategy​(int index)
      • getFirstReplicaMovementStrategy

        String getFirstReplicaMovementStrategy()
      • getLastReplicaMovementStrategy

        String getLastReplicaMovementStrategy()
      • getMatchingReplicaMovementStrategy

        String getMatchingReplicaMovementStrategy​(Predicate<String> predicate)
      • hasMatchingReplicaMovementStrategy

        Boolean hasMatchingReplicaMovementStrategy​(Predicate<String> predicate)
      • withReplicaMovementStrategies

        A withReplicaMovementStrategies​(List<String> replicaMovementStrategies)
      • withReplicaMovementStrategies

        A withReplicaMovementStrategies​(String... replicaMovementStrategies)
      • hasReplicaMovementStrategies

        Boolean hasReplicaMovementStrategies()
      • addNewReplicaMovementStrategy

        A addNewReplicaMovementStrategy​(StringBuilder arg1)
      • addNewReplicaMovementStrategy

        A addNewReplicaMovementStrategy​(int[] arg1,
                                        int arg2,
                                        int arg3)
      • addNewReplicaMovementStrategy

        A addNewReplicaMovementStrategy​(char[] arg1)
      • addNewReplicaMovementStrategy

        A addNewReplicaMovementStrategy​(StringBuffer arg1)
      • addNewReplicaMovementStrategy

        A addNewReplicaMovementStrategy​(byte[] arg1,
                                        int arg2)
      • addNewReplicaMovementStrategy

        A addNewReplicaMovementStrategy​(byte[] arg1)
      • addNewReplicaMovementStrategy

        A addNewReplicaMovementStrategy​(char[] arg1,
                                        int arg2,
                                        int arg3)
      • addNewReplicaMovementStrategy

        A addNewReplicaMovementStrategy​(byte[] arg1,
                                        int arg2,
                                        int arg3)
      • addNewReplicaMovementStrategy

        A addNewReplicaMovementStrategy​(byte[] arg1,
                                        int arg2,
                                        int arg3,
                                        int arg4)
      • addNewReplicaMovementStrategy

        A addNewReplicaMovementStrategy​(String arg1)