Class DeleteApplicationHomeSubClusterRequestPBImpl
java.lang.Object
org.apache.hadoop.yarn.server.federation.store.records.DeleteApplicationHomeSubClusterRequest
org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteApplicationHomeSubClusterRequestPBImpl
@Private
@Unstable
public class DeleteApplicationHomeSubClusterRequestPBImpl
extends DeleteApplicationHomeSubClusterRequest
Protocol buffer based implementation of
DeleteApplicationHomeSubClusterRequest.-
Constructor Summary
ConstructorsConstructorDescriptionDeleteApplicationHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.DeleteApplicationHomeSubClusterRequestProto proto) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.hadoop.yarn.api.records.ApplicationIdGet the identifier of theApplicationIdto be removed fromFederation state store.org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.DeleteApplicationHomeSubClusterRequestProtogetProto()inthashCode()voidsetApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId applicationId) Set the identifier of theApplicationIdto be removed fromFederation state store.toString()Methods inherited from class org.apache.hadoop.yarn.server.federation.store.records.DeleteApplicationHomeSubClusterRequest
newInstance
-
Constructor Details
-
DeleteApplicationHomeSubClusterRequestPBImpl
public DeleteApplicationHomeSubClusterRequestPBImpl() -
DeleteApplicationHomeSubClusterRequestPBImpl
public DeleteApplicationHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.DeleteApplicationHomeSubClusterRequestProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.DeleteApplicationHomeSubClusterRequestProto getProto() -
hashCode
public int hashCode() -
equals
-
toString
-
getApplicationId
public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()Description copied from class:DeleteApplicationHomeSubClusterRequestGet the identifier of theApplicationIdto be removed fromFederation state store.- Specified by:
getApplicationIdin classDeleteApplicationHomeSubClusterRequest- Returns:
- the identifier of the application to be removed from Federation State Store.
-
setApplicationId
public void setApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId applicationId) Description copied from class:DeleteApplicationHomeSubClusterRequestSet the identifier of theApplicationIdto be removed fromFederation state store.- Specified by:
setApplicationIdin classDeleteApplicationHomeSubClusterRequest- Parameters:
applicationId- the identifier of the application to be removed from Federation State Store.
-