Class ExecutionTypeRequestInfo

java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.ExecutionTypeRequestInfo

public class ExecutionTypeRequestInfo extends Object
Simple class representing an execution type request.
  • Constructor Details

    • ExecutionTypeRequestInfo

      public ExecutionTypeRequestInfo()
    • ExecutionTypeRequestInfo

      public ExecutionTypeRequestInfo(org.apache.hadoop.yarn.api.records.ExecutionTypeRequest executionTypeRequest)
  • Method Details

    • getExecutionType

      public org.apache.hadoop.yarn.api.records.ExecutionType getExecutionType()
    • setExecutionType

      public void setExecutionType(org.apache.hadoop.yarn.api.records.ExecutionType executionType)
    • getEnforceExecutionType

      public boolean getEnforceExecutionType()
    • setEnforceExecutionType

      public void setEnforceExecutionType(boolean enforceExecutionType)