| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract ReservationRequestInterpreter |
ReservationRequests.getInterpreter() |
Get the
ReservationRequestInterpreter, representing how the list of
resources should be allocated, this captures temporal ordering and other
constraints. |
static ReservationRequestInterpreter |
ReservationRequestInterpreter.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ReservationRequestInterpreter[] |
ReservationRequestInterpreter.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ReservationRequests |
ReservationRequests.newInstance(java.util.List<ReservationRequest> reservationResources,
ReservationRequestInterpreter type) |
|
abstract void |
ReservationRequests.setInterpreter(ReservationRequestInterpreter interpreter) |
Set the
ReservationRequestInterpreter, representing how the list of
resources should be allocated, this captures temporal ordering and other
constraints. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.