Class MRJobCounterHelper.GroupAndCounterNames

  • Enclosing class:
    MRJobCounterHelper

    public static class MRJobCounterHelper.GroupAndCounterNames
    extends java.lang.Object
    Bundle counter group name and counter name in this POJO
    • Constructor Summary

      Constructors 
      Constructor Description
      GroupAndCounterNames​(java.lang.String groupName, java.lang.String counterName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCounterName()  
      java.lang.String getGroupName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GroupAndCounterNames

        public GroupAndCounterNames​(java.lang.String groupName,
                                    java.lang.String counterName)
    • Method Detail

      • getGroupName

        public java.lang.String getGroupName()
      • getCounterName

        public java.lang.String getCounterName()