Class LegacyMemoryOptions
- java.lang.Object
-
- org.apache.flink.runtime.util.config.memory.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 Summary
Constructors Constructor Description LegacyMemoryOptions(String envVar, org.apache.flink.configuration.ConfigOption<org.apache.flink.configuration.MemorySize> heap, org.apache.flink.configuration.ConfigOption<Integer> heapMb)
-