Class LegacyMemoryOptions


  • public class LegacyMemoryOptions
    extends Object
    Legacy JVM heap/process memory options.

    If these memory options are set, they are interpreted as other new memory options for the backwards compatibility in MemoryBackwardsCompatibilityUtils.

    • Constructor Detail

      • LegacyMemoryOptions

        public LegacyMemoryOptions​(String envVar,
                                   org.apache.flink.configuration.ConfigOption<org.apache.flink.configuration.MemorySize> heap,
                                   org.apache.flink.configuration.ConfigOption<Integer> heapMb)