Package org.apache.flink.state.api.input
-
Class Summary Class Description BroadcastStateInputFormat<K,V> The input format for readingBroadcastState
.KeyedStateInputFormat<K,N,OUT> Input format for reading partitioned state.ListStateInputFormat<OT> Input format for reading operator list state.MultiStateKeyIterator<K> An iterator for reading all keys in a state backend across multiple partitioned states.SourceBuilder A utility for constructingInputFormat
based sources that are marked as BOUNDED.UnionStateInputFormat<OT> Input format for reading operator union state.