Package | Description |
---|---|
org.apache.hadoop.yarn.server.federation.store |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
org.apache.hadoop.yarn.server.federation.store.impl |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
org.apache.hadoop.yarn.server.federation.store.records |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
org.apache.hadoop.yarn.server.federation.store.records.impl.pb |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
org.apache.hadoop.yarn.server.federation.store.utils |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
SetSubClusterPolicyConfigurationResponse |
FederationPolicyStore.setPolicyConfiguration(SetSubClusterPolicyConfigurationRequest request)
Set the policy configuration for a given queue.
|
Modifier and Type | Method and Description |
---|---|
SetSubClusterPolicyConfigurationResponse |
SQLFederationStateStore.setPolicyConfiguration(SetSubClusterPolicyConfigurationRequest request) |
SetSubClusterPolicyConfigurationResponse |
MemoryFederationStateStore.setPolicyConfiguration(SetSubClusterPolicyConfigurationRequest request) |
SetSubClusterPolicyConfigurationResponse |
ZookeeperFederationStateStore.setPolicyConfiguration(SetSubClusterPolicyConfigurationRequest request) |
Modifier and Type | Method and Description |
---|---|
static SetSubClusterPolicyConfigurationRequest |
SetSubClusterPolicyConfigurationRequest.newInstance(SubClusterPolicyConfiguration policy) |
Modifier and Type | Class and Description |
---|---|
class |
SetSubClusterPolicyConfigurationRequestPBImpl
Protocol buffer based implementation of
SetSubClusterPolicyConfigurationRequest . |
Modifier and Type | Method and Description |
---|---|
static void |
FederationPolicyStoreInputValidator.validate(SetSubClusterPolicyConfigurationRequest request)
Quick validation on the input to check some obvious fail conditions (fail
fast).
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.