| 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 |
|---|---|---|
UpdateApplicationHomeSubClusterResponse |
FederationApplicationHomeSubClusterStore.updateApplicationHomeSubCluster(UpdateApplicationHomeSubClusterRequest request) |
Update the home
SubClusterId of a previously submitted
ApplicationId. |
| Modifier and Type | Method | Description |
|---|---|---|
UpdateApplicationHomeSubClusterResponse |
MemoryFederationStateStore.updateApplicationHomeSubCluster(UpdateApplicationHomeSubClusterRequest request) |
|
UpdateApplicationHomeSubClusterResponse |
SQLFederationStateStore.updateApplicationHomeSubCluster(UpdateApplicationHomeSubClusterRequest request) |
|
UpdateApplicationHomeSubClusterResponse |
ZookeeperFederationStateStore.updateApplicationHomeSubCluster(UpdateApplicationHomeSubClusterRequest request) |
Update the home
SubClusterId of a previously submitted
ApplicationId. |
| Modifier and Type | Method | Description |
|---|---|---|
static UpdateApplicationHomeSubClusterRequest |
UpdateApplicationHomeSubClusterRequest.newInstance(ApplicationHomeSubCluster applicationHomeSubCluster) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
UpdateApplicationHomeSubClusterRequestPBImpl |
Protocol buffer based implementation of
UpdateApplicationHomeSubClusterRequest . |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
FederationApplicationHomeSubClusterStoreInputValidator.validate(UpdateApplicationHomeSubClusterRequest request) |
Quick validation on the input to check some obvious fail conditions (fail
fast).
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.