Package io.strimzi.api.kafka.model
Interface KafkaRebalanceSpecFluent<A extends KafkaRebalanceSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,SpecFluent<A>
- All Known Subinterfaces:
KafkaRebalanceFluent.SpecNested<N>
- All Known Implementing Classes:
KafkaRebalanceFluentImpl.SpecNestedImpl,KafkaRebalanceSpecBuilder,KafkaRebalanceSpecFluentImpl
public interface KafkaRebalanceSpecFluent<A extends KafkaRebalanceSpecFluent<A>> extends SpecFluent<A>
-
-
Method Summary
-
-
-
Method Detail
-
addAllToGoals
A addAllToGoals(Collection<String> items)
-
removeAllFromGoals
A removeAllFromGoals(Collection<String> items)
-
getGoal
String getGoal(int index)
-
getFirstGoal
String getFirstGoal()
-
getLastGoal
String getLastGoal()
-
hasGoals
Boolean hasGoals()
-
addNewGoal
A addNewGoal(StringBuilder arg1)
-
addNewGoal
A addNewGoal(int[] arg1, int arg2, int arg3)
-
addNewGoal
A addNewGoal(char[] arg1)
-
addNewGoal
A addNewGoal(StringBuffer 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)
-
isSkipHardGoalCheck
boolean isSkipHardGoalCheck()
-
withSkipHardGoalCheck
A withSkipHardGoalCheck(boolean skipHardGoalCheck)
-
hasSkipHardGoalCheck
Boolean hasSkipHardGoalCheck()
-
getExcludedTopics
String getExcludedTopics()
-
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)
-
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()
-
addAllToReplicaMovementStrategies
A addAllToReplicaMovementStrategies(Collection<String> items)
-
removeAllFromReplicaMovementStrategies
A removeAllFromReplicaMovementStrategies(Collection<String> items)
-
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)
-
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)
-
-