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 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()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getApplicationId

      public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
      Description copied from class: DeleteApplicationHomeSubClusterRequest
      Get the identifier of the ApplicationId to be removed from Federation state store .
      Specified by:
      getApplicationId in class DeleteApplicationHomeSubClusterRequest
      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: DeleteApplicationHomeSubClusterRequest
      Set the identifier of the ApplicationId to be removed from Federation state store .
      Specified by:
      setApplicationId in class DeleteApplicationHomeSubClusterRequest
      Parameters:
      applicationId - the identifier of the application to be removed from Federation State Store.