| Modifier and Type | Method and Description |
|---|---|
void |
ChannelStateWriterImpl.addInputData(long checkpointId,
InputChannelInfo info,
int startSeqNum,
org.apache.flink.util.CloseableIterator<Buffer> iterator) |
void |
ChannelStateWriter.addInputData(long checkpointId,
InputChannelInfo info,
int startSeqNum,
org.apache.flink.util.CloseableIterator<Buffer> data)
Add in-flight buffers from the
InputChannel. |
void |
ChannelStateWriter.NoOpChannelStateWriter.addInputData(long checkpointId,
InputChannelInfo info,
int startSeqNum,
org.apache.flink.util.CloseableIterator<Buffer> data) |
| Modifier and Type | Method and Description |
|---|---|
static void |
NetworkActionsLogger.traceInput(String action,
Buffer buffer,
String taskName,
InputChannelInfo channelInfo,
ChannelStatePersister channelStatePersister,
int sequenceNumber) |
static void |
NetworkActionsLogger.traceRecover(String action,
Buffer buffer,
String taskName,
InputChannelInfo channelInfo) |
| Modifier and Type | Field and Description |
|---|---|
protected InputChannelInfo |
InputChannel.channelInfo
The info of the input channel to identify it globally within a task.
|
| Modifier and Type | Method and Description |
|---|---|
InputChannelInfo |
InputChannel.getChannelInfo()
Returns the info of this channel, which uniquely identifies the channel in respect to its
operator instance.
|
InputChannelInfo |
BufferOrEvent.getChannelInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<InputChannelInfo> |
CheckpointableInput.getChannelInfos() |
List<InputChannelInfo> |
InputGate.getChannelInfos()
Returns the channel infos of this gate.
|
List<InputChannelInfo> |
SingleInputGate.getUnfinishedChannels() |
abstract List<InputChannelInfo> |
IndexedInputGate.getUnfinishedChannels()
Returns the list of channels that have not received EndOfPartitionEvent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnionInputGate.acknowledgeAllRecordsProcessed(InputChannelInfo channelInfo) |
void |
SingleInputGate.acknowledgeAllRecordsProcessed(InputChannelInfo channelInfo) |
abstract void |
InputGate.acknowledgeAllRecordsProcessed(InputChannelInfo channelInfo) |
void |
CheckpointableInput.blockConsumption(InputChannelInfo channelInfo) |
void |
IndexedInputGate.blockConsumption(InputChannelInfo channelInfo) |
void |
UnionInputGate.resumeConsumption(InputChannelInfo channelInfo) |
void |
SingleInputGate.resumeConsumption(InputChannelInfo channelInfo) |
void |
CheckpointableInput.resumeConsumption(InputChannelInfo channelInfo) |
abstract void |
InputGate.resumeConsumption(InputChannelInfo channelInfo) |
void |
BufferOrEvent.setChannelInfo(InputChannelInfo channelInfo) |
| Constructor and Description |
|---|
BufferOrEvent(AbstractEvent event,
boolean hasPriority,
InputChannelInfo channelInfo,
boolean moreAvailable,
int size,
boolean morePriorityEvents) |
BufferOrEvent(AbstractEvent event,
InputChannelInfo channelInfo) |
BufferOrEvent(Buffer buffer,
InputChannelInfo channelInfo) |
BufferOrEvent(Buffer buffer,
InputChannelInfo channelInfo,
boolean moreAvailable,
boolean morePriorityEvents) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
List<InputChannelInfo> |
InputGateWithMetrics.getUnfinishedChannels() |
| Modifier and Type | Method and Description |
|---|---|
void |
InputGateWithMetrics.acknowledgeAllRecordsProcessed(InputChannelInfo channelInfo) |
void |
InputGateWithMetrics.resumeConsumption(InputChannelInfo channelInfo) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.