Class AbstractStateBackend

java.lang.Object
org.apache.flink.runtime.state.AbstractStateBackend
All Implemented Interfaces:
Serializable, StateBackend
Direct Known Subclasses:
AbstractFileStateBackend, AbstractManagedMemoryStateBackend, HashMapStateBackend

@PublicEvolving public abstract class AbstractStateBackend extends Object implements StateBackend, Serializable
An abstract base implementation of the StateBackend interface.

This class has currently no contents and only kept to not break the prior class hierarchy for users.

See Also: