Uses of Class
org.apache.flink.runtime.state.AbstractChannelStateHandle.StateContentMetaInfo
-
Packages that use AbstractChannelStateHandle.StateContentMetaInfo Package Description org.apache.flink.runtime.checkpoint.channel org.apache.flink.runtime.state -
-
Uses of AbstractChannelStateHandle.StateContentMetaInfo in org.apache.flink.runtime.checkpoint.channel
Methods in org.apache.flink.runtime.checkpoint.channel that return types with arguments of type AbstractChannelStateHandle.StateContentMetaInfo Modifier and Type Method Description Map<InputChannelInfo,AbstractChannelStateHandle.StateContentMetaInfo>
ChannelStatePendingResult. getInputChannelOffsets()
Map<ResultSubpartitionInfo,AbstractChannelStateHandle.StateContentMetaInfo>
ChannelStatePendingResult. getResultSubpartitionOffsets()
-
Uses of AbstractChannelStateHandle.StateContentMetaInfo in org.apache.flink.runtime.state
Constructors in org.apache.flink.runtime.state with parameters of type AbstractChannelStateHandle.StateContentMetaInfo Constructor Description InputChannelStateHandle(int subtaskIndex, InputChannelInfo info, StreamStateHandle delegate, AbstractChannelStateHandle.StateContentMetaInfo contentMetaInfo)
ResultSubpartitionStateHandle(int subtaskIndex, ResultSubpartitionInfo info, StreamStateHandle delegate, AbstractChannelStateHandle.StateContentMetaInfo contentMetaInfo)
-