| 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 |
|---|---|---|
static ResourceAllocationRequest |
ResourceAllocationRequest.newInstance(long startTime,
long endTime,
Resource capability) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.List<ResourceAllocationRequest> |
ReservationAllocationState.getResourceAllocationRequests() |
Get the Resource allocations of the reservation based on the current state
of the plan.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ReservationAllocationState |
ReservationAllocationState.newInstance(long acceptanceTime,
java.lang.String user,
java.util.List<ResourceAllocationRequest> resourceAllocations,
ReservationId reservationId,
ReservationDefinition reservationDefinition) |
|
abstract void |
ReservationAllocationState.setResourceAllocationRequests(java.util.List<ResourceAllocationRequest> resourceAllocations) |
Set the list of resource allocations made for the reservation.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.