Class KafkaRebalanceSpecFluent<A extends KafkaRebalanceSpecFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.common.SpecFluent<A>
io.strimzi.api.kafka.model.rebalance.KafkaRebalanceSpecFluent<A>
- Direct Known Subclasses:
KafkaRebalanceFluent.SpecNested,KafkaRebalanceSpecBuilder
Generated
-
Nested Class Summary
Nested Classes -
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) addToMoveReplicasOffVolumes(int index, BrokerAndVolumeIds item) addToReplicaMovementStrategies(int index, String item) addToReplicaMovementStrategies(String... items) buildMoveReplicasOffVolume(int index) editMoveReplicasOffVolume(int index) 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) booleanbooleanhasMatchingReplicaMovementStrategy(Predicate<String> predicate) booleanhasMode()booleanbooleanbooleanbooleanbooleanbooleanbooleanremoveAllFromBrokers(Collection<Integer> items) removeAllFromGoals(Collection<String> items) removeFromBrokers(Integer... items) removeFromGoals(String... items) removeFromReplicaMovementStrategies(String... items) setNewMoveReplicasOffVolumeLike(int index, BrokerAndVolumeIds item) setToBrokers(int index, Integer item) setToGoals(int index, String item) setToMoveReplicasOffVolumes(int index, BrokerAndVolumeIds 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) withMoveReplicasOffVolumes(BrokerAndVolumeIds... moveReplicasOffVolumes) withMoveReplicasOffVolumes(List<BrokerAndVolumeIds> moveReplicasOffVolumes) 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() -
addToMoveReplicasOffVolumes
-
setToMoveReplicasOffVolumes
-
addToMoveReplicasOffVolumes
-
addAllToMoveReplicasOffVolumes
-
removeFromMoveReplicasOffVolumes
-
removeAllFromMoveReplicasOffVolumes
-
removeMatchingFromMoveReplicasOffVolumes
-
buildMoveReplicasOffVolumes
-
buildMoveReplicasOffVolume
-
buildFirstMoveReplicasOffVolume
-
buildLastMoveReplicasOffVolume
-
buildMatchingMoveReplicasOffVolume
public BrokerAndVolumeIds buildMatchingMoveReplicasOffVolume(Predicate<BrokerAndVolumeIdsBuilder> predicate) -
hasMatchingMoveReplicasOffVolume
-
withMoveReplicasOffVolumes
-
withMoveReplicasOffVolumes
-
hasMoveReplicasOffVolumes
public boolean hasMoveReplicasOffVolumes() -
addNewMoveReplicasOffVolume
-
addNewMoveReplicasOffVolumeLike
public KafkaRebalanceSpecFluent<A>.MoveReplicasOffVolumesNested<A> addNewMoveReplicasOffVolumeLike(BrokerAndVolumeIds item) -
setNewMoveReplicasOffVolumeLike
public KafkaRebalanceSpecFluent<A>.MoveReplicasOffVolumesNested<A> setNewMoveReplicasOffVolumeLike(int index, BrokerAndVolumeIds item) -
editMoveReplicasOffVolume
public KafkaRebalanceSpecFluent<A>.MoveReplicasOffVolumesNested<A> editMoveReplicasOffVolume(int index) -
editFirstMoveReplicasOffVolume
-
editLastMoveReplicasOffVolume
-
editMatchingMoveReplicasOffVolume
public KafkaRebalanceSpecFluent<A>.MoveReplicasOffVolumesNested<A> editMatchingMoveReplicasOffVolume(Predicate<BrokerAndVolumeIdsBuilder> predicate) -
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
-