| Methods in org.apache.hadoop.yarn.server.resourcemanager.reservation with parameters of type ReservationSystem |
Plan |
ReservationInputValidator.validateReservationDeleteRequest(ReservationSystem reservationSystem,
org.apache.hadoop.yarn.api.protocolrecords.ReservationDeleteRequest request)
Quick validation on the input to check some obvious fail conditions (fail
fast) the input and returns the appropriate Plan associated with
the specified Queue or throws an exception message illustrating the
details of any validation check failures |
Plan |
ReservationInputValidator.validateReservationSubmissionRequest(ReservationSystem reservationSystem,
org.apache.hadoop.yarn.api.protocolrecords.ReservationSubmissionRequest request,
org.apache.hadoop.yarn.api.records.ReservationId reservationId)
Quick validation on the input to check some obvious fail conditions (fail
fast) the input and returns the appropriate Plan associated with
the specified Queue or throws an exception message illustrating the
details of any validation check failures |
Plan |
ReservationInputValidator.validateReservationUpdateRequest(ReservationSystem reservationSystem,
org.apache.hadoop.yarn.api.protocolrecords.ReservationUpdateRequest request)
Quick validation on the input to check some obvious fail conditions (fail
fast) the input and returns the appropriate Plan associated with
the specified Queue or throws an exception message illustrating the
details of any validation check failures |