GetApplicationsHomeSubClusterResponsePBImpl@Private
@Unstable
public abstract class GetApplicationsHomeSubClusterResponse
extends java.lang.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.:
ApplicationIdSubClusterId| Constructor | Description |
|---|---|
GetApplicationsHomeSubClusterResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.List<ApplicationHomeSubCluster> |
getAppsHomeSubClusters() |
Get the
ApplicationHomeSubCluster list representing the mapping of
all submitted applications to it's home sub-cluster. |
static GetApplicationsHomeSubClusterResponse |
newInstance(java.util.List<ApplicationHomeSubCluster> appsHomeSubClusters) |
|
abstract void |
setAppsHomeSubClusters(java.util.List<ApplicationHomeSubCluster> appsHomeSubClusters) |
Set the
ApplicationHomeSubCluster list representing the mapping of
all submitted applications to it's home sub-cluster. |
public GetApplicationsHomeSubClusterResponse()
@Private @Unstable public static GetApplicationsHomeSubClusterResponse newInstance(java.util.List<ApplicationHomeSubCluster> appsHomeSubClusters)
@Public @Unstable public abstract java.util.List<ApplicationHomeSubCluster> getAppsHomeSubClusters()
ApplicationHomeSubCluster list representing the mapping of
all submitted applications to it's home sub-cluster.@Private @Unstable public abstract void setAppsHomeSubClusters(java.util.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 © 2008–2025 Apache Software Foundation. All rights reserved.