GetApplicationHomeSubClusterResponsePBImpl@Private
@Unstable
public abstract class GetApplicationHomeSubClusterResponse
extends java.lang.Object
The response sent by Federation state
store to a query for the home subcluster of a newly submitted
application.
The request includes the mapping details, i.e.:
ApplicationIdSubClusterId| Constructor | Description |
|---|---|
GetApplicationHomeSubClusterResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract ApplicationHomeSubCluster |
getApplicationHomeSubCluster() |
Get the
ApplicationHomeSubCluster representing the mapping of the
application to it's home sub-cluster. |
static GetApplicationHomeSubClusterResponse |
newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId,
SubClusterId homeSubCluster) |
|
static GetApplicationHomeSubClusterResponse |
newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId,
SubClusterId homeSubCluster,
long createTime) |
|
static GetApplicationHomeSubClusterResponse |
newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId,
SubClusterId homeSubCluster,
long createTime,
org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext context) |
|
abstract void |
setApplicationHomeSubCluster(ApplicationHomeSubCluster applicationHomeSubCluster) |
Set the
ApplicationHomeSubCluster representing the mapping of the
application to it's home sub-cluster. |
public GetApplicationHomeSubClusterResponse()
@Private @Unstable public static GetApplicationHomeSubClusterResponse newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId, SubClusterId homeSubCluster)
@Private @Unstable public static GetApplicationHomeSubClusterResponse newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId, SubClusterId homeSubCluster, long createTime)
@Private @Unstable public static GetApplicationHomeSubClusterResponse newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId, SubClusterId homeSubCluster, long createTime, org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext context)
@Public @Unstable public abstract ApplicationHomeSubCluster getApplicationHomeSubCluster()
ApplicationHomeSubCluster representing the mapping of the
application to it's home sub-cluster.@Private @Unstable public abstract void setApplicationHomeSubCluster(ApplicationHomeSubCluster applicationHomeSubCluster)
ApplicationHomeSubCluster representing the mapping of the
application to it's home sub-cluster.applicationHomeSubCluster - the mapping of the application to it's
home sub-cluster.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.