@Public
@Unstable
public abstract class ReservationRequests
extends java.lang.Object
ReservationRequests captures the set of resource and constraints the
user cares about regarding a reservation.ReservationRequest| Constructor | Description |
|---|---|
ReservationRequests() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract ReservationRequestInterpreter |
getInterpreter() |
Get the
ReservationRequestInterpreter, representing how the list of
resources should be allocated, this captures temporal ordering and other
constraints. |
abstract java.util.List<ReservationRequest> |
getReservationResources() |
Get the list of
ReservationRequest representing the resources
required by the application |
static ReservationRequests |
newInstance(java.util.List<ReservationRequest> reservationResources,
ReservationRequestInterpreter type) |
|
abstract void |
setInterpreter(ReservationRequestInterpreter interpreter) |
Set the
ReservationRequestInterpreter, representing how the list of
resources should be allocated, this captures temporal ordering and other
constraints. |
abstract void |
setReservationResources(java.util.List<ReservationRequest> reservationResources) |
Set the list of
ReservationRequest representing the resources
required by the application |
@Public @Unstable public static ReservationRequests newInstance(java.util.List<ReservationRequest> reservationResources, ReservationRequestInterpreter type)
@Public @Unstable public abstract java.util.List<ReservationRequest> getReservationResources()
ReservationRequest representing the resources
required by the applicationReservationRequest@Public @Unstable public abstract void setReservationResources(java.util.List<ReservationRequest> reservationResources)
ReservationRequest representing the resources
required by the applicationreservationResources - the list of ReservationRequest@Public @Unstable public abstract ReservationRequestInterpreter getInterpreter()
ReservationRequestInterpreter, representing how the list of
resources should be allocated, this captures temporal ordering and other
constraints.ReservationRequestInterpreter@Public @Unstable public abstract void setInterpreter(ReservationRequestInterpreter interpreter)
ReservationRequestInterpreter, representing how the list of
resources should be allocated, this captures temporal ordering and other
constraints.interpreter - the ReservationRequestInterpreter for this
reservationCopyright © 2008–2025 Apache Software Foundation. All rights reserved.