@Public
@Unstable
public abstract class ReservationDeleteRequest
extends java.lang.Object
ReservationDeleteRequest captures the set of requirements the user
has to delete an existing reservation.ReservationDefinition| Constructor | Description |
|---|---|
ReservationDeleteRequest() |
| Modifier and Type | Method | 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 ReservationDeleteRequest |
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) |
@Public @Unstable public static ReservationDeleteRequest newInstance(ReservationId reservationId)
@Public @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@Public @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 © 2008–2025 Apache Software Foundation. All rights reserved.