Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.ReservationDeleteRequest

Packages that use ReservationDeleteRequest
org.apache.hadoop.yarn.api   
org.apache.hadoop.yarn.api.protocolrecords   
org.apache.hadoop.yarn.client.api 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 ReservationDeleteRequest
 ReservationDeleteResponse ApplicationClientProtocol.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 ReservationDeleteRequest
static ReservationDeleteRequest ReservationDeleteRequest.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 ReservationDeleteRequest
abstract  ReservationDeleteResponse YarnClient.deleteReservation(ReservationDeleteRequest request)
           The interface used by clients to remove an existing Reservation.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.