@InterfaceAudience.Public @InterfaceStability.Unstable public abstract class GetNewReservationResponse extends Object
The response sent by the ResourceManager
to the client for
a request to get a new ReservationId
for submitting reservations.
Clients can submit an reservation with the returned
ReservationId
.
ApplicationClientProtocol#getNewReservation(GetNewReservationRequest)
Constructor and Description |
---|
GetNewReservationResponse() |
Modifier and Type | Method and Description |
---|---|
abstract ReservationId |
getReservationId()
Get a new
ReservationId to be used to submit a reservation. |
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract ReservationId getReservationId()
ReservationId
to be used to submit a reservation.ReservationId
representing the unique id to identify
a reservation with which it was submitted.Copyright © 2024 Apache Software Foundation. All rights reserved.