@Public
@Unstable
public abstract class ReservationListResponse
extends java.lang.Object
ReservationListResponse captures the list of reservations that the
user has queried.
The resulting list of ReservationAllocationState contains a list of
ResourceAllocationRequest representing the current state of the
reservation resource allocations will be returned. This is subject to change
in the event of re-planning a described by ReservationDefinitionReservationAllocationState| Constructor | Description |
|---|---|
ReservationListResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.List<ReservationAllocationState> |
getReservationAllocationState() |
Get the list of
ReservationAllocationState, that corresponds
to a reservation in the scheduler. |
static ReservationListResponse |
newInstance(java.util.List<ReservationAllocationState> reservationAllocationState) |
|
abstract void |
setReservationAllocationState(java.util.List<ReservationAllocationState> reservationAllocationState) |
Set the list of
ReservationAllocationState, that correspond
to a reservation in the scheduler. |
@Private @Unstable public static ReservationListResponse newInstance(java.util.List<ReservationAllocationState> reservationAllocationState)
@Public @Unstable public abstract java.util.List<ReservationAllocationState> getReservationAllocationState()
ReservationAllocationState, that corresponds
to a reservation in the scheduler.ReservationAllocationState which holds
information of a particular reservation@Private @Unstable public abstract void setReservationAllocationState(java.util.List<ReservationAllocationState> reservationAllocationState)
ReservationAllocationState, that correspond
to a reservation in the scheduler.reservationAllocationState - the list of
ReservationAllocationState which holds information of a
particular reservation.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.