Uses of Class
org.apache.hadoop.yarn.api.records.ReservationId
Packages that use ReservationId
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 ReservationId in org.apache.hadoop.mapreduce
Methods in org.apache.hadoop.mapreduce that return ReservationIdModifier and TypeMethodDescriptionJob.getReservationId()Get the reservation to which the job is submitted to, if anyMethods in org.apache.hadoop.mapreduce with parameters of type ReservationIdModifier and TypeMethodDescriptionvoidJob.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 ReservationIdModifier and TypeMethodDescriptionabstract ReservationIdGetNewReservationResponse.getReservationId()Get a newReservationIdto be used to submit a reservation.abstract ReservationIdReservationDeleteRequest.getReservationId()Get theReservationId, that corresponds to a valid resource allocation in the scheduler (between start and end time of this reservation)abstract ReservationIdReservationSubmissionRequest.getReservationId()Get the reservation id that corresponds to the reservation submission.abstract ReservationIdReservationUpdateRequest.getReservationId()Get theReservationId, 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 ReservationIdModifier and TypeMethodDescriptionstatic GetNewReservationResponseGetNewReservationResponse.newInstance(ReservationId reservationId) static ReservationDeleteRequestReservationDeleteRequest.newInstance(ReservationId reservationId) static ReservationSubmissionRequestReservationSubmissionRequest.newInstance(ReservationDefinition reservationDefinition, String queueName, ReservationId reservationId) static ReservationUpdateRequestReservationUpdateRequest.newInstance(ReservationDefinition reservationDefinition, ReservationId reservationId) abstract voidGetNewReservationResponse.setReservationId(ReservationId reservationId) Set a newReservationIdto be used to submit a reservation.abstract voidReservationDeleteRequest.setReservationId(ReservationId reservationId) Set theReservationId, that correspond to a valid resource allocation in the scheduler (between start and end time of this reservation)abstract voidReservationSubmissionRequest.setReservationId(ReservationId reservationId) Set the reservation id that corresponds to the reservation submission.abstract voidReservationUpdateRequest.setReservationId(ReservationId reservationId) Set theReservationId, 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 ReservationIdModifier and TypeMethodDescriptionabstract ReservationIdReservationAllocationState.getReservationId()Get the id of the reservation.abstract ReservationIdApplicationSubmissionContext.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 ReservationIdReservationId.newInstance(long clusterTimestamp, long id) static ReservationIdReservationId.parseReservationId(String reservationId) Parse the string argument as aReservationIdMethods in org.apache.hadoop.yarn.api.records with parameters of type ReservationIdModifier and TypeMethodDescriptionintReservationId.compareTo(ReservationId other) static ReservationAllocationStateReservationAllocationState.newInstance(long acceptanceTime, String user, List<ResourceAllocationRequest> resourceAllocations, ReservationId reservationId, ReservationDefinition reservationDefinition) abstract voidReservationAllocationState.setReservationId(ReservationId reservationId) Set the id corresponding to the reservationabstract voidApplicationSubmissionContext.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)