| 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 |
|---|---|---|
GetApplicationHomeSubClusterResponse |
FederationApplicationHomeSubClusterStore.getApplicationHomeSubCluster(GetApplicationHomeSubClusterRequest request) |
Get information about the application identified by the input
ApplicationId. |
| Modifier and Type | Method | Description |
|---|---|---|
GetApplicationHomeSubClusterResponse |
MemoryFederationStateStore.getApplicationHomeSubCluster(GetApplicationHomeSubClusterRequest request) |
|
GetApplicationHomeSubClusterResponse |
SQLFederationStateStore.getApplicationHomeSubCluster(GetApplicationHomeSubClusterRequest request) |
|
GetApplicationHomeSubClusterResponse |
ZookeeperFederationStateStore.getApplicationHomeSubCluster(GetApplicationHomeSubClusterRequest request) |
Get information about the application identified by the input
ApplicationId. |
| Modifier and Type | Method | Description |
|---|---|---|
static GetApplicationHomeSubClusterRequest |
GetApplicationHomeSubClusterRequest.newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId) |
|
static GetApplicationHomeSubClusterRequest |
GetApplicationHomeSubClusterRequest.newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId,
boolean containsAppSubmissionContext) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
GetApplicationHomeSubClusterRequestPBImpl |
Protocol buffer based implementation of
GetApplicationHomeSubClusterRequest. |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
FederationApplicationHomeSubClusterStoreInputValidator.validate(GetApplicationHomeSubClusterRequest request) |
Quick validation on the input to check some obvious fail conditions (fail
fast).
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.