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

java.lang.Object
  extended by org.apache.hadoop.yarn.api.records.ProtoBase<YarnServiceProtos.FinishApplicationMasterResponseProto>
      extended by org.apache.hadoop.yarn.api.protocolrecords.impl.pb.FinishApplicationMasterResponsePBImpl
All Implemented Interfaces:
FinishApplicationMasterResponse

public class FinishApplicationMasterResponsePBImpl
extends ProtoBase<YarnServiceProtos.FinishApplicationMasterResponseProto>
implements FinishApplicationMasterResponse


Constructor Summary
FinishApplicationMasterResponsePBImpl()
           
FinishApplicationMasterResponsePBImpl(YarnServiceProtos.FinishApplicationMasterResponseProto proto)
           
 
Method Summary
 YarnServiceProtos.FinishApplicationMasterResponseProto getProto()
           
 
Methods inherited from class org.apache.hadoop.yarn.api.records.ProtoBase
convertFromProtoFormat, convertToProtoFormat, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FinishApplicationMasterResponsePBImpl

public FinishApplicationMasterResponsePBImpl()

FinishApplicationMasterResponsePBImpl

public FinishApplicationMasterResponsePBImpl(YarnServiceProtos.FinishApplicationMasterResponseProto proto)
Method Detail

getProto

public YarnServiceProtos.FinishApplicationMasterResponseProto getProto()
Specified by:
getProto in class ProtoBase<YarnServiceProtos.FinishApplicationMasterResponseProto>


Copyright © 2012 Apache Software Foundation. All Rights Reserved.