Uses of Class
org.apache.hadoop.yarn.api.records.ResourceAllocationRequest
Packages that use ResourceAllocationRequest
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ResourceAllocationRequest in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return ResourceAllocationRequestModifier and TypeMethodDescriptionstatic ResourceAllocationRequestResourceAllocationRequest.newInstance(long startTime, long endTime, Resource capability) Methods in org.apache.hadoop.yarn.api.records that return types with arguments of type ResourceAllocationRequestModifier and TypeMethodDescriptionabstract List<ResourceAllocationRequest>ReservationAllocationState.getResourceAllocationRequests()Get the Resource allocations of the reservation based on the current state of the plan.Method parameters in org.apache.hadoop.yarn.api.records with type arguments of type ResourceAllocationRequestModifier and TypeMethodDescriptionstatic ReservationAllocationStateReservationAllocationState.newInstance(long acceptanceTime, String user, List<ResourceAllocationRequest> resourceAllocations, ReservationId reservationId, ReservationDefinition reservationDefinition) abstract voidReservationAllocationState.setResourceAllocationRequests(List<ResourceAllocationRequest> resourceAllocations) Set the list of resource allocations made for the reservation.