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 a ResultSubpartition state.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.runtime.state.AbstractChannelStateHandle
AbstractChannelStateHandle.StateContentMetaInfoNested classes/interfaces inherited from interface org.apache.flink.runtime.state.StateObject
StateObject.StateObjectLocation, StateObject.StateObjectSizeStatsCollector -
Constructor Summary
ConstructorsConstructorDescriptionResultSubpartitionStateHandle(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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.flink.runtime.state.StateObject
collectSizeStats
-
Constructor Details
-
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)
-