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 and Description |
---|---|
abstract ApplicationHomeSubCluster |
GetApplicationHomeSubClusterResponse.getApplicationHomeSubCluster()
Get the
ApplicationHomeSubCluster representing the mapping of the
application to it's home sub-cluster. |
abstract ApplicationHomeSubCluster |
AddApplicationHomeSubClusterRequest.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,
SubClusterId homeSubCluster) |
Modifier and Type | Method and Description |
---|---|
abstract 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 and Description |
---|---|
static GetApplicationHomeSubClusterResponse |
GetApplicationHomeSubClusterResponse.newInstance(ApplicationHomeSubCluster applicationHomeSubCluster) |
static AddApplicationHomeSubClusterRequest |
AddApplicationHomeSubClusterRequest.newInstance(ApplicationHomeSubCluster applicationHomeSubCluster) |
static UpdateApplicationHomeSubClusterRequest |
UpdateApplicationHomeSubClusterRequest.newInstance(ApplicationHomeSubCluster applicationHomeSubCluster) |
abstract void |
GetApplicationHomeSubClusterResponse.setApplicationHomeSubCluster(ApplicationHomeSubCluster applicationHomeSubCluster)
Set the
ApplicationHomeSubCluster representing the mapping of the
application to it's home sub-cluster. |
abstract void |
AddApplicationHomeSubClusterRequest.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 and Description |
---|---|
static GetApplicationsHomeSubClusterResponse |
GetApplicationsHomeSubClusterResponse.newInstance(List<ApplicationHomeSubCluster> appsHomeSubClusters) |
abstract void |
GetApplicationsHomeSubClusterResponse.setAppsHomeSubClusters(List<ApplicationHomeSubCluster> appsHomeSubClusters)
Set the
ApplicationHomeSubCluster list representing the mapping of
all submitted applications to it's home sub-cluster. |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationHomeSubClusterPBImpl
Protocol buffer based implementation of
ApplicationHomeSubCluster . |
Modifier and Type | Method and Description |
---|---|
ApplicationHomeSubCluster |
GetApplicationHomeSubClusterResponsePBImpl.getApplicationHomeSubCluster() |
ApplicationHomeSubCluster |
UpdateApplicationHomeSubClusterRequestPBImpl.getApplicationHomeSubCluster() |
ApplicationHomeSubCluster |
AddApplicationHomeSubClusterRequestPBImpl.getApplicationHomeSubCluster() |
Modifier and Type | Method and Description |
---|---|
List<ApplicationHomeSubCluster> |
GetApplicationsHomeSubClusterResponsePBImpl.getAppsHomeSubClusters() |
Modifier and Type | Method and Description |
---|---|
void |
GetApplicationHomeSubClusterResponsePBImpl.setApplicationHomeSubCluster(ApplicationHomeSubCluster applicationInfo) |
void |
UpdateApplicationHomeSubClusterRequestPBImpl.setApplicationHomeSubCluster(ApplicationHomeSubCluster applicationInfo) |
void |
AddApplicationHomeSubClusterRequestPBImpl.setApplicationHomeSubCluster(ApplicationHomeSubCluster applicationInfo) |
Modifier and Type | Method and Description |
---|---|
void |
GetApplicationsHomeSubClusterResponsePBImpl.setAppsHomeSubClusters(List<ApplicationHomeSubCluster> appsHomeSubClusters) |
Modifier and Type | Method and Description |
---|---|
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 . |
Copyright © 2020 Apache Software Foundation. All rights reserved.