Generated by
JDiff

Class org.apache.hadoop.yarn.api.records.ResourceRequest

Added Methods
ResourceRequest clone(ResourceRequest) Clone a ResourceRequest object (shallow copy).
long getAllocationRequestId() Get the optional ID corresponding to this allocation request.
ExecutionTypeRequest getExecutionTypeRequest() Get whether locality relaxation is enabled with this ResourceRequest.
ResourceRequestBuilder newBuilder()  
ResourceRequest newInstance(Priority, String, Resource, int, boolean, String, ExecutionTypeRequest)  
void setAllocationRequestId(long) Set the optional ID corresponding to this allocation request.
void setExecutionTypeRequest(ExecutionTypeRequest) Set the ExecutionTypeRequest of the requested container.