@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) |
public ReservationSubmissionResponse()
@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 schedulerCopyright © 2016 Apache Software Foundation. All Rights Reserved.