Uses of Class
org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterPoliciesConfigurationsResponse
Packages that use GetSubClusterPoliciesConfigurationsResponse
Package
Description
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.
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.
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
-
Uses of GetSubClusterPoliciesConfigurationsResponse in org.apache.hadoop.yarn.server.federation.cache
Methods in org.apache.hadoop.yarn.server.federation.cache with parameters of type GetSubClusterPoliciesConfigurationsResponseModifier and TypeMethodDescriptionstatic Map<String,SubClusterPolicyConfiguration> FederationCache.buildPolicyConfigMap(GetSubClusterPoliciesConfigurationsResponse response) According to the response, build PolicyConfigMap. -
Uses of GetSubClusterPoliciesConfigurationsResponse in org.apache.hadoop.yarn.server.federation.store
Methods in org.apache.hadoop.yarn.server.federation.store that return GetSubClusterPoliciesConfigurationsResponseModifier and TypeMethodDescriptionFederationPolicyStore.getPoliciesConfigurations(GetSubClusterPoliciesConfigurationsRequest request) Get a map of all queue-to-policy configurations. -
Uses of GetSubClusterPoliciesConfigurationsResponse in org.apache.hadoop.yarn.server.federation.store.impl
Methods in org.apache.hadoop.yarn.server.federation.store.impl that return GetSubClusterPoliciesConfigurationsResponseModifier and TypeMethodDescriptionMemoryFederationStateStore.getPoliciesConfigurations(GetSubClusterPoliciesConfigurationsRequest request) SQLFederationStateStore.getPoliciesConfigurations(GetSubClusterPoliciesConfigurationsRequest request) ZookeeperFederationStateStore.getPoliciesConfigurations(GetSubClusterPoliciesConfigurationsRequest request) -
Uses of GetSubClusterPoliciesConfigurationsResponse in org.apache.hadoop.yarn.server.federation.store.records
Methods in org.apache.hadoop.yarn.server.federation.store.records that return GetSubClusterPoliciesConfigurationsResponseModifier and TypeMethodDescriptionGetSubClusterPoliciesConfigurationsResponse.newInstance(List<SubClusterPolicyConfiguration> policyConfigurations) -
Uses of GetSubClusterPoliciesConfigurationsResponse in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
Subclasses of GetSubClusterPoliciesConfigurationsResponse in org.apache.hadoop.yarn.server.federation.store.records.impl.pbModifier and TypeClassDescriptionclassProtocol buffer based implementation ofGetSubClusterPoliciesConfigurationsResponse.