|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hadoop.yarn.api.protocolrecords.ReservationUpdateRequest
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract class ReservationUpdateRequest
ReservationUpdateRequest
captures the set of requirements the user
has to update an existing reservation.
ReservationDefinition
Constructor Summary | |
---|---|
ReservationUpdateRequest()
|
Method Summary | |
---|---|
abstract ReservationDefinition |
getReservationDefinition()
Get the ReservationDefinition representing the updated user
constraints for this reservation |
abstract ReservationId |
getReservationId()
Get the ReservationId , that corresponds to a valid resource
allocation in the scheduler (between start and end time of this
reservation) |
static ReservationUpdateRequest |
newInstance(ReservationDefinition reservationDefinition,
ReservationId reservationId)
|
abstract void |
setReservationDefinition(ReservationDefinition reservationDefinition)
Set the ReservationDefinition representing the updated user
constraints for this reservation |
abstract void |
setReservationId(ReservationId reservationId)
Set the ReservationId , that correspond to a valid resource
allocation in the scheduler (between start and end time of this
reservation) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReservationUpdateRequest()
Method Detail |
---|
@InterfaceAudience.Public @InterfaceStability.Unstable public static ReservationUpdateRequest newInstance(ReservationDefinition reservationDefinition, ReservationId reservationId)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract ReservationDefinition getReservationDefinition()
ReservationDefinition
representing the updated user
constraints for this reservation
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract void setReservationDefinition(ReservationDefinition reservationDefinition)
ReservationDefinition
representing the updated user
constraints for this reservation
reservationDefinition
- the reservation request representing the
reservation@InterfaceAudience.Public @InterfaceStability.Unstable public abstract ReservationId getReservationId()
ReservationId
, that corresponds to a valid resource
allocation in the scheduler (between start and end time of this
reservation)
ReservationId
representing the unique id of the
corresponding reserved resource allocation in the scheduler@InterfaceAudience.Public @InterfaceStability.Unstable public abstract void setReservationId(ReservationId reservationId)
ReservationId
, that correspond to a valid resource
allocation in the scheduler (between start and end time of this
reservation)
reservationId
- the ReservationId
representing the the unique
id of the corresponding reserved resource allocation in the
scheduler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |