Class JobConf.DBEnabled

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

    @NamedParameter(doc="Boolean flag for enabling DB metrics",
                    short_name="db_enabled",
                    default_value="false")
    public final class JobConf.DBEnabled
    extends java.lang.Object
    implements org.apache.reef.tang.annotations.Name<java.lang.Boolean>
    Specified whether or not to enable writing metrics to DB or not.
    • Constructor Summary

      Constructors 
      Constructor Description
      DBEnabled()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • DBEnabled

        public DBEnabled()