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

java.lang.Object
  extended by org.apache.hadoop.yarn.api.protocolrecords.FinishApplicationMasterResponse
      extended by org.apache.hadoop.yarn.api.protocolrecords.impl.pb.FinishApplicationMasterResponsePBImpl

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class FinishApplicationMasterResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.FinishApplicationMasterResponse


Constructor Summary
FinishApplicationMasterResponsePBImpl()
           
FinishApplicationMasterResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.FinishApplicationMasterResponseProto proto)
           
 
Method Summary
 boolean equals(Object other)
           
 boolean getIsUnregistered()
           
 org.apache.hadoop.yarn.proto.YarnServiceProtos.FinishApplicationMasterResponseProto getProto()
           
 int hashCode()
           
 void setIsUnregistered(boolean isUnregistered)
           
 String toString()
           
 
Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.FinishApplicationMasterResponse
newInstance
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FinishApplicationMasterResponsePBImpl

public FinishApplicationMasterResponsePBImpl()

FinishApplicationMasterResponsePBImpl

public FinishApplicationMasterResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.FinishApplicationMasterResponseProto proto)
Method Detail

getProto

public org.apache.hadoop.yarn.proto.YarnServiceProtos.FinishApplicationMasterResponseProto 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

getIsUnregistered

public boolean getIsUnregistered()
Specified by:
getIsUnregistered in class org.apache.hadoop.yarn.api.protocolrecords.FinishApplicationMasterResponse

setIsUnregistered

public void setIsUnregistered(boolean isUnregistered)
Specified by:
setIsUnregistered in class org.apache.hadoop.yarn.api.protocolrecords.FinishApplicationMasterResponse


Copyright © 2014 Apache Software Foundation. All Rights Reserved.