Uses of Class
org.apache.flink.runtime.persistence.IntegerResourceVersion
Packages that use IntegerResourceVersion
-
Uses of IntegerResourceVersion in org.apache.flink.runtime.persistence
Methods in org.apache.flink.runtime.persistence that return IntegerResourceVersionModifier and TypeMethodDescriptionstatic IntegerResourceVersionIntegerResourceVersion.notExisting()static IntegerResourceVersionIntegerResourceVersion.valueOf(int value) Create aIntegerResourceVersionwith given integer value.Methods in org.apache.flink.runtime.persistence with parameters of type IntegerResourceVersionModifier and TypeMethodDescriptionintIntegerResourceVersion.compareTo(IntegerResourceVersion other) -
Uses of IntegerResourceVersion in org.apache.flink.runtime.zookeeper
Methods in org.apache.flink.runtime.zookeeper that return IntegerResourceVersionModifier and TypeMethodDescriptionReturns 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 IntegerResourceVersionModifier and TypeMethodDescriptionvoidZooKeeperStateHandleStore.replace(String pathInZooKeeper, IntegerResourceVersion expectedVersion, T state) Replaces a state handle in ZooKeeper and discards the old state handle.