@Internal public class InputChannelStateHandle extends AbstractChannelStateHandle<InputChannelInfo>
Handle
to an InputChannel
state.AbstractChannelStateHandle.StateContentMetaInfo
StateObject.StateObjectLocation, StateObject.StateObjectSizeStatsCollector
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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
collectSizeStats
public 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–2024 The Apache Software Foundation. All rights reserved.