@InterfaceAudience.Public @InterfaceStability.Unstable public abstract class ReservationSubmissionResponse extends Object
ReservationSubmissionResponse contains the answer of the admission
control system in the ResourceManager to a reservation create
operation. Response contains a ReservationId if the operation was
successful, if not an exception reporting reason for a failure.ReservationDefinition| Constructor and Description |
|---|
ReservationSubmissionResponse() |
| Modifier and Type | Method and Description |
|---|---|
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 ReservationSubmissionResponse |
newInstance(ReservationId reservationId) |
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) |
@InterfaceAudience.Private @InterfaceStability.Unstable public static ReservationSubmissionResponse newInstance(ReservationId reservationId)
@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.Private @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
schedulerCopyright © 2018 CERN. All Rights Reserved.