Uses of Class
org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterPolicyConfigurationRequest
Packages that use GetSubClusterPolicyConfigurationRequest
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 GetSubClusterPolicyConfigurationRequest in org.apache.hadoop.yarn.server.federation.store
Methods in org.apache.hadoop.yarn.server.federation.store with parameters of type GetSubClusterPolicyConfigurationRequestModifier and TypeMethodDescriptionFederationPolicyStore.getPolicyConfiguration(GetSubClusterPolicyConfigurationRequest request) Get the policy configuration for a given queue. -
Uses of GetSubClusterPolicyConfigurationRequest in org.apache.hadoop.yarn.server.federation.store.impl
Methods in org.apache.hadoop.yarn.server.federation.store.impl with parameters of type GetSubClusterPolicyConfigurationRequestModifier and TypeMethodDescriptionMemoryFederationStateStore.getPolicyConfiguration(GetSubClusterPolicyConfigurationRequest request) SQLFederationStateStore.getPolicyConfiguration(GetSubClusterPolicyConfigurationRequest request) ZookeeperFederationStateStore.getPolicyConfiguration(GetSubClusterPolicyConfigurationRequest request) -
Uses of GetSubClusterPolicyConfigurationRequest in org.apache.hadoop.yarn.server.federation.store.records
Methods in org.apache.hadoop.yarn.server.federation.store.records that return GetSubClusterPolicyConfigurationRequestModifier and TypeMethodDescriptionGetSubClusterPolicyConfigurationRequest.newInstance(String queueName) -
Uses of GetSubClusterPolicyConfigurationRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
Subclasses of GetSubClusterPolicyConfigurationRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pbModifier and TypeClassDescriptionclassProtocol buffer based implementation ofGetSubClusterPolicyConfigurationRequest. -
Uses of GetSubClusterPolicyConfigurationRequest in org.apache.hadoop.yarn.server.federation.store.utils
Methods in org.apache.hadoop.yarn.server.federation.store.utils with parameters of type GetSubClusterPolicyConfigurationRequestModifier and TypeMethodDescriptionstatic voidFederationPolicyStoreInputValidator.validate(GetSubClusterPolicyConfigurationRequest request) Quick validation on the input to check some obvious fail conditions (fail fast).