Class JobConf.StreamMetricPeriod

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

    @NamedParameter(doc="Period how often stream-related metrics are recorded. The unit of period is millisecond.",
                    short_name="stream_metric_period",
                    default_value="-1")
    public final class JobConf.StreamMetricPeriod
    extends java.lang.Object
    implements org.apache.reef.tang.annotations.Name<java.lang.Integer>
    Period how often stream metrics are recorded. the unit of period is millisecond. -1 indicates that metrics are not recorded periodically.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • StreamMetricPeriod

        public StreamMetricPeriod()