public class ExecutionTypeRequestInfo extends Object
Constructor and Description |
---|
ExecutionTypeRequestInfo() |
ExecutionTypeRequestInfo(org.apache.hadoop.yarn.api.records.ExecutionTypeRequest executionTypeRequest) |
Modifier and Type | Method and Description |
---|---|
boolean |
getEnforceExecutionType() |
org.apache.hadoop.yarn.api.records.ExecutionType |
getExecutionType() |
void |
setEnforceExecutionType(boolean enforceExecutionType) |
void |
setExecutionType(org.apache.hadoop.yarn.api.records.ExecutionType executionType) |
public ExecutionTypeRequestInfo()
public ExecutionTypeRequestInfo(org.apache.hadoop.yarn.api.records.ExecutionTypeRequest executionTypeRequest)
public org.apache.hadoop.yarn.api.records.ExecutionType getExecutionType()
public void setExecutionType(org.apache.hadoop.yarn.api.records.ExecutionType executionType)
public boolean getEnforceExecutionType()
public void setEnforceExecutionType(boolean enforceExecutionType)
Copyright © 2020 Apache Software Foundation. All rights reserved.