Uses of Class
org.apache.hadoop.yarn.server.federation.policies.exceptions.FederationPolicyException
Packages that use FederationPolicyException
Package
Description
Federation Policies.
Exceptions for policies.
Router policies.
-
Uses of FederationPolicyException in org.apache.hadoop.yarn.server.federation.policies
Methods in org.apache.hadoop.yarn.server.federation.policies that throw FederationPolicyExceptionModifier and TypeMethodDescriptionstatic voidFederationPolicyUtils.validateSubClusterAvailability(Collection<SubClusterId> activeSubClusters, Collection<SubClusterId> blackListSubClusters) Validate if there is any active subcluster that is not blacklisted, it will throw an exception if there are no usable subclusters. -
Uses of FederationPolicyException in org.apache.hadoop.yarn.server.federation.policies.exceptions
Subclasses of FederationPolicyException in org.apache.hadoop.yarn.server.federation.policies.exceptionsModifier and TypeClassDescriptionclassThis exception is thrown when the initialization of a federation policy is not successful.classThis exception is thrown when policies cannot locate any active cluster.classThis exception is thrown whenever a policy is given aSubClusterIdthat is unknown. -
Uses of FederationPolicyException in org.apache.hadoop.yarn.server.federation.policies.router
Methods in org.apache.hadoop.yarn.server.federation.policies.router that throw FederationPolicyExceptionModifier and TypeMethodDescriptionvoidAbstractRouterPolicy.validate(org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext appSubmissionContext)