Class KillJobResponsePBImpl

java.lang.Object
org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.KillJobResponseProto>
org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillJobResponsePBImpl
All Implemented Interfaces:
KillJobResponse

public class KillJobResponsePBImpl extends org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.KillJobResponseProto> implements KillJobResponse
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    KillJobResponsePBImpl(org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.KillJobResponseProto proto)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.KillJobResponseProto
     

    Methods inherited from class org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase

    convertFromProtoFormat, convertToProtoFormat, equals, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • KillJobResponsePBImpl

      public KillJobResponsePBImpl()
    • KillJobResponsePBImpl

      public KillJobResponsePBImpl(org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.KillJobResponseProto proto)
  • Method Details

    • getProto

      public org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.KillJobResponseProto getProto()
      Specified by:
      getProto in class org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.KillJobResponseProto>