Class MRJobCounterHelper.GroupAndCounterNames

java.lang.Object
com.linkedin.venice.hadoop.mapreduce.counter.MRJobCounterHelper.GroupAndCounterNames
Enclosing class:
MRJobCounterHelper

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

    • GroupAndCounterNames

      public GroupAndCounterNames(String groupName, String counterName)
  • Method Details

    • getGroupName

      public String getGroupName()
    • getCounterName

      public String getCounterName()