Package org.apache.flink.runtime.state
Class InputChannelStateHandle
- java.lang.Object
-
- org.apache.flink.runtime.state.AbstractChannelStateHandle<InputChannelInfo>
-
- org.apache.flink.runtime.state.InputChannelStateHandle
-
- All Implemented Interfaces:
Serializable
,StateObject
@Internal public class InputChannelStateHandle extends AbstractChannelStateHandle<InputChannelInfo>
Handle
to anInputChannel
state.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.flink.runtime.state.AbstractChannelStateHandle
AbstractChannelStateHandle.StateContentMetaInfo
-
Nested classes/interfaces inherited from interface org.apache.flink.runtime.state.StateObject
StateObject.StateObjectLocation, StateObject.StateObjectSizeStatsCollector
-
-
Constructor Summary
Constructors Constructor Description InputChannelStateHandle(int subtaskIndex, InputChannelInfo info, StreamStateHandle delegate, List<Long> offset, long size)
InputChannelStateHandle(int subtaskIndex, InputChannelInfo info, StreamStateHandle delegate, AbstractChannelStateHandle.StateContentMetaInfo contentMetaInfo)
InputChannelStateHandle(InputChannelInfo info, StreamStateHandle delegate, List<Long> offset)
-
Method Summary
-
Methods inherited from class org.apache.flink.runtime.state.AbstractChannelStateHandle
collectUniqueDelegates, discardState, equals, getDelegate, getInfo, getOffsets, getStateSize, getSubtaskIndex, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.flink.runtime.state.StateObject
collectSizeStats
-
-
-
-
Constructor Detail
-
InputChannelStateHandle
public InputChannelStateHandle(int subtaskIndex, InputChannelInfo info, StreamStateHandle delegate, AbstractChannelStateHandle.StateContentMetaInfo contentMetaInfo)
-
InputChannelStateHandle
@VisibleForTesting public InputChannelStateHandle(InputChannelInfo info, StreamStateHandle delegate, List<Long> offset)
-
InputChannelStateHandle
public InputChannelStateHandle(int subtaskIndex, InputChannelInfo info, StreamStateHandle delegate, List<Long> offset, long size)
-
-