Generated by
JDiff

Interface org.apache.hadoop.yarn.api.ApplicationClientProtocol

Added Methods
FailApplicationAttemptResponse failApplicationAttempt(FailApplicationAttemptRequest)

The interface used by clients to request the ResourceManager to fail an application attempt.

GetAttributesToNodesResponse getAttributesToNodes(GetAttributesToNodesRequest)

The interface used by client to get attributes to nodes mappings available in ResourceManager.

GetClusterNodeAttributesResponse getClusterNodeAttributes(GetClusterNodeAttributesRequest)

The interface used by client to get node attributes available in ResourceManager.

GetNewReservationResponse getNewReservation(GetNewReservationRequest)

The interface used by clients to obtain a new ReservationId for submitting new reservations.

GetNodesToAttributesResponse getNodesToAttributes(GetNodesToAttributesRequest)

The interface used by client to get node to attributes mappings.

GetResourceProfileResponse getResourceProfile(GetResourceProfileRequest)

The interface to get the details for a specific resource profile.

GetAllResourceProfilesResponse getResourceProfiles(GetAllResourceProfilesRequest)

The interface used by clients to get all the resource profiles that are available on the ResourceManager.

GetAllResourceTypeInfoResponse getResourceTypeInfo(GetAllResourceTypeInfoRequest)

The interface to get the details for a specific resource profile.

ReservationListResponse listReservations(ReservationListRequest)

The interface used by clients to get the list of reservations in a plan.

SignalContainerResponse signalToContainer(SignalContainerRequest)

The interface used by clients to request the ResourceManager to signal a container.

UpdateApplicationPriorityResponse updateApplicationPriority(UpdateApplicationPriorityRequest)

The interface used by client to set priority of an application.

UpdateApplicationTimeoutsResponse updateApplicationTimeouts(UpdateApplicationTimeoutsRequest)

The interface used by client to set ApplicationTimeouts of an application.