@InterfaceAudience.Private @InterfaceStability.Unstable public class GetApplicationHomeSubClusterRequestPBImpl extends GetApplicationHomeSubClusterRequest
GetApplicationHomeSubClusterRequest
.Constructor and Description |
---|
GetApplicationHomeSubClusterRequestPBImpl() |
GetApplicationHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationHomeSubClusterRequestProto proto) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
org.apache.hadoop.yarn.api.records.ApplicationId |
getApplicationId()
Get the
ApplicationId representing the unique identifier of the
application. |
boolean |
getContainsAppSubmissionContext()
Get the flag that indicates whether appSubmissionContext should be
returned.
|
org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationHomeSubClusterRequestProto |
getProto() |
int |
hashCode() |
void |
setApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId applicationId)
Set the
ApplicationId representing the unique identifier of the
application. |
void |
setContainsAppSubmissionContext(boolean containsAppSubmissionContext)
Set the flag that indicates whether appSubmissionContext should be
returned.
|
String |
toString() |
newInstance, newInstance
public GetApplicationHomeSubClusterRequestPBImpl()
public GetApplicationHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationHomeSubClusterRequestProto proto)
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationHomeSubClusterRequestProto getProto()
public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
GetApplicationHomeSubClusterRequest
ApplicationId
representing the unique identifier of the
application.getApplicationId
in class GetApplicationHomeSubClusterRequest
public void setApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId applicationId)
GetApplicationHomeSubClusterRequest
ApplicationId
representing the unique identifier of the
application.setApplicationId
in class GetApplicationHomeSubClusterRequest
applicationId
- the application identifierpublic boolean getContainsAppSubmissionContext()
GetApplicationHomeSubClusterRequest
getContainsAppSubmissionContext
in class GetApplicationHomeSubClusterRequest
public void setContainsAppSubmissionContext(boolean containsAppSubmissionContext)
GetApplicationHomeSubClusterRequest
setContainsAppSubmissionContext
in class GetApplicationHomeSubClusterRequest
containsAppSubmissionContext
- whether to return appSubmissionContext.Copyright © 2008–2024 Apache Software Foundation. All rights reserved.