@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
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 . |
String |
toString() |
newInstance
public 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()
DeleteApplicationHomeSubClusterRequest
ApplicationId
to be removed from
Federation state store
.getApplicationId
in class DeleteApplicationHomeSubClusterRequest
public void setApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId applicationId)
DeleteApplicationHomeSubClusterRequest
ApplicationId
to be removed from
Federation state store
.setApplicationId
in class DeleteApplicationHomeSubClusterRequest
applicationId
- the identifier of the application to be removed from
Federation State Store.Copyright © 2008–2023 Apache Software Foundation. All rights reserved.