Package | Description |
---|---|
org.apache.hadoop.yarn.server.globalpolicygenerator.policygenerator |
Classes comprising the policy generator for the GPG.
|
Modifier and Type | Class and Description |
---|---|
class |
LoadBasedGlobalPolicy
Load based policy that generates weighted policies by scaling
the cluster load (based on pending) to a weight from 0.0 to 1.0.
|
class |
NoOpGlobalPolicy
Default policy that does not update any policy configurations.
|
class |
UniformWeightedLocalityGlobalPolicy
Simple policy that generates and updates uniform weighted locality
policies.
|
Modifier and Type | Method and Description |
---|---|
GlobalPolicy |
PolicyGenerator.getPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
PolicyGenerator.setPolicy(GlobalPolicy policy) |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.