public class SchedulerInfo extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected ResourceInfo | maxAllocResource | 
| protected int | maximumClusterPriority | 
| protected ResourceInfo | minAllocResource | 
| protected String | schedulerName | 
| protected EnumSet<org.apache.hadoop.yarn.proto.YarnServiceProtos.SchedulerResourceTypes> | schedulingResourceTypes | 
| Constructor and Description | 
|---|
| SchedulerInfo() | 
| SchedulerInfo(ResourceManager rm) | 
| Modifier and Type | Method and Description | 
|---|---|
| ResourceInfo | getMaxAllocation() | 
| int | getMaxClusterLevelAppPriority() | 
| ResourceInfo | getMinAllocation() | 
| String | getSchedulerResourceTypes() | 
| String | getSchedulerType() | 
protected String schedulerName
protected ResourceInfo minAllocResource
protected ResourceInfo maxAllocResource
protected EnumSet<org.apache.hadoop.yarn.proto.YarnServiceProtos.SchedulerResourceTypes> schedulingResourceTypes
protected int maximumClusterPriority
public SchedulerInfo()
public SchedulerInfo(ResourceManager rm)
public String getSchedulerType()
public ResourceInfo getMinAllocation()
public ResourceInfo getMaxAllocation()
public String getSchedulerResourceTypes()
public int getMaxClusterLevelAppPriority()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.