Uses of Class
org.apache.flink.runtime.persistence.IntegerResourceVersion
-
Packages that use IntegerResourceVersion Package Description org.apache.flink.runtime.persistence org.apache.flink.runtime.zookeeper -
-
Uses of IntegerResourceVersion in org.apache.flink.runtime.persistence
Methods in org.apache.flink.runtime.persistence that return IntegerResourceVersion Modifier and Type Method Description static IntegerResourceVersion
IntegerResourceVersion. notExisting()
static IntegerResourceVersion
IntegerResourceVersion. valueOf(int value)
Create aIntegerResourceVersion
with given integer value.Methods in org.apache.flink.runtime.persistence with parameters of type IntegerResourceVersion Modifier and Type Method Description int
IntegerResourceVersion. compareTo(IntegerResourceVersion other)
-
Uses of IntegerResourceVersion in org.apache.flink.runtime.zookeeper
Methods in org.apache.flink.runtime.zookeeper that return IntegerResourceVersion Modifier and Type Method Description IntegerResourceVersion
ZooKeeperStateHandleStore. exists(String pathInZooKeeper)
Returns the version of the node if it exists and is not marked for deletion or-1
.Methods in org.apache.flink.runtime.zookeeper with parameters of type IntegerResourceVersion Modifier and Type Method Description void
ZooKeeperStateHandleStore. replace(String pathInZooKeeper, IntegerResourceVersion expectedVersion, T state)
Replaces a state handle in ZooKeeper and discards the old state handle.
-