@Internal public class ResultSubpartitionStateHandle extends AbstractChannelStateHandle<ResultSubpartitionInfo>
Handle
to a ResultSubpartition
state.AbstractChannelStateHandle.StateContentMetaInfo
Constructor and Description |
---|
ResultSubpartitionStateHandle(int subtaskIndex,
ResultSubpartitionInfo info,
StreamStateHandle delegate,
AbstractChannelStateHandle.StateContentMetaInfo contentMetaInfo) |
ResultSubpartitionStateHandle(int subtaskIndex,
ResultSubpartitionInfo info,
StreamStateHandle delegate,
List<Long> offset,
long size) |
ResultSubpartitionStateHandle(ResultSubpartitionInfo info,
StreamStateHandle delegate,
List<Long> offset) |
collectUniqueDelegates, discardState, equals, getDelegate, getInfo, getOffsets, getStateSize, getSubtaskIndex, hashCode, toString
public ResultSubpartitionStateHandle(int subtaskIndex, ResultSubpartitionInfo info, StreamStateHandle delegate, AbstractChannelStateHandle.StateContentMetaInfo contentMetaInfo)
@VisibleForTesting public ResultSubpartitionStateHandle(ResultSubpartitionInfo info, StreamStateHandle delegate, List<Long> offset)
public ResultSubpartitionStateHandle(int subtaskIndex, ResultSubpartitionInfo info, StreamStateHandle delegate, List<Long> offset, long size)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.