Uses of Class
org.apache.flink.configuration.NettyShuffleEnvironmentOptions.CompressionCodec
-
Packages that use NettyShuffleEnvironmentOptions.CompressionCodec Package Description org.apache.flink.configuration -
-
Uses of NettyShuffleEnvironmentOptions.CompressionCodec in org.apache.flink.configuration
Fields in org.apache.flink.configuration with type parameters of type NettyShuffleEnvironmentOptions.CompressionCodec Modifier and Type Field Description static ConfigOption<NettyShuffleEnvironmentOptions.CompressionCodec>NettyShuffleEnvironmentOptions. SHUFFLE_COMPRESSION_CODECThe codec to be used when compressing shuffle data.Methods in org.apache.flink.configuration that return NettyShuffleEnvironmentOptions.CompressionCodec Modifier and Type Method Description static NettyShuffleEnvironmentOptions.CompressionCodecNettyShuffleEnvironmentOptions.CompressionCodec. valueOf(String name)Returns the enum constant of this type with the specified name.static NettyShuffleEnvironmentOptions.CompressionCodec[]NettyShuffleEnvironmentOptions.CompressionCodec. values()Returns an array containing the constants of this enum type, in the order they are declared.
-