Class JobConf.ExecutorType

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

    @NamedParameter(doc="Executor Type",
                    short_name="executor_type",
                    default_value="default")
    public final class JobConf.ExecutorType
    extends java.lang.Object
    implements org.apache.reef.tang.annotations.Name<java.lang.String>
    Executor type: lambda: Nemo will use lambda executor. default: default executor will be used. other strings: throw UnsupportedExecption.
    • Constructor Summary

      Constructors 
      Constructor Description
      ExecutorType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ExecutorType

        public ExecutorType()