GetApplicationHomeSubClusterRequestPBImpl@Private
@Unstable
public abstract class GetApplicationHomeSubClusterRequest
extends java.lang.Object
ApplicationId.| Constructor | Description |
|---|---|
GetApplicationHomeSubClusterRequest() |
| Modifier and Type | Method | 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.
|
@Private @Unstable public static GetApplicationHomeSubClusterRequest newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId)
@Private @Unstable public static GetApplicationHomeSubClusterRequest newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId, boolean containsAppSubmissionContext)
@Public @Unstable public abstract org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
ApplicationId representing the unique identifier of the
application.@Private @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@Public @Unstable public abstract boolean getContainsAppSubmissionContext()
@Public @Unstable public abstract void setContainsAppSubmissionContext(boolean containsAppSubmissionContext)
containsAppSubmissionContext - whether to return appSubmissionContext.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.