| Added Methods |
Collection getMatchingRequests(long)
|
Get outstanding ContainerRequests matching the given allocationRequestId. |
List getMatchingRequests(Priority, String, ExecutionType, Resource)
|
Get outstanding ContainerRequests matching the given parameters. |
TimelineV2Client getRegisteredTimelineV2Client()
|
Get registered timeline v2 client. |
void registerTimelineV2Client(TimelineV2Client)
|
Register TimelineV2Client to AMRMClient. |
void requestContainerResourceChange(Container, Resource)
|
Request container resource change before calling allocate. |
void requestContainerUpdate(Container, UpdateContainerRequest)
|
Request a container update before calling allocate. |
void waitFor(Supplier)
|
Wait for check to return true for each 1000 ms. |
void waitFor(Supplier, int)
|
Wait for check to return true for each checkEveryMillis ms. |
void waitFor(Supplier, int, int)
|
Wait for check to return true for each checkEveryMillis ms. |