Uses of Enum Class
org.apache.hadoop.yarn.api.records.ReservationRequestInterpreter
Packages that use ReservationRequestInterpreter
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ReservationRequestInterpreter in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return ReservationRequestInterpreterModifier and TypeMethodDescriptionabstract ReservationRequestInterpreterReservationRequests.getInterpreter()Get theReservationRequestInterpreter, representing how the list of resources should be allocated, this captures temporal ordering and other constraints.Returns the enum constant of this class with the specified name.static ReservationRequestInterpreter[]ReservationRequestInterpreter.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.api.records with parameters of type ReservationRequestInterpreterModifier and TypeMethodDescriptionstatic ReservationRequestsReservationRequests.newInstance(List<ReservationRequest> reservationResources, ReservationRequestInterpreter type) abstract voidReservationRequests.setInterpreter(ReservationRequestInterpreter interpreter) Set theReservationRequestInterpreter, representing how the list of resources should be allocated, this captures temporal ordering and other constraints.