Package | Description |
---|---|
org.apache.hadoop.yarn.server.federation.policies.router |
Router policies.
|
Modifier and Type | Class and Description |
---|---|
class |
HashBasedRouterPolicy
This
FederationRouterPolicy pick a subcluster based on the hash of
the job's queue name. |
class |
LoadBasedRouterPolicy
This implements a simple load-balancing policy.
|
class |
PriorityRouterPolicy
This implements a policy that interprets "weights" as a ordered list of
preferences among sub-clusters.
|
class |
RejectRouterPolicy
This
FederationRouterPolicy simply rejects all incoming requests. |
class |
UniformRandomRouterPolicy
This simple policy picks at uniform random among any of the currently active
subclusters.
|
class |
WeightedRandomRouterPolicy
This policy implements a weighted random sample among currently active
sub-clusters.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.