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