Uses of Class
org.apache.flink.runtime.persistence.PossibleInconsistentStateException
Packages that use PossibleInconsistentStateException
-
Uses of PossibleInconsistentStateException in org.apache.flink.runtime.persistence
Methods in org.apache.flink.runtime.persistence that throw PossibleInconsistentStateExceptionModifier and TypeMethodDescriptionStateHandleStore.addAndLock(String name, T state) Persist the state to distributed storage(e.g.voidReplaces a state handle in the distributed coordination system and discards the old state handle. -
Uses of PossibleInconsistentStateException in org.apache.flink.runtime.zookeeper
Methods in org.apache.flink.runtime.zookeeper that throw PossibleInconsistentStateExceptionModifier and TypeMethodDescriptionZooKeeperStateHandleStore.addAndLock(String pathInZooKeeper, T state) Creates a state handle, stores it in ZooKeeper and locks it.