@Private @Unstable public class GetApplicationHomeSubClusterRequestPBImpl extends GetApplicationHomeSubClusterRequest
GetApplicationHomeSubClusterRequest.| Constructor | Description |
|---|---|
GetApplicationHomeSubClusterRequestPBImpl() |
|
GetApplicationHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationHomeSubClusterRequestProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.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.
|
java.lang.String |
toString() |
newInstance, newInstancepublic GetApplicationHomeSubClusterRequestPBImpl()
public GetApplicationHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationHomeSubClusterRequestProto proto)
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationHomeSubClusterRequestProto getProto()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
GetApplicationHomeSubClusterRequestApplicationId representing the unique identifier of the
application.getApplicationId in class GetApplicationHomeSubClusterRequestpublic void setApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId applicationId)
GetApplicationHomeSubClusterRequestApplicationId representing the unique identifier of the
application.setApplicationId in class GetApplicationHomeSubClusterRequestapplicationId - the application identifierpublic boolean getContainsAppSubmissionContext()
GetApplicationHomeSubClusterRequestgetContainsAppSubmissionContext in class GetApplicationHomeSubClusterRequestpublic void setContainsAppSubmissionContext(boolean containsAppSubmissionContext)
GetApplicationHomeSubClusterRequestsetContainsAppSubmissionContext in class GetApplicationHomeSubClusterRequestcontainsAppSubmissionContext - whether to return appSubmissionContext.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.