| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint | |
| org.apache.flink.runtime.state |
| Modifier and Type | Field and Description |
|---|---|
static InflightDataRescalingDescriptor |
InflightDataRescalingDescriptor.NO_RESCALE |
| Modifier and Type | Method and Description |
|---|---|
InflightDataRescalingDescriptor |
OperatorSubtaskState.getInputRescalingDescriptor() |
InflightDataRescalingDescriptor |
TaskStateSnapshot.getInputRescalingDescriptor()
Returns the input channel mapping for rescaling with in-flight data or
NO_RESCALE. |
InflightDataRescalingDescriptor |
OperatorSubtaskState.getOutputRescalingDescriptor() |
InflightDataRescalingDescriptor |
TaskStateSnapshot.getOutputRescalingDescriptor()
Returns the output channel mapping for rescaling with in-flight data or
NO_RESCALE. |
| Modifier and Type | Method and Description |
|---|---|
OperatorSubtaskState.Builder |
OperatorSubtaskState.Builder.setInputRescalingDescriptor(InflightDataRescalingDescriptor inputRescalingDescriptor) |
OperatorSubtaskState.Builder |
OperatorSubtaskState.Builder.setOutputRescalingDescriptor(InflightDataRescalingDescriptor outputRescalingDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
InflightDataRescalingDescriptor |
TaskStateManagerImpl.getInputRescalingDescriptor() |
InflightDataRescalingDescriptor |
TaskStateManager.getInputRescalingDescriptor() |
InflightDataRescalingDescriptor |
TaskStateManagerImpl.getOutputRescalingDescriptor() |
InflightDataRescalingDescriptor |
TaskStateManager.getOutputRescalingDescriptor() |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.