Class DeleteReservationHomeSubClusterRequestPBImpl

java.lang.Object
org.apache.hadoop.yarn.server.federation.store.records.DeleteReservationHomeSubClusterRequest
org.apache.hadoop.yarn.server.federation.store.records.impl.pb.DeleteReservationHomeSubClusterRequestPBImpl

@Private @Unstable public class DeleteReservationHomeSubClusterRequestPBImpl extends DeleteReservationHomeSubClusterRequest
Protocol buffer based implementation of DeleteReservationHomeSubClusterRequest.
  • Constructor Details

    • DeleteReservationHomeSubClusterRequestPBImpl

      public DeleteReservationHomeSubClusterRequestPBImpl()
    • DeleteReservationHomeSubClusterRequestPBImpl

      public DeleteReservationHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.DeleteReservationHomeSubClusterRequestProto proto)
  • Method Details

    • getProto

      public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.DeleteReservationHomeSubClusterRequestProto 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
    • getReservationId

      public org.apache.hadoop.yarn.api.records.ReservationId getReservationId()
      Description copied from class: DeleteReservationHomeSubClusterRequest
      Get the identifier of the ReservationId to be removed from Federation state store .
      Specified by:
      getReservationId in class DeleteReservationHomeSubClusterRequest
      Returns:
      the identifier of the Reservation to be removed from Federation State Store.
    • setReservationId

      public void setReservationId(org.apache.hadoop.yarn.api.records.ReservationId reservationId)
      Description copied from class: DeleteReservationHomeSubClusterRequest
      Set the identifier of the ReservationId to be removed from Federation state store .
      Specified by:
      setReservationId in class DeleteReservationHomeSubClusterRequest
      Parameters:
      reservationId - the identifier of the Reservation to be removed from Federation State Store.