| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint.channel | |
| org.apache.flink.runtime.state |
| Modifier and Type | Method and Description |
|---|---|
Map<InputChannelInfo,AbstractChannelStateHandle.StateContentMetaInfo> |
ChannelStatePendingResult.getInputChannelOffsets() |
Map<ResultSubpartitionInfo,AbstractChannelStateHandle.StateContentMetaInfo> |
ChannelStatePendingResult.getResultSubpartitionOffsets() |
| Constructor and Description |
|---|
InputChannelStateHandle(int subtaskIndex,
InputChannelInfo info,
StreamStateHandle delegate,
AbstractChannelStateHandle.StateContentMetaInfo contentMetaInfo) |
ResultSubpartitionStateHandle(int subtaskIndex,
ResultSubpartitionInfo info,
StreamStateHandle delegate,
AbstractChannelStateHandle.StateContentMetaInfo contentMetaInfo) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.