Uses of Class
org.apache.flink.runtime.persistence.PossibleInconsistentStateException
-
Packages that use PossibleInconsistentStateException Package Description org.apache.flink.runtime.persistence org.apache.flink.runtime.zookeeper -
-
Uses of PossibleInconsistentStateException in org.apache.flink.runtime.persistence
Methods in org.apache.flink.runtime.persistence that throw PossibleInconsistentStateException Modifier and Type Method Description RetrievableStateHandle<T>
StateHandleStore. addAndLock(String name, T state)
Persist the state to distributed storage(e.g.void
StateHandleStore. replace(String name, R resourceVersion, T state)
Replaces 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 PossibleInconsistentStateException Modifier and Type Method Description RetrievableStateHandle<T>
ZooKeeperStateHandleStore. addAndLock(String pathInZooKeeper, T state)
Creates a state handle, stores it in ZooKeeper and locks it.
-