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 |
---|---|
static ResourceAllocationRequest |
ResourceAllocationRequest.newInstance(long startTime,
long endTime,
Resource capability) |
Modifier and Type | Method and Description |
---|---|
abstract List<ResourceAllocationRequest> |
ReservationAllocationState.getResourceAllocationRequests()
Get the Resource allocations of the reservation based on the current state
of the plan.
|
Modifier and Type | Method and Description |
---|---|
static ReservationAllocationState |
ReservationAllocationState.newInstance(long acceptanceTime,
String user,
List<ResourceAllocationRequest> resourceAllocations,
ReservationId reservationId,
ReservationDefinition reservationDefinition) |
Copyright © 2024 Apache Software Foundation. All rights reserved.