Uses of Class
org.apache.hadoop.yarn.api.records.ReservationRequestInterpreter

Packages that use ReservationRequestInterpreter
org.apache.hadoop.yarn.api.records   
 

Uses of ReservationRequestInterpreter in org.apache.hadoop.yarn.api.records
 

Methods in org.apache.hadoop.yarn.api.records that return ReservationRequestInterpreter
abstract  ReservationRequestInterpreter ReservationRequests.getInterpreter()
          Get the ReservationRequestInterpreter, representing how the list of resources should be allocated, this captures temporal ordering and other constraints.
static ReservationRequestInterpreter ReservationRequestInterpreter.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReservationRequestInterpreter[] ReservationRequestInterpreter.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.yarn.api.records with parameters of type ReservationRequestInterpreter
static ReservationRequests ReservationRequests.newInstance(List<ReservationRequest> reservationResources, ReservationRequestInterpreter type)
           
abstract  void ReservationRequests.setInterpreter(ReservationRequestInterpreter interpreter)
          Set the ReservationRequestInterpreter, representing how the list of resources should be allocated, this captures temporal ordering and other constraints.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.