Uses of Enum
org.apache.flink.runtime.io.network.api.writer.SubtaskStateMapper
Packages that use SubtaskStateMapper
Package
Description
-
Uses of SubtaskStateMapper in org.apache.flink.runtime.io.network.api.writer
Methods in org.apache.flink.runtime.io.network.api.writer that return SubtaskStateMapperModifier and TypeMethodDescriptionstatic SubtaskStateMapperReturns 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 SubtaskStateMapperModifier and TypeMethodDescriptionJobEdge.getDownstreamSubtaskStateMapper()Gets the channel state rescaler used for rescaling persisted data on downstream side of this JobEdge.JobEdge.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 SubtaskStateMapperModifier and TypeMethodDescriptionvoidJobEdge.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
Methods in org.apache.flink.streaming.runtime.partitioner that return SubtaskStateMapperModifier and TypeMethodDescriptionBroadcastPartitioner.getDownstreamSubtaskStateMapper()CustomPartitionerWrapper.getDownstreamSubtaskStateMapper()ForwardForConsecutiveHashPartitioner.getDownstreamSubtaskStateMapper()ForwardForUnspecifiedPartitioner.getDownstreamSubtaskStateMapper()ForwardPartitioner.getDownstreamSubtaskStateMapper()GlobalPartitioner.getDownstreamSubtaskStateMapper()KeyGroupStreamPartitioner.getDownstreamSubtaskStateMapper()RebalancePartitioner.getDownstreamSubtaskStateMapper()RescalePartitioner.getDownstreamSubtaskStateMapper()ShufflePartitioner.getDownstreamSubtaskStateMapper()abstract SubtaskStateMapperStreamPartitioner.getDownstreamSubtaskStateMapper()Defines the behavior of this partitioner, when downstream rescaled during recovery of in-flight data.BroadcastPartitioner.getUpstreamSubtaskStateMapper()ForwardPartitioner.getUpstreamSubtaskStateMapper()RescalePartitioner.getUpstreamSubtaskStateMapper()StreamPartitioner.getUpstreamSubtaskStateMapper()Defines the behavior of this partitioner, when upstream rescaled during recovery of in-flight data.