@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, toStringpublic 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–2023 The Apache Software Foundation. All rights reserved.