Uses of Enum
io.strimzi.api.kafka.model.rebalance.KafkaRebalanceMode
Packages that use KafkaRebalanceMode
-
Uses of KafkaRebalanceMode in io.strimzi.api.kafka.model.rebalance
Methods in io.strimzi.api.kafka.model.rebalance that return KafkaRebalanceModeModifier and TypeMethodDescriptionstatic KafkaRebalanceModeKafkaRebalanceSpec.getMode()KafkaRebalanceSpecFluent.getMode()static KafkaRebalanceModeReturns the enum constant of this type with the specified name.static KafkaRebalanceMode[]KafkaRebalanceMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.strimzi.api.kafka.model.rebalance with parameters of type KafkaRebalanceModeModifier and TypeMethodDescriptionvoidKafkaRebalanceSpec.setMode(KafkaRebalanceMode mode) KafkaRebalanceSpecFluent.withMode(KafkaRebalanceMode mode)