Class JobConf.ChunkSizeKb

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

    @NamedParameter(doc="The memory chunk size in the memory pool of the executor",
                    short_name="chunk_size_kb",
                    default_value="32")
    public final class JobConf.ChunkSizeKb
    extends java.lang.Object
    implements org.apache.reef.tang.annotations.Name<java.lang.Integer>
    MemoryChunk size in the memory pool.
    • Constructor Summary

      Constructors 
      Constructor Description
      ChunkSizeKb()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ChunkSizeKb

        public ChunkSizeKb()