Uses of Class
org.apache.flink.runtime.zookeeper.ZooKeeperVersionedValue
-
Packages that use ZooKeeperVersionedValue Package Description org.apache.flink.runtime.zookeeper -
-
Uses of ZooKeeperVersionedValue in org.apache.flink.runtime.zookeeper
Methods in org.apache.flink.runtime.zookeeper that return ZooKeeperVersionedValue Modifier and Type Method Description ZooKeeperVersionedValue<Integer>ZooKeeperSharedCount. getVersionedValue()Methods in org.apache.flink.runtime.zookeeper with parameters of type ZooKeeperVersionedValue Modifier and Type Method Description booleanZooKeeperSharedCount. trySetCount(ZooKeeperVersionedValue<Integer> previous, int newCount)
-