Uses of Package
org.apache.hadoop.yarn.server.resourcemanager.reservation
Packages that use org.apache.hadoop.yarn.server.resourcemanager.reservation
Package
Description
This package contains the web data access objects (DAO) for the RM.
-
Classes in org.apache.hadoop.yarn.server.resourcemanager.reservation used by org.apache.hadoop.yarn.server.resourcemanagerClassDescriptionThis interface is the one implemented by any system that wants to support Reservations i.e. make
Resourceallocations in future. -
Classes in org.apache.hadoop.yarn.server.resourcemanager.reservation used by org.apache.hadoop.yarn.server.resourcemanager.reservationClassDescriptionThis is the implementation of
ReservationSystembased on theResourceSchedulerAn in memory implementation of a reservation allocation using theRLESparseResourceAllocationThis policy enforce a simple physical cluster capacity constraints, by validating that the allocation proposed fits in the current plan.A Plan represents the central data structure of a reservation system that maintains the "agenda" for the cluster.This interface provides read-only access to configuration-type parameter for a plan.This interface groups the methods used to modify the state of a Plan.A PlanFollower is a component that runs on a timer, and synchronizes the underlyingResourceSchedulerwith thePlan(s) and viceversa.A ReservationAllocation represents a concrete allocation of resources over time that satisfy a certainReservationDefinition.This represents the time duration of the reservationThis interface is the one implemented by any system that wants to support Reservations i.e. makeResourceallocations in future.This is a run length encoded sparse data structure that maintains resource allocations over time.The set of operators that can be applied to twoRLESparseResourceAllocationduring a merge operation.This is the interface for policy that validate newReservationAllocations for allocations being added to aPlan. -
Classes in org.apache.hadoop.yarn.server.resourcemanager.reservation used by org.apache.hadoop.yarn.server.resourcemanager.reservation.planningClassDescriptionA Plan represents the central data structure of a reservation system that maintains the "agenda" for the cluster.A ReservationAllocation represents a concrete allocation of resources over time that satisfy a certain
ReservationDefinition.This represents the time duration of the reservationThis is a run length encoded sparse data structure that maintains resource allocations over time. -
-
-
-