Package org.apache.flink.runtime.state
Interface ChannelState
-
- All Superinterfaces:
Serializable,StateObject
- All Known Subinterfaces:
InputStateHandle,OutputStateHandle
- All Known Implementing Classes:
InputChannelStateHandle,MergedInputChannelStateHandle,MergedResultSubpartitionStateHandle,ResultSubpartitionStateHandle
public interface ChannelState extends StateObject
empty interface just for mark a state object is unaligned checkpoint 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
-
-