| Package | Description |
|---|---|
| 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.utils |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract ApplicationHomeSubCluster |
AddApplicationHomeSubClusterRequest.getApplicationHomeSubCluster() |
Get the
ApplicationHomeSubCluster representing the mapping of the
application to it's home sub-cluster. |
abstract ApplicationHomeSubCluster |
GetApplicationHomeSubClusterResponse.getApplicationHomeSubCluster() |
Get the
ApplicationHomeSubCluster representing the mapping of the
application to it's home sub-cluster. |
abstract ApplicationHomeSubCluster |
UpdateApplicationHomeSubClusterRequest.getApplicationHomeSubCluster() |
Get the
ApplicationHomeSubCluster representing the mapping of the
application to it's home sub-cluster. |
static ApplicationHomeSubCluster |
ApplicationHomeSubCluster.newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId,
long createTime,
SubClusterId homeSubCluster) |
|
static ApplicationHomeSubCluster |
ApplicationHomeSubCluster.newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId,
long createTime,
SubClusterId homeSubCluster,
org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext appSubmissionContext) |
|
static ApplicationHomeSubCluster |
ApplicationHomeSubCluster.newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId,
SubClusterId homeSubCluster) |
|
static ApplicationHomeSubCluster |
ApplicationHomeSubCluster.newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId,
SubClusterId homeSubCluster,
org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext appSubmissionContext) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.List<ApplicationHomeSubCluster> |
GetApplicationsHomeSubClusterResponse.getAppsHomeSubClusters() |
Get the
ApplicationHomeSubCluster list representing the mapping of
all submitted applications to it's home sub-cluster. |
| Modifier and Type | Method | Description |
|---|---|---|
static AddApplicationHomeSubClusterRequest |
AddApplicationHomeSubClusterRequest.newInstance(ApplicationHomeSubCluster applicationHomeSubCluster) |
|
static UpdateApplicationHomeSubClusterRequest |
UpdateApplicationHomeSubClusterRequest.newInstance(ApplicationHomeSubCluster applicationHomeSubCluster) |
|
abstract void |
AddApplicationHomeSubClusterRequest.setApplicationHomeSubCluster(ApplicationHomeSubCluster applicationHomeSubCluster) |
Set the
ApplicationHomeSubCluster representing the mapping of the
application to it's home sub-cluster. |
abstract void |
GetApplicationHomeSubClusterResponse.setApplicationHomeSubCluster(ApplicationHomeSubCluster applicationHomeSubCluster) |
Set the
ApplicationHomeSubCluster representing the mapping of the
application to it's home sub-cluster. |
abstract void |
UpdateApplicationHomeSubClusterRequest.setApplicationHomeSubCluster(ApplicationHomeSubCluster applicationHomeSubCluster) |
Set the
ApplicationHomeSubCluster representing the mapping of the
application to it's home sub-cluster. |
| Modifier and Type | Method | Description |
|---|---|---|
static GetApplicationsHomeSubClusterResponse |
GetApplicationsHomeSubClusterResponse.newInstance(java.util.List<ApplicationHomeSubCluster> appsHomeSubClusters) |
|
abstract void |
GetApplicationsHomeSubClusterResponse.setAppsHomeSubClusters(java.util.List<ApplicationHomeSubCluster> appsHomeSubClusters) |
Set the
ApplicationHomeSubCluster list representing the mapping of
all submitted applications to it's home sub-cluster. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ApplicationHomeSubClusterPBImpl |
Protocol buffer based implementation of
ApplicationHomeSubCluster. |
| Modifier and Type | Method | Description |
|---|---|---|
ApplicationHomeSubCluster |
AddApplicationHomeSubClusterRequestPBImpl.getApplicationHomeSubCluster() |
|
ApplicationHomeSubCluster |
GetApplicationHomeSubClusterResponsePBImpl.getApplicationHomeSubCluster() |
|
ApplicationHomeSubCluster |
UpdateApplicationHomeSubClusterRequestPBImpl.getApplicationHomeSubCluster() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ApplicationHomeSubCluster> |
GetApplicationsHomeSubClusterResponsePBImpl.getAppsHomeSubClusters() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AddApplicationHomeSubClusterRequestPBImpl.setApplicationHomeSubCluster(ApplicationHomeSubCluster applicationInfo) |
|
void |
GetApplicationHomeSubClusterResponsePBImpl.setApplicationHomeSubCluster(ApplicationHomeSubCluster applicationInfo) |
|
void |
UpdateApplicationHomeSubClusterRequestPBImpl.setApplicationHomeSubCluster(ApplicationHomeSubCluster applicationInfo) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
GetApplicationsHomeSubClusterResponsePBImpl.setAppsHomeSubClusters(java.util.List<ApplicationHomeSubCluster> appsHomeSubClusters) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ApplicationHomeSubCluster> |
FederationStateStoreFacade.getApplicationsHomeSubCluster() |
Get the
ApplicationHomeSubCluster list representing the mapping of
all submitted applications to it's home sub-cluster. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
FederationStateStoreFacade.addApplicationHomeSubCluster(org.apache.hadoop.yarn.api.records.ApplicationId applicationId,
ApplicationHomeSubCluster homeSubCluster) |
Add ApplicationHomeSubCluster to FederationStateStore.
|
SubClusterId |
FederationStateStoreFacade.addApplicationHomeSubCluster(ApplicationHomeSubCluster appHomeSubCluster) |
Adds the home
SubClusterId for the specified ApplicationId. |
void |
FederationStateStoreFacade.updateApplicationHomeSubCluster(ApplicationHomeSubCluster appHomeSubCluster) |
Updates the home
SubClusterId for the specified
ApplicationId. |
void |
FederationStateStoreFacade.updateApplicationHomeSubCluster(SubClusterId subClusterId,
org.apache.hadoop.yarn.api.records.ApplicationId applicationId,
ApplicationHomeSubCluster homeSubCluster) |
Update ApplicationHomeSubCluster to FederationStateStore.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.