Uses of Class
org.apache.flink.api.common.BatchShuffleMode
-
Packages that use BatchShuffleMode Package Description org.apache.flink.api.common org.apache.flink.configuration -
-
Uses of BatchShuffleMode in org.apache.flink.api.common
Methods in org.apache.flink.api.common that return BatchShuffleMode Modifier and Type Method Description static BatchShuffleModeBatchShuffleMode. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchShuffleMode[]BatchShuffleMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BatchShuffleMode in org.apache.flink.configuration
Fields in org.apache.flink.configuration with type parameters of type BatchShuffleMode Modifier and Type Field Description static ConfigOption<BatchShuffleMode>ExecutionOptions. BATCH_SHUFFLE_MODE
-