| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| 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 java.util.List<ReservationAllocationState> |
ReservationListResponse.getReservationAllocationState() |
Get the list of
ReservationAllocationState, that corresponds
to a reservation in the scheduler. |
| Modifier and Type | Method | Description |
|---|---|---|
static ReservationListResponse |
ReservationListResponse.newInstance(java.util.List<ReservationAllocationState> reservationAllocationState) |
|
abstract void |
ReservationListResponse.setReservationAllocationState(java.util.List<ReservationAllocationState> reservationAllocationState) |
Set the list of
ReservationAllocationState, that correspond
to a reservation in the scheduler. |
| Modifier and Type | Method | Description |
|---|---|---|
static ReservationAllocationState |
ReservationAllocationState.newInstance(long acceptanceTime,
java.lang.String user,
java.util.List<ResourceAllocationRequest> resourceAllocations,
ReservationId reservationId,
ReservationDefinition reservationDefinition) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.