Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.AppSchedulingInfo
Packages that use AppSchedulingInfo
Package
Description
Package org.apache.hadoop.yarn.server.resourcemanager.scheduler.placement
contains classes related to application monitor.
-
Uses of AppSchedulingInfo in org.apache.hadoop.yarn.server.resourcemanager.scheduler
Fields in org.apache.hadoop.yarn.server.resourcemanager.scheduler declared as AppSchedulingInfoModifier and TypeFieldDescriptionprotected final AppSchedulingInfoSchedulerApplicationAttempt.appSchedulingInfoMethods in org.apache.hadoop.yarn.server.resourcemanager.scheduler that return AppSchedulingInfoMethods in org.apache.hadoop.yarn.server.resourcemanager.scheduler with parameters of type AppSchedulingInfoModifier and TypeMethodDescriptionstatic AppPlacementAllocator<SchedulerNode>ApplicationPlacementAllocatorFactory.getAppPlacementAllocator(String appPlacementAllocatorName, AppSchedulingInfo appSchedulingInfo, org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey schedulerRequestKey, RMContext rmContext) Get AppPlacementAllocator related to the placement type requested.voidQueueMetrics.moveAppFrom(AppSchedulingInfo app, boolean unmanagedAM) voidQueueMetrics.moveAppTo(AppSchedulingInfo app, boolean unmanagedAM) voidAppSchedulingInfo.transferStateFromPreviousAppSchedulingInfo(AppSchedulingInfo appInfo) -
Uses of AppSchedulingInfo in org.apache.hadoop.yarn.server.resourcemanager.scheduler.placement
Fields in org.apache.hadoop.yarn.server.resourcemanager.scheduler.placement declared as AppSchedulingInfoModifier and TypeFieldDescriptionprotected AppSchedulingInfoAppPlacementAllocator.appSchedulingInfoMethods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.placement with parameters of type AppSchedulingInfoModifier and TypeMethodDescriptionvoidAppPlacementAllocator.initialize(AppSchedulingInfo appSchedulingInfo, org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey schedulerRequestKey, RMContext rmContext) Initialize this allocator, this will be called by Factory automatically.voidLocalityAppPlacementAllocator.initialize(AppSchedulingInfo appSchedulingInfo, org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey schedulerRequestKey, RMContext rmContext) voidSingleConstraintAppPlacementAllocator.initialize(AppSchedulingInfo appSchedulingInfo, org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey schedulerRequestKey, RMContext rmContext)