Package org.apache.flink.runtime.shuffle
Class ShuffleServiceOptions
- java.lang.Object
-
- org.apache.flink.runtime.shuffle.ShuffleServiceOptions
-
@PublicEvolving public class ShuffleServiceOptions extends Object
Options to configure shuffle service.
-
-
Field Summary
Fields Modifier and Type Field Description static String
NETTY_SHUFFLE_SERVICE_FACTORY_CLASS
static ConfigOption<String>
SHUFFLE_SERVICE_FACTORY_CLASS
The full class name of the shuffle service factory implementation to be used by the cluster.
-
-
-
Field Detail
-
NETTY_SHUFFLE_SERVICE_FACTORY_CLASS
public static final String NETTY_SHUFFLE_SERVICE_FACTORY_CLASS
- See Also:
- Constant Field Values
-
SHUFFLE_SERVICE_FACTORY_CLASS
public static final ConfigOption<String> SHUFFLE_SERVICE_FACTORY_CLASS
The full class name of the shuffle service factory implementation to be used by the cluster.
-
-