Class JobConf.MaxOffheapRatio

  • All Implemented Interfaces:
    org.apache.reef.tang.annotations.Name<java.lang.Double>
    Enclosing class:
    JobConf

    @NamedParameter(doc="The maximum ratio of off-heap memory size to the total memory size.",
                    short_name="max_offheap_ratio",
                    default_value="0.2")
    public final class JobConf.MaxOffheapRatio
    extends java.lang.Object
    implements org.apache.reef.tang.annotations.Name<java.lang.Double>
    Maximum off-heap memory ratio to the total memory in the executor.
    • Constructor Summary

      Constructors 
      Constructor Description
      MaxOffheapRatio()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MaxOffheapRatio

        public MaxOffheapRatio()