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

Packages that use ReservationId
org.apache.hadoop.mapreduce   
org.apache.hadoop.yarn.api.protocolrecords   
org.apache.hadoop.yarn.api.records   
 

Uses of ReservationId in org.apache.hadoop.mapreduce
 

Methods in org.apache.hadoop.mapreduce that return ReservationId
 ReservationId Job.getReservationId()
          Get the reservation to which the job is submitted to, if any
 

Methods in org.apache.hadoop.mapreduce with parameters of type ReservationId
 void Job.setReservationId(ReservationId reservationId)
          Set the reservation to which the job is submitted to
 

Uses of ReservationId in org.apache.hadoop.yarn.api.protocolrecords
 

Methods in org.apache.hadoop.yarn.api.protocolrecords that return ReservationId
abstract  ReservationId ReservationDeleteRequest.getReservationId()
          Get the ReservationId, that corresponds to a valid resource allocation in the scheduler (between start and end time of this reservation)
abstract  ReservationId ReservationSubmissionResponse.getReservationId()
          Get the ReservationId, that corresponds to a valid resource allocation in the scheduler (between start and end time of this reservation)
abstract  ReservationId ReservationUpdateRequest.getReservationId()
          Get the ReservationId, that corresponds to a valid resource allocation in the scheduler (between start and end time of this reservation)
 

Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type ReservationId
static ReservationUpdateRequest ReservationUpdateRequest.newInstance(ReservationDefinition reservationDefinition, ReservationId reservationId)
           
static ReservationDeleteRequest ReservationDeleteRequest.newInstance(ReservationId reservationId)
           
static ReservationSubmissionResponse ReservationSubmissionResponse.newInstance(ReservationId reservationId)
           
abstract  void ReservationDeleteRequest.setReservationId(ReservationId reservationId)
          Set the ReservationId, that correspond to a valid resource allocation in the scheduler (between start and end time of this reservation)
abstract  void ReservationSubmissionResponse.setReservationId(ReservationId reservationId)
          Set the ReservationId, that correspond to a valid resource allocation in the scheduler (between start and end time of this reservation)
abstract  void ReservationUpdateRequest.setReservationId(ReservationId reservationId)
          Set the ReservationId, that correspond to a valid resource allocation in the scheduler (between start and end time of this reservation)
 

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

Methods in org.apache.hadoop.yarn.api.records that return ReservationId
abstract  ReservationId ApplicationSubmissionContext.getReservationID()
          Get the reservation id, that corresponds to a valid resource allocation in the scheduler (between start and end time of the corresponding reservation)
static ReservationId ReservationId.newInstance(long clusterTimestamp, long id)
           
static ReservationId ReservationId.parseReservationId(String reservationId)
          Parse the string argument as a ReservationId
 

Methods in org.apache.hadoop.yarn.api.records with parameters of type ReservationId
 int ReservationId.compareTo(ReservationId other)
           
abstract  void ApplicationSubmissionContext.setReservationID(ReservationId reservationID)
          Set the reservation id, that correspond to a valid resource allocation in the scheduler (between start and end time of the corresponding reservation)
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.