public class ContainerRequestOperation extends AbstractRMOperation
| Constructor and Description |
|---|
ContainerRequestOperation(org.apache.hadoop.yarn.client.api.AMRMClient.ContainerRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(RMOperationHandlerActions handler)
Execute the operation
|
org.apache.hadoop.yarn.api.records.Priority |
getPriority() |
boolean |
getRelaxLocality() |
org.apache.hadoop.yarn.client.api.AMRMClient.ContainerRequest |
getRequest() |
String |
toString() |
public ContainerRequestOperation(org.apache.hadoop.yarn.client.api.AMRMClient.ContainerRequest request)
public org.apache.hadoop.yarn.client.api.AMRMClient.ContainerRequest getRequest()
public org.apache.hadoop.yarn.api.records.Priority getPriority()
public boolean getRelaxLocality()
public void execute(RMOperationHandlerActions handler)
AbstractRMOperationexecute in class AbstractRMOperationhandler - handler to perform the executionCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.