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 and 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(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 and Description |
---|---|
static ReservationRequests |
ReservationRequests.newInstance(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 © 2024 Apache Software Foundation. All rights reserved.