| 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 | Description |
|---|---|---|
GetSubClusterPolicyConfigurationResponse |
FederationPolicyStore.getPolicyConfiguration(GetSubClusterPolicyConfigurationRequest request) |
Get the policy configuration for a given queue.
|
| Modifier and Type | Method | Description |
|---|---|---|
GetSubClusterPolicyConfigurationResponse |
MemoryFederationStateStore.getPolicyConfiguration(GetSubClusterPolicyConfigurationRequest request) |
|
GetSubClusterPolicyConfigurationResponse |
SQLFederationStateStore.getPolicyConfiguration(GetSubClusterPolicyConfigurationRequest request) |
|
GetSubClusterPolicyConfigurationResponse |
ZookeeperFederationStateStore.getPolicyConfiguration(GetSubClusterPolicyConfigurationRequest request) |
| Modifier and Type | Method | Description |
|---|---|---|
static GetSubClusterPolicyConfigurationRequest |
GetSubClusterPolicyConfigurationRequest.newInstance(java.lang.String queueName) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
GetSubClusterPolicyConfigurationRequestPBImpl |
Protocol buffer based implementation of
GetSubClusterPolicyConfigurationRequest. |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
FederationPolicyStoreInputValidator.validate(GetSubClusterPolicyConfigurationRequest request) |
Quick validation on the input to check some obvious fail conditions (fail
fast).
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.