@InterfaceAudience.Private @InterfaceStability.Unstable public abstract class GetApplicationsHomeSubClusterResponse extends Object
The response sent by Federation state
store
to a query for the home subcluster of all submitted
applications.
The response includes the mapping details, i.e.:
ApplicationId
SubClusterId
Constructor and Description |
---|
GetApplicationsHomeSubClusterResponse() |
Modifier and Type | Method and Description |
---|---|
abstract List<ApplicationHomeSubCluster> |
getAppsHomeSubClusters()
Get the
ApplicationHomeSubCluster list representing the mapping of
all submitted applications to it's home sub-cluster. |
static GetApplicationsHomeSubClusterResponse |
newInstance(List<ApplicationHomeSubCluster> appsHomeSubClusters) |
abstract void |
setAppsHomeSubClusters(List<ApplicationHomeSubCluster> appsHomeSubClusters)
Set the
ApplicationHomeSubCluster list representing the mapping of
all submitted applications to it's home sub-cluster. |
public GetApplicationsHomeSubClusterResponse()
@InterfaceAudience.Private @InterfaceStability.Unstable public static GetApplicationsHomeSubClusterResponse newInstance(List<ApplicationHomeSubCluster> appsHomeSubClusters)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract List<ApplicationHomeSubCluster> getAppsHomeSubClusters()
ApplicationHomeSubCluster
list representing the mapping of
all submitted applications to it's home sub-cluster.@InterfaceAudience.Private @InterfaceStability.Unstable public abstract void setAppsHomeSubClusters(List<ApplicationHomeSubCluster> appsHomeSubClusters)
ApplicationHomeSubCluster
list representing the mapping of
all submitted applications to it's home sub-cluster.appsHomeSubClusters
- the mapping of all submitted application to it's
home sub-cluster.Copyright © 2022 Apache Software Foundation. All rights reserved.