Package org.apache.flink.runtime.state
Class ResultSubpartitionStateHandle
- java.lang.Object
-
- org.apache.flink.runtime.state.AbstractChannelStateHandle<ResultSubpartitionInfo>
-
- org.apache.flink.runtime.state.ResultSubpartitionStateHandle
-
- All Implemented Interfaces:
Serializable
,StateObject
@Internal public class ResultSubpartitionStateHandle extends AbstractChannelStateHandle<ResultSubpartitionInfo>
Handle
to aResultSubpartition
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 ResultSubpartitionStateHandle(int subtaskIndex, ResultSubpartitionInfo info, StreamStateHandle delegate, List<Long> offset, long size)
ResultSubpartitionStateHandle(int subtaskIndex, ResultSubpartitionInfo info, StreamStateHandle delegate, AbstractChannelStateHandle.StateContentMetaInfo contentMetaInfo)
ResultSubpartitionStateHandle(ResultSubpartitionInfo 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
-
ResultSubpartitionStateHandle
public ResultSubpartitionStateHandle(int subtaskIndex, ResultSubpartitionInfo info, StreamStateHandle delegate, AbstractChannelStateHandle.StateContentMetaInfo contentMetaInfo)
-
ResultSubpartitionStateHandle
@VisibleForTesting public ResultSubpartitionStateHandle(ResultSubpartitionInfo info, StreamStateHandle delegate, List<Long> offset)
-
ResultSubpartitionStateHandle
public ResultSubpartitionStateHandle(int subtaskIndex, ResultSubpartitionInfo info, StreamStateHandle delegate, List<Long> offset, long size)
-
-