Class BatchExecutionStateBackend

java.lang.Object
org.apache.flink.streaming.api.operators.sorted.state.BatchExecutionStateBackend
All Implemented Interfaces:
Serializable, StateBackend

public class BatchExecutionStateBackend extends Object implements StateBackend
A simple StateBackend which is used in a BATCH style execution.
See Also: