Class DeleteApplicationHomeSubClusterRequest
java.lang.Object
org.apache.hadoop.yarn.server.federation.store.records.DeleteApplicationHomeSubClusterRequest
- Direct Known Subclasses:
DeleteApplicationHomeSubClusterRequestPBImpl
The request to
Federation state store to delete the mapping of
home subcluster of a submitted application.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.apache.hadoop.yarn.api.records.ApplicationIdGet the identifier of theApplicationIdto be removed fromFederation state store.newInstance(org.apache.hadoop.yarn.api.records.ApplicationId applicationId) abstract voidsetApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId applicationId) Set the identifier of theApplicationIdto be removed fromFederation state store.
-
Constructor Details
-
DeleteApplicationHomeSubClusterRequest
public DeleteApplicationHomeSubClusterRequest()
-
-
Method Details
-
newInstance
@Private @Unstable public static DeleteApplicationHomeSubClusterRequest newInstance(org.apache.hadoop.yarn.api.records.ApplicationId applicationId) -
getApplicationId
@Public @Unstable public abstract org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()Get the identifier of theApplicationIdto be removed fromFederation state store.- Returns:
- the identifier of the application to be removed from Federation State Store.
-
setApplicationId
@Private @Unstable public abstract void setApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId applicationId) Set the identifier of theApplicationIdto be removed fromFederation state store.- Parameters:
applicationId- the identifier of the application to be removed from Federation State Store.
-