Uses of Enum
org.apache.flink.FlinkVersion
Packages that use FlinkVersion
-
Uses of FlinkVersion in org.apache.flink
Methods in org.apache.flink that return FlinkVersionModifier and TypeMethodDescriptionstatic FlinkVersionFlinkVersion.current()Returns the version for the current branch.static FlinkVersionFlinkVersion.valueOf(int majorVersion, int minorVersion) static FlinkVersionReturns 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 FlinkVersionModifier and TypeMethodDescriptionstatic Optional<FlinkVersion>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 FlinkVersionModifier and TypeMethodDescriptionbooleanFlinkVersion.isNewerVersionThan(FlinkVersion otherVersion) static Set<FlinkVersion>FlinkVersion.rangeOf(FlinkVersion start, FlinkVersion end) Returns all versions within the defined range, inclusive both start and end.