Class JobConf.EnvironmentType

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

    @NamedParameter(doc="Environment type",
                    short_name="env",
                    default_value="")
    public final class JobConf.EnvironmentType
    extends java.lang.Object
    implements org.apache.reef.tang.annotations.Name<java.lang.String>
    Specifies the type of the environment the workload runs on. (e.g., transient / large_shuffle)
    • Constructor Summary

      Constructors 
      Constructor Description
      EnvironmentType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • EnvironmentType

        public EnvironmentType()