@Private @Unstable public class DeleteApplicationHomeSubClusterRequestPBImpl extends DeleteApplicationHomeSubClusterRequest
DeleteApplicationHomeSubClusterRequest.| Constructor | Description |
|---|---|
DeleteApplicationHomeSubClusterRequestPBImpl() |
|
DeleteApplicationHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.DeleteApplicationHomeSubClusterRequestProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
org.apache.hadoop.yarn.api.records.ApplicationId |
getApplicationId() |
Get the identifier of the
ApplicationId to be removed from
Federation 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
ApplicationId to be removed from
Federation state store . |
java.lang.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 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()
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–2025 Apache Software Foundation. All rights reserved.