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