Package org.apache.flink.runtime.persistence
-
Interface Summary Interface Description ResourceVersion<R> Resource version for specific state handle on the underlying storage.RetrievableStateStorageHelper<T extends Serializable> State storage helper which is used byStateHandleStoreto persist state before the state handle is written to the underlying system.StateHandleStore<T extends Serializable,R extends ResourceVersion<R>> Class which stores state via the providedRetrievableStateStorageHelperand writes the returned state handle to distributed coordination system(e.g. -
Class Summary Class Description IntegerResourceVersion ResourceVersionimplementation withIntegervalue.StringResourceVersion ResourceVersionimplementation withStringvalue. -
Exception Summary Exception Description PossibleInconsistentStateException PossibleInconsistentStateExceptionrepresents errors that might have lead to an inconsistent state within the HA resources.StateHandleStore.AlreadyExistException The key already exists in ConfigMap or the Zookeeper node already exists.StateHandleStore.NotExistException The key does not exist in ConfigMap or the Zookeeper node does not exists.