Home
last modified time | relevance | path

Searched refs:throwBadFrameGroupIdException (Results 1 – 1 of 1) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/counters/
H A DCounterGroupFactory.java124 if (id < 0 || id >= i2s.size()) throwBadFrameGroupIdException(id); in newFrameworkGroup()
128 if (gf == null) throwBadFrameGroupIdException(id); in newFrameworkGroup()
161 private static void throwBadFrameGroupIdException(int id) { in throwBadFrameGroupIdException() method in CounterGroupFactory