Uses of Class
org.apache.flink.runtime.io.network.api.writer.SubtaskStateMapper
-
Packages that use SubtaskStateMapper Package Description org.apache.flink.runtime.io.network.api.writer org.apache.flink.runtime.jobgraph org.apache.flink.streaming.runtime.partitioner -
-
Uses of SubtaskStateMapper in org.apache.flink.runtime.io.network.api.writer
Methods in org.apache.flink.runtime.io.network.api.writer that return SubtaskStateMapper Modifier and Type Method Description static SubtaskStateMapperSubtaskStateMapper. 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. -
Uses of SubtaskStateMapper in org.apache.flink.runtime.jobgraph
Methods in org.apache.flink.runtime.jobgraph that return SubtaskStateMapper Modifier and Type Method Description SubtaskStateMapperJobEdge. getDownstreamSubtaskStateMapper()Gets the channel state rescaler used for rescaling persisted data on downstream side of this JobEdge.SubtaskStateMapperJobEdge. getUpstreamSubtaskStateMapper()Gets the channel state rescaler used for rescaling persisted data on upstream side of this JobEdge.Methods in org.apache.flink.runtime.jobgraph with parameters of type SubtaskStateMapper Modifier and Type Method Description voidJobEdge. setDownstreamSubtaskStateMapper(SubtaskStateMapper downstreamSubtaskStateMapper)Sets the channel state rescaler used for rescaling persisted data on downstream side of this JobEdge.voidJobEdge. setUpstreamSubtaskStateMapper(SubtaskStateMapper upstreamSubtaskStateMapper)Sets the channel state rescaler used for rescaling persisted data on upstream side of this JobEdge. -
Uses of SubtaskStateMapper in org.apache.flink.streaming.runtime.partitioner
-