Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.ReservationListRequest
Packages that use ReservationListRequest
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 ReservationListRequest in org.apache.hadoop.yarn.api
Methods in org.apache.hadoop.yarn.api with parameters of type ReservationListRequestModifier and TypeMethodDescriptionApplicationClientProtocol.listReservations(ReservationListRequest request) The interface used by clients to get the list of reservations in a plan. -
Uses of ReservationListRequest in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return ReservationListRequestModifier and TypeMethodDescriptionstatic ReservationListRequestReservationListRequest.newInstance(String queue, String reservationId) TheReservationListRequestwill use the reservationId to search for reservations to list if it is provided.static ReservationListRequestReservationListRequest.newInstance(String queue, String reservationId, boolean includeReservationAllocations) TheReservationListRequestwill use the reservationId to search for reservations to list if it is provided.static ReservationListRequestReservationListRequest.newInstance(String queue, String reservationId, long startTime, long endTime, boolean includeReservationAllocations) TheReservationListRequestwill use the reservationId to search for reservations to list if it is provided. -
Uses of ReservationListRequest in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api with parameters of type ReservationListRequestModifier and TypeMethodDescriptionabstract ReservationListResponseYarnClient.listReservations(ReservationListRequest request) The interface used by clients to get the list of reservations in a plan.