@InterfaceAudience.Private @InterfaceStability.Unstable public class DeleteApplicationHomeSubClusterRequestPBImpl extends DeleteApplicationHomeSubClusterRequest
DeleteApplicationHomeSubClusterRequest.| Constructor and Description | 
|---|
| DeleteApplicationHomeSubClusterRequestPBImpl() | 
| DeleteApplicationHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.DeleteApplicationHomeSubClusterRequestProto proto) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| org.apache.hadoop.yarn.api.records.ApplicationId | getApplicationId()Get the identifier of the  ApplicationIdto be removed fromFederation state store. | 
| org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.DeleteApplicationHomeSubClusterRequestProto | getProto() | 
| int | hashCode() | 
| void | setApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId applicationId)Set the identifier of the  ApplicationIdto be removed fromFederation state store. | 
| String | toString() | 
newInstancepublic DeleteApplicationHomeSubClusterRequestPBImpl()
public DeleteApplicationHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.DeleteApplicationHomeSubClusterRequestProto proto)
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.DeleteApplicationHomeSubClusterRequestProto getProto()
public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
DeleteApplicationHomeSubClusterRequestApplicationId to be removed from
 Federation state store .getApplicationId in class DeleteApplicationHomeSubClusterRequestpublic void setApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId applicationId)
DeleteApplicationHomeSubClusterRequestApplicationId to be removed from
 Federation state store .setApplicationId in class DeleteApplicationHomeSubClusterRequestapplicationId - the identifier of the application to be removed from
          Federation State Store.Copyright © 2008–2023 Apache Software Foundation. All rights reserved.