@InterfaceAudience.Private @InterfaceStability.Unstable public abstract class GetApplicationHomeSubClusterRequest extends Object
ApplicationId
.Constructor and Description |
---|
GetApplicationHomeSubClusterRequest() |
Modifier and Type | Method and Description |
---|---|
abstract org.apache.hadoop.yarn.api.records.ApplicationId |
getApplicationId()
Get the
ApplicationId representing the unique identifier of the
application. |
abstract boolean |
getContainsAppSubmissionContext()
Get the flag that indicates whether appSubmissionContext should be
returned.
|
static GetApplicationHomeSubClusterRequest |
newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId) |
static GetApplicationHomeSubClusterRequest |
newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId,
boolean containsAppSubmissionContext) |
abstract void |
setApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId applicationId)
Set the
ApplicationId representing the unique identifier of the
application. |
abstract void |
setContainsAppSubmissionContext(boolean containsAppSubmissionContext)
Set the flag that indicates whether appSubmissionContext should be
returned.
|
@InterfaceAudience.Private @InterfaceStability.Unstable public static GetApplicationHomeSubClusterRequest newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId)
@InterfaceAudience.Private @InterfaceStability.Unstable public static GetApplicationHomeSubClusterRequest newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId, boolean containsAppSubmissionContext)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
ApplicationId
representing the unique identifier of the
application.@InterfaceAudience.Private @InterfaceStability.Unstable public abstract void setApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId applicationId)
ApplicationId
representing the unique identifier of the
application.applicationId
- the application identifier@InterfaceAudience.Public @InterfaceStability.Unstable public abstract boolean getContainsAppSubmissionContext()
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract void setContainsAppSubmissionContext(boolean containsAppSubmissionContext)
containsAppSubmissionContext
- whether to return appSubmissionContext.Copyright © 2008–2024 Apache Software Foundation. All rights reserved.