Package org.apache.nemo.conf
Class JobConf.PartitionTransportClientNumThreads
- java.lang.Object
-
- org.apache.nemo.conf.JobConf.PartitionTransportClientNumThreads
-
- All Implemented Interfaces:
org.apache.reef.tang.annotations.Name<java.lang.Integer>
- Enclosing class:
- JobConf
@NamedParameter(doc="The number of threads of PartitionTransport client", short_name="block_threads_client", default_value="10") public final class JobConf.PartitionTransportClientNumThreads extends java.lang.Object implements org.apache.reef.tang.annotations.Name<java.lang.Integer>
The number of threads of block transfer client.
-
-
Constructor Summary
Constructors Constructor Description PartitionTransportClientNumThreads()
-