Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.ReservationDeleteResponse
Packages that use ReservationDeleteResponse
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 ReservationDeleteResponse in org.apache.hadoop.yarn.api
Methods in org.apache.hadoop.yarn.api that return ReservationDeleteResponseModifier and TypeMethodDescriptionApplicationClientProtocol.deleteReservation(ReservationDeleteRequest request) The interface used by clients to remove an existing Reservation. -
Uses of ReservationDeleteResponse in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return ReservationDeleteResponseModifier and TypeMethodDescriptionstatic ReservationDeleteResponseReservationDeleteResponse.newInstance() -
Uses of ReservationDeleteResponse in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api that return ReservationDeleteResponseModifier and TypeMethodDescriptionabstract ReservationDeleteResponseYarnClient.deleteReservation(ReservationDeleteRequest request) The interface used by clients to remove an existing Reservation.