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