Class JobConf.ExecutorMemoryMb

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

    @NamedParameter(doc="The size of total memory(sum of heap and off-heap memory) per executor",
                    short_name="memory_mb")
    public final class JobConf.ExecutorMemoryMb
    extends java.lang.Object
    implements org.apache.reef.tang.annotations.Name<java.lang.Integer>
    The size of total memory in the executor. (Max off-heap memory) = (executor memory) * (max off-heap ratio) We assume that the size of memory per executor is always given as input (therefore, no default value).
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ExecutorMemoryMb

        public ExecutorMemoryMb()