Uses of Class
org.apache.flink.FlinkVersion
-
Packages that use FlinkVersion Package Description org.apache.flink -
-
Uses of FlinkVersion in org.apache.flink
Methods in org.apache.flink that return FlinkVersion Modifier and Type Method Description static FlinkVersion
FlinkVersion. current()
Returns the version for the current branch.static FlinkVersion
FlinkVersion. valueOf(int majorVersion, int minorVersion)
static FlinkVersion
FlinkVersion. valueOf(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 that return types with arguments of type FlinkVersion Modifier and Type Method Description static Optional<FlinkVersion>
FlinkVersion. byCode(String code)
static 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 with parameters of type FlinkVersion Modifier and Type Method Description boolean
FlinkVersion. isNewerVersionThan(FlinkVersion otherVersion)
static Set<FlinkVersion>
FlinkVersion. rangeOf(FlinkVersion start, FlinkVersion end)
Returns all versions within the defined range, inclusive both start and end.
-