Uses of Class
org.apache.flink.kubernetes.operator.api.spec.UpgradeMode
-
Packages that use UpgradeMode Package Description org.apache.flink.kubernetes.operator.api.spec -
-
Uses of UpgradeMode in org.apache.flink.kubernetes.operator.api.spec
Methods in org.apache.flink.kubernetes.operator.api.spec that return UpgradeMode Modifier and Type Method Description static UpgradeModeUpgradeMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UpgradeMode[]UpgradeMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-