Package org.apache.flink.runtime.state
Interface InputStateHandle
-
- All Superinterfaces:
ChannelState
,Serializable
,StateObject
- All Known Implementing Classes:
InputChannelStateHandle
,MergedInputChannelStateHandle
public interface InputStateHandle extends ChannelState
empty interface just for mark a state object is input inflight-data.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.flink.runtime.state.StateObject
StateObject.StateObjectLocation, StateObject.StateObjectSizeStatsCollector
-
-
Method Summary
-
Methods inherited from interface org.apache.flink.runtime.state.StateObject
collectSizeStats, discardState, getStateSize
-
-