Class ExecutionTypeRequestInfo
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.ExecutionTypeRequestInfo
Simple class representing an execution type request.
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionTypeRequestInfo(org.apache.hadoop.yarn.api.records.ExecutionTypeRequest executionTypeRequest) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.hadoop.yarn.api.records.ExecutionTypevoidsetEnforceExecutionType(boolean enforceExecutionType) voidsetExecutionType(org.apache.hadoop.yarn.api.records.ExecutionType executionType)
-
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)
-