Class JobConf.MaxTaskAttempt

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

    @NamedParameter(doc="Max number of task attempts",
                    short_name="max_task_attempt",
                    default_value="1")
    public final class JobConf.MaxTaskAttempt
    extends java.lang.Object
    implements org.apache.reef.tang.annotations.Name<java.lang.Integer>
    Max number of attempts for task scheduling.
    • Constructor Summary

      Constructors 
      Constructor Description
      MaxTaskAttempt()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • MaxTaskAttempt

        public MaxTaskAttempt()