@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. |
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. |
String |
toString() |
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 identifierCopyright © 2008–2020 Apache Software Foundation. All rights reserved.