| Package | Description |
|---|---|
| org.apache.flink |
| Modifier and Type | Method and Description |
|---|---|
static FlinkVersion |
FlinkVersion.current()
Returns the current version.
|
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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.