Uses of Enum
org.apache.flink.runtime.operators.shipping.ShipStrategyType
Packages that use ShipStrategyType
Package
Description
-
Uses of ShipStrategyType in org.apache.flink.runtime.operators.shipping
Methods in org.apache.flink.runtime.operators.shipping that return ShipStrategyTypeModifier and TypeMethodDescriptionstatic ShipStrategyTypeReturns the enum constant of this type with the specified name.static ShipStrategyType[]ShipStrategyType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.runtime.operators.shipping with parameters of type ShipStrategyTypeModifierConstructorDescriptionOutputEmitter(ShipStrategyType strategy, int indexInSubtaskGroup) Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...)OutputEmitter(ShipStrategyType strategy, int indexInSubtaskGroup, org.apache.flink.api.common.typeutils.TypeComparator<T> comparator, org.apache.flink.api.common.functions.Partitioner<?> partitioner, org.apache.flink.api.common.distributions.DataDistribution distribution) OutputEmitter(ShipStrategyType strategy, org.apache.flink.api.common.typeutils.TypeComparator<T> comparator) Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...) -
Uses of ShipStrategyType in org.apache.flink.runtime.operators.util
Methods in org.apache.flink.runtime.operators.util that return ShipStrategyTypeMethods in org.apache.flink.runtime.operators.util with parameters of type ShipStrategyTypeModifier and TypeMethodDescriptionvoidTaskConfig.addOutputShipStrategy(ShipStrategyType strategy)