Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • LatencyMarkPeriod

        public LatencyMarkPeriod()