public final class SubtaskConnectionDescriptor extends RuntimeEvent
During unaligned checkpoint recovery, if there is a rescaling, channels from the previous run
may not be available anymore for restoring the data. In that case, the data of several old
channels is sent over the same new channel through multiplexing. Each buffer is following this
SubtaskConnectionDescriptor such that the receiver can demultiplex them.
| Constructor and Description |
|---|
SubtaskConnectionDescriptor(int inputSubtaskIndex,
int outputSubtaskIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getInputSubtaskIndex() |
int |
getOutputSubtaskIndex() |
int |
hashCode() |
void |
read(org.apache.flink.core.memory.DataInputView in) |
String |
toString() |
void |
write(org.apache.flink.core.memory.DataOutputView out) |
public SubtaskConnectionDescriptor(int inputSubtaskIndex,
int outputSubtaskIndex)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.