Package org.apache.nemo.conf
Class JobConf.ChunkSizeKb
- java.lang.Object
-
- org.apache.nemo.conf.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()
-