Uses of Class
org.apache.hadoop.yarn.server.federation.store.records.SubClusterIdInfo
Packages that use SubClusterIdInfo
Package
Description
DAO objects for serializing/deserializing policy configurations.
-
Uses of SubClusterIdInfo in org.apache.hadoop.yarn.server.federation.policies.dao
Methods in org.apache.hadoop.yarn.server.federation.policies.dao that return types with arguments of type SubClusterIdInfoModifier and TypeMethodDescriptionWeightedPolicyInfo.getAMRMPolicyWeights()Getter for AMRMProxy weights.WeightedPolicyInfo.getRouterPolicyWeights()Getter of the router weights.Method parameters in org.apache.hadoop.yarn.server.federation.policies.dao with type arguments of type SubClusterIdInfoModifier and TypeMethodDescriptionvoidWeightedPolicyInfo.setAMRMPolicyWeights(Map<SubClusterIdInfo, Float> policyWeights) Setter method for ARMRMProxy weights.voidWeightedPolicyInfo.setRouterPolicyWeights(Map<SubClusterIdInfo, Float> policyWeights) Setter method for Router weights.