org.apache.hadoop.yarn.api.protocolrecords.impl.pb
Class ReservationSubmissionResponsePBImpl

java.lang.Object
  extended by org.apache.hadoop.yarn.api.protocolrecords.ReservationSubmissionResponse
      extended by org.apache.hadoop.yarn.api.protocolrecords.impl.pb.ReservationSubmissionResponsePBImpl

public class ReservationSubmissionResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.ReservationSubmissionResponse


Constructor Summary
ReservationSubmissionResponsePBImpl()
           
ReservationSubmissionResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.ReservationSubmissionResponseProto proto)
           
 
Method Summary
 boolean equals(Object other)
           
 org.apache.hadoop.yarn.proto.YarnServiceProtos.ReservationSubmissionResponseProto getProto()
           
 org.apache.hadoop.yarn.api.records.ReservationId getReservationId()
           
 int hashCode()
           
 void setReservationId(org.apache.hadoop.yarn.api.records.ReservationId reservationId)
           
 String toString()
           
 
Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.ReservationSubmissionResponse
newInstance
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReservationSubmissionResponsePBImpl

public ReservationSubmissionResponsePBImpl()

ReservationSubmissionResponsePBImpl

public ReservationSubmissionResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.ReservationSubmissionResponseProto proto)
Method Detail

getProto

public org.apache.hadoop.yarn.proto.YarnServiceProtos.ReservationSubmissionResponseProto getProto()

getReservationId

public org.apache.hadoop.yarn.api.records.ReservationId getReservationId()
Specified by:
getReservationId in class org.apache.hadoop.yarn.api.protocolrecords.ReservationSubmissionResponse

setReservationId

public void setReservationId(org.apache.hadoop.yarn.api.records.ReservationId reservationId)
Specified by:
setReservationId in class org.apache.hadoop.yarn.api.protocolrecords.ReservationSubmissionResponse

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


Copyright © 2014 Apache Software Foundation. All Rights Reserved.