Package io.strimzi.api.kafka.model
Class KafkaRebalanceSpecFluent<A extends KafkaRebalanceSpecFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.SpecFluent<A>
io.strimzi.api.kafka.model.KafkaRebalanceSpecFluent<A>
- Direct Known Subclasses:
KafkaRebalanceFluent.SpecNested,KafkaRebalanceSpecBuilder
Generated
-
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllToBrokers(Collection<Integer> items) addAllToGoals(Collection<String> items) addToBrokers(int index, Integer item) addToBrokers(Integer... items) addToGoals(int index, String item) addToGoals(String... items) addToReplicaMovementStrategies(int index, String item) addToReplicaMovementStrategies(String... items) booleangetBroker(int index) intintintgetGoal(int index) getGoals()getMatchingBroker(Predicate<Integer> predicate) getMatchingGoal(Predicate<String> predicate) getMatchingReplicaMovementStrategy(Predicate<String> predicate) getMode()getReplicaMovementStrategy(int index) longbooleanbooleanbooleanbooleanbooleanbooleanhasGoals()inthashCode()booleanhasMatchingBroker(Predicate<Integer> predicate) booleanhasMatchingGoal(Predicate<String> predicate) booleanhasMatchingReplicaMovementStrategy(Predicate<String> predicate) booleanhasMode()booleanbooleanbooleanbooleanbooleanbooleanremoveAllFromBrokers(Collection<Integer> items) removeAllFromGoals(Collection<String> items) removeFromBrokers(Integer... items) removeFromGoals(String... items) removeFromReplicaMovementStrategies(String... items) setToBrokers(int index, Integer item) setToGoals(int index, String item) setToReplicaMovementStrategies(int index, String item) toString()withBrokers(Integer... brokers) withBrokers(List<Integer> brokers) withConcurrentIntraBrokerPartitionMovements(int concurrentIntraBrokerPartitionMovements) withConcurrentLeaderMovements(int concurrentLeaderMovements) withConcurrentPartitionMovementsPerBroker(int concurrentPartitionMovementsPerBroker) withExcludedTopics(String excludedTopics) withMode(KafkaRebalanceMode mode) withRebalanceDisk(boolean rebalanceDisk) withReplicaMovementStrategies(String... replicaMovementStrategies) withReplicaMovementStrategies(List<String> replicaMovementStrategies) withReplicationThrottle(long replicationThrottle) withSkipHardGoalCheck(boolean skipHardGoalCheck) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
KafkaRebalanceSpecFluent
public KafkaRebalanceSpecFluent() -
KafkaRebalanceSpecFluent
-
-
Method Details
-
getMode
-
withMode
-
hasMode
public boolean hasMode() -
addToBrokers
-
setToBrokers
-
addToBrokers
-
addAllToBrokers
-
removeFromBrokers
-
removeAllFromBrokers
-
getBrokers
-
getBroker
-
getFirstBroker
-
getLastBroker
-
getMatchingBroker
-
hasMatchingBroker
-
withBrokers
-
withBrokers
-
hasBrokers
public boolean hasBrokers() -
addToGoals
-
setToGoals
-
addToGoals
-
addAllToGoals
-
removeFromGoals
-
removeAllFromGoals
-
getGoals
-
getGoal
-
getFirstGoal
-
getLastGoal
-
getMatchingGoal
-
hasMatchingGoal
-
withGoals
-
withGoals
-
hasGoals
public boolean hasGoals() -
isSkipHardGoalCheck
public boolean isSkipHardGoalCheck() -
withSkipHardGoalCheck
-
hasSkipHardGoalCheck
public boolean hasSkipHardGoalCheck() -
isRebalanceDisk
public boolean isRebalanceDisk() -
withRebalanceDisk
-
hasRebalanceDisk
public boolean hasRebalanceDisk() -
getExcludedTopics
-
withExcludedTopics
-
hasExcludedTopics
public boolean hasExcludedTopics() -
getConcurrentPartitionMovementsPerBroker
public int getConcurrentPartitionMovementsPerBroker() -
withConcurrentPartitionMovementsPerBroker
-
hasConcurrentPartitionMovementsPerBroker
public boolean hasConcurrentPartitionMovementsPerBroker() -
getConcurrentIntraBrokerPartitionMovements
public int getConcurrentIntraBrokerPartitionMovements() -
withConcurrentIntraBrokerPartitionMovements
-
hasConcurrentIntraBrokerPartitionMovements
public boolean hasConcurrentIntraBrokerPartitionMovements() -
getConcurrentLeaderMovements
public int getConcurrentLeaderMovements() -
withConcurrentLeaderMovements
-
hasConcurrentLeaderMovements
public boolean hasConcurrentLeaderMovements() -
getReplicationThrottle
public long getReplicationThrottle() -
withReplicationThrottle
-
hasReplicationThrottle
public boolean hasReplicationThrottle() -
addToReplicaMovementStrategies
-
setToReplicaMovementStrategies
-
addToReplicaMovementStrategies
-
addAllToReplicaMovementStrategies
-
removeFromReplicaMovementStrategies
-
removeAllFromReplicaMovementStrategies
-
getReplicaMovementStrategies
-
getReplicaMovementStrategy
-
getFirstReplicaMovementStrategy
-
getLastReplicaMovementStrategy
-
getMatchingReplicaMovementStrategy
-
hasMatchingReplicaMovementStrategy
-
withReplicaMovementStrategies
-
withReplicaMovementStrategies
-
hasReplicaMovementStrategies
public boolean hasReplicaMovementStrategies() -
equals
- Overrides:
equalsin classSpecFluent<A extends KafkaRebalanceSpecFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecFluent<A extends KafkaRebalanceSpecFluent<A>>
-
toString
- Overrides:
toStringin classSpecFluent<A extends KafkaRebalanceSpecFluent<A>>
-
withSkipHardGoalCheck
-
withRebalanceDisk
-