Package org.apache.nemo.conf
Class JobConf.LatencyMarkPeriod
- java.lang.Object
-
- org.apache.nemo.conf.JobConf.LatencyMarkPeriod
-
- All Implemented Interfaces:
org.apache.reef.tang.annotations.Name<java.lang.Integer>
- Enclosing class:
- JobConf
@NamedParameter(doc="Period how often latencymarks are sent from source vertex. The unit of period is millisecond.", short_name="latencymark_period", default_value="-1") public final class JobConf.LatencyMarkPeriod extends java.lang.Object implements org.apache.reef.tang.annotations.Name<java.lang.Integer>
Period how often latencymarks are sent from source vertex. the unit of period is millisecond. -1 indicates that latencymarks are not sent.
-
-
Constructor Summary
Constructors Constructor Description LatencyMarkPeriod()
-