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 IntegerResourceVersionIntegerResourceVersion. notExisting()static IntegerResourceVersionIntegerResourceVersion. valueOf(int value)Create aIntegerResourceVersionwith given integer value.Methods in org.apache.flink.runtime.persistence with parameters of type IntegerResourceVersion Modifier and Type Method Description intIntegerResourceVersion. 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 IntegerResourceVersionZooKeeperStateHandleStore. 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 voidZooKeeperStateHandleStore. replace(String pathInZooKeeper, IntegerResourceVersion expectedVersion, T state)Replaces a state handle in ZooKeeper and discards the old state handle.
-