Uses of Interface
org.apache.hadoop.yarn.server.federation.resolver.SubClusterResolver
Packages that use SubClusterResolver
Package
Description
Federation Policies.
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
-
Uses of SubClusterResolver in org.apache.hadoop.yarn.server.federation.policies
Methods in org.apache.hadoop.yarn.server.federation.policies that return SubClusterResolverModifier and TypeMethodDescriptionFederationPolicyInitializationContext.getFederationSubclusterResolver()Getter for theSubClusterResolver.Methods in org.apache.hadoop.yarn.server.federation.policies with parameters of type SubClusterResolverModifier and TypeMethodDescriptionvoidFederationPolicyInitializationContext.setFederationSubclusterResolver(SubClusterResolver federationSubclusterResolver) Setter for theSubClusterResolver.Constructors in org.apache.hadoop.yarn.server.federation.policies with parameters of type SubClusterResolverModifierConstructorDescriptionFederationPolicyInitializationContext(SubClusterPolicyConfiguration policy, SubClusterResolver resolver, FederationStateStoreFacade storeFacade, SubClusterId home) RouterPolicyFacade(org.apache.hadoop.conf.Configuration conf, FederationStateStoreFacade facade, SubClusterResolver resolver, SubClusterId homeSubcluster) -
Uses of SubClusterResolver in org.apache.hadoop.yarn.server.federation.resolver
Classes in org.apache.hadoop.yarn.server.federation.resolver that implement SubClusterResolverModifier and TypeClassDescriptionclassPartial implementation ofSubClusterResolver, containing basic implementations of the read methods.classDefault simple sub-cluster and rack resolver class. -
Uses of SubClusterResolver in org.apache.hadoop.yarn.server.federation.utils
Methods in org.apache.hadoop.yarn.server.federation.utils that return SubClusterResolverModifier and TypeMethodDescriptionFederationStateStoreFacade.getSubClusterResolver()Get the singleton instance of SubClusterResolver.