Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.ReservationUpdateResponse
Packages that use ReservationUpdateResponse
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ReservationUpdateResponse in org.apache.hadoop.yarn.api
Methods in org.apache.hadoop.yarn.api that return ReservationUpdateResponseModifier and TypeMethodDescriptionApplicationClientProtocol.updateReservation(ReservationUpdateRequest request) The interface used by clients to update an existing Reservation. -
Uses of ReservationUpdateResponse in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return ReservationUpdateResponseModifier and TypeMethodDescriptionstatic ReservationUpdateResponseReservationUpdateResponse.newInstance() -
Uses of ReservationUpdateResponse in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api that return ReservationUpdateResponseModifier and TypeMethodDescriptionabstract ReservationUpdateResponseYarnClient.updateReservation(ReservationUpdateRequest request) The interface used by clients to update an existing Reservation.