Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.ReservationListResponse
Packages that use ReservationListResponse
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 ReservationListResponse in org.apache.hadoop.yarn.api
Methods in org.apache.hadoop.yarn.api that return ReservationListResponseModifier and TypeMethodDescriptionApplicationClientProtocol.listReservations(ReservationListRequest request) The interface used by clients to get the list of reservations in a plan. -
Uses of ReservationListResponse in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return ReservationListResponseModifier and TypeMethodDescriptionstatic ReservationListResponseReservationListResponse.newInstance(List<ReservationAllocationState> reservationAllocationState) -
Uses of ReservationListResponse in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api that return ReservationListResponseModifier and TypeMethodDescriptionabstract ReservationListResponseYarnClient.listReservations(ReservationListRequest request) The interface used by clients to get the list of reservations in a plan.