Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.converter |
This package contains classes related to the Fair Scheduler ->
Capacity Scheduler conversion.
|
Modifier and Type | Method and Description |
---|---|
static FSConfigToCSConfigConverterParams.PreemptionMode |
FSConfigToCSConfigConverterParams.PreemptionMode.fromString(String cliOption) |
FSConfigToCSConfigConverterParams.PreemptionMode |
FSConfigToCSConfigConverterParams.getPreemptionMode() |
static FSConfigToCSConfigConverterParams.PreemptionMode |
FSConfigToCSConfigConverterParams.PreemptionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FSConfigToCSConfigConverterParams.PreemptionMode[] |
FSConfigToCSConfigConverterParams.PreemptionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FSYarnSiteConverter.convertSiteProperties(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.conf.Configuration yarnSiteConfig,
boolean drfUsed,
boolean enableAsyncScheduler,
boolean userPercentage,
FSConfigToCSConfigConverterParams.PreemptionMode preemptionMode) |
FSConfigToCSConfigConverterParams.Builder |
FSConfigToCSConfigConverterParams.Builder.withDisablePreemption(FSConfigToCSConfigConverterParams.PreemptionMode preemptionMode) |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.