Uses of Interface
org.apache.hadoop.yarn.server.resourcemanager.reservation.PlanContext
Packages that use PlanContext
-
Uses of PlanContext in org.apache.hadoop.yarn.server.resourcemanager.reservation
Subinterfaces of PlanContext in org.apache.hadoop.yarn.server.resourcemanager.reservationModifier and TypeInterfaceDescriptioninterfaceA Plan represents the central data structure of a reservation system that maintains the "agenda" for the cluster.interfaceThis interface groups the methods used to modify the state of a Plan.(package private) interfaceorg.apache.hadoop.yarn.server.resourcemanager.reservation.PlanViewThis interface provides a read-only view on the allocations made in this plan.Classes in org.apache.hadoop.yarn.server.resourcemanager.reservation that implement PlanContextModifier and TypeClassDescriptionclassThis class represents an in memory representation of the state of our reservation system, and provides accelerated access to both individual reservations and aggregate utilization of resources over time.