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