Uses of Class
org.apache.flink.kubernetes.operator.crd.spec.FlinkVersion
-
Packages that use FlinkVersion Package Description org.apache.flink.kubernetes.operator.config org.apache.flink.kubernetes.operator.crd.spec -
-
Uses of FlinkVersion in org.apache.flink.kubernetes.operator.config
Fields in org.apache.flink.kubernetes.operator.config with type parameters of type FlinkVersion Modifier and Type Field Description static org.apache.flink.configuration.ConfigOption<FlinkVersion>FlinkConfigBuilder. FLINK_VERSION -
Uses of FlinkVersion in org.apache.flink.kubernetes.operator.crd.spec
Methods in org.apache.flink.kubernetes.operator.crd.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.crd.spec that return types with arguments of type FlinkVersion Modifier and Type Method Description static java.util.Set<FlinkVersion>FlinkVersion. rangeOf(FlinkVersion start, FlinkVersion end)Returns all versions within the defined range, inclusive both start and end.Methods in org.apache.flink.kubernetes.operator.crd.spec with parameters of type FlinkVersion Modifier and Type Method Description booleanFlinkVersion. isNewerVersionThan(FlinkVersion otherVersion)static java.util.Set<FlinkVersion>FlinkVersion. rangeOf(FlinkVersion start, FlinkVersion end)Returns all versions within the defined range, inclusive both start and end.
-