| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.api.writer | |
| org.apache.flink.runtime.jobgraph |
| Modifier and Type | Method and Description |
|---|---|
static SubtaskStateMapper |
SubtaskStateMapper.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubtaskStateMapper[] |
SubtaskStateMapper.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SubtaskStateMapper |
JobEdge.getDownstreamSubtaskStateMapper()
Gets the channel state rescaler used for rescaling persisted data on downstream side of this
JobEdge.
|
SubtaskStateMapper |
JobEdge.getUpstreamSubtaskStateMapper()
Gets the channel state rescaler used for rescaling persisted data on upstream side of this
JobEdge.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobEdge.setDownstreamSubtaskStateMapper(SubtaskStateMapper downstreamSubtaskStateMapper)
Sets the channel state rescaler used for rescaling persisted data on downstream side of this
JobEdge.
|
void |
JobEdge.setUpstreamSubtaskStateMapper(SubtaskStateMapper upstreamSubtaskStateMapper)
Sets the channel state rescaler used for rescaling persisted data on upstream side of this
JobEdge.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.