Class GetCountersRequestPBImpl

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

public class GetCountersRequestPBImpl extends org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetCountersRequestProto> implements GetCountersRequest
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
     
    org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetCountersRequestProto
     
    void
    setJobId(JobId jobId)
     

    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

    • GetCountersRequestPBImpl

      public GetCountersRequestPBImpl()
    • GetCountersRequestPBImpl

      public GetCountersRequestPBImpl(org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetCountersRequestProto proto)
  • Method Details

    • getProto

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

      public JobId getJobId()
      Specified by:
      getJobId in interface GetCountersRequest
    • setJobId

      public void setJobId(JobId jobId)
      Specified by:
      setJobId in interface GetCountersRequest