| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.checkpoint.channel | |
| org.apache.flink.runtime.state |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<InputChannelInfo,AbstractChannelStateHandle.StateContentMetaInfo> |
ChannelStatePendingResult.getInputChannelOffsets() |
Map<ResultSubpartitionInfo,AbstractChannelStateHandle.StateContentMetaInfo> |
ChannelStatePendingResult.getResultSubpartitionOffsets() |
| 构造器和说明 |
|---|
InputChannelStateHandle(int subtaskIndex,
InputChannelInfo info,
StreamStateHandle delegate,
AbstractChannelStateHandle.StateContentMetaInfo contentMetaInfo) |
ResultSubpartitionStateHandle(int subtaskIndex,
ResultSubpartitionInfo info,
StreamStateHandle delegate,
AbstractChannelStateHandle.StateContentMetaInfo contentMetaInfo) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.