Uses of Class
org.apache.flink.runtime.persistence.StringResourceVersion
-
Packages that use StringResourceVersion Package Description org.apache.flink.runtime.persistence -
-
Uses of StringResourceVersion in org.apache.flink.runtime.persistence
Methods in org.apache.flink.runtime.persistence that return StringResourceVersion Modifier and Type Method Description static StringResourceVersion
StringResourceVersion. notExisting()
static StringResourceVersion
StringResourceVersion. valueOf(String value)
Methods in org.apache.flink.runtime.persistence with parameters of type StringResourceVersion Modifier and Type Method Description int
StringResourceVersion. compareTo(StringResourceVersion other)
-