Uses of Class
org.apache.hadoop.yarn.api.records.ReservationAllocationState
Packages that use ReservationAllocationState
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ReservationAllocationState in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type ReservationAllocationStateModifier and TypeMethodDescriptionabstract List<ReservationAllocationState>ReservationListResponse.getReservationAllocationState()Get the list ofReservationAllocationState, that corresponds to a reservation in the scheduler.Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type ReservationAllocationStateModifier and TypeMethodDescriptionstatic ReservationListResponseReservationListResponse.newInstance(List<ReservationAllocationState> reservationAllocationState) abstract voidReservationListResponse.setReservationAllocationState(List<ReservationAllocationState> reservationAllocationState) Set the list ofReservationAllocationState, that correspond to a reservation in the scheduler. -
Uses of ReservationAllocationState in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return ReservationAllocationStateModifier and TypeMethodDescriptionstatic ReservationAllocationStateReservationAllocationState.newInstance(long acceptanceTime, String user, List<ResourceAllocationRequest> resourceAllocations, ReservationId reservationId, ReservationDefinition reservationDefinition)