Class KillTaskResponsePBImpl

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

public class KillTaskResponsePBImpl extends org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.KillTaskResponseProto> implements KillTaskResponse
  • Constructor Summary

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

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

    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

    • KillTaskResponsePBImpl

      public KillTaskResponsePBImpl()
    • KillTaskResponsePBImpl

      public KillTaskResponsePBImpl(org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.KillTaskResponseProto proto)
  • Method Details

    • getProto

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