Uses of Class
org.apache.hadoop.mapreduce.counters.Limits

Packages that use Limits
org.apache.hadoop.mapreduce.counters This package contains the implementations of different types of map-reduce counters. 
 

Uses of Limits in org.apache.hadoop.mapreduce.counters
 

Methods in org.apache.hadoop.mapreduce.counters that return Limits
 Limits AbstractCounters.limits()
           
 

Methods in org.apache.hadoop.mapreduce.counters with parameters of type Limits
protected abstract  G CounterGroupFactory.newGenericGroup(String name, String displayName, Limits limits)
          Abstract factory method to create a generic (vs framework) counter group
 G CounterGroupFactory.newGroup(String name, Limits limits)
          Create a new counter group
 G CounterGroupFactory.newGroup(String name, String displayName, Limits limits)
          Create a new counter group
 

Constructors in org.apache.hadoop.mapreduce.counters with parameters of type Limits
AbstractCounterGroup(String name, String displayName, Limits limits)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.