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