Generated by
JDiff

Package org.apache.hadoop.yarn.api.protocolrecords

Added Classes
AllocateRequest.AllocateRequestBuilder Class to construct instances of AllocateRequest with specific options.
CommitResponse Response to Commit Container Request.
ContainerUpdateRequest

The request sent by Application Master to the Node Manager to change the resource quota of a container.

ContainerUpdateResponse

The response sent by the NodeManager to the ApplicationMaster when asked to update container resource.

FailApplicationAttemptRequest

The request sent by the client to the ResourceManager to fail an application attempt.

FailApplicationAttemptResponse

The response sent by the ResourceManager to the client failing an application attempt.

GetAllResourceTypeInfoRequest Request class for getting all the resource profiles from the RM.
GetAllResourceTypeInfoResponse Response class for getting all the resource profiles from the RM.
GetNewReservationRequest

The request sent by clients to get a new {@code ReservationId} for submitting an reservation.

{@code ApplicationClientProtocol#getNewReservation(GetNewReservationRequest)}
GetNewReservationResponse

The response sent by the ResourceManager to the client for a request to get a new ReservationId for submitting reservations.

IncreaseContainersResourceRequest

The request sent by Application Master to the Node Manager to change the resource quota of a container.

IncreaseContainersResourceResponse

The response sent by the NodeManager to the ApplicationMaster when asked to increase container resource.

ReInitializeContainerRequest This encapsulates all the required fields needed for a Container ReInitialization.
ReInitializeContainerResponse The response to the ReInitializeContainerRequest
ReservationListRequest ReservationListRequest captures the set of requirements the user has to list reservations.
ReservationListResponse ReservationListResponse captures the list of reservations that the user has queried.
ResourceLocalizationRequest The request sent by the ApplicationMaster to ask for localizing resources.
ResourceLocalizationResponse The response to the ResourceLocalizationRequest
RestartContainerResponse The response to a restart Container request.
RollbackResponse Response to a Rollback request.
SignalContainerRequest

The request sent by the client to the ResourceManager or by the ApplicationMaster to the NodeManager to signal a container.

SignalContainerResponse

The response sent by the ResourceManager to the client signalling a container.

UpdateApplicationPriorityRequest

The request sent by the client to the ResourceManager to set or update the application priority.

UpdateApplicationPriorityResponse

The response sent by the ResourceManager to the client on update the application priority.

UpdateApplicationTimeoutsRequest

The request sent by the client to the ResourceManager to set or update the application timeout.

UpdateApplicationTimeoutsResponse

The response sent by the ResourceManager to the client on update application timeout.

 

Changed Classes
AllocateRequest

The core request sent by the ApplicationMaster to the ResourceManager to obtain resources in the cluster.

AllocateResponse The response sent by the ResourceManager the ApplicationMaster during resource negotiation.
GetClusterNodeLabelsResponse  
KillApplicationRequest

The request sent by the client to the ResourceManager to abort a submitted application.

MoveApplicationAcrossQueuesResponse

The response sent by the ResourceManager to the client moving a submitted application to a different queue.

RegisterApplicationMasterResponse The response sent by the {@code ResourceManager} to a new {@code ApplicationMaster} on registration.
ReservationSubmissionRequest ReservationSubmissionRequest captures the set of requirements the user has to create a reservation.
ReservationSubmissionResponse

The response sent by the ResourceManager to a client on reservation submission.