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.
| 构造器和说明 |
|---|
SubtaskConnectionDescriptor(int inputSubtaskIndex,
int outputSubtaskIndex) |
public SubtaskConnectionDescriptor(int inputSubtaskIndex,
int outputSubtaskIndex)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.