Uses of Class
org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.SpillingStrategyType
-
Packages that use HybridShuffleConfiguration.SpillingStrategyType Package Description org.apache.flink.runtime.io.network.partition.hybrid -
-
Uses of HybridShuffleConfiguration.SpillingStrategyType in org.apache.flink.runtime.io.network.partition.hybrid
Methods in org.apache.flink.runtime.io.network.partition.hybrid that return HybridShuffleConfiguration.SpillingStrategyType Modifier and Type Method Description HybridShuffleConfiguration.SpillingStrategyTypeHybridShuffleConfiguration. getSpillingStrategyType()GetHybridShuffleConfiguration.SpillingStrategyTypefor hybrid shuffle mode.static HybridShuffleConfiguration.SpillingStrategyTypeHybridShuffleConfiguration.SpillingStrategyType. valueOf(String name)Returns the enum constant of this type with the specified name.static HybridShuffleConfiguration.SpillingStrategyType[]HybridShuffleConfiguration.SpillingStrategyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.runtime.io.network.partition.hybrid with parameters of type HybridShuffleConfiguration.SpillingStrategyType Modifier and Type Method Description HybridShuffleConfiguration.BuilderHybridShuffleConfiguration.Builder. setSpillingStrategyType(HybridShuffleConfiguration.SpillingStrategyType spillingStrategyType)
-