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