source: proiecte/HadoopJUnit/hadoop-0.20.1/docs/jdiff/user_comments_for_hadoop_0.19.2_to_hadoop_0.20.1.xml @ 120

Last change on this file since 120 was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

  • Property svn:executable set to *
File size: 174.4 KB
Line 
1<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
2<comments
3  xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
4  xsi:noNamespaceSchemaLocation='comments.xsd'
5  name="hadoop_0.19.2_to_hadoop_0.20.1"
6  jdversion="1.0.9">
7
8<!-- This file contains comments for a JDiff report. -->
9<!-- It is used only in generating the report, and does not need to ship with the final report. -->
10
11<!-- The id attribute in an identifier element identifiers the change as noted in the report. -->
12<!-- An id has the form package[.class[.[ctor|method|field].signature]], where [] indicates optional text. -->
13<!-- A comment element can have multiple identifier elements, which will -->
14<!-- will cause the same text to appear at each place in the report, but -->
15<!-- will be converted to separate comments when the comments file is used. -->
16<!-- HTML tags in the text field will appear in the report. -->
17<comment>
18  <identifier id="org.apache.hadoop"/>
19  <text>
20    InsertCommentsHere
21  </text>
22</comment>
23<comment>
24  <identifier id="org.apache.hadoop.HadoopVersionAnnotation"/>
25  <text>
26    InsertCommentsHere
27  </text>
28</comment>
29<comment>
30  <identifier id="org.apache.hadoop.HadoopVersionAnnotation.date_added()"/>
31  <text>
32    InsertCommentsHere
33  </text>
34</comment>
35<comment>
36  <identifier id="org.apache.hadoop.HadoopVersionAnnotation.revision_added()"/>
37  <text>
38    InsertCommentsHere
39  </text>
40</comment>
41<comment>
42  <identifier id="org.apache.hadoop.HadoopVersionAnnotation.url_added()"/>
43  <text>
44    InsertCommentsHere
45  </text>
46</comment>
47<comment>
48  <identifier id="org.apache.hadoop.HadoopVersionAnnotation.user_added()"/>
49  <text>
50    InsertCommentsHere
51  </text>
52</comment>
53<comment>
54  <identifier id="org.apache.hadoop.HadoopVersionAnnotation.version_added()"/>
55  <text>
56    InsertCommentsHere
57  </text>
58</comment>
59<comment>
60  <identifier id="org.apache.hadoop.conf"/>
61  <text>
62    InsertCommentsHere
63  </text>
64</comment>
65<comment>
66  <identifier id="org.apache.hadoop.conf.Configuration"/>
67  <text>
68    InsertCommentsHere
69  </text>
70</comment>
71<comment>
72  <identifier id="org.apache.hadoop.conf.Configuration.addDefaultResource_added(java.lang.String)"/>
73  <text>
74    InsertCommentsHere
75  </text>
76</comment>
77<comment>
78  <identifier id="org.apache.hadoop.conf.Configuration.getClassByName_changed(java.lang.String)"/>
79  <text>
80    InsertCommentsHere
81  </text>
82</comment>
83<comment>
84  <identifier id="org.apache.hadoop.conf.Configuration.getClass_added(java.lang.String, java.lang.Class)"/>
85  <text>
86    InsertCommentsHere
87  </text>
88</comment>
89<comment>
90  <identifier id="org.apache.hadoop.conf.Configuration.getClass_added(java.lang.String, java.lang.Class, java.lang.Class)"/>
91  <text>
92    InsertCommentsHere
93  </text>
94</comment>
95<comment>
96  <identifier id="org.apache.hadoop.conf.Configuration.getClass_removed(java.lang.String, java.lang.Class<? extends U>, java.lang.Class<U>)"/>
97  <text>
98    InsertCommentsHere
99  </text>
100</comment>
101<comment>
102  <identifier id="org.apache.hadoop.conf.Configuration.getClass_removed(java.lang.String, java.lang.Class<?>)"/>
103  <text>
104    InsertCommentsHere
105  </text>
106</comment>
107<comment>
108  <identifier id="org.apache.hadoop.conf.Configuration.getStringCollection_changed(java.lang.String)"/>
109  <text>
110    InsertCommentsHere
111  </text>
112</comment>
113<comment>
114  <identifier id="org.apache.hadoop.conf.Configuration.iterator_changed()"/>
115  <text>
116    InsertCommentsHere
117  </text>
118</comment>
119<comment>
120  <identifier id="org.apache.hadoop.conf.Configuration.setBooleanIfUnset_added(java.lang.String, boolean)"/>
121  <text>
122    InsertCommentsHere
123  </text>
124</comment>
125<comment>
126  <identifier id="org.apache.hadoop.conf.Configuration.setClass_changed(java.lang.String, java.lang.Class, java.lang.Class)"/>
127  <text>
128    InsertCommentsHere
129  </text>
130</comment>
131<comment>
132  <identifier id="org.apache.hadoop.conf.Configuration.setFloat_added(java.lang.String, float)"/>
133  <text>
134    InsertCommentsHere
135  </text>
136</comment>
137<comment>
138  <identifier id="org.apache.hadoop.conf.Configuration.setIfUnset_added(java.lang.String, java.lang.String)"/>
139  <text>
140    InsertCommentsHere
141  </text>
142</comment>
143<comment>
144  <identifier id="org.apache.hadoop.fs"/>
145  <text>
146    InsertCommentsHere
147  </text>
148</comment>
149<comment>
150  <identifier id="org.apache.hadoop.fs.BlockLocation"/>
151  <text>
152    InsertCommentsHere
153  </text>
154</comment>
155<comment>
156  <identifier id="org.apache.hadoop.fs.BlockLocation.ctor_added(java.lang.String[], java.lang.String[], java.lang.String[], long, long)"/>
157  <text>
158    InsertCommentsHere
159  </text>
160</comment>
161<comment>
162  <identifier id="org.apache.hadoop.fs.BlockLocation.getTopologyPaths_added()"/>
163  <text>
164    InsertCommentsHere
165  </text>
166</comment>
167<comment>
168  <identifier id="org.apache.hadoop.fs.BlockLocation.setTopologyPaths_added(java.lang.String[])"/>
169  <text>
170    InsertCommentsHere
171  </text>
172</comment>
173<comment>
174  <identifier id="org.apache.hadoop.fs.ChecksumFileSystem"/>
175  <text>
176    InsertCommentsHere
177  </text>
178</comment>
179<comment>
180  <identifier id="org.apache.hadoop.fs.ChecksumFileSystem.setVerifyChecksum_added(boolean)"/>
181  <text>
182    InsertCommentsHere
183  </text>
184</comment>
185<comment>
186  <identifier id="org.apache.hadoop.fs.FSInputChecker"/>
187  <text>
188    InsertCommentsHere
189  </text>
190</comment>
191<comment>
192  <identifier id="org.apache.hadoop.fs.FSInputChecker.set_changed(boolean, java.util.zip.Checksum, int, int)"/>
193  <text>
194    InsertCommentsHere
195  </text>
196</comment>
197<comment>
198  <identifier id="org.apache.hadoop.fs.FileSystem"/>
199  <text>
200    InsertCommentsHere
201  </text>
202</comment>
203<comment>
204  <identifier id="org.apache.hadoop.fs.FileSystem.Statistics"/>
205  <text>
206    InsertCommentsHere
207  </text>
208</comment>
209<comment>
210  <identifier id="org.apache.hadoop.fs.FileSystem.Statistics.ctor_changed(java.lang.String)"/>
211  <text>
212    InsertCommentsHere
213  </text>
214</comment>
215<comment>
216  <identifier id="org.apache.hadoop.fs.FileSystem.Statistics.getScheme_added()"/>
217  <text>
218    InsertCommentsHere
219  </text>
220</comment>
221<comment>
222  <identifier id="org.apache.hadoop.fs.FileSystem.Statistics.reset_added()"/>
223  <text>
224    InsertCommentsHere
225  </text>
226</comment>
227<comment>
228  <identifier id="org.apache.hadoop.fs.FileSystem.clearStatistics_added()"/>
229  <text>
230    InsertCommentsHere
231  </text>
232</comment>
233<comment>
234  <identifier id="org.apache.hadoop.fs.FileSystem.getAllStatistics_added()"/>
235  <text>
236    InsertCommentsHere
237  </text>
238</comment>
239<comment>
240  <identifier id="org.apache.hadoop.fs.FileSystem.getName_changed()"/>
241  <text>
242    InsertCommentsHere
243  </text>
244</comment>
245<comment>
246  <identifier id="org.apache.hadoop.fs.FileSystem.getStatistics_added()"/>
247  <text>
248    InsertCommentsHere
249  </text>
250</comment>
251<comment>
252  <identifier id="org.apache.hadoop.fs.FileSystem.getStatistics_added(java.lang.String, java.lang.Class)"/>
253  <text>
254    InsertCommentsHere
255  </text>
256</comment>
257<comment>
258  <identifier id="org.apache.hadoop.fs.FileSystem.getStatistics_removed(java.lang.Class<? extends org.apache.hadoop.fs.FileSystem>)"/>
259  <text>
260    InsertCommentsHere
261  </text>
262</comment>
263<comment>
264  <identifier id="org.apache.hadoop.fs.FileSystem.initialize_changed(java.net.URI, org.apache.hadoop.conf.Configuration)"/>
265  <text>
266    InsertCommentsHere
267  </text>
268</comment>
269<comment>
270  <identifier id="org.apache.hadoop.fs.FileSystem.parseArgs_removed(java.lang.String[], int, org.apache.hadoop.conf.Configuration)"/>
271  <text>
272    InsertCommentsHere
273  </text>
274</comment>
275<comment>
276  <identifier id="org.apache.hadoop.fs.FileSystem.setVerifyChecksum_added(boolean)"/>
277  <text>
278    InsertCommentsHere
279  </text>
280</comment>
281<comment>
282  <identifier id="org.apache.hadoop.fs.FileSystem.statistics"/>
283  <text>
284    InsertCommentsHere
285  </text>
286</comment>
287<comment>
288  <identifier id="org.apache.hadoop.fs.FilterFileSystem"/>
289  <text>
290    InsertCommentsHere
291  </text>
292</comment>
293<comment>
294  <identifier id="org.apache.hadoop.fs.FilterFileSystem.setVerifyChecksum_added(boolean)"/>
295  <text>
296    InsertCommentsHere
297  </text>
298</comment>
299<comment>
300  <identifier id="org.apache.hadoop.fs.FsShell"/>
301  <text>
302    InsertCommentsHere
303  </text>
304</comment>
305<comment>
306  <identifier id="org.apache.hadoop.fs.FsShell.byteDesc_changed(long)"/>
307  <text>
308    InsertCommentsHere
309  </text>
310</comment>
311<comment>
312  <identifier id="org.apache.hadoop.fs.FsShell.limitDecimalTo2_changed(double)"/>
313  <text>
314    InsertCommentsHere
315  </text>
316</comment>
317<comment>
318  <identifier id="org.apache.hadoop.fs.RawLocalFileSystem"/>
319  <text>
320    InsertCommentsHere
321  </text>
322</comment>
323<comment>
324  <identifier id="org.apache.hadoop.fs.RawLocalFileSystem.initialize_changed(java.net.URI, org.apache.hadoop.conf.Configuration)"/>
325  <text>
326    InsertCommentsHere
327  </text>
328</comment>
329<comment>
330  <identifier id="org.apache.hadoop.fs.RawLocalFileSystem.lock_removed(org.apache.hadoop.fs.Path, boolean)"/>
331  <text>
332    InsertCommentsHere
333  </text>
334</comment>
335<comment>
336  <identifier id="org.apache.hadoop.fs.RawLocalFileSystem.release_removed(org.apache.hadoop.fs.Path)"/>
337  <text>
338    InsertCommentsHere
339  </text>
340</comment>
341<comment>
342  <identifier id="org.apache.hadoop.fs.permission"/>
343  <text>
344    InsertCommentsHere
345  </text>
346</comment>
347<comment>
348  <identifier id="org.apache.hadoop.fs.permission.AccessControlException"/>
349  <text>
350    InsertCommentsHere
351  </text>
352</comment>
353<comment>
354  <identifier id="org.apache.hadoop.fs.permission.AccessControlException.ctor_added(java.lang.Throwable)"/>
355  <text>
356    InsertCommentsHere
357  </text>
358</comment>
359<comment>
360  <identifier id="org.apache.hadoop.fs.permission.FsAction"/>
361  <text>
362    InsertCommentsHere
363  </text>
364</comment>
365<comment>
366  <identifier id="org.apache.hadoop.fs.permission.FsAction.ALL"/>
367  <text>
368    InsertCommentsHere
369  </text>
370</comment>
371<comment>
372  <identifier id="org.apache.hadoop.fs.permission.FsAction.EXECUTE"/>
373  <text>
374    InsertCommentsHere
375  </text>
376</comment>
377<comment>
378  <identifier id="org.apache.hadoop.fs.permission.FsAction.INDEX"/>
379  <text>
380    InsertCommentsHere
381  </text>
382</comment>
383<comment>
384  <identifier id="org.apache.hadoop.fs.permission.FsAction.NONE"/>
385  <text>
386    InsertCommentsHere
387  </text>
388</comment>
389<comment>
390  <identifier id="org.apache.hadoop.fs.permission.FsAction.READ"/>
391  <text>
392    InsertCommentsHere
393  </text>
394</comment>
395<comment>
396  <identifier id="org.apache.hadoop.fs.permission.FsAction.READ_EXECUTE"/>
397  <text>
398    InsertCommentsHere
399  </text>
400</comment>
401<comment>
402  <identifier id="org.apache.hadoop.fs.permission.FsAction.READ_WRITE"/>
403  <text>
404    InsertCommentsHere
405  </text>
406</comment>
407<comment>
408  <identifier id="org.apache.hadoop.fs.permission.FsAction.WRITE"/>
409  <text>
410    InsertCommentsHere
411  </text>
412</comment>
413<comment>
414  <identifier id="org.apache.hadoop.fs.permission.FsAction.WRITE_EXECUTE"/>
415  <text>
416    InsertCommentsHere
417  </text>
418</comment>
419<comment>
420  <identifier id="org.apache.hadoop.fs.s3"/>
421  <text>
422    InsertCommentsHere
423  </text>
424</comment>
425<comment>
426  <identifier id="org.apache.hadoop.fs.s3.FileSystemStore"/>
427  <text>
428    InsertCommentsHere
429  </text>
430</comment>
431<comment>
432  <identifier id="org.apache.hadoop.fs.s3.FileSystemStore.listDeepSubPaths_changed(org.apache.hadoop.fs.Path)"/>
433  <text>
434    InsertCommentsHere
435  </text>
436</comment>
437<comment>
438  <identifier id="org.apache.hadoop.fs.s3.FileSystemStore.listSubPaths_changed(org.apache.hadoop.fs.Path)"/>
439  <text>
440    InsertCommentsHere
441  </text>
442</comment>
443<comment>
444  <identifier id="org.apache.hadoop.fs.shell"/>
445  <text>
446    InsertCommentsHere
447  </text>
448</comment>
449<comment>
450  <identifier id="org.apache.hadoop.fs.shell.CommandFormat"/>
451  <text>
452    InsertCommentsHere
453  </text>
454</comment>
455<comment>
456  <identifier id="org.apache.hadoop.fs.shell.CommandFormat.parse_changed(java.lang.String[], int)"/>
457  <text>
458    InsertCommentsHere
459  </text>
460</comment>
461<comment>
462  <identifier id="org.apache.hadoop.http"/>
463  <text>
464    InsertCommentsHere
465  </text>
466</comment>
467<comment>
468  <identifier id="org.apache.hadoop.http.FilterContainer"/>
469  <text>
470    InsertCommentsHere
471  </text>
472</comment>
473<comment>
474  <identifier id="org.apache.hadoop.http.FilterContainer.addFilter_changed(java.lang.String, java.lang.String, java.util.Map)"/>
475  <text>
476    InsertCommentsHere
477  </text>
478</comment>
479<comment>
480  <identifier id="org.apache.hadoop.http.FilterContainer.addGlobalFilter_added(java.lang.String, java.lang.String, java.util.Map)"/>
481  <text>
482    InsertCommentsHere
483  </text>
484</comment>
485<comment>
486  <identifier id="org.apache.hadoop.http.HttpServer"/>
487  <text>
488    InsertCommentsHere
489  </text>
490</comment>
491<comment>
492  <identifier id="org.apache.hadoop.http.HttpServer.addContext_added(org.mortbay.jetty.servlet.Context, boolean)"/>
493  <text>
494    InsertCommentsHere
495  </text>
496</comment>
497<comment>
498  <identifier id="org.apache.hadoop.http.HttpServer.addDefaultApps_changed(org.mortbay.jetty.handler.ContextHandlerCollection, java.lang.String)"/>
499  <text>
500    InsertCommentsHere
501  </text>
502</comment>
503<comment>
504  <identifier id="org.apache.hadoop.http.HttpServer.addFilterPathMapping_changed(java.lang.String, org.mortbay.jetty.servlet.Context)"/>
505  <text>
506    InsertCommentsHere
507  </text>
508</comment>
509<comment>
510  <identifier id="org.apache.hadoop.http.HttpServer.addFilter_changed(java.lang.String, java.lang.String, java.util.Map)"/>
511  <text>
512    InsertCommentsHere
513  </text>
514</comment>
515<comment>
516  <identifier id="org.apache.hadoop.http.HttpServer.addGlobalFilter_added(java.lang.String, java.lang.String, java.util.Map)"/>
517  <text>
518    InsertCommentsHere
519  </text>
520</comment>
521<comment>
522  <identifier id="org.apache.hadoop.http.HttpServer.addInternalServlet_changed(java.lang.String, java.lang.String, java.lang.Class)"/>
523  <text>
524    InsertCommentsHere
525  </text>
526</comment>
527<comment>
528  <identifier id="org.apache.hadoop.http.HttpServer.addServlet_changed(java.lang.String, java.lang.String, java.lang.Class)"/>
529  <text>
530    InsertCommentsHere
531  </text>
532</comment>
533<comment>
534  <identifier id="org.apache.hadoop.http.HttpServer.addSslListener_added(java.net.InetSocketAddress, org.apache.hadoop.conf.Configuration, boolean)"/>
535  <text>
536    InsertCommentsHere
537  </text>
538</comment>
539<comment>
540  <identifier id="org.apache.hadoop.http.HttpServer.addSslListener_changed(java.net.InetSocketAddress, java.lang.String, java.lang.String, java.lang.String)"/>
541  <text>
542    InsertCommentsHere
543  </text>
544</comment>
545<comment>
546  <identifier id="org.apache.hadoop.http.HttpServer.createBaseListener_added(org.apache.hadoop.conf.Configuration)"/>
547  <text>
548    InsertCommentsHere
549  </text>
550</comment>
551<comment>
552  <identifier id="org.apache.hadoop.http.HttpServer.defaultContexts"/>
553  <text>
554    InsertCommentsHere
555  </text>
556</comment>
557<comment>
558  <identifier id="org.apache.hadoop.http.HttpServer.defineFilter_changed(org.mortbay.jetty.servlet.Context, java.lang.String, java.lang.String, java.util.Map, java.lang.String[])"/>
559  <text>
560    InsertCommentsHere
561  </text>
562</comment>
563<comment>
564  <identifier id="org.apache.hadoop.http.HttpServer.filterNames"/>
565  <text>
566    InsertCommentsHere
567  </text>
568</comment>
569<comment>
570  <identifier id="org.apache.hadoop.http.HttpServer.join_added()"/>
571  <text>
572    InsertCommentsHere
573  </text>
574</comment>
575<comment>
576  <identifier id="org.apache.hadoop.http.HttpServer.listener"/>
577  <text>
578    InsertCommentsHere
579  </text>
580</comment>
581<comment>
582  <identifier id="org.apache.hadoop.http.HttpServer.stop_changed()"/>
583  <text>
584    InsertCommentsHere
585  </text>
586</comment>
587<comment>
588  <identifier id="org.apache.hadoop.http.HttpServer.webAppContext"/>
589  <text>
590    InsertCommentsHere
591  </text>
592</comment>
593<comment>
594  <identifier id="org.apache.hadoop.io"/>
595  <text>
596    InsertCommentsHere
597  </text>
598</comment>
599<comment>
600  <identifier id="org.apache.hadoop.io.ArrayFile.Writer"/>
601  <text>
602    InsertCommentsHere
603  </text>
604</comment>
605<comment>
606  <identifier id="org.apache.hadoop.io.ArrayFile.Writer.ctor_added(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, java.lang.Class)"/>
607  <text>
608    InsertCommentsHere
609  </text>
610</comment>
611<comment>
612  <identifier id="org.apache.hadoop.io.ArrayFile.Writer.ctor_added(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.util.Progressable)"/>
613  <text>
614    InsertCommentsHere
615  </text>
616</comment>
617<comment>
618  <identifier id="org.apache.hadoop.io.ArrayFile.Writer.ctor_removed(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, java.lang.Class<? extends org.apache.hadoop.io.Writable>)"/>
619  <text>
620    InsertCommentsHere
621  </text>
622</comment>
623<comment>
624  <identifier id="org.apache.hadoop.io.ArrayFile.Writer.ctor_removed(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, java.lang.Class<? extends org.apache.hadoop.io.Writable>, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.util.Progressable)"/>
625  <text>
626    InsertCommentsHere
627  </text>
628</comment>
629<comment>
630  <identifier id="org.apache.hadoop.io.ArrayWritable"/>
631  <text>
632    InsertCommentsHere
633  </text>
634</comment>
635<comment>
636  <identifier id="org.apache.hadoop.io.ArrayWritable.ctor_added(java.lang.Class)"/>
637  <text>
638    InsertCommentsHere
639  </text>
640</comment>
641<comment>
642  <identifier id="org.apache.hadoop.io.ArrayWritable.ctor_added(java.lang.Class, org.apache.hadoop.io.Writable[])"/>
643  <text>
644    InsertCommentsHere
645  </text>
646</comment>
647<comment>
648  <identifier id="org.apache.hadoop.io.ArrayWritable.ctor_removed(java.lang.Class<? extends org.apache.hadoop.io.Writable>)"/>
649  <text>
650    InsertCommentsHere
651  </text>
652</comment>
653<comment>
654  <identifier id="org.apache.hadoop.io.ArrayWritable.ctor_removed(java.lang.Class<? extends org.apache.hadoop.io.Writable>, org.apache.hadoop.io.Writable[])"/>
655  <text>
656    InsertCommentsHere
657  </text>
658</comment>
659<comment>
660  <identifier id="org.apache.hadoop.io.BinaryComparable"/>
661  <text>
662    InsertCommentsHere
663  </text>
664</comment>
665<comment>
666  <identifier id="org.apache.hadoop.io.BloomMapFile"/>
667  <text>
668    InsertCommentsHere
669  </text>
670</comment>
671<comment>
672  <identifier id="org.apache.hadoop.io.BloomMapFile.Reader"/>
673  <text>
674    InsertCommentsHere
675  </text>
676</comment>
677<comment>
678  <identifier id="org.apache.hadoop.io.BloomMapFile.Writer"/>
679  <text>
680    InsertCommentsHere
681  </text>
682</comment>
683<comment>
684  <identifier id="org.apache.hadoop.io.BytesWritable"/>
685  <text>
686    InsertCommentsHere
687  </text>
688</comment>
689<comment>
690  <identifier id="org.apache.hadoop.io.DefaultStringifier"/>
691  <text>
692    InsertCommentsHere
693  </text>
694</comment>
695<comment>
696  <identifier id="org.apache.hadoop.io.DefaultStringifier.ctor_changed(org.apache.hadoop.conf.Configuration, java.lang.Class)"/>
697  <text>
698    InsertCommentsHere
699  </text>
700</comment>
701<comment>
702  <identifier id="org.apache.hadoop.io.DefaultStringifier.fromString_changed(java.lang.String)"/>
703  <text>
704    InsertCommentsHere
705  </text>
706</comment>
707<comment>
708  <identifier id="org.apache.hadoop.io.DefaultStringifier.loadArray_changed(org.apache.hadoop.conf.Configuration, java.lang.String, java.lang.Class)"/>
709  <text>
710    InsertCommentsHere
711  </text>
712</comment>
713<comment>
714  <identifier id="org.apache.hadoop.io.DefaultStringifier.load_changed(org.apache.hadoop.conf.Configuration, java.lang.String, java.lang.Class)"/>
715  <text>
716    InsertCommentsHere
717  </text>
718</comment>
719<comment>
720  <identifier id="org.apache.hadoop.io.DefaultStringifier.storeArray_changed(org.apache.hadoop.conf.Configuration, java.lang.Object[], java.lang.String)"/>
721  <text>
722    InsertCommentsHere
723  </text>
724</comment>
725<comment>
726  <identifier id="org.apache.hadoop.io.DefaultStringifier.store_changed(org.apache.hadoop.conf.Configuration, java.lang.Object, java.lang.String)"/>
727  <text>
728    InsertCommentsHere
729  </text>
730</comment>
731<comment>
732  <identifier id="org.apache.hadoop.io.DefaultStringifier.toString_changed(java.lang.Object)"/>
733  <text>
734    InsertCommentsHere
735  </text>
736</comment>
737<comment>
738  <identifier id="org.apache.hadoop.io.MD5Hash"/>
739  <text>
740    InsertCommentsHere
741  </text>
742</comment>
743<comment>
744  <identifier id="org.apache.hadoop.io.MapFile"/>
745  <text>
746    InsertCommentsHere
747  </text>
748</comment>
749<comment>
750  <identifier id="org.apache.hadoop.io.MapFile.Reader"/>
751  <text>
752    InsertCommentsHere
753  </text>
754</comment>
755<comment>
756  <identifier id="org.apache.hadoop.io.MapFile.Reader.getKeyClass_changed()"/>
757  <text>
758    InsertCommentsHere
759  </text>
760</comment>
761<comment>
762  <identifier id="org.apache.hadoop.io.MapFile.Reader.getValueClass_changed()"/>
763  <text>
764    InsertCommentsHere
765  </text>
766</comment>
767<comment>
768  <identifier id="org.apache.hadoop.io.MapFile.Writer"/>
769  <text>
770    InsertCommentsHere
771  </text>
772</comment>
773<comment>
774  <identifier id="org.apache.hadoop.io.MapFile.Writer.ctor_added(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, java.lang.Class, java.lang.Class)"/>
775  <text>
776    InsertCommentsHere
777  </text>
778</comment>
779<comment>
780  <identifier id="org.apache.hadoop.io.MapFile.Writer.ctor_added(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, java.lang.Class, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType)"/>
781  <text>
782    InsertCommentsHere
783  </text>
784</comment>
785<comment>
786  <identifier id="org.apache.hadoop.io.MapFile.Writer.ctor_added(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, java.lang.Class, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.io.compress.CompressionCodec, org.apache.hadoop.util.Progressable)"/>
787  <text>
788    InsertCommentsHere
789  </text>
790</comment>
791<comment>
792  <identifier id="org.apache.hadoop.io.MapFile.Writer.ctor_added(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, java.lang.Class, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.util.Progressable)"/>
793  <text>
794    InsertCommentsHere
795  </text>
796</comment>
797<comment>
798  <identifier id="org.apache.hadoop.io.MapFile.Writer.ctor_removed(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, java.lang.Class<? extends org.apache.hadoop.io.WritableComparable>, java.lang.Class)"/>
799  <text>
800    InsertCommentsHere
801  </text>
802</comment>
803<comment>
804  <identifier id="org.apache.hadoop.io.MapFile.Writer.ctor_removed(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, java.lang.Class<? extends org.apache.hadoop.io.WritableComparable>, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType)"/>
805  <text>
806    InsertCommentsHere
807  </text>
808</comment>
809<comment>
810  <identifier id="org.apache.hadoop.io.MapFile.Writer.ctor_removed(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, java.lang.Class<? extends org.apache.hadoop.io.WritableComparable>, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.io.compress.CompressionCodec, org.apache.hadoop.util.Progressable)"/>
811  <text>
812    InsertCommentsHere
813  </text>
814</comment>
815<comment>
816  <identifier id="org.apache.hadoop.io.MapFile.Writer.ctor_removed(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, java.lang.Class<? extends org.apache.hadoop.io.WritableComparable>, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.util.Progressable)"/>
817  <text>
818    InsertCommentsHere
819  </text>
820</comment>
821<comment>
822  <identifier id="org.apache.hadoop.io.MapFile.fix_changed(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path, java.lang.Class, java.lang.Class, boolean, org.apache.hadoop.conf.Configuration)"/>
823  <text>
824    InsertCommentsHere
825  </text>
826</comment>
827<comment>
828  <identifier id="org.apache.hadoop.io.MapWritable"/>
829  <text>
830    InsertCommentsHere
831  </text>
832</comment>
833<comment>
834  <identifier id="org.apache.hadoop.io.MapWritable.entrySet_changed()"/>
835  <text>
836    InsertCommentsHere
837  </text>
838</comment>
839<comment>
840  <identifier id="org.apache.hadoop.io.MapWritable.keySet_changed()"/>
841  <text>
842    InsertCommentsHere
843  </text>
844</comment>
845<comment>
846  <identifier id="org.apache.hadoop.io.MapWritable.putAll_changed(java.util.Map)"/>
847  <text>
848    InsertCommentsHere
849  </text>
850</comment>
851<comment>
852  <identifier id="org.apache.hadoop.io.MapWritable.values_changed()"/>
853  <text>
854    InsertCommentsHere
855  </text>
856</comment>
857<comment>
858  <identifier id="org.apache.hadoop.io.MultipleIOException"/>
859  <text>
860    InsertCommentsHere
861  </text>
862</comment>
863<comment>
864  <identifier id="org.apache.hadoop.io.MultipleIOException.createIOException_changed(java.util.List)"/>
865  <text>
866    InsertCommentsHere
867  </text>
868</comment>
869<comment>
870  <identifier id="org.apache.hadoop.io.MultipleIOException.getExceptions_changed()"/>
871  <text>
872    InsertCommentsHere
873  </text>
874</comment>
875<comment>
876  <identifier id="org.apache.hadoop.io.RawComparator"/>
877  <text>
878    InsertCommentsHere
879  </text>
880</comment>
881<comment>
882  <identifier id="org.apache.hadoop.io.SequenceFile.CompressionType"/>
883  <text>
884    InsertCommentsHere
885  </text>
886</comment>
887<comment>
888  <identifier id="org.apache.hadoop.io.SequenceFile.CompressionType.BLOCK"/>
889  <text>
890    InsertCommentsHere
891  </text>
892</comment>
893<comment>
894  <identifier id="org.apache.hadoop.io.SequenceFile.CompressionType.NONE"/>
895  <text>
896    InsertCommentsHere
897  </text>
898</comment>
899<comment>
900  <identifier id="org.apache.hadoop.io.SequenceFile.CompressionType.RECORD"/>
901  <text>
902    InsertCommentsHere
903  </text>
904</comment>
905<comment>
906  <identifier id="org.apache.hadoop.io.SequenceFile.Metadata"/>
907  <text>
908    InsertCommentsHere
909  </text>
910</comment>
911<comment>
912  <identifier id="org.apache.hadoop.io.SequenceFile.Metadata.ctor_added(java.util.TreeMap)"/>
913  <text>
914    InsertCommentsHere
915  </text>
916</comment>
917<comment>
918  <identifier id="org.apache.hadoop.io.SequenceFile.Metadata.ctor_removed(java.util.TreeMap<org.apache.hadoop.io.Text, org.apache.hadoop.io.Text>)"/>
919  <text>
920    InsertCommentsHere
921  </text>
922</comment>
923<comment>
924  <identifier id="org.apache.hadoop.io.SequenceFile.Metadata.getMetadata_changed()"/>
925  <text>
926    InsertCommentsHere
927  </text>
928</comment>
929<comment>
930  <identifier id="org.apache.hadoop.io.SequenceFile.Reader"/>
931  <text>
932    InsertCommentsHere
933  </text>
934</comment>
935<comment>
936  <identifier id="org.apache.hadoop.io.SequenceFile.Reader.getKeyClass_changed()"/>
937  <text>
938    InsertCommentsHere
939  </text>
940</comment>
941<comment>
942  <identifier id="org.apache.hadoop.io.SequenceFile.Reader.getValueClass_changed()"/>
943  <text>
944    InsertCommentsHere
945  </text>
946</comment>
947<comment>
948  <identifier id="org.apache.hadoop.io.SequenceFile.Sorter"/>
949  <text>
950    InsertCommentsHere
951  </text>
952</comment>
953<comment>
954  <identifier id="org.apache.hadoop.io.SequenceFile.Sorter.ctor_added(org.apache.hadoop.fs.FileSystem, java.lang.Class, java.lang.Class, org.apache.hadoop.conf.Configuration)"/>
955  <text>
956    InsertCommentsHere
957  </text>
958</comment>
959<comment>
960  <identifier id="org.apache.hadoop.io.SequenceFile.Sorter.ctor_removed(org.apache.hadoop.fs.FileSystem, java.lang.Class<? extends org.apache.hadoop.io.WritableComparable>, java.lang.Class, org.apache.hadoop.conf.Configuration)"/>
961  <text>
962    InsertCommentsHere
963  </text>
964</comment>
965<comment>
966  <identifier id="org.apache.hadoop.io.SequenceFile.Sorter.merge_changed(java.util.List, org.apache.hadoop.fs.Path)"/>
967  <text>
968    InsertCommentsHere
969  </text>
970</comment>
971<comment>
972  <identifier id="org.apache.hadoop.io.SetFile.Writer"/>
973  <text>
974    InsertCommentsHere
975  </text>
976</comment>
977<comment>
978  <identifier id="org.apache.hadoop.io.SetFile.Writer.ctor_added(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType)"/>
979  <text>
980    InsertCommentsHere
981  </text>
982</comment>
983<comment>
984  <identifier id="org.apache.hadoop.io.SetFile.Writer.ctor_added(org.apache.hadoop.fs.FileSystem, java.lang.String, java.lang.Class)"/>
985  <text>
986    InsertCommentsHere
987  </text>
988</comment>
989<comment>
990  <identifier id="org.apache.hadoop.io.SetFile.Writer.ctor_removed(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.lang.String, java.lang.Class<? extends org.apache.hadoop.io.WritableComparable>, org.apache.hadoop.io.SequenceFile.CompressionType)"/>
991  <text>
992    InsertCommentsHere
993  </text>
994</comment>
995<comment>
996  <identifier id="org.apache.hadoop.io.SetFile.Writer.ctor_removed(org.apache.hadoop.fs.FileSystem, java.lang.String, java.lang.Class<? extends org.apache.hadoop.io.WritableComparable>)"/>
997  <text>
998    InsertCommentsHere
999  </text>
1000</comment>
1001<comment>
1002  <identifier id="org.apache.hadoop.io.SortedMapWritable"/>
1003  <text>
1004    InsertCommentsHere
1005  </text>
1006</comment>
1007<comment>
1008  <identifier id="org.apache.hadoop.io.SortedMapWritable.comparator_changed()"/>
1009  <text>
1010    InsertCommentsHere
1011  </text>
1012</comment>
1013<comment>
1014  <identifier id="org.apache.hadoop.io.SortedMapWritable.entrySet_changed()"/>
1015  <text>
1016    InsertCommentsHere
1017  </text>
1018</comment>
1019<comment>
1020  <identifier id="org.apache.hadoop.io.SortedMapWritable.headMap_changed(org.apache.hadoop.io.WritableComparable)"/>
1021  <text>
1022    InsertCommentsHere
1023  </text>
1024</comment>
1025<comment>
1026  <identifier id="org.apache.hadoop.io.SortedMapWritable.keySet_changed()"/>
1027  <text>
1028    InsertCommentsHere
1029  </text>
1030</comment>
1031<comment>
1032  <identifier id="org.apache.hadoop.io.SortedMapWritable.putAll_changed(java.util.Map)"/>
1033  <text>
1034    InsertCommentsHere
1035  </text>
1036</comment>
1037<comment>
1038  <identifier id="org.apache.hadoop.io.SortedMapWritable.subMap_changed(org.apache.hadoop.io.WritableComparable, org.apache.hadoop.io.WritableComparable)"/>
1039  <text>
1040    InsertCommentsHere
1041  </text>
1042</comment>
1043<comment>
1044  <identifier id="org.apache.hadoop.io.SortedMapWritable.tailMap_changed(org.apache.hadoop.io.WritableComparable)"/>
1045  <text>
1046    InsertCommentsHere
1047  </text>
1048</comment>
1049<comment>
1050  <identifier id="org.apache.hadoop.io.SortedMapWritable.values_changed()"/>
1051  <text>
1052    InsertCommentsHere
1053  </text>
1054</comment>
1055<comment>
1056  <identifier id="org.apache.hadoop.io.Stringifier"/>
1057  <text>
1058    InsertCommentsHere
1059  </text>
1060</comment>
1061<comment>
1062  <identifier id="org.apache.hadoop.io.Stringifier.fromString_changed(java.lang.String)"/>
1063  <text>
1064    InsertCommentsHere
1065  </text>
1066</comment>
1067<comment>
1068  <identifier id="org.apache.hadoop.io.Stringifier.toString_changed(java.lang.Object)"/>
1069  <text>
1070    InsertCommentsHere
1071  </text>
1072</comment>
1073<comment>
1074  <identifier id="org.apache.hadoop.io.Text"/>
1075  <text>
1076    InsertCommentsHere
1077  </text>
1078</comment>
1079<comment>
1080  <identifier id="org.apache.hadoop.io.WritableComparable"/>
1081  <text>
1082    InsertCommentsHere
1083  </text>
1084</comment>
1085<comment>
1086  <identifier id="org.apache.hadoop.io.WritableComparator"/>
1087  <text>
1088    InsertCommentsHere
1089  </text>
1090</comment>
1091<comment>
1092  <identifier id="org.apache.hadoop.io.WritableComparator.ctor_added(java.lang.Class)"/>
1093  <text>
1094    InsertCommentsHere
1095  </text>
1096</comment>
1097<comment>
1098  <identifier id="org.apache.hadoop.io.WritableComparator.ctor_added(java.lang.Class, boolean)"/>
1099  <text>
1100    InsertCommentsHere
1101  </text>
1102</comment>
1103<comment>
1104  <identifier id="org.apache.hadoop.io.WritableComparator.ctor_removed(java.lang.Class<? extends org.apache.hadoop.io.WritableComparable>)"/>
1105  <text>
1106    InsertCommentsHere
1107  </text>
1108</comment>
1109<comment>
1110  <identifier id="org.apache.hadoop.io.WritableComparator.ctor_removed(java.lang.Class<? extends org.apache.hadoop.io.WritableComparable>, boolean)"/>
1111  <text>
1112    InsertCommentsHere
1113  </text>
1114</comment>
1115<comment>
1116  <identifier id="org.apache.hadoop.io.WritableComparator.getKeyClass_changed()"/>
1117  <text>
1118    InsertCommentsHere
1119  </text>
1120</comment>
1121<comment>
1122  <identifier id="org.apache.hadoop.io.WritableComparator.get_changed(java.lang.Class)"/>
1123  <text>
1124    InsertCommentsHere
1125  </text>
1126</comment>
1127<comment>
1128  <identifier id="org.apache.hadoop.io.WritableFactories"/>
1129  <text>
1130    InsertCommentsHere
1131  </text>
1132</comment>
1133<comment>
1134  <identifier id="org.apache.hadoop.io.WritableFactories.newInstance_added(java.lang.Class)"/>
1135  <text>
1136    InsertCommentsHere
1137  </text>
1138</comment>
1139<comment>
1140  <identifier id="org.apache.hadoop.io.WritableFactories.newInstance_added(java.lang.Class, org.apache.hadoop.conf.Configuration)"/>
1141  <text>
1142    InsertCommentsHere
1143  </text>
1144</comment>
1145<comment>
1146  <identifier id="org.apache.hadoop.io.WritableFactories.newInstance_removed(java.lang.Class<? extends org.apache.hadoop.io.Writable>)"/>
1147  <text>
1148    InsertCommentsHere
1149  </text>
1150</comment>
1151<comment>
1152  <identifier id="org.apache.hadoop.io.WritableFactories.newInstance_removed(java.lang.Class<? extends org.apache.hadoop.io.Writable>, org.apache.hadoop.conf.Configuration)"/>
1153  <text>
1154    InsertCommentsHere
1155  </text>
1156</comment>
1157<comment>
1158  <identifier id="org.apache.hadoop.io.WritableName"/>
1159  <text>
1160    InsertCommentsHere
1161  </text>
1162</comment>
1163<comment>
1164  <identifier id="org.apache.hadoop.io.WritableName.getClass_changed(java.lang.String, org.apache.hadoop.conf.Configuration)"/>
1165  <text>
1166    InsertCommentsHere
1167  </text>
1168</comment>
1169<comment>
1170  <identifier id="org.apache.hadoop.io.WritableUtils"/>
1171  <text>
1172    InsertCommentsHere
1173  </text>
1174</comment>
1175<comment>
1176  <identifier id="org.apache.hadoop.io.WritableUtils.cloneInto_changed(org.apache.hadoop.io.Writable, org.apache.hadoop.io.Writable)"/>
1177  <text>
1178    InsertCommentsHere
1179  </text>
1180</comment>
1181<comment>
1182  <identifier id="org.apache.hadoop.io.WritableUtils.clone_changed(org.apache.hadoop.io.Writable, org.apache.hadoop.conf.Configuration)"/>
1183  <text>
1184    InsertCommentsHere
1185  </text>
1186</comment>
1187<comment>
1188  <identifier id="org.apache.hadoop.io.WritableUtils.readEnum_changed(java.io.DataInput, java.lang.Class)"/>
1189  <text>
1190    InsertCommentsHere
1191  </text>
1192</comment>
1193<comment>
1194  <identifier id="org.apache.hadoop.io.WritableUtils.writeEnum_changed(java.io.DataOutput, java.lang.Enum)"/>
1195  <text>
1196    InsertCommentsHere
1197  </text>
1198</comment>
1199<comment>
1200  <identifier id="org.apache.hadoop.io.compress"/>
1201  <text>
1202    InsertCommentsHere
1203  </text>
1204</comment>
1205<comment>
1206  <identifier id="org.apache.hadoop.io.compress.BZip2Codec"/>
1207  <text>
1208    InsertCommentsHere
1209  </text>
1210</comment>
1211<comment>
1212  <identifier id="org.apache.hadoop.io.compress.BZip2Codec.getCompressorType_changed()"/>
1213  <text>
1214    InsertCommentsHere
1215  </text>
1216</comment>
1217<comment>
1218  <identifier id="org.apache.hadoop.io.compress.BZip2Codec.getDecompressorType_changed()"/>
1219  <text>
1220    InsertCommentsHere
1221  </text>
1222</comment>
1223<comment>
1224  <identifier id="org.apache.hadoop.io.compress.BlockCompressorStream"/>
1225  <text>
1226    InsertCommentsHere
1227  </text>
1228</comment>
1229<comment>
1230  <identifier id="org.apache.hadoop.io.compress.BlockDecompressorStream"/>
1231  <text>
1232    InsertCommentsHere
1233  </text>
1234</comment>
1235<comment>
1236  <identifier id="org.apache.hadoop.io.compress.CompressionCodec"/>
1237  <text>
1238    InsertCommentsHere
1239  </text>
1240</comment>
1241<comment>
1242  <identifier id="org.apache.hadoop.io.compress.CompressionCodec.getCompressorType_changed()"/>
1243  <text>
1244    InsertCommentsHere
1245  </text>
1246</comment>
1247<comment>
1248  <identifier id="org.apache.hadoop.io.compress.CompressionCodec.getDecompressorType_changed()"/>
1249  <text>
1250    InsertCommentsHere
1251  </text>
1252</comment>
1253<comment>
1254  <identifier id="org.apache.hadoop.io.compress.CompressionCodecFactory"/>
1255  <text>
1256    InsertCommentsHere
1257  </text>
1258</comment>
1259<comment>
1260  <identifier id="org.apache.hadoop.io.compress.CompressionCodecFactory.getCodecClasses_changed(org.apache.hadoop.conf.Configuration)"/>
1261  <text>
1262    InsertCommentsHere
1263  </text>
1264</comment>
1265<comment>
1266  <identifier id="org.apache.hadoop.io.compress.CompressionCodecFactory.setCodecClasses_changed(org.apache.hadoop.conf.Configuration, java.util.List)"/>
1267  <text>
1268    InsertCommentsHere
1269  </text>
1270</comment>
1271<comment>
1272  <identifier id="org.apache.hadoop.io.compress.CompressorStream"/>
1273  <text>
1274    InsertCommentsHere
1275  </text>
1276</comment>
1277<comment>
1278  <identifier id="org.apache.hadoop.io.compress.DecompressorStream"/>
1279  <text>
1280    InsertCommentsHere
1281  </text>
1282</comment>
1283<comment>
1284  <identifier id="org.apache.hadoop.io.compress.DefaultCodec"/>
1285  <text>
1286    InsertCommentsHere
1287  </text>
1288</comment>
1289<comment>
1290  <identifier id="org.apache.hadoop.io.compress.DefaultCodec.getCompressorType_changed()"/>
1291  <text>
1292    InsertCommentsHere
1293  </text>
1294</comment>
1295<comment>
1296  <identifier id="org.apache.hadoop.io.compress.DefaultCodec.getDecompressorType_changed()"/>
1297  <text>
1298    InsertCommentsHere
1299  </text>
1300</comment>
1301<comment>
1302  <identifier id="org.apache.hadoop.io.compress.GzipCodec"/>
1303  <text>
1304    InsertCommentsHere
1305  </text>
1306</comment>
1307<comment>
1308  <identifier id="org.apache.hadoop.io.compress.GzipCodec.getCompressorType_changed()"/>
1309  <text>
1310    InsertCommentsHere
1311  </text>
1312</comment>
1313<comment>
1314  <identifier id="org.apache.hadoop.io.compress.GzipCodec.getDecompressorType_changed()"/>
1315  <text>
1316    InsertCommentsHere
1317  </text>
1318</comment>
1319<comment>
1320  <identifier id="org.apache.hadoop.io.compress.LzoCodec"/>
1321  <text>
1322    InsertCommentsHere
1323  </text>
1324</comment>
1325<comment>
1326  <identifier id="org.apache.hadoop.io.compress.LzopCodec"/>
1327  <text>
1328    InsertCommentsHere
1329  </text>
1330</comment>
1331<comment>
1332  <identifier id="org.apache.hadoop.io.compress.LzopCodec.LzopDecompressor"/>
1333  <text>
1334    InsertCommentsHere
1335  </text>
1336</comment>
1337<comment>
1338  <identifier id="org.apache.hadoop.io.compress.LzopCodec.LzopInputStream"/>
1339  <text>
1340    InsertCommentsHere
1341  </text>
1342</comment>
1343<comment>
1344  <identifier id="org.apache.hadoop.io.compress.LzopCodec.LzopOutputStream"/>
1345  <text>
1346    InsertCommentsHere
1347  </text>
1348</comment>
1349<comment>
1350  <identifier id="org.apache.hadoop.io.compress.lzo"/>
1351  <text>
1352    InsertCommentsHere
1353  </text>
1354</comment>
1355<comment>
1356  <identifier id="org.apache.hadoop.io.compress.zlib"/>
1357  <text>
1358    InsertCommentsHere
1359  </text>
1360</comment>
1361<comment>
1362  <identifier id="org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionHeader"/>
1363  <text>
1364    InsertCommentsHere
1365  </text>
1366</comment>
1367<comment>
1368  <identifier id="org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionHeader.DEFAULT_HEADER"/>
1369  <text>
1370    InsertCommentsHere
1371  </text>
1372</comment>
1373<comment>
1374  <identifier id="org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionHeader.GZIP_FORMAT"/>
1375  <text>
1376    InsertCommentsHere
1377  </text>
1378</comment>
1379<comment>
1380  <identifier id="org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionHeader.NO_HEADER"/>
1381  <text>
1382    InsertCommentsHere
1383  </text>
1384</comment>
1385<comment>
1386  <identifier id="org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionLevel"/>
1387  <text>
1388    InsertCommentsHere
1389  </text>
1390</comment>
1391<comment>
1392  <identifier id="org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionLevel.BEST_COMPRESSION"/>
1393  <text>
1394    InsertCommentsHere
1395  </text>
1396</comment>
1397<comment>
1398  <identifier id="org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionLevel.BEST_SPEED"/>
1399  <text>
1400    InsertCommentsHere
1401  </text>
1402</comment>
1403<comment>
1404  <identifier id="org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionLevel.DEFAULT_COMPRESSION"/>
1405  <text>
1406    InsertCommentsHere
1407  </text>
1408</comment>
1409<comment>
1410  <identifier id="org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionLevel.NO_COMPRESSION"/>
1411  <text>
1412    InsertCommentsHere
1413  </text>
1414</comment>
1415<comment>
1416  <identifier id="org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionStrategy"/>
1417  <text>
1418    InsertCommentsHere
1419  </text>
1420</comment>
1421<comment>
1422  <identifier id="org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionStrategy.DEFAULT_STRATEGY"/>
1423  <text>
1424    InsertCommentsHere
1425  </text>
1426</comment>
1427<comment>
1428  <identifier id="org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionStrategy.FILTERED"/>
1429  <text>
1430    InsertCommentsHere
1431  </text>
1432</comment>
1433<comment>
1434  <identifier id="org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionStrategy.FIXED"/>
1435  <text>
1436    InsertCommentsHere
1437  </text>
1438</comment>
1439<comment>
1440  <identifier id="org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionStrategy.HUFFMAN_ONLY"/>
1441  <text>
1442    InsertCommentsHere
1443  </text>
1444</comment>
1445<comment>
1446  <identifier id="org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionStrategy.RLE"/>
1447  <text>
1448    InsertCommentsHere
1449  </text>
1450</comment>
1451<comment>
1452  <identifier id="org.apache.hadoop.io.compress.zlib.ZlibDecompressor.CompressionHeader"/>
1453  <text>
1454    InsertCommentsHere
1455  </text>
1456</comment>
1457<comment>
1458  <identifier id="org.apache.hadoop.io.compress.zlib.ZlibDecompressor.CompressionHeader.AUTODETECT_GZIP_ZLIB"/>
1459  <text>
1460    InsertCommentsHere
1461  </text>
1462</comment>
1463<comment>
1464  <identifier id="org.apache.hadoop.io.compress.zlib.ZlibDecompressor.CompressionHeader.DEFAULT_HEADER"/>
1465  <text>
1466    InsertCommentsHere
1467  </text>
1468</comment>
1469<comment>
1470  <identifier id="org.apache.hadoop.io.compress.zlib.ZlibDecompressor.CompressionHeader.GZIP_FORMAT"/>
1471  <text>
1472    InsertCommentsHere
1473  </text>
1474</comment>
1475<comment>
1476  <identifier id="org.apache.hadoop.io.compress.zlib.ZlibDecompressor.CompressionHeader.NO_HEADER"/>
1477  <text>
1478    InsertCommentsHere
1479  </text>
1480</comment>
1481<comment>
1482  <identifier id="org.apache.hadoop.io.compress.zlib.ZlibFactory"/>
1483  <text>
1484    InsertCommentsHere
1485  </text>
1486</comment>
1487<comment>
1488  <identifier id="org.apache.hadoop.io.compress.zlib.ZlibFactory.getZlibCompressorType_changed(org.apache.hadoop.conf.Configuration)"/>
1489  <text>
1490    InsertCommentsHere
1491  </text>
1492</comment>
1493<comment>
1494  <identifier id="org.apache.hadoop.io.compress.zlib.ZlibFactory.getZlibDecompressorType_changed(org.apache.hadoop.conf.Configuration)"/>
1495  <text>
1496    InsertCommentsHere
1497  </text>
1498</comment>
1499<comment>
1500  <identifier id="org.apache.hadoop.io.file.tfile"/>
1501  <text>
1502    InsertCommentsHere
1503  </text>
1504</comment>
1505<comment>
1506  <identifier id="org.apache.hadoop.io.retry"/>
1507  <text>
1508    InsertCommentsHere
1509  </text>
1510</comment>
1511<comment>
1512  <identifier id="org.apache.hadoop.io.retry.RetryPolicies"/>
1513  <text>
1514    InsertCommentsHere
1515  </text>
1516</comment>
1517<comment>
1518  <identifier id="org.apache.hadoop.io.retry.RetryPolicies.retryByException_changed(org.apache.hadoop.io.retry.RetryPolicy, java.util.Map)"/>
1519  <text>
1520    InsertCommentsHere
1521  </text>
1522</comment>
1523<comment>
1524  <identifier id="org.apache.hadoop.io.retry.RetryPolicies.retryByRemoteException_changed(org.apache.hadoop.io.retry.RetryPolicy, java.util.Map)"/>
1525  <text>
1526    InsertCommentsHere
1527  </text>
1528</comment>
1529<comment>
1530  <identifier id="org.apache.hadoop.io.retry.RetryProxy"/>
1531  <text>
1532    InsertCommentsHere
1533  </text>
1534</comment>
1535<comment>
1536  <identifier id="org.apache.hadoop.io.retry.RetryProxy.create_added(java.lang.Class, java.lang.Object, java.util.Map)"/>
1537  <text>
1538    InsertCommentsHere
1539  </text>
1540</comment>
1541<comment>
1542  <identifier id="org.apache.hadoop.io.retry.RetryProxy.create_added(java.lang.Class, java.lang.Object, org.apache.hadoop.io.retry.RetryPolicy)"/>
1543  <text>
1544    InsertCommentsHere
1545  </text>
1546</comment>
1547<comment>
1548  <identifier id="org.apache.hadoop.io.retry.RetryProxy.create_removed(java.lang.Class<?>, java.lang.Object, java.util.Map<java.lang.String, org.apache.hadoop.io.retry.RetryPolicy>)"/>
1549  <text>
1550    InsertCommentsHere
1551  </text>
1552</comment>
1553<comment>
1554  <identifier id="org.apache.hadoop.io.retry.RetryProxy.create_removed(java.lang.Class<?>, java.lang.Object, org.apache.hadoop.io.retry.RetryPolicy)"/>
1555  <text>
1556    InsertCommentsHere
1557  </text>
1558</comment>
1559<comment>
1560  <identifier id="org.apache.hadoop.io.serializer"/>
1561  <text>
1562    InsertCommentsHere
1563  </text>
1564</comment>
1565<comment>
1566  <identifier id="org.apache.hadoop.io.serializer.Deserializer"/>
1567  <text>
1568    InsertCommentsHere
1569  </text>
1570</comment>
1571<comment>
1572  <identifier id="org.apache.hadoop.io.serializer.Deserializer.deserialize_changed(java.lang.Object)"/>
1573  <text>
1574    InsertCommentsHere
1575  </text>
1576</comment>
1577<comment>
1578  <identifier id="org.apache.hadoop.io.serializer.DeserializerComparator"/>
1579  <text>
1580    InsertCommentsHere
1581  </text>
1582</comment>
1583<comment>
1584  <identifier id="org.apache.hadoop.io.serializer.DeserializerComparator.ctor_changed(org.apache.hadoop.io.serializer.Deserializer)"/>
1585  <text>
1586    InsertCommentsHere
1587  </text>
1588</comment>
1589<comment>
1590  <identifier id="org.apache.hadoop.io.serializer.JavaSerialization"/>
1591  <text>
1592    InsertCommentsHere
1593  </text>
1594</comment>
1595<comment>
1596  <identifier id="org.apache.hadoop.io.serializer.JavaSerialization.accept_changed(java.lang.Class)"/>
1597  <text>
1598    InsertCommentsHere
1599  </text>
1600</comment>
1601<comment>
1602  <identifier id="org.apache.hadoop.io.serializer.JavaSerialization.getDeserializer_changed(java.lang.Class)"/>
1603  <text>
1604    InsertCommentsHere
1605  </text>
1606</comment>
1607<comment>
1608  <identifier id="org.apache.hadoop.io.serializer.JavaSerialization.getSerializer_changed(java.lang.Class)"/>
1609  <text>
1610    InsertCommentsHere
1611  </text>
1612</comment>
1613<comment>
1614  <identifier id="org.apache.hadoop.io.serializer.JavaSerializationComparator"/>
1615  <text>
1616    InsertCommentsHere
1617  </text>
1618</comment>
1619<comment>
1620  <identifier id="org.apache.hadoop.io.serializer.JavaSerializationComparator.compare_changed(java.io.Serializable, java.io.Serializable)"/>
1621  <text>
1622    InsertCommentsHere
1623  </text>
1624</comment>
1625<comment>
1626  <identifier id="org.apache.hadoop.io.serializer.Serialization"/>
1627  <text>
1628    InsertCommentsHere
1629  </text>
1630</comment>
1631<comment>
1632  <identifier id="org.apache.hadoop.io.serializer.Serialization.accept_changed(java.lang.Class)"/>
1633  <text>
1634    InsertCommentsHere
1635  </text>
1636</comment>
1637<comment>
1638  <identifier id="org.apache.hadoop.io.serializer.Serialization.getDeserializer_changed(java.lang.Class)"/>
1639  <text>
1640    InsertCommentsHere
1641  </text>
1642</comment>
1643<comment>
1644  <identifier id="org.apache.hadoop.io.serializer.Serialization.getSerializer_changed(java.lang.Class)"/>
1645  <text>
1646    InsertCommentsHere
1647  </text>
1648</comment>
1649<comment>
1650  <identifier id="org.apache.hadoop.io.serializer.SerializationFactory"/>
1651  <text>
1652    InsertCommentsHere
1653  </text>
1654</comment>
1655<comment>
1656  <identifier id="org.apache.hadoop.io.serializer.SerializationFactory.getDeserializer_changed(java.lang.Class)"/>
1657  <text>
1658    InsertCommentsHere
1659  </text>
1660</comment>
1661<comment>
1662  <identifier id="org.apache.hadoop.io.serializer.SerializationFactory.getSerialization_changed(java.lang.Class)"/>
1663  <text>
1664    InsertCommentsHere
1665  </text>
1666</comment>
1667<comment>
1668  <identifier id="org.apache.hadoop.io.serializer.SerializationFactory.getSerializer_changed(java.lang.Class)"/>
1669  <text>
1670    InsertCommentsHere
1671  </text>
1672</comment>
1673<comment>
1674  <identifier id="org.apache.hadoop.io.serializer.Serializer"/>
1675  <text>
1676    InsertCommentsHere
1677  </text>
1678</comment>
1679<comment>
1680  <identifier id="org.apache.hadoop.io.serializer.Serializer.serialize_changed(java.lang.Object)"/>
1681  <text>
1682    InsertCommentsHere
1683  </text>
1684</comment>
1685<comment>
1686  <identifier id="org.apache.hadoop.io.serializer.WritableSerialization"/>
1687  <text>
1688    InsertCommentsHere
1689  </text>
1690</comment>
1691<comment>
1692  <identifier id="org.apache.hadoop.io.serializer.WritableSerialization.accept_changed(java.lang.Class)"/>
1693  <text>
1694    InsertCommentsHere
1695  </text>
1696</comment>
1697<comment>
1698  <identifier id="org.apache.hadoop.io.serializer.WritableSerialization.getDeserializer_changed(java.lang.Class)"/>
1699  <text>
1700    InsertCommentsHere
1701  </text>
1702</comment>
1703<comment>
1704  <identifier id="org.apache.hadoop.io.serializer.WritableSerialization.getSerializer_changed(java.lang.Class)"/>
1705  <text>
1706    InsertCommentsHere
1707  </text>
1708</comment>
1709<comment>
1710  <identifier id="org.apache.hadoop.ipc"/>
1711  <text>
1712    InsertCommentsHere
1713  </text>
1714</comment>
1715<comment>
1716  <identifier id="org.apache.hadoop.ipc.Client"/>
1717  <text>
1718    InsertCommentsHere
1719  </text>
1720</comment>
1721<comment>
1722  <identifier id="org.apache.hadoop.ipc.Client.call_added(org.apache.hadoop.io.Writable, java.net.InetSocketAddress, java.lang.Class, org.apache.hadoop.security.UserGroupInformation)"/>
1723  <text>
1724    InsertCommentsHere
1725  </text>
1726</comment>
1727<comment>
1728  <identifier id="org.apache.hadoop.ipc.Client.call_added(org.apache.hadoop.io.Writable[], java.net.InetSocketAddress[])"/>
1729  <text>
1730    InsertCommentsHere
1731  </text>
1732</comment>
1733<comment>
1734  <identifier id="org.apache.hadoop.ipc.Client.call_added(org.apache.hadoop.io.Writable[], java.net.InetSocketAddress[], java.lang.Class, org.apache.hadoop.security.UserGroupInformation)"/>
1735  <text>
1736    InsertCommentsHere
1737  </text>
1738</comment>
1739<comment>
1740  <identifier id="org.apache.hadoop.ipc.Client.call_changed(org.apache.hadoop.io.Writable, java.net.InetSocketAddress)"/>
1741  <text>
1742    InsertCommentsHere
1743  </text>
1744</comment>
1745<comment>
1746  <identifier id="org.apache.hadoop.ipc.Client.call_changed(org.apache.hadoop.io.Writable, java.net.InetSocketAddress, org.apache.hadoop.security.UserGroupInformation)"/>
1747  <text>
1748    InsertCommentsHere
1749  </text>
1750</comment>
1751<comment>
1752  <identifier id="org.apache.hadoop.ipc.Client.call_removed(org.apache.hadoop.io.Writable[], java.net.InetSocketAddress[])"/>
1753  <text>
1754    InsertCommentsHere
1755  </text>
1756</comment>
1757<comment>
1758  <identifier id="org.apache.hadoop.ipc.Client.ctor_added(java.lang.Class, org.apache.hadoop.conf.Configuration)"/>
1759  <text>
1760    InsertCommentsHere
1761  </text>
1762</comment>
1763<comment>
1764  <identifier id="org.apache.hadoop.ipc.Client.ctor_added(java.lang.Class, org.apache.hadoop.conf.Configuration, javax.net.SocketFactory)"/>
1765  <text>
1766    InsertCommentsHere
1767  </text>
1768</comment>
1769<comment>
1770  <identifier id="org.apache.hadoop.ipc.Client.ctor_removed(java.lang.Class<? extends org.apache.hadoop.io.Writable>, org.apache.hadoop.conf.Configuration)"/>
1771  <text>
1772    InsertCommentsHere
1773  </text>
1774</comment>
1775<comment>
1776  <identifier id="org.apache.hadoop.ipc.Client.ctor_removed(java.lang.Class<? extends org.apache.hadoop.io.Writable>, org.apache.hadoop.conf.Configuration, javax.net.SocketFactory)"/>
1777  <text>
1778    InsertCommentsHere
1779  </text>
1780</comment>
1781<comment>
1782  <identifier id="org.apache.hadoop.ipc.RPC"/>
1783  <text>
1784    InsertCommentsHere
1785  </text>
1786</comment>
1787<comment>
1788  <identifier id="org.apache.hadoop.ipc.RPC.Server"/>
1789  <text>
1790    InsertCommentsHere
1791  </text>
1792</comment>
1793<comment>
1794  <identifier id="org.apache.hadoop.ipc.RPC.Server.authorize_added(javax.security.auth.Subject, org.apache.hadoop.ipc.ConnectionHeader)"/>
1795  <text>
1796    InsertCommentsHere
1797  </text>
1798</comment>
1799<comment>
1800  <identifier id="org.apache.hadoop.ipc.RPC.Server.call_changed(java.lang.Class, org.apache.hadoop.io.Writable, long)"/>
1801  <text>
1802    InsertCommentsHere
1803  </text>
1804</comment>
1805<comment>
1806  <identifier id="org.apache.hadoop.ipc.RPC.call_added(java.lang.reflect.Method, java.lang.Object[][], java.net.InetSocketAddress[], org.apache.hadoop.security.UserGroupInformation, org.apache.hadoop.conf.Configuration)"/>
1807  <text>
1808    InsertCommentsHere
1809  </text>
1810</comment>
1811<comment>
1812  <identifier id="org.apache.hadoop.ipc.RPC.call_changed(java.lang.reflect.Method, java.lang.Object[][], java.net.InetSocketAddress[], org.apache.hadoop.conf.Configuration)"/>
1813  <text>
1814    InsertCommentsHere
1815  </text>
1816</comment>
1817<comment>
1818  <identifier id="org.apache.hadoop.ipc.RPC.getProxy_added(java.lang.Class, long, java.net.InetSocketAddress, org.apache.hadoop.conf.Configuration)"/>
1819  <text>
1820    InsertCommentsHere
1821  </text>
1822</comment>
1823<comment>
1824  <identifier id="org.apache.hadoop.ipc.RPC.getProxy_added(java.lang.Class, long, java.net.InetSocketAddress, org.apache.hadoop.conf.Configuration, javax.net.SocketFactory)"/>
1825  <text>
1826    InsertCommentsHere
1827  </text>
1828</comment>
1829<comment>
1830  <identifier id="org.apache.hadoop.ipc.RPC.getProxy_added(java.lang.Class, long, java.net.InetSocketAddress, org.apache.hadoop.security.UserGroupInformation, org.apache.hadoop.conf.Configuration, javax.net.SocketFactory)"/>
1831  <text>
1832    InsertCommentsHere
1833  </text>
1834</comment>
1835<comment>
1836  <identifier id="org.apache.hadoop.ipc.RPC.getProxy_removed(java.lang.Class<?>, long, java.net.InetSocketAddress, org.apache.hadoop.conf.Configuration)"/>
1837  <text>
1838    InsertCommentsHere
1839  </text>
1840</comment>
1841<comment>
1842  <identifier id="org.apache.hadoop.ipc.RPC.getProxy_removed(java.lang.Class<?>, long, java.net.InetSocketAddress, org.apache.hadoop.conf.Configuration, javax.net.SocketFactory)"/>
1843  <text>
1844    InsertCommentsHere
1845  </text>
1846</comment>
1847<comment>
1848  <identifier id="org.apache.hadoop.ipc.RPC.getProxy_removed(java.lang.Class<?>, long, java.net.InetSocketAddress, org.apache.hadoop.security.UserGroupInformation, org.apache.hadoop.conf.Configuration, javax.net.SocketFactory)"/>
1849  <text>
1850    InsertCommentsHere
1851  </text>
1852</comment>
1853<comment>
1854  <identifier id="org.apache.hadoop.ipc.Server"/>
1855  <text>
1856    InsertCommentsHere
1857  </text>
1858</comment>
1859<comment>
1860  <identifier id="org.apache.hadoop.ipc.Server.authorize_added(javax.security.auth.Subject, org.apache.hadoop.ipc.ConnectionHeader)"/>
1861  <text>
1862    InsertCommentsHere
1863  </text>
1864</comment>
1865<comment>
1866  <identifier id="org.apache.hadoop.ipc.Server.call_added(java.lang.Class, org.apache.hadoop.io.Writable, long)"/>
1867  <text>
1868    InsertCommentsHere
1869  </text>
1870</comment>
1871<comment>
1872  <identifier id="org.apache.hadoop.ipc.Server.call_changed(org.apache.hadoop.io.Writable, long)"/>
1873  <text>
1874    InsertCommentsHere
1875  </text>
1876</comment>
1877<comment>
1878  <identifier id="org.apache.hadoop.ipc.Server.ctor_added(java.lang.String, int, java.lang.Class, int, org.apache.hadoop.conf.Configuration)"/>
1879  <text>
1880    InsertCommentsHere
1881  </text>
1882</comment>
1883<comment>
1884  <identifier id="org.apache.hadoop.ipc.Server.ctor_added(java.lang.String, int, java.lang.Class, int, org.apache.hadoop.conf.Configuration, java.lang.String)"/>
1885  <text>
1886    InsertCommentsHere
1887  </text>
1888</comment>
1889<comment>
1890  <identifier id="org.apache.hadoop.ipc.Server.ctor_removed(java.lang.String, int, java.lang.Class<? extends org.apache.hadoop.io.Writable>, int, org.apache.hadoop.conf.Configuration)"/>
1891  <text>
1892    InsertCommentsHere
1893  </text>
1894</comment>
1895<comment>
1896  <identifier id="org.apache.hadoop.ipc.Server.ctor_removed(java.lang.String, int, java.lang.Class<? extends org.apache.hadoop.io.Writable>, int, org.apache.hadoop.conf.Configuration, java.lang.String)"/>
1897  <text>
1898    InsertCommentsHere
1899  </text>
1900</comment>
1901<comment>
1902  <identifier id="org.apache.hadoop.ipc.metrics"/>
1903  <text>
1904    InsertCommentsHere
1905  </text>
1906</comment>
1907<comment>
1908  <identifier id="org.apache.hadoop.ipc.metrics.RpcActivityMBean"/>
1909  <text>
1910    InsertCommentsHere
1911  </text>
1912</comment>
1913<comment>
1914  <identifier id="org.apache.hadoop.ipc.metrics.RpcMetrics"/>
1915  <text>
1916    InsertCommentsHere
1917  </text>
1918</comment>
1919<comment>
1920  <identifier id="org.apache.hadoop.ipc.metrics.RpcMetrics.callQueueLen"/>
1921  <text>
1922    InsertCommentsHere
1923  </text>
1924</comment>
1925<comment>
1926  <identifier id="org.apache.hadoop.ipc.metrics.RpcMetrics.metricsList"/>
1927  <text>
1928    InsertCommentsHere
1929  </text>
1930</comment>
1931<comment>
1932  <identifier id="org.apache.hadoop.ipc.metrics.RpcMetrics.numOpenConnections"/>
1933  <text>
1934    InsertCommentsHere
1935  </text>
1936</comment>
1937<comment>
1938  <identifier id="org.apache.hadoop.ipc.metrics.RpcMetrics.registry"/>
1939  <text>
1940    InsertCommentsHere
1941  </text>
1942</comment>
1943<comment>
1944  <identifier id="org.apache.hadoop.mapred"/>
1945  <text>
1946    InsertCommentsHere
1947  </text>
1948</comment>
1949<comment>
1950  <identifier id="org.apache.hadoop.mapred.ClusterStatus"/>
1951  <text>
1952    InsertCommentsHere
1953  </text>
1954</comment>
1955<comment>
1956  <identifier id="org.apache.hadoop.mapred.ClusterStatus.getActiveTrackerNames_added()"/>
1957  <text>
1958    InsertCommentsHere
1959  </text>
1960</comment>
1961<comment>
1962  <identifier id="org.apache.hadoop.mapred.ClusterStatus.getBlacklistedTrackerNames_added()"/>
1963  <text>
1964    InsertCommentsHere
1965  </text>
1966</comment>
1967<comment>
1968  <identifier id="org.apache.hadoop.mapred.ClusterStatus.getBlacklistedTrackers_added()"/>
1969  <text>
1970    InsertCommentsHere
1971  </text>
1972</comment>
1973<comment>
1974  <identifier id="org.apache.hadoop.mapred.ClusterStatus.getMaxMemory_added()"/>
1975  <text>
1976    InsertCommentsHere
1977  </text>
1978</comment>
1979<comment>
1980  <identifier id="org.apache.hadoop.mapred.ClusterStatus.getTTExpiryInterval_added()"/>
1981  <text>
1982    InsertCommentsHere
1983  </text>
1984</comment>
1985<comment>
1986  <identifier id="org.apache.hadoop.mapred.ClusterStatus.getUsedMemory_added()"/>
1987  <text>
1988    InsertCommentsHere
1989  </text>
1990</comment>
1991<comment>
1992  <identifier id="org.apache.hadoop.mapred.Counters"/>
1993  <text>
1994    InsertCommentsHere
1995  </text>
1996</comment>
1997<comment>
1998  <identifier id="org.apache.hadoop.mapred.Counters.Counter"/>
1999  <text>
2000    InsertCommentsHere
2001  </text>
2002</comment>
2003<comment>
2004  <identifier id="org.apache.hadoop.mapred.Counters.Group"/>
2005  <text>
2006    InsertCommentsHere
2007  </text>
2008</comment>
2009<comment>
2010  <identifier id="org.apache.hadoop.mapred.Counters.Group.equals_added(java.lang.Object)"/>
2011  <text>
2012    InsertCommentsHere
2013  </text>
2014</comment>
2015<comment>
2016  <identifier id="org.apache.hadoop.mapred.Counters.Group.hashCode_added()"/>
2017  <text>
2018    InsertCommentsHere
2019  </text>
2020</comment>
2021<comment>
2022  <identifier id="org.apache.hadoop.mapred.Counters.Group.iterator_changed()"/>
2023  <text>
2024    InsertCommentsHere
2025  </text>
2026</comment>
2027<comment>
2028  <identifier id="org.apache.hadoop.mapred.Counters.equals_added(java.lang.Object)"/>
2029  <text>
2030    InsertCommentsHere
2031  </text>
2032</comment>
2033<comment>
2034  <identifier id="org.apache.hadoop.mapred.Counters.getGroupNames_changed()"/>
2035  <text>
2036    InsertCommentsHere
2037  </text>
2038</comment>
2039<comment>
2040  <identifier id="org.apache.hadoop.mapred.Counters.hashCode_added()"/>
2041  <text>
2042    InsertCommentsHere
2043  </text>
2044</comment>
2045<comment>
2046  <identifier id="org.apache.hadoop.mapred.Counters.iterator_changed()"/>
2047  <text>
2048    InsertCommentsHere
2049  </text>
2050</comment>
2051<comment>
2052  <identifier id="org.apache.hadoop.mapred.FileInputFormat"/>
2053  <text>
2054    InsertCommentsHere
2055  </text>
2056</comment>
2057<comment>
2058  <identifier id="org.apache.hadoop.mapred.FileInputFormat.getRecordReader_changed(org.apache.hadoop.mapred.InputSplit, org.apache.hadoop.mapred.JobConf, org.apache.hadoop.mapred.Reporter)"/>
2059  <text>
2060    InsertCommentsHere
2061  </text>
2062</comment>
2063<comment>
2064  <identifier id="org.apache.hadoop.mapred.FileInputFormat.getSplitHosts_added(org.apache.hadoop.fs.BlockLocation[], long, long, org.apache.hadoop.net.NetworkTopology)"/>
2065  <text>
2066    InsertCommentsHere
2067  </text>
2068</comment>
2069<comment>
2070  <identifier id="org.apache.hadoop.mapred.FileInputFormat.setInputPathFilter_changed(org.apache.hadoop.mapred.JobConf, java.lang.Class)"/>
2071  <text>
2072    InsertCommentsHere
2073  </text>
2074</comment>
2075<comment>
2076  <identifier id="org.apache.hadoop.mapred.FileOutputFormat"/>
2077  <text>
2078    InsertCommentsHere
2079  </text>
2080</comment>
2081<comment>
2082  <identifier id="org.apache.hadoop.mapred.FileOutputFormat.getOutputCompressorClass_changed(org.apache.hadoop.mapred.JobConf, java.lang.Class)"/>
2083  <text>
2084    InsertCommentsHere
2085  </text>
2086</comment>
2087<comment>
2088  <identifier id="org.apache.hadoop.mapred.FileOutputFormat.getRecordWriter_changed(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.mapred.JobConf, java.lang.String, org.apache.hadoop.util.Progressable)"/>
2089  <text>
2090    InsertCommentsHere
2091  </text>
2092</comment>
2093<comment>
2094  <identifier id="org.apache.hadoop.mapred.FileOutputFormat.setOutputCompressorClass_changed(org.apache.hadoop.mapred.JobConf, java.lang.Class)"/>
2095  <text>
2096    InsertCommentsHere
2097  </text>
2098</comment>
2099<comment>
2100  <identifier id="org.apache.hadoop.mapred.FileSplit"/>
2101  <text>
2102    InsertCommentsHere
2103  </text>
2104</comment>
2105<comment>
2106  <identifier id="org.apache.hadoop.mapred.ID"/>
2107  <text>
2108    InsertCommentsHere
2109  </text>
2110</comment>
2111<comment>
2112  <identifier id="org.apache.hadoop.mapred.ID.forName_removed(java.lang.String)"/>
2113  <text>
2114    InsertCommentsHere
2115  </text>
2116</comment>
2117<comment>
2118  <identifier id="org.apache.hadoop.mapred.ID.read_removed(java.io.DataInput)"/>
2119  <text>
2120    InsertCommentsHere
2121  </text>
2122</comment>
2123<comment>
2124  <identifier id="org.apache.hadoop.mapred.InputFormat"/>
2125  <text>
2126    InsertCommentsHere
2127  </text>
2128</comment>
2129<comment>
2130  <identifier id="org.apache.hadoop.mapred.InputFormat.getRecordReader_changed(org.apache.hadoop.mapred.InputSplit, org.apache.hadoop.mapred.JobConf, org.apache.hadoop.mapred.Reporter)"/>
2131  <text>
2132    InsertCommentsHere
2133  </text>
2134</comment>
2135<comment>
2136  <identifier id="org.apache.hadoop.mapred.InputSplit"/>
2137  <text>
2138    InsertCommentsHere
2139  </text>
2140</comment>
2141<comment>
2142  <identifier id="org.apache.hadoop.mapred.InvalidInputException"/>
2143  <text>
2144    InsertCommentsHere
2145  </text>
2146</comment>
2147<comment>
2148  <identifier id="org.apache.hadoop.mapred.InvalidInputException.ctor_changed(java.util.List)"/>
2149  <text>
2150    InsertCommentsHere
2151  </text>
2152</comment>
2153<comment>
2154  <identifier id="org.apache.hadoop.mapred.InvalidInputException.getProblems_changed()"/>
2155  <text>
2156    InsertCommentsHere
2157  </text>
2158</comment>
2159<comment>
2160  <identifier id="org.apache.hadoop.mapred.IsolationRunner"/>
2161  <text>
2162    InsertCommentsHere
2163  </text>
2164</comment>
2165<comment>
2166  <identifier id="org.apache.hadoop.mapred.IsolationRunner.main_changed(java.lang.String[])"/>
2167  <text>
2168    InsertCommentsHere
2169  </text>
2170</comment>
2171<comment>
2172  <identifier id="org.apache.hadoop.mapred.JobClient"/>
2173  <text>
2174    InsertCommentsHere
2175  </text>
2176</comment>
2177<comment>
2178  <identifier id="org.apache.hadoop.mapred.JobClient.TaskStatusFilter"/>
2179  <text>
2180    InsertCommentsHere
2181  </text>
2182</comment>
2183<comment>
2184  <identifier id="org.apache.hadoop.mapred.JobClient.TaskStatusFilter.ALL"/>
2185  <text>
2186    InsertCommentsHere
2187  </text>
2188</comment>
2189<comment>
2190  <identifier id="org.apache.hadoop.mapred.JobClient.TaskStatusFilter.FAILED"/>
2191  <text>
2192    InsertCommentsHere
2193  </text>
2194</comment>
2195<comment>
2196  <identifier id="org.apache.hadoop.mapred.JobClient.TaskStatusFilter.KILLED"/>
2197  <text>
2198    InsertCommentsHere
2199  </text>
2200</comment>
2201<comment>
2202  <identifier id="org.apache.hadoop.mapred.JobClient.TaskStatusFilter.NONE"/>
2203  <text>
2204    InsertCommentsHere
2205  </text>
2206</comment>
2207<comment>
2208  <identifier id="org.apache.hadoop.mapred.JobClient.TaskStatusFilter.SUCCEEDED"/>
2209  <text>
2210    InsertCommentsHere
2211  </text>
2212</comment>
2213<comment>
2214  <identifier id="org.apache.hadoop.mapred.JobClient.displayTasks_added(org.apache.hadoop.mapred.JobID, java.lang.String, java.lang.String)"/>
2215  <text>
2216    InsertCommentsHere
2217  </text>
2218</comment>
2219<comment>
2220  <identifier id="org.apache.hadoop.mapred.JobClient.getClusterStatus_added(boolean)"/>
2221  <text>
2222    InsertCommentsHere
2223  </text>
2224</comment>
2225<comment>
2226  <identifier id="org.apache.hadoop.mapred.JobClient.getCommandLineConfig_removed()"/>
2227  <text>
2228    InsertCommentsHere
2229  </text>
2230</comment>
2231<comment>
2232  <identifier id="org.apache.hadoop.mapred.JobClient.monitorAndPrintJob_added(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.mapred.RunningJob)"/>
2233  <text>
2234    InsertCommentsHere
2235  </text>
2236</comment>
2237<comment>
2238  <identifier id="org.apache.hadoop.mapred.JobClient.submitJobInternal_added(org.apache.hadoop.mapred.JobConf)"/>
2239  <text>
2240    InsertCommentsHere
2241  </text>
2242</comment>
2243<comment>
2244  <identifier id="org.apache.hadoop.mapred.JobClient.submitJob_changed(org.apache.hadoop.mapred.JobConf)"/>
2245  <text>
2246    InsertCommentsHere
2247  </text>
2248</comment>
2249<comment>
2250  <identifier id="org.apache.hadoop.mapred.JobConf"/>
2251  <text>
2252    InsertCommentsHere
2253  </text>
2254</comment>
2255<comment>
2256  <identifier id="org.apache.hadoop.mapred.JobConf.DISABLED_MEMORY_LIMIT"/>
2257  <text>
2258    InsertCommentsHere
2259  </text>
2260</comment>
2261<comment>
2262  <identifier id="org.apache.hadoop.mapred.JobConf.MAPRED_TASK_DEFAULT_MAXVMEM_PROPERTY"/>
2263  <text>
2264    InsertCommentsHere
2265  </text>
2266</comment>
2267<comment>
2268  <identifier id="org.apache.hadoop.mapred.JobConf.MAPRED_TASK_MAXPMEM_PROPERTY"/>
2269  <text>
2270    InsertCommentsHere
2271  </text>
2272</comment>
2273<comment>
2274  <identifier id="org.apache.hadoop.mapred.JobConf.MAPRED_TASK_MAXVMEM_PROPERTY"/>
2275  <text>
2276    InsertCommentsHere
2277  </text>
2278</comment>
2279<comment>
2280  <identifier id="org.apache.hadoop.mapred.JobConf.UPPER_LIMIT_ON_TASK_VMEM_PROPERTY"/>
2281  <text>
2282    InsertCommentsHere
2283  </text>
2284</comment>
2285<comment>
2286  <identifier id="org.apache.hadoop.mapred.JobConf.getCombinerClass_changed()"/>
2287  <text>
2288    InsertCommentsHere
2289  </text>
2290</comment>
2291<comment>
2292  <identifier id="org.apache.hadoop.mapred.JobConf.getMapOutputCompressorClass_changed(java.lang.Class)"/>
2293  <text>
2294    InsertCommentsHere
2295  </text>
2296</comment>
2297<comment>
2298  <identifier id="org.apache.hadoop.mapred.JobConf.getMapOutputKeyClass_changed()"/>
2299  <text>
2300    InsertCommentsHere
2301  </text>
2302</comment>
2303<comment>
2304  <identifier id="org.apache.hadoop.mapred.JobConf.getMapOutputValueClass_changed()"/>
2305  <text>
2306    InsertCommentsHere
2307  </text>
2308</comment>
2309<comment>
2310  <identifier id="org.apache.hadoop.mapred.JobConf.getMapRunnerClass_changed()"/>
2311  <text>
2312    InsertCommentsHere
2313  </text>
2314</comment>
2315<comment>
2316  <identifier id="org.apache.hadoop.mapred.JobConf.getMapperClass_changed()"/>
2317  <text>
2318    InsertCommentsHere
2319  </text>
2320</comment>
2321<comment>
2322  <identifier id="org.apache.hadoop.mapred.JobConf.getMaxPhysicalMemoryForTask_added()"/>
2323  <text>
2324    InsertCommentsHere
2325  </text>
2326</comment>
2327<comment>
2328  <identifier id="org.apache.hadoop.mapred.JobConf.getMaxVirtualMemoryForTask_added()"/>
2329  <text>
2330    InsertCommentsHere
2331  </text>
2332</comment>
2333<comment>
2334  <identifier id="org.apache.hadoop.mapred.JobConf.getMemoryForMapTask_added()"/>
2335  <text>
2336    InsertCommentsHere
2337  </text>
2338</comment>
2339<comment>
2340  <identifier id="org.apache.hadoop.mapred.JobConf.getMemoryForReduceTask_added()"/>
2341  <text>
2342    InsertCommentsHere
2343  </text>
2344</comment>
2345<comment>
2346  <identifier id="org.apache.hadoop.mapred.JobConf.getOutputKeyClass_changed()"/>
2347  <text>
2348    InsertCommentsHere
2349  </text>
2350</comment>
2351<comment>
2352  <identifier id="org.apache.hadoop.mapred.JobConf.getOutputValueClass_changed()"/>
2353  <text>
2354    InsertCommentsHere
2355  </text>
2356</comment>
2357<comment>
2358  <identifier id="org.apache.hadoop.mapred.JobConf.getPartitionerClass_changed()"/>
2359  <text>
2360    InsertCommentsHere
2361  </text>
2362</comment>
2363<comment>
2364  <identifier id="org.apache.hadoop.mapred.JobConf.getReducerClass_changed()"/>
2365  <text>
2366    InsertCommentsHere
2367  </text>
2368</comment>
2369<comment>
2370  <identifier id="org.apache.hadoop.mapred.JobConf.getUseNewMapper_added()"/>
2371  <text>
2372    InsertCommentsHere
2373  </text>
2374</comment>
2375<comment>
2376  <identifier id="org.apache.hadoop.mapred.JobConf.getUseNewReducer_added()"/>
2377  <text>
2378    InsertCommentsHere
2379  </text>
2380</comment>
2381<comment>
2382  <identifier id="org.apache.hadoop.mapred.JobConf.normalizeMemoryConfigValue_added(long)"/>
2383  <text>
2384    InsertCommentsHere
2385  </text>
2386</comment>
2387<comment>
2388  <identifier id="org.apache.hadoop.mapred.JobConf.setCombinerClass_changed(java.lang.Class)"/>
2389  <text>
2390    InsertCommentsHere
2391  </text>
2392</comment>
2393<comment>
2394  <identifier id="org.apache.hadoop.mapred.JobConf.setInputFormat_changed(java.lang.Class)"/>
2395  <text>
2396    InsertCommentsHere
2397  </text>
2398</comment>
2399<comment>
2400  <identifier id="org.apache.hadoop.mapred.JobConf.setMapOutputCompressorClass_changed(java.lang.Class)"/>
2401  <text>
2402    InsertCommentsHere
2403  </text>
2404</comment>
2405<comment>
2406  <identifier id="org.apache.hadoop.mapred.JobConf.setMapOutputKeyClass_changed(java.lang.Class)"/>
2407  <text>
2408    InsertCommentsHere
2409  </text>
2410</comment>
2411<comment>
2412  <identifier id="org.apache.hadoop.mapred.JobConf.setMapOutputValueClass_changed(java.lang.Class)"/>
2413  <text>
2414    InsertCommentsHere
2415  </text>
2416</comment>
2417<comment>
2418  <identifier id="org.apache.hadoop.mapred.JobConf.setMapRunnerClass_changed(java.lang.Class)"/>
2419  <text>
2420    InsertCommentsHere
2421  </text>
2422</comment>
2423<comment>
2424  <identifier id="org.apache.hadoop.mapred.JobConf.setMapperClass_changed(java.lang.Class)"/>
2425  <text>
2426    InsertCommentsHere
2427  </text>
2428</comment>
2429<comment>
2430  <identifier id="org.apache.hadoop.mapred.JobConf.setMaxPhysicalMemoryForTask_added(long)"/>
2431  <text>
2432    InsertCommentsHere
2433  </text>
2434</comment>
2435<comment>
2436  <identifier id="org.apache.hadoop.mapred.JobConf.setMaxVirtualMemoryForTask_added(long)"/>
2437  <text>
2438    InsertCommentsHere
2439  </text>
2440</comment>
2441<comment>
2442  <identifier id="org.apache.hadoop.mapred.JobConf.setMemoryForMapTask_added(long)"/>
2443  <text>
2444    InsertCommentsHere
2445  </text>
2446</comment>
2447<comment>
2448  <identifier id="org.apache.hadoop.mapred.JobConf.setMemoryForReduceTask_added(long)"/>
2449  <text>
2450    InsertCommentsHere
2451  </text>
2452</comment>
2453<comment>
2454  <identifier id="org.apache.hadoop.mapred.JobConf.setOutputCommitter_changed(java.lang.Class)"/>
2455  <text>
2456    InsertCommentsHere
2457  </text>
2458</comment>
2459<comment>
2460  <identifier id="org.apache.hadoop.mapred.JobConf.setOutputFormat_changed(java.lang.Class)"/>
2461  <text>
2462    InsertCommentsHere
2463  </text>
2464</comment>
2465<comment>
2466  <identifier id="org.apache.hadoop.mapred.JobConf.setOutputKeyClass_changed(java.lang.Class)"/>
2467  <text>
2468    InsertCommentsHere
2469  </text>
2470</comment>
2471<comment>
2472  <identifier id="org.apache.hadoop.mapred.JobConf.setOutputKeyComparatorClass_changed(java.lang.Class)"/>
2473  <text>
2474    InsertCommentsHere
2475  </text>
2476</comment>
2477<comment>
2478  <identifier id="org.apache.hadoop.mapred.JobConf.setOutputValueClass_changed(java.lang.Class)"/>
2479  <text>
2480    InsertCommentsHere
2481  </text>
2482</comment>
2483<comment>
2484  <identifier id="org.apache.hadoop.mapred.JobConf.setOutputValueGroupingComparator_changed(java.lang.Class)"/>
2485  <text>
2486    InsertCommentsHere
2487  </text>
2488</comment>
2489<comment>
2490  <identifier id="org.apache.hadoop.mapred.JobConf.setPartitionerClass_changed(java.lang.Class)"/>
2491  <text>
2492    InsertCommentsHere
2493  </text>
2494</comment>
2495<comment>
2496  <identifier id="org.apache.hadoop.mapred.JobConf.setReducerClass_changed(java.lang.Class)"/>
2497  <text>
2498    InsertCommentsHere
2499  </text>
2500</comment>
2501<comment>
2502  <identifier id="org.apache.hadoop.mapred.JobConf.setUseNewMapper_added(boolean)"/>
2503  <text>
2504    InsertCommentsHere
2505  </text>
2506</comment>
2507<comment>
2508  <identifier id="org.apache.hadoop.mapred.JobConf.setUseNewReducer_added(boolean)"/>
2509  <text>
2510    InsertCommentsHere
2511  </text>
2512</comment>
2513<comment>
2514  <identifier id="org.apache.hadoop.mapred.JobContext"/>
2515  <text>
2516    InsertCommentsHere
2517  </text>
2518</comment>
2519<comment>
2520  <identifier id="org.apache.hadoop.mapred.JobHistory.JobInfo"/>
2521  <text>
2522    InsertCommentsHere
2523  </text>
2524</comment>
2525<comment>
2526  <identifier id="org.apache.hadoop.mapred.JobHistory.JobInfo.getAllTasks_changed()"/>
2527  <text>
2528    InsertCommentsHere
2529  </text>
2530</comment>
2531<comment>
2532  <identifier id="org.apache.hadoop.mapred.JobHistory.JobInfo.logJobInfo_added(org.apache.hadoop.mapred.JobID, long, long)"/>
2533  <text>
2534    InsertCommentsHere
2535  </text>
2536</comment>
2537<comment>
2538  <identifier id="org.apache.hadoop.mapred.JobHistory.JobInfo.logJobInfo_changed(org.apache.hadoop.mapred.JobID, long, long, int)"/>
2539  <text>
2540    InsertCommentsHere
2541  </text>
2542</comment>
2543<comment>
2544  <identifier id="org.apache.hadoop.mapred.JobHistory.JobInfo.logSubmitted_added(org.apache.hadoop.mapred.JobID, org.apache.hadoop.mapred.JobConf, java.lang.String, long, boolean)"/>
2545  <text>
2546    InsertCommentsHere
2547  </text>
2548</comment>
2549<comment>
2550  <identifier id="org.apache.hadoop.mapred.JobHistory.JobInfo.logSubmitted_changed(org.apache.hadoop.mapred.JobID, org.apache.hadoop.mapred.JobConf, java.lang.String, long)"/>
2551  <text>
2552    InsertCommentsHere
2553  </text>
2554</comment>
2555<comment>
2556  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys"/>
2557  <text>
2558    InsertCommentsHere
2559  </text>
2560</comment>
2561<comment>
2562  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.COPY_PHASE"/>
2563  <text>
2564    InsertCommentsHere
2565  </text>
2566</comment>
2567<comment>
2568  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.COUNTERS"/>
2569  <text>
2570    InsertCommentsHere
2571  </text>
2572</comment>
2573<comment>
2574  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.ERROR"/>
2575  <text>
2576    InsertCommentsHere
2577  </text>
2578</comment>
2579<comment>
2580  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.FAILED_MAPS"/>
2581  <text>
2582    InsertCommentsHere
2583  </text>
2584</comment>
2585<comment>
2586  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.FAILED_REDUCES"/>
2587  <text>
2588    InsertCommentsHere
2589  </text>
2590</comment>
2591<comment>
2592  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.FINISHED_MAPS"/>
2593  <text>
2594    InsertCommentsHere
2595  </text>
2596</comment>
2597<comment>
2598  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.FINISHED_REDUCES"/>
2599  <text>
2600    InsertCommentsHere
2601  </text>
2602</comment>
2603<comment>
2604  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.FINISH_TIME"/>
2605  <text>
2606    InsertCommentsHere
2607  </text>
2608</comment>
2609<comment>
2610  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.HOSTNAME"/>
2611  <text>
2612    InsertCommentsHere
2613  </text>
2614</comment>
2615<comment>
2616  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.HTTP_PORT"/>
2617  <text>
2618    InsertCommentsHere
2619  </text>
2620</comment>
2621<comment>
2622  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.JOBCONF"/>
2623  <text>
2624    InsertCommentsHere
2625  </text>
2626</comment>
2627<comment>
2628  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.JOBID"/>
2629  <text>
2630    InsertCommentsHere
2631  </text>
2632</comment>
2633<comment>
2634  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.JOBNAME"/>
2635  <text>
2636    InsertCommentsHere
2637  </text>
2638</comment>
2639<comment>
2640  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.JOBTRACKERID"/>
2641  <text>
2642    InsertCommentsHere
2643  </text>
2644</comment>
2645<comment>
2646  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.JOB_PRIORITY"/>
2647  <text>
2648    InsertCommentsHere
2649  </text>
2650</comment>
2651<comment>
2652  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.JOB_STATUS"/>
2653  <text>
2654    InsertCommentsHere
2655  </text>
2656</comment>
2657<comment>
2658  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.LAUNCH_TIME"/>
2659  <text>
2660    InsertCommentsHere
2661  </text>
2662</comment>
2663<comment>
2664  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.REDUCE_PHASE"/>
2665  <text>
2666    InsertCommentsHere
2667  </text>
2668</comment>
2669<comment>
2670  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.SHUFFLE_FINISHED"/>
2671  <text>
2672    InsertCommentsHere
2673  </text>
2674</comment>
2675<comment>
2676  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.SORT_FINISHED"/>
2677  <text>
2678    InsertCommentsHere
2679  </text>
2680</comment>
2681<comment>
2682  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.SORT_PHASE"/>
2683  <text>
2684    InsertCommentsHere
2685  </text>
2686</comment>
2687<comment>
2688  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.SPLITS"/>
2689  <text>
2690    InsertCommentsHere
2691  </text>
2692</comment>
2693<comment>
2694  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.START_TIME"/>
2695  <text>
2696    InsertCommentsHere
2697  </text>
2698</comment>
2699<comment>
2700  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.STATE_STRING"/>
2701  <text>
2702    InsertCommentsHere
2703  </text>
2704</comment>
2705<comment>
2706  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.SUBMIT_TIME"/>
2707  <text>
2708    InsertCommentsHere
2709  </text>
2710</comment>
2711<comment>
2712  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.TASKID"/>
2713  <text>
2714    InsertCommentsHere
2715  </text>
2716</comment>
2717<comment>
2718  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.TASK_ATTEMPT_ID"/>
2719  <text>
2720    InsertCommentsHere
2721  </text>
2722</comment>
2723<comment>
2724  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.TASK_STATUS"/>
2725  <text>
2726    InsertCommentsHere
2727  </text>
2728</comment>
2729<comment>
2730  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.TASK_TYPE"/>
2731  <text>
2732    InsertCommentsHere
2733  </text>
2734</comment>
2735<comment>
2736  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.TOTAL_MAPS"/>
2737  <text>
2738    InsertCommentsHere
2739  </text>
2740</comment>
2741<comment>
2742  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.TOTAL_REDUCES"/>
2743  <text>
2744    InsertCommentsHere
2745  </text>
2746</comment>
2747<comment>
2748  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.TRACKER_NAME"/>
2749  <text>
2750    InsertCommentsHere
2751  </text>
2752</comment>
2753<comment>
2754  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.USER"/>
2755  <text>
2756    InsertCommentsHere
2757  </text>
2758</comment>
2759<comment>
2760  <identifier id="org.apache.hadoop.mapred.JobHistory.Keys.VERSION"/>
2761  <text>
2762    InsertCommentsHere
2763  </text>
2764</comment>
2765<comment>
2766  <identifier id="org.apache.hadoop.mapred.JobHistory.Listener"/>
2767  <text>
2768    InsertCommentsHere
2769  </text>
2770</comment>
2771<comment>
2772  <identifier id="org.apache.hadoop.mapred.JobHistory.Listener.handle_changed(org.apache.hadoop.mapred.JobHistory.RecordTypes, java.util.Map)"/>
2773  <text>
2774    InsertCommentsHere
2775  </text>
2776</comment>
2777<comment>
2778  <identifier id="org.apache.hadoop.mapred.JobHistory.RecordTypes"/>
2779  <text>
2780    InsertCommentsHere
2781  </text>
2782</comment>
2783<comment>
2784  <identifier id="org.apache.hadoop.mapred.JobHistory.RecordTypes.Job"/>
2785  <text>
2786    InsertCommentsHere
2787  </text>
2788</comment>
2789<comment>
2790  <identifier id="org.apache.hadoop.mapred.JobHistory.RecordTypes.Jobtracker"/>
2791  <text>
2792    InsertCommentsHere
2793  </text>
2794</comment>
2795<comment>
2796  <identifier id="org.apache.hadoop.mapred.JobHistory.RecordTypes.MapAttempt"/>
2797  <text>
2798    InsertCommentsHere
2799  </text>
2800</comment>
2801<comment>
2802  <identifier id="org.apache.hadoop.mapred.JobHistory.RecordTypes.Meta"/>
2803  <text>
2804    InsertCommentsHere
2805  </text>
2806</comment>
2807<comment>
2808  <identifier id="org.apache.hadoop.mapred.JobHistory.RecordTypes.ReduceAttempt"/>
2809  <text>
2810    InsertCommentsHere
2811  </text>
2812</comment>
2813<comment>
2814  <identifier id="org.apache.hadoop.mapred.JobHistory.RecordTypes.Task"/>
2815  <text>
2816    InsertCommentsHere
2817  </text>
2818</comment>
2819<comment>
2820  <identifier id="org.apache.hadoop.mapred.JobHistory.Task"/>
2821  <text>
2822    InsertCommentsHere
2823  </text>
2824</comment>
2825<comment>
2826  <identifier id="org.apache.hadoop.mapred.JobHistory.Task.getTaskAttempts_changed()"/>
2827  <text>
2828    InsertCommentsHere
2829  </text>
2830</comment>
2831<comment>
2832  <identifier id="org.apache.hadoop.mapred.JobHistory.Task.logUpdates_added(org.apache.hadoop.mapred.TaskID, long)"/>
2833  <text>
2834    InsertCommentsHere
2835  </text>
2836</comment>
2837<comment>
2838  <identifier id="org.apache.hadoop.mapred.JobHistory.Values"/>
2839  <text>
2840    InsertCommentsHere
2841  </text>
2842</comment>
2843<comment>
2844  <identifier id="org.apache.hadoop.mapred.JobHistory.Values.CLEANUP"/>
2845  <text>
2846    InsertCommentsHere
2847  </text>
2848</comment>
2849<comment>
2850  <identifier id="org.apache.hadoop.mapred.JobHistory.Values.FAILED"/>
2851  <text>
2852    InsertCommentsHere
2853  </text>
2854</comment>
2855<comment>
2856  <identifier id="org.apache.hadoop.mapred.JobHistory.Values.KILLED"/>
2857  <text>
2858    InsertCommentsHere
2859  </text>
2860</comment>
2861<comment>
2862  <identifier id="org.apache.hadoop.mapred.JobHistory.Values.MAP"/>
2863  <text>
2864    InsertCommentsHere
2865  </text>
2866</comment>
2867<comment>
2868  <identifier id="org.apache.hadoop.mapred.JobHistory.Values.PREP"/>
2869  <text>
2870    InsertCommentsHere
2871  </text>
2872</comment>
2873<comment>
2874  <identifier id="org.apache.hadoop.mapred.JobHistory.Values.REDUCE"/>
2875  <text>
2876    InsertCommentsHere
2877  </text>
2878</comment>
2879<comment>
2880  <identifier id="org.apache.hadoop.mapred.JobHistory.Values.RUNNING"/>
2881  <text>
2882    InsertCommentsHere
2883  </text>
2884</comment>
2885<comment>
2886  <identifier id="org.apache.hadoop.mapred.JobHistory.Values.SETUP"/>
2887  <text>
2888    InsertCommentsHere
2889  </text>
2890</comment>
2891<comment>
2892  <identifier id="org.apache.hadoop.mapred.JobHistory.Values.SUCCESS"/>
2893  <text>
2894    InsertCommentsHere
2895  </text>
2896</comment>
2897<comment>
2898  <identifier id="org.apache.hadoop.mapred.JobID"/>
2899  <text>
2900    InsertCommentsHere
2901  </text>
2902</comment>
2903<comment>
2904  <identifier id="org.apache.hadoop.mapred.JobID.ctor_added()"/>
2905  <text>
2906    InsertCommentsHere
2907  </text>
2908</comment>
2909<comment>
2910  <identifier id="org.apache.hadoop.mapred.JobID.downgrade_added(org.apache.hadoop.mapreduce.JobID)"/>
2911  <text>
2912    InsertCommentsHere
2913  </text>
2914</comment>
2915<comment>
2916  <identifier id="org.apache.hadoop.mapred.JobPriority"/>
2917  <text>
2918    InsertCommentsHere
2919  </text>
2920</comment>
2921<comment>
2922  <identifier id="org.apache.hadoop.mapred.JobPriority.HIGH"/>
2923  <text>
2924    InsertCommentsHere
2925  </text>
2926</comment>
2927<comment>
2928  <identifier id="org.apache.hadoop.mapred.JobPriority.LOW"/>
2929  <text>
2930    InsertCommentsHere
2931  </text>
2932</comment>
2933<comment>
2934  <identifier id="org.apache.hadoop.mapred.JobPriority.NORMAL"/>
2935  <text>
2936    InsertCommentsHere
2937  </text>
2938</comment>
2939<comment>
2940  <identifier id="org.apache.hadoop.mapred.JobPriority.VERY_HIGH"/>
2941  <text>
2942    InsertCommentsHere
2943  </text>
2944</comment>
2945<comment>
2946  <identifier id="org.apache.hadoop.mapred.JobPriority.VERY_LOW"/>
2947  <text>
2948    InsertCommentsHere
2949  </text>
2950</comment>
2951<comment>
2952  <identifier id="org.apache.hadoop.mapred.JobProfile"/>
2953  <text>
2954    InsertCommentsHere
2955  </text>
2956</comment>
2957<comment>
2958  <identifier id="org.apache.hadoop.mapred.JobProfile.ctor_added(java.lang.String, org.apache.hadoop.mapreduce.JobID, java.lang.String, java.lang.String, java.lang.String)"/>
2959  <text>
2960    InsertCommentsHere
2961  </text>
2962</comment>
2963<comment>
2964  <identifier id="org.apache.hadoop.mapred.JobProfile.ctor_added(java.lang.String, org.apache.hadoop.mapreduce.JobID, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"/>
2965  <text>
2966    InsertCommentsHere
2967  </text>
2968</comment>
2969<comment>
2970  <identifier id="org.apache.hadoop.mapred.JobProfile.ctor_removed(java.lang.String, org.apache.hadoop.mapred.JobID, java.lang.String, java.lang.String, java.lang.String)"/>
2971  <text>
2972    InsertCommentsHere
2973  </text>
2974</comment>
2975<comment>
2976  <identifier id="org.apache.hadoop.mapred.JobProfile.ctor_removed(java.lang.String, org.apache.hadoop.mapred.JobID, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"/>
2977  <text>
2978    InsertCommentsHere
2979  </text>
2980</comment>
2981<comment>
2982  <identifier id="org.apache.hadoop.mapred.JobShell"/>
2983  <text>
2984    InsertCommentsHere
2985  </text>
2986</comment>
2987<comment>
2988  <identifier id="org.apache.hadoop.mapred.JobTracker"/>
2989  <text>
2990    InsertCommentsHere
2991  </text>
2992</comment>
2993<comment>
2994  <identifier id="org.apache.hadoop.mapred.JobTracker.State"/>
2995  <text>
2996    InsertCommentsHere
2997  </text>
2998</comment>
2999<comment>
3000  <identifier id="org.apache.hadoop.mapred.JobTracker.State.INITIALIZING"/>
3001  <text>
3002    InsertCommentsHere
3003  </text>
3004</comment>
3005<comment>
3006  <identifier id="org.apache.hadoop.mapred.JobTracker.State.RUNNING"/>
3007  <text>
3008    InsertCommentsHere
3009  </text>
3010</comment>
3011<comment>
3012  <identifier id="org.apache.hadoop.mapred.JobTracker.activeTaskTrackers_added()"/>
3013  <text>
3014    InsertCommentsHere
3015  </text>
3016</comment>
3017<comment>
3018  <identifier id="org.apache.hadoop.mapred.JobTracker.blacklistedTaskTrackers_added()"/>
3019  <text>
3020    InsertCommentsHere
3021  </text>
3022</comment>
3023<comment>
3024  <identifier id="org.apache.hadoop.mapred.JobTracker.completedJobs_changed()"/>
3025  <text>
3026    InsertCommentsHere
3027  </text>
3028</comment>
3029<comment>
3030  <identifier id="org.apache.hadoop.mapred.JobTracker.failJob_added(org.apache.hadoop.mapred.JobInProgress)"/>
3031  <text>
3032    InsertCommentsHere
3033  </text>
3034</comment>
3035<comment>
3036  <identifier id="org.apache.hadoop.mapred.JobTracker.failedJobs_changed()"/>
3037  <text>
3038    InsertCommentsHere
3039  </text>
3040</comment>
3041<comment>
3042  <identifier id="org.apache.hadoop.mapred.JobTracker.getClusterStatus_added(boolean)"/>
3043  <text>
3044    InsertCommentsHere
3045  </text>
3046</comment>
3047<comment>
3048  <identifier id="org.apache.hadoop.mapred.JobTracker.getClusterStatus_changed()"/>
3049  <text>
3050    InsertCommentsHere
3051  </text>
3052</comment>
3053<comment>
3054  <identifier id="org.apache.hadoop.mapred.JobTracker.getInstrumentationClass_changed(org.apache.hadoop.conf.Configuration)"/>
3055  <text>
3056    InsertCommentsHere
3057  </text>
3058</comment>
3059<comment>
3060  <identifier id="org.apache.hadoop.mapred.JobTracker.getNodesAtMaxLevel_changed()"/>
3061  <text>
3062    InsertCommentsHere
3063  </text>
3064</comment>
3065<comment>
3066  <identifier id="org.apache.hadoop.mapred.JobTracker.getRunningJobs_changed()"/>
3067  <text>
3068    InsertCommentsHere
3069  </text>
3070</comment>
3071<comment>
3072  <identifier id="org.apache.hadoop.mapred.JobTracker.heartbeat_changed(org.apache.hadoop.mapred.TaskTrackerStatus, boolean, boolean, boolean, short)"/>
3073  <text>
3074    InsertCommentsHere
3075  </text>
3076</comment>
3077<comment>
3078  <identifier id="org.apache.hadoop.mapred.JobTracker.initJob_added(org.apache.hadoop.mapred.JobInProgress)"/>
3079  <text>
3080    InsertCommentsHere
3081  </text>
3082</comment>
3083<comment>
3084  <identifier id="org.apache.hadoop.mapred.JobTracker.isBlacklisted_added(java.lang.String)"/>
3085  <text>
3086    InsertCommentsHere
3087  </text>
3088</comment>
3089<comment>
3090  <identifier id="org.apache.hadoop.mapred.JobTracker.refreshServiceAcl_added()"/>
3091  <text>
3092    InsertCommentsHere
3093  </text>
3094</comment>
3095<comment>
3096  <identifier id="org.apache.hadoop.mapred.JobTracker.runningJobs_changed()"/>
3097  <text>
3098    InsertCommentsHere
3099  </text>
3100</comment>
3101<comment>
3102  <identifier id="org.apache.hadoop.mapred.JobTracker.setInstrumentationClass_changed(org.apache.hadoop.conf.Configuration, java.lang.Class)"/>
3103  <text>
3104    InsertCommentsHere
3105  </text>
3106</comment>
3107<comment>
3108  <identifier id="org.apache.hadoop.mapred.JobTracker.startTracker_added(org.apache.hadoop.mapred.JobConf, java.lang.String)"/>
3109  <text>
3110    InsertCommentsHere
3111  </text>
3112</comment>
3113<comment>
3114  <identifier id="org.apache.hadoop.mapred.JobTracker.taskTrackerNames_added()"/>
3115  <text>
3116    InsertCommentsHere
3117  </text>
3118</comment>
3119<comment>
3120  <identifier id="org.apache.hadoop.mapred.JobTracker.taskTrackers_changed()"/>
3121  <text>
3122    InsertCommentsHere
3123  </text>
3124</comment>
3125<comment>
3126  <identifier id="org.apache.hadoop.mapred.KeyValueLineRecordReader"/>
3127  <text>
3128    InsertCommentsHere
3129  </text>
3130</comment>
3131<comment>
3132  <identifier id="org.apache.hadoop.mapred.KeyValueTextInputFormat"/>
3133  <text>
3134    InsertCommentsHere
3135  </text>
3136</comment>
3137<comment>
3138  <identifier id="org.apache.hadoop.mapred.KeyValueTextInputFormat.getRecordReader_changed(org.apache.hadoop.mapred.InputSplit, org.apache.hadoop.mapred.JobConf, org.apache.hadoop.mapred.Reporter)"/>
3139  <text>
3140    InsertCommentsHere
3141  </text>
3142</comment>
3143<comment>
3144  <identifier id="org.apache.hadoop.mapred.LineRecordReader"/>
3145  <text>
3146    InsertCommentsHere
3147  </text>
3148</comment>
3149<comment>
3150  <identifier id="org.apache.hadoop.mapred.MapFileOutputFormat"/>
3151  <text>
3152    InsertCommentsHere
3153  </text>
3154</comment>
3155<comment>
3156  <identifier id="org.apache.hadoop.mapred.MapFileOutputFormat.getEntry_changed(org.apache.hadoop.io.MapFile.Reader[], org.apache.hadoop.mapred.Partitioner, org.apache.hadoop.io.WritableComparable, org.apache.hadoop.io.Writable)"/>
3157  <text>
3158    InsertCommentsHere
3159  </text>
3160</comment>
3161<comment>
3162  <identifier id="org.apache.hadoop.mapred.MapFileOutputFormat.getRecordWriter_changed(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.mapred.JobConf, java.lang.String, org.apache.hadoop.util.Progressable)"/>
3163  <text>
3164    InsertCommentsHere
3165  </text>
3166</comment>
3167<comment>
3168  <identifier id="org.apache.hadoop.mapred.MapReducePolicyProvider"/>
3169  <text>
3170    InsertCommentsHere
3171  </text>
3172</comment>
3173<comment>
3174  <identifier id="org.apache.hadoop.mapred.MapRunnable"/>
3175  <text>
3176    InsertCommentsHere
3177  </text>
3178</comment>
3179<comment>
3180  <identifier id="org.apache.hadoop.mapred.MapRunnable.run_changed(org.apache.hadoop.mapred.RecordReader, org.apache.hadoop.mapred.OutputCollector, org.apache.hadoop.mapred.Reporter)"/>
3181  <text>
3182    InsertCommentsHere
3183  </text>
3184</comment>
3185<comment>
3186  <identifier id="org.apache.hadoop.mapred.MapRunner"/>
3187  <text>
3188    InsertCommentsHere
3189  </text>
3190</comment>
3191<comment>
3192  <identifier id="org.apache.hadoop.mapred.MapRunner.getMapper_changed()"/>
3193  <text>
3194    InsertCommentsHere
3195  </text>
3196</comment>
3197<comment>
3198  <identifier id="org.apache.hadoop.mapred.MapRunner.run_changed(org.apache.hadoop.mapred.RecordReader, org.apache.hadoop.mapred.OutputCollector, org.apache.hadoop.mapred.Reporter)"/>
3199  <text>
3200    InsertCommentsHere
3201  </text>
3202</comment>
3203<comment>
3204  <identifier id="org.apache.hadoop.mapred.Mapper"/>
3205  <text>
3206    InsertCommentsHere
3207  </text>
3208</comment>
3209<comment>
3210  <identifier id="org.apache.hadoop.mapred.Mapper.map_changed(java.lang.Object, java.lang.Object, org.apache.hadoop.mapred.OutputCollector, org.apache.hadoop.mapred.Reporter)"/>
3211  <text>
3212    InsertCommentsHere
3213  </text>
3214</comment>
3215<comment>
3216  <identifier id="org.apache.hadoop.mapred.MultiFileInputFormat"/>
3217  <text>
3218    InsertCommentsHere
3219  </text>
3220</comment>
3221<comment>
3222  <identifier id="org.apache.hadoop.mapred.MultiFileInputFormat.getRecordReader_changed(org.apache.hadoop.mapred.InputSplit, org.apache.hadoop.mapred.JobConf, org.apache.hadoop.mapred.Reporter)"/>
3223  <text>
3224    InsertCommentsHere
3225  </text>
3226</comment>
3227<comment>
3228  <identifier id="org.apache.hadoop.mapred.MultiFileSplit"/>
3229  <text>
3230    InsertCommentsHere
3231  </text>
3232</comment>
3233<comment>
3234  <identifier id="org.apache.hadoop.mapred.MultiFileSplit.getLength_removed()"/>
3235  <text>
3236    InsertCommentsHere
3237  </text>
3238</comment>
3239<comment>
3240  <identifier id="org.apache.hadoop.mapred.MultiFileSplit.getLength_removed(int)"/>
3241  <text>
3242    InsertCommentsHere
3243  </text>
3244</comment>
3245<comment>
3246  <identifier id="org.apache.hadoop.mapred.OutputCollector"/>
3247  <text>
3248    InsertCommentsHere
3249  </text>
3250</comment>
3251<comment>
3252  <identifier id="org.apache.hadoop.mapred.OutputCollector.collect_changed(java.lang.Object, java.lang.Object)"/>
3253  <text>
3254    InsertCommentsHere
3255  </text>
3256</comment>
3257<comment>
3258  <identifier id="org.apache.hadoop.mapred.OutputCommitter"/>
3259  <text>
3260    InsertCommentsHere
3261  </text>
3262</comment>
3263<comment>
3264  <identifier id="org.apache.hadoop.mapred.OutputCommitter.abortTask_added(org.apache.hadoop.mapreduce.TaskAttemptContext)"/>
3265  <text>
3266    InsertCommentsHere
3267  </text>
3268</comment>
3269<comment>
3270  <identifier id="org.apache.hadoop.mapred.OutputCommitter.cleanupJob_added(org.apache.hadoop.mapreduce.JobContext)"/>
3271  <text>
3272    InsertCommentsHere
3273  </text>
3274</comment>
3275<comment>
3276  <identifier id="org.apache.hadoop.mapred.OutputCommitter.commitTask_added(org.apache.hadoop.mapreduce.TaskAttemptContext)"/>
3277  <text>
3278    InsertCommentsHere
3279  </text>
3280</comment>
3281<comment>
3282  <identifier id="org.apache.hadoop.mapred.OutputCommitter.needsTaskCommit_added(org.apache.hadoop.mapreduce.TaskAttemptContext)"/>
3283  <text>
3284    InsertCommentsHere
3285  </text>
3286</comment>
3287<comment>
3288  <identifier id="org.apache.hadoop.mapred.OutputCommitter.setupJob_added(org.apache.hadoop.mapreduce.JobContext)"/>
3289  <text>
3290    InsertCommentsHere
3291  </text>
3292</comment>
3293<comment>
3294  <identifier id="org.apache.hadoop.mapred.OutputCommitter.setupTask_added(org.apache.hadoop.mapreduce.TaskAttemptContext)"/>
3295  <text>
3296    InsertCommentsHere
3297  </text>
3298</comment>
3299<comment>
3300  <identifier id="org.apache.hadoop.mapred.OutputFormat"/>
3301  <text>
3302    InsertCommentsHere
3303  </text>
3304</comment>
3305<comment>
3306  <identifier id="org.apache.hadoop.mapred.OutputFormat.getRecordWriter_changed(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.mapred.JobConf, java.lang.String, org.apache.hadoop.util.Progressable)"/>
3307  <text>
3308    InsertCommentsHere
3309  </text>
3310</comment>
3311<comment>
3312  <identifier id="org.apache.hadoop.mapred.Partitioner"/>
3313  <text>
3314    InsertCommentsHere
3315  </text>
3316</comment>
3317<comment>
3318  <identifier id="org.apache.hadoop.mapred.Partitioner.getPartition_changed(java.lang.Object, java.lang.Object, int)"/>
3319  <text>
3320    InsertCommentsHere
3321  </text>
3322</comment>
3323<comment>
3324  <identifier id="org.apache.hadoop.mapred.RawKeyValueIterator"/>
3325  <text>
3326    InsertCommentsHere
3327  </text>
3328</comment>
3329<comment>
3330  <identifier id="org.apache.hadoop.mapred.RecordReader"/>
3331  <text>
3332    InsertCommentsHere
3333  </text>
3334</comment>
3335<comment>
3336  <identifier id="org.apache.hadoop.mapred.RecordReader.createKey_changed()"/>
3337  <text>
3338    InsertCommentsHere
3339  </text>
3340</comment>
3341<comment>
3342  <identifier id="org.apache.hadoop.mapred.RecordReader.createValue_changed()"/>
3343  <text>
3344    InsertCommentsHere
3345  </text>
3346</comment>
3347<comment>
3348  <identifier id="org.apache.hadoop.mapred.RecordReader.next_changed(java.lang.Object, java.lang.Object)"/>
3349  <text>
3350    InsertCommentsHere
3351  </text>
3352</comment>
3353<comment>
3354  <identifier id="org.apache.hadoop.mapred.RecordWriter"/>
3355  <text>
3356    InsertCommentsHere
3357  </text>
3358</comment>
3359<comment>
3360  <identifier id="org.apache.hadoop.mapred.RecordWriter.write_changed(java.lang.Object, java.lang.Object)"/>
3361  <text>
3362    InsertCommentsHere
3363  </text>
3364</comment>
3365<comment>
3366  <identifier id="org.apache.hadoop.mapred.Reducer"/>
3367  <text>
3368    InsertCommentsHere
3369  </text>
3370</comment>
3371<comment>
3372  <identifier id="org.apache.hadoop.mapred.Reducer.reduce_changed(java.lang.Object, java.util.Iterator, org.apache.hadoop.mapred.OutputCollector, org.apache.hadoop.mapred.Reporter)"/>
3373  <text>
3374    InsertCommentsHere
3375  </text>
3376</comment>
3377<comment>
3378  <identifier id="org.apache.hadoop.mapred.Reporter"/>
3379  <text>
3380    InsertCommentsHere
3381  </text>
3382</comment>
3383<comment>
3384  <identifier id="org.apache.hadoop.mapred.Reporter.getCounter_added(java.lang.Enum)"/>
3385  <text>
3386    InsertCommentsHere
3387  </text>
3388</comment>
3389<comment>
3390  <identifier id="org.apache.hadoop.mapred.RunningJob"/>
3391  <text>
3392    InsertCommentsHere
3393  </text>
3394</comment>
3395<comment>
3396  <identifier id="org.apache.hadoop.mapred.RunningJob.getTaskDiagnostics_added(org.apache.hadoop.mapred.TaskAttemptID)"/>
3397  <text>
3398    InsertCommentsHere
3399  </text>
3400</comment>
3401<comment>
3402  <identifier id="org.apache.hadoop.mapred.SequenceFileAsBinaryInputFormat"/>
3403  <text>
3404    InsertCommentsHere
3405  </text>
3406</comment>
3407<comment>
3408  <identifier id="org.apache.hadoop.mapred.SequenceFileAsBinaryInputFormat.SequenceFileAsBinaryRecordReader"/>
3409  <text>
3410    InsertCommentsHere
3411  </text>
3412</comment>
3413<comment>
3414  <identifier id="org.apache.hadoop.mapred.SequenceFileAsBinaryInputFormat.getRecordReader_changed(org.apache.hadoop.mapred.InputSplit, org.apache.hadoop.mapred.JobConf, org.apache.hadoop.mapred.Reporter)"/>
3415  <text>
3416    InsertCommentsHere
3417  </text>
3418</comment>
3419<comment>
3420  <identifier id="org.apache.hadoop.mapred.SequenceFileAsBinaryOutputFormat"/>
3421  <text>
3422    InsertCommentsHere
3423  </text>
3424</comment>
3425<comment>
3426  <identifier id="org.apache.hadoop.mapred.SequenceFileAsBinaryOutputFormat.getRecordWriter_changed(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.mapred.JobConf, java.lang.String, org.apache.hadoop.util.Progressable)"/>
3427  <text>
3428    InsertCommentsHere
3429  </text>
3430</comment>
3431<comment>
3432  <identifier id="org.apache.hadoop.mapred.SequenceFileAsBinaryOutputFormat.getSequenceFileOutputKeyClass_changed(org.apache.hadoop.mapred.JobConf)"/>
3433  <text>
3434    InsertCommentsHere
3435  </text>
3436</comment>
3437<comment>
3438  <identifier id="org.apache.hadoop.mapred.SequenceFileAsBinaryOutputFormat.getSequenceFileOutputValueClass_changed(org.apache.hadoop.mapred.JobConf)"/>
3439  <text>
3440    InsertCommentsHere
3441  </text>
3442</comment>
3443<comment>
3444  <identifier id="org.apache.hadoop.mapred.SequenceFileAsBinaryOutputFormat.setSequenceFileOutputKeyClass_changed(org.apache.hadoop.mapred.JobConf, java.lang.Class)"/>
3445  <text>
3446    InsertCommentsHere
3447  </text>
3448</comment>
3449<comment>
3450  <identifier id="org.apache.hadoop.mapred.SequenceFileAsBinaryOutputFormat.setSequenceFileOutputValueClass_changed(org.apache.hadoop.mapred.JobConf, java.lang.Class)"/>
3451  <text>
3452    InsertCommentsHere
3453  </text>
3454</comment>
3455<comment>
3456  <identifier id="org.apache.hadoop.mapred.SequenceFileAsTextInputFormat"/>
3457  <text>
3458    InsertCommentsHere
3459  </text>
3460</comment>
3461<comment>
3462  <identifier id="org.apache.hadoop.mapred.SequenceFileAsTextInputFormat.getRecordReader_changed(org.apache.hadoop.mapred.InputSplit, org.apache.hadoop.mapred.JobConf, org.apache.hadoop.mapred.Reporter)"/>
3463  <text>
3464    InsertCommentsHere
3465  </text>
3466</comment>
3467<comment>
3468  <identifier id="org.apache.hadoop.mapred.SequenceFileAsTextRecordReader"/>
3469  <text>
3470    InsertCommentsHere
3471  </text>
3472</comment>
3473<comment>
3474  <identifier id="org.apache.hadoop.mapred.SequenceFileInputFilter"/>
3475  <text>
3476    InsertCommentsHere
3477  </text>
3478</comment>
3479<comment>
3480  <identifier id="org.apache.hadoop.mapred.SequenceFileInputFilter.getRecordReader_changed(org.apache.hadoop.mapred.InputSplit, org.apache.hadoop.mapred.JobConf, org.apache.hadoop.mapred.Reporter)"/>
3481  <text>
3482    InsertCommentsHere
3483  </text>
3484</comment>
3485<comment>
3486  <identifier id="org.apache.hadoop.mapred.SequenceFileInputFormat"/>
3487  <text>
3488    InsertCommentsHere
3489  </text>
3490</comment>
3491<comment>
3492  <identifier id="org.apache.hadoop.mapred.SequenceFileInputFormat.getRecordReader_changed(org.apache.hadoop.mapred.InputSplit, org.apache.hadoop.mapred.JobConf, org.apache.hadoop.mapred.Reporter)"/>
3493  <text>
3494    InsertCommentsHere
3495  </text>
3496</comment>
3497<comment>
3498  <identifier id="org.apache.hadoop.mapred.SequenceFileOutputFormat"/>
3499  <text>
3500    InsertCommentsHere
3501  </text>
3502</comment>
3503<comment>
3504  <identifier id="org.apache.hadoop.mapred.SequenceFileOutputFormat.getRecordWriter_changed(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.mapred.JobConf, java.lang.String, org.apache.hadoop.util.Progressable)"/>
3505  <text>
3506    InsertCommentsHere
3507  </text>
3508</comment>
3509<comment>
3510  <identifier id="org.apache.hadoop.mapred.SequenceFileRecordReader"/>
3511  <text>
3512    InsertCommentsHere
3513  </text>
3514</comment>
3515<comment>
3516  <identifier id="org.apache.hadoop.mapred.SequenceFileRecordReader.createKey_changed()"/>
3517  <text>
3518    InsertCommentsHere
3519  </text>
3520</comment>
3521<comment>
3522  <identifier id="org.apache.hadoop.mapred.SequenceFileRecordReader.createValue_changed()"/>
3523  <text>
3524    InsertCommentsHere
3525  </text>
3526</comment>
3527<comment>
3528  <identifier id="org.apache.hadoop.mapred.SequenceFileRecordReader.getCurrentValue_changed(java.lang.Object)"/>
3529  <text>
3530    InsertCommentsHere
3531  </text>
3532</comment>
3533<comment>
3534  <identifier id="org.apache.hadoop.mapred.SequenceFileRecordReader.next_added(java.lang.Object)"/>
3535  <text>
3536    InsertCommentsHere
3537  </text>
3538</comment>
3539<comment>
3540  <identifier id="org.apache.hadoop.mapred.SequenceFileRecordReader.next_added(java.lang.Object, java.lang.Object)"/>
3541  <text>
3542    InsertCommentsHere
3543  </text>
3544</comment>
3545<comment>
3546  <identifier id="org.apache.hadoop.mapred.SequenceFileRecordReader.next_removed(K)"/>
3547  <text>
3548    InsertCommentsHere
3549  </text>
3550</comment>
3551<comment>
3552  <identifier id="org.apache.hadoop.mapred.SequenceFileRecordReader.next_removed(K, V)"/>
3553  <text>
3554    InsertCommentsHere
3555  </text>
3556</comment>
3557<comment>
3558  <identifier id="org.apache.hadoop.mapred.StatusHttpServer"/>
3559  <text>
3560    InsertCommentsHere
3561  </text>
3562</comment>
3563<comment>
3564  <identifier id="org.apache.hadoop.mapred.StatusHttpServer.TaskGraphServlet"/>
3565  <text>
3566    InsertCommentsHere
3567  </text>
3568</comment>
3569<comment>
3570  <identifier id="org.apache.hadoop.mapred.TIPStatus"/>
3571  <text>
3572    InsertCommentsHere
3573  </text>
3574</comment>
3575<comment>
3576  <identifier id="org.apache.hadoop.mapred.TaskAttemptContext"/>
3577  <text>
3578    InsertCommentsHere
3579  </text>
3580</comment>
3581<comment>
3582  <identifier id="org.apache.hadoop.mapred.TaskAttemptContext.getProgressible_changed()"/>
3583  <text>
3584    InsertCommentsHere
3585  </text>
3586</comment>
3587<comment>
3588  <identifier id="org.apache.hadoop.mapred.TaskAttemptContext.progress_added()"/>
3589  <text>
3590    InsertCommentsHere
3591  </text>
3592</comment>
3593<comment>
3594  <identifier id="org.apache.hadoop.mapred.TaskAttemptID"/>
3595  <text>
3596    InsertCommentsHere
3597  </text>
3598</comment>
3599<comment>
3600  <identifier id="org.apache.hadoop.mapred.TaskAttemptID.ctor_added()"/>
3601  <text>
3602    InsertCommentsHere
3603  </text>
3604</comment>
3605<comment>
3606  <identifier id="org.apache.hadoop.mapred.TaskAttemptID.downgrade_added(org.apache.hadoop.mapreduce.TaskAttemptID)"/>
3607  <text>
3608    InsertCommentsHere
3609  </text>
3610</comment>
3611<comment>
3612  <identifier id="org.apache.hadoop.mapred.TaskCompletionEvent.Status"/>
3613  <text>
3614    InsertCommentsHere
3615  </text>
3616</comment>
3617<comment>
3618  <identifier id="org.apache.hadoop.mapred.TaskCompletionEvent.Status.FAILED"/>
3619  <text>
3620    InsertCommentsHere
3621  </text>
3622</comment>
3623<comment>
3624  <identifier id="org.apache.hadoop.mapred.TaskCompletionEvent.Status.KILLED"/>
3625  <text>
3626    InsertCommentsHere
3627  </text>
3628</comment>
3629<comment>
3630  <identifier id="org.apache.hadoop.mapred.TaskCompletionEvent.Status.OBSOLETE"/>
3631  <text>
3632    InsertCommentsHere
3633  </text>
3634</comment>
3635<comment>
3636  <identifier id="org.apache.hadoop.mapred.TaskCompletionEvent.Status.SUCCEEDED"/>
3637  <text>
3638    InsertCommentsHere
3639  </text>
3640</comment>
3641<comment>
3642  <identifier id="org.apache.hadoop.mapred.TaskCompletionEvent.Status.TIPFAILED"/>
3643  <text>
3644    InsertCommentsHere
3645  </text>
3646</comment>
3647<comment>
3648  <identifier id="org.apache.hadoop.mapred.TaskGraphServlet"/>
3649  <text>
3650    InsertCommentsHere
3651  </text>
3652</comment>
3653<comment>
3654  <identifier id="org.apache.hadoop.mapred.TaskID"/>
3655  <text>
3656    InsertCommentsHere
3657  </text>
3658</comment>
3659<comment>
3660  <identifier id="org.apache.hadoop.mapred.TaskID.ctor_added()"/>
3661  <text>
3662    InsertCommentsHere
3663  </text>
3664</comment>
3665<comment>
3666  <identifier id="org.apache.hadoop.mapred.TaskID.ctor_added(org.apache.hadoop.mapreduce.JobID, boolean, int)"/>
3667  <text>
3668    InsertCommentsHere
3669  </text>
3670</comment>
3671<comment>
3672  <identifier id="org.apache.hadoop.mapred.TaskID.ctor_removed(org.apache.hadoop.mapred.JobID, boolean, int)"/>
3673  <text>
3674    InsertCommentsHere
3675  </text>
3676</comment>
3677<comment>
3678  <identifier id="org.apache.hadoop.mapred.TaskID.downgrade_added(org.apache.hadoop.mapreduce.TaskID)"/>
3679  <text>
3680    InsertCommentsHere
3681  </text>
3682</comment>
3683<comment>
3684  <identifier id="org.apache.hadoop.mapred.TaskLog"/>
3685  <text>
3686    InsertCommentsHere
3687  </text>
3688</comment>
3689<comment>
3690  <identifier id="org.apache.hadoop.mapred.TaskLog.LogName"/>
3691  <text>
3692    InsertCommentsHere
3693  </text>
3694</comment>
3695<comment>
3696  <identifier id="org.apache.hadoop.mapred.TaskLog.LogName.DEBUGOUT"/>
3697  <text>
3698    InsertCommentsHere
3699  </text>
3700</comment>
3701<comment>
3702  <identifier id="org.apache.hadoop.mapred.TaskLog.LogName.PROFILE"/>
3703  <text>
3704    InsertCommentsHere
3705  </text>
3706</comment>
3707<comment>
3708  <identifier id="org.apache.hadoop.mapred.TaskLog.LogName.STDERR"/>
3709  <text>
3710    InsertCommentsHere
3711  </text>
3712</comment>
3713<comment>
3714  <identifier id="org.apache.hadoop.mapred.TaskLog.LogName.STDOUT"/>
3715  <text>
3716    InsertCommentsHere
3717  </text>
3718</comment>
3719<comment>
3720  <identifier id="org.apache.hadoop.mapred.TaskLog.LogName.SYSLOG"/>
3721  <text>
3722    InsertCommentsHere
3723  </text>
3724</comment>
3725<comment>
3726  <identifier id="org.apache.hadoop.mapred.TaskLog.addCommand_changed(java.util.List, boolean)"/>
3727  <text>
3728    InsertCommentsHere
3729  </text>
3730</comment>
3731<comment>
3732  <identifier id="org.apache.hadoop.mapred.TaskLog.captureDebugOut_changed(java.util.List, java.io.File)"/>
3733  <text>
3734    InsertCommentsHere
3735  </text>
3736</comment>
3737<comment>
3738  <identifier id="org.apache.hadoop.mapred.TaskLog.captureOutAndError_added(java.util.List, java.io.File, java.io.File, long)"/>
3739  <text>
3740    InsertCommentsHere
3741  </text>
3742</comment>
3743<comment>
3744  <identifier id="org.apache.hadoop.mapred.TaskLog.captureOutAndError_added(java.util.List, java.util.List, java.io.File, java.io.File, long)"/>
3745  <text>
3746    InsertCommentsHere
3747  </text>
3748</comment>
3749<comment>
3750  <identifier id="org.apache.hadoop.mapred.TaskLog.captureOutAndError_added(java.util.List, java.util.List, java.io.File, java.io.File, long, java.lang.String)"/>
3751  <text>
3752    InsertCommentsHere
3753  </text>
3754</comment>
3755<comment>
3756  <identifier id="org.apache.hadoop.mapred.TaskLog.captureOutAndError_removed(java.util.List<java.lang.String>, java.io.File, java.io.File, long)"/>
3757  <text>
3758    InsertCommentsHere
3759  </text>
3760</comment>
3761<comment>
3762  <identifier id="org.apache.hadoop.mapred.TaskLog.captureOutAndError_removed(java.util.List<java.lang.String>, java.util.List<java.lang.String>, java.io.File, java.io.File, long)"/>
3763  <text>
3764    InsertCommentsHere
3765  </text>
3766</comment>
3767<comment>
3768  <identifier id="org.apache.hadoop.mapred.TaskLog.captureOutAndError_removed(java.util.List<java.lang.String>, java.util.List<java.lang.String>, java.io.File, java.io.File, long, java.lang.String)"/>
3769  <text>
3770    InsertCommentsHere
3771  </text>
3772</comment>
3773<comment>
3774  <identifier id="org.apache.hadoop.mapred.TaskReport"/>
3775  <text>
3776    InsertCommentsHere
3777  </text>
3778</comment>
3779<comment>
3780  <identifier id="org.apache.hadoop.mapred.TaskReport.getCurrentStatus_added()"/>
3781  <text>
3782    InsertCommentsHere
3783  </text>
3784</comment>
3785<comment>
3786  <identifier id="org.apache.hadoop.mapred.TaskReport.getRunningTaskAttempts_added()"/>
3787  <text>
3788    InsertCommentsHere
3789  </text>
3790</comment>
3791<comment>
3792  <identifier id="org.apache.hadoop.mapred.TaskReport.getSuccessfulTaskAttempt_added()"/>
3793  <text>
3794    InsertCommentsHere
3795  </text>
3796</comment>
3797<comment>
3798  <identifier id="org.apache.hadoop.mapred.TaskReport.setRunningTaskAttempts_added(java.util.Collection)"/>
3799  <text>
3800    InsertCommentsHere
3801  </text>
3802</comment>
3803<comment>
3804  <identifier id="org.apache.hadoop.mapred.TaskReport.setSuccessfulAttempt_added(org.apache.hadoop.mapred.TaskAttemptID)"/>
3805  <text>
3806    InsertCommentsHere
3807  </text>
3808</comment>
3809<comment>
3810  <identifier id="org.apache.hadoop.mapred.TaskTracker"/>
3811  <text>
3812    InsertCommentsHere
3813  </text>
3814</comment>
3815<comment>
3816  <identifier id="org.apache.hadoop.mapred.TaskTracker.fatalError_added(org.apache.hadoop.mapred.TaskAttemptID, java.lang.String)"/>
3817  <text>
3818    InsertCommentsHere
3819  </text>
3820</comment>
3821<comment>
3822  <identifier id="org.apache.hadoop.mapred.TaskTracker.getInstrumentationClass_changed(org.apache.hadoop.conf.Configuration)"/>
3823  <text>
3824    InsertCommentsHere
3825  </text>
3826</comment>
3827<comment>
3828  <identifier id="org.apache.hadoop.mapred.TaskTracker.setInstrumentationClass_changed(org.apache.hadoop.conf.Configuration, java.lang.Class)"/>
3829  <text>
3830    InsertCommentsHere
3831  </text>
3832</comment>
3833<comment>
3834  <identifier id="org.apache.hadoop.mapred.TextInputFormat"/>
3835  <text>
3836    InsertCommentsHere
3837  </text>
3838</comment>
3839<comment>
3840  <identifier id="org.apache.hadoop.mapred.TextInputFormat.getRecordReader_changed(org.apache.hadoop.mapred.InputSplit, org.apache.hadoop.mapred.JobConf, org.apache.hadoop.mapred.Reporter)"/>
3841  <text>
3842    InsertCommentsHere
3843  </text>
3844</comment>
3845<comment>
3846  <identifier id="org.apache.hadoop.mapred.TextOutputFormat"/>
3847  <text>
3848    InsertCommentsHere
3849  </text>
3850</comment>
3851<comment>
3852  <identifier id="org.apache.hadoop.mapred.TextOutputFormat.LineRecordWriter"/>
3853  <text>
3854    InsertCommentsHere
3855  </text>
3856</comment>
3857<comment>
3858  <identifier id="org.apache.hadoop.mapred.TextOutputFormat.LineRecordWriter.write_changed(java.lang.Object, java.lang.Object)"/>
3859  <text>
3860    InsertCommentsHere
3861  </text>
3862</comment>
3863<comment>
3864  <identifier id="org.apache.hadoop.mapred.TextOutputFormat.getRecordWriter_changed(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.mapred.JobConf, java.lang.String, org.apache.hadoop.util.Progressable)"/>
3865  <text>
3866    InsertCommentsHere
3867  </text>
3868</comment>
3869<comment>
3870  <identifier id="org.apache.hadoop.mapred.jobcontrol"/>
3871  <text>
3872    InsertCommentsHere
3873  </text>
3874</comment>
3875<comment>
3876  <identifier id="org.apache.hadoop.mapred.jobcontrol.Job"/>
3877  <text>
3878    InsertCommentsHere
3879  </text>
3880</comment>
3881<comment>
3882  <identifier id="org.apache.hadoop.mapred.jobcontrol.Job.ctor_added(org.apache.hadoop.mapred.JobConf, java.util.ArrayList)"/>
3883  <text>
3884    InsertCommentsHere
3885  </text>
3886</comment>
3887<comment>
3888  <identifier id="org.apache.hadoop.mapred.jobcontrol.Job.ctor_removed(org.apache.hadoop.mapred.JobConf, java.util.ArrayList<org.apache.hadoop.mapred.jobcontrol.Job>)"/>
3889  <text>
3890    InsertCommentsHere
3891  </text>
3892</comment>
3893<comment>
3894  <identifier id="org.apache.hadoop.mapred.jobcontrol.Job.getDependingJobs_changed()"/>
3895  <text>
3896    InsertCommentsHere
3897  </text>
3898</comment>
3899<comment>
3900  <identifier id="org.apache.hadoop.mapred.jobcontrol.JobControl"/>
3901  <text>
3902    InsertCommentsHere
3903  </text>
3904</comment>
3905<comment>
3906  <identifier id="org.apache.hadoop.mapred.jobcontrol.JobControl.addJobs_changed(java.util.Collection)"/>
3907  <text>
3908    InsertCommentsHere
3909  </text>
3910</comment>
3911<comment>
3912  <identifier id="org.apache.hadoop.mapred.jobcontrol.JobControl.getFailedJobs_changed()"/>
3913  <text>
3914    InsertCommentsHere
3915  </text>
3916</comment>
3917<comment>
3918  <identifier id="org.apache.hadoop.mapred.jobcontrol.JobControl.getReadyJobs_changed()"/>
3919  <text>
3920    InsertCommentsHere
3921  </text>
3922</comment>
3923<comment>
3924  <identifier id="org.apache.hadoop.mapred.jobcontrol.JobControl.getRunningJobs_changed()"/>
3925  <text>
3926    InsertCommentsHere
3927  </text>
3928</comment>
3929<comment>
3930  <identifier id="org.apache.hadoop.mapred.jobcontrol.JobControl.getSuccessfulJobs_changed()"/>
3931  <text>
3932    InsertCommentsHere
3933  </text>
3934</comment>
3935<comment>
3936  <identifier id="org.apache.hadoop.mapred.jobcontrol.JobControl.getWaitingJobs_changed()"/>
3937  <text>
3938    InsertCommentsHere
3939  </text>
3940</comment>
3941<comment>
3942  <identifier id="org.apache.hadoop.mapred.join"/>
3943  <text>
3944    InsertCommentsHere
3945  </text>
3946</comment>
3947<comment>
3948  <identifier id="org.apache.hadoop.mapred.join.ArrayListBackedIterator"/>
3949  <text>
3950    InsertCommentsHere
3951  </text>
3952</comment>
3953<comment>
3954  <identifier id="org.apache.hadoop.mapred.join.ArrayListBackedIterator.add_changed(org.apache.hadoop.io.Writable)"/>
3955  <text>
3956    InsertCommentsHere
3957  </text>
3958</comment>
3959<comment>
3960  <identifier id="org.apache.hadoop.mapred.join.ArrayListBackedIterator.ctor_added(java.util.ArrayList)"/>
3961  <text>
3962    InsertCommentsHere
3963  </text>
3964</comment>
3965<comment>
3966  <identifier id="org.apache.hadoop.mapred.join.ArrayListBackedIterator.ctor_removed(java.util.ArrayList<X>)"/>
3967  <text>
3968    InsertCommentsHere
3969  </text>
3970</comment>
3971<comment>
3972  <identifier id="org.apache.hadoop.mapred.join.ArrayListBackedIterator.next_changed(org.apache.hadoop.io.Writable)"/>
3973  <text>
3974    InsertCommentsHere
3975  </text>
3976</comment>
3977<comment>
3978  <identifier id="org.apache.hadoop.mapred.join.ArrayListBackedIterator.replay_changed(org.apache.hadoop.io.Writable)"/>
3979  <text>
3980    InsertCommentsHere
3981  </text>
3982</comment>
3983<comment>
3984  <identifier id="org.apache.hadoop.mapred.join.ComposableInputFormat"/>
3985  <text>
3986    InsertCommentsHere
3987  </text>
3988</comment>
3989<comment>
3990  <identifier id="org.apache.hadoop.mapred.join.ComposableInputFormat.getRecordReader_changed(org.apache.hadoop.mapred.InputSplit, org.apache.hadoop.mapred.JobConf, org.apache.hadoop.mapred.Reporter)"/>
3991  <text>
3992    InsertCommentsHere
3993  </text>
3994</comment>
3995<comment>
3996  <identifier id="org.apache.hadoop.mapred.join.ComposableRecordReader"/>
3997  <text>
3998    InsertCommentsHere
3999  </text>
4000</comment>
4001<comment>
4002  <identifier id="org.apache.hadoop.mapred.join.ComposableRecordReader.accept_changed(org.apache.hadoop.mapred.join.CompositeRecordReader.JoinCollector, org.apache.hadoop.io.WritableComparable)"/>
4003  <text>
4004    InsertCommentsHere
4005  </text>
4006</comment>
4007<comment>
4008  <identifier id="org.apache.hadoop.mapred.join.ComposableRecordReader.key_changed()"/>
4009  <text>
4010    InsertCommentsHere
4011  </text>
4012</comment>
4013<comment>
4014  <identifier id="org.apache.hadoop.mapred.join.ComposableRecordReader.key_changed(org.apache.hadoop.io.WritableComparable)"/>
4015  <text>
4016    InsertCommentsHere
4017  </text>
4018</comment>
4019<comment>
4020  <identifier id="org.apache.hadoop.mapred.join.ComposableRecordReader.skip_changed(org.apache.hadoop.io.WritableComparable)"/>
4021  <text>
4022    InsertCommentsHere
4023  </text>
4024</comment>
4025<comment>
4026  <identifier id="org.apache.hadoop.mapred.join.CompositeInputFormat"/>
4027  <text>
4028    InsertCommentsHere
4029  </text>
4030</comment>
4031<comment>
4032  <identifier id="org.apache.hadoop.mapred.join.CompositeInputFormat.compose_added(java.lang.Class, java.lang.String)"/>
4033  <text>
4034    InsertCommentsHere
4035  </text>
4036</comment>
4037<comment>
4038  <identifier id="org.apache.hadoop.mapred.join.CompositeInputFormat.compose_added(java.lang.String, java.lang.Class, java.lang.String[])"/>
4039  <text>
4040    InsertCommentsHere
4041  </text>
4042</comment>
4043<comment>
4044  <identifier id="org.apache.hadoop.mapred.join.CompositeInputFormat.compose_added(java.lang.String, java.lang.Class, org.apache.hadoop.fs.Path[])"/>
4045  <text>
4046    InsertCommentsHere
4047  </text>
4048</comment>
4049<comment>
4050  <identifier id="org.apache.hadoop.mapred.join.CompositeInputFormat.compose_removed(java.lang.Class<? extends org.apache.hadoop.mapred.InputFormat>, java.lang.String)"/>
4051  <text>
4052    InsertCommentsHere
4053  </text>
4054</comment>
4055<comment>
4056  <identifier id="org.apache.hadoop.mapred.join.CompositeInputFormat.compose_removed(java.lang.String, java.lang.Class<? extends org.apache.hadoop.mapred.InputFormat>, java.lang.String[])"/>
4057  <text>
4058    InsertCommentsHere
4059  </text>
4060</comment>
4061<comment>
4062  <identifier id="org.apache.hadoop.mapred.join.CompositeInputFormat.compose_removed(java.lang.String, java.lang.Class<? extends org.apache.hadoop.mapred.InputFormat>, org.apache.hadoop.fs.Path[])"/>
4063  <text>
4064    InsertCommentsHere
4065  </text>
4066</comment>
4067<comment>
4068  <identifier id="org.apache.hadoop.mapred.join.CompositeInputFormat.getRecordReader_changed(org.apache.hadoop.mapred.InputSplit, org.apache.hadoop.mapred.JobConf, org.apache.hadoop.mapred.Reporter)"/>
4069  <text>
4070    InsertCommentsHere
4071  </text>
4072</comment>
4073<comment>
4074  <identifier id="org.apache.hadoop.mapred.join.CompositeRecordReader"/>
4075  <text>
4076    InsertCommentsHere
4077  </text>
4078</comment>
4079<comment>
4080  <identifier id="org.apache.hadoop.mapred.join.CompositeRecordReader.accept_changed(org.apache.hadoop.mapred.join.CompositeRecordReader.JoinCollector, org.apache.hadoop.io.WritableComparable)"/>
4081  <text>
4082    InsertCommentsHere
4083  </text>
4084</comment>
4085<comment>
4086  <identifier id="org.apache.hadoop.mapred.join.CompositeRecordReader.add_changed(org.apache.hadoop.mapred.join.ComposableRecordReader)"/>
4087  <text>
4088    InsertCommentsHere
4089  </text>
4090</comment>
4091<comment>
4092  <identifier id="org.apache.hadoop.mapred.join.CompositeRecordReader.compareTo_changed(org.apache.hadoop.mapred.join.ComposableRecordReader)"/>
4093  <text>
4094    InsertCommentsHere
4095  </text>
4096</comment>
4097<comment>
4098  <identifier id="org.apache.hadoop.mapred.join.CompositeRecordReader.createKey_changed()"/>
4099  <text>
4100    InsertCommentsHere
4101  </text>
4102</comment>
4103<comment>
4104  <identifier id="org.apache.hadoop.mapred.join.CompositeRecordReader.ctor_changed(int, int, java.lang.Class)"/>
4105  <text>
4106    InsertCommentsHere
4107  </text>
4108</comment>
4109<comment>
4110  <identifier id="org.apache.hadoop.mapred.join.CompositeRecordReader.fillJoinCollector_changed(org.apache.hadoop.io.WritableComparable)"/>
4111  <text>
4112    InsertCommentsHere
4113  </text>
4114</comment>
4115<comment>
4116  <identifier id="org.apache.hadoop.mapred.join.CompositeRecordReader.getDelegate_changed()"/>
4117  <text>
4118    InsertCommentsHere
4119  </text>
4120</comment>
4121<comment>
4122  <identifier id="org.apache.hadoop.mapred.join.CompositeRecordReader.getRecordReaderQueue_changed()"/>
4123  <text>
4124    InsertCommentsHere
4125  </text>
4126</comment>
4127<comment>
4128  <identifier id="org.apache.hadoop.mapred.join.CompositeRecordReader.jc"/>
4129  <text>
4130    InsertCommentsHere
4131  </text>
4132</comment>
4133<comment>
4134  <identifier id="org.apache.hadoop.mapred.join.CompositeRecordReader.key_changed()"/>
4135  <text>
4136    InsertCommentsHere
4137  </text>
4138</comment>
4139<comment>
4140  <identifier id="org.apache.hadoop.mapred.join.CompositeRecordReader.key_changed(org.apache.hadoop.io.WritableComparable)"/>
4141  <text>
4142    InsertCommentsHere
4143  </text>
4144</comment>
4145<comment>
4146  <identifier id="org.apache.hadoop.mapred.join.CompositeRecordReader.skip_changed(org.apache.hadoop.io.WritableComparable)"/>
4147  <text>
4148    InsertCommentsHere
4149  </text>
4150</comment>
4151<comment>
4152  <identifier id="org.apache.hadoop.mapred.join.InnerJoinRecordReader"/>
4153  <text>
4154    InsertCommentsHere
4155  </text>
4156</comment>
4157<comment>
4158  <identifier id="org.apache.hadoop.mapred.join.JoinRecordReader"/>
4159  <text>
4160    InsertCommentsHere
4161  </text>
4162</comment>
4163<comment>
4164  <identifier id="org.apache.hadoop.mapred.join.JoinRecordReader.JoinDelegationIterator"/>
4165  <text>
4166    InsertCommentsHere
4167  </text>
4168</comment>
4169<comment>
4170  <identifier id="org.apache.hadoop.mapred.join.JoinRecordReader.ctor_changed(int, org.apache.hadoop.mapred.JobConf, int, java.lang.Class)"/>
4171  <text>
4172    InsertCommentsHere
4173  </text>
4174</comment>
4175<comment>
4176  <identifier id="org.apache.hadoop.mapred.join.JoinRecordReader.getDelegate_changed()"/>
4177  <text>
4178    InsertCommentsHere
4179  </text>
4180</comment>
4181<comment>
4182  <identifier id="org.apache.hadoop.mapred.join.JoinRecordReader.next_changed(org.apache.hadoop.io.WritableComparable, org.apache.hadoop.mapred.join.TupleWritable)"/>
4183  <text>
4184    InsertCommentsHere
4185  </text>
4186</comment>
4187<comment>
4188  <identifier id="org.apache.hadoop.mapred.join.MultiFilterRecordReader"/>
4189  <text>
4190    InsertCommentsHere
4191  </text>
4192</comment>
4193<comment>
4194  <identifier id="org.apache.hadoop.mapred.join.MultiFilterRecordReader.MultiFilterDelegationIterator"/>
4195  <text>
4196    InsertCommentsHere
4197  </text>
4198</comment>
4199<comment>
4200  <identifier id="org.apache.hadoop.mapred.join.MultiFilterRecordReader.MultiFilterDelegationIterator.add_changed(org.apache.hadoop.io.Writable)"/>
4201  <text>
4202    InsertCommentsHere
4203  </text>
4204</comment>
4205<comment>
4206  <identifier id="org.apache.hadoop.mapred.join.MultiFilterRecordReader.MultiFilterDelegationIterator.next_changed(org.apache.hadoop.io.Writable)"/>
4207  <text>
4208    InsertCommentsHere
4209  </text>
4210</comment>
4211<comment>
4212  <identifier id="org.apache.hadoop.mapred.join.MultiFilterRecordReader.MultiFilterDelegationIterator.replay_changed(org.apache.hadoop.io.Writable)"/>
4213  <text>
4214    InsertCommentsHere
4215  </text>
4216</comment>
4217<comment>
4218  <identifier id="org.apache.hadoop.mapred.join.MultiFilterRecordReader.createValue_changed()"/>
4219  <text>
4220    InsertCommentsHere
4221  </text>
4222</comment>
4223<comment>
4224  <identifier id="org.apache.hadoop.mapred.join.MultiFilterRecordReader.ctor_changed(int, org.apache.hadoop.mapred.JobConf, int, java.lang.Class)"/>
4225  <text>
4226    InsertCommentsHere
4227  </text>
4228</comment>
4229<comment>
4230  <identifier id="org.apache.hadoop.mapred.join.MultiFilterRecordReader.emit_changed(org.apache.hadoop.mapred.join.TupleWritable)"/>
4231  <text>
4232    InsertCommentsHere
4233  </text>
4234</comment>
4235<comment>
4236  <identifier id="org.apache.hadoop.mapred.join.MultiFilterRecordReader.getDelegate_changed()"/>
4237  <text>
4238    InsertCommentsHere
4239  </text>
4240</comment>
4241<comment>
4242  <identifier id="org.apache.hadoop.mapred.join.MultiFilterRecordReader.next_changed(org.apache.hadoop.io.WritableComparable, org.apache.hadoop.io.Writable)"/>
4243  <text>
4244    InsertCommentsHere
4245  </text>
4246</comment>
4247<comment>
4248  <identifier id="org.apache.hadoop.mapred.join.OuterJoinRecordReader"/>
4249  <text>
4250    InsertCommentsHere
4251  </text>
4252</comment>
4253<comment>
4254  <identifier id="org.apache.hadoop.mapred.join.OverrideRecordReader"/>
4255  <text>
4256    InsertCommentsHere
4257  </text>
4258</comment>
4259<comment>
4260  <identifier id="org.apache.hadoop.mapred.join.OverrideRecordReader.emit_changed(org.apache.hadoop.mapred.join.TupleWritable)"/>
4261  <text>
4262    InsertCommentsHere
4263  </text>
4264</comment>
4265<comment>
4266  <identifier id="org.apache.hadoop.mapred.join.OverrideRecordReader.fillJoinCollector_changed(org.apache.hadoop.io.WritableComparable)"/>
4267  <text>
4268    InsertCommentsHere
4269  </text>
4270</comment>
4271<comment>
4272  <identifier id="org.apache.hadoop.mapred.join.Parser.Node"/>
4273  <text>
4274    InsertCommentsHere
4275  </text>
4276</comment>
4277<comment>
4278  <identifier id="org.apache.hadoop.mapred.join.Parser.Node.addIdentifier_changed(java.lang.String, java.lang.Class[], java.lang.Class, java.lang.Class)"/>
4279  <text>
4280    InsertCommentsHere
4281  </text>
4282</comment>
4283<comment>
4284  <identifier id="org.apache.hadoop.mapred.join.Parser.Node.cmpcl"/>
4285  <text>
4286    InsertCommentsHere
4287  </text>
4288</comment>
4289<comment>
4290  <identifier id="org.apache.hadoop.mapred.join.Parser.Node.rrCstrMap"/>
4291  <text>
4292    InsertCommentsHere
4293  </text>
4294</comment>
4295<comment>
4296  <identifier id="org.apache.hadoop.mapred.join.Parser.Node.setKeyComparator_changed(java.lang.Class)"/>
4297  <text>
4298    InsertCommentsHere
4299  </text>
4300</comment>
4301<comment>
4302  <identifier id="org.apache.hadoop.mapred.join.Parser.TType"/>
4303  <text>
4304    InsertCommentsHere
4305  </text>
4306</comment>
4307<comment>
4308  <identifier id="org.apache.hadoop.mapred.join.Parser.TType.CIF"/>
4309  <text>
4310    InsertCommentsHere
4311  </text>
4312</comment>
4313<comment>
4314  <identifier id="org.apache.hadoop.mapred.join.Parser.TType.COMMA"/>
4315  <text>
4316    InsertCommentsHere
4317  </text>
4318</comment>
4319<comment>
4320  <identifier id="org.apache.hadoop.mapred.join.Parser.TType.IDENT"/>
4321  <text>
4322    InsertCommentsHere
4323  </text>
4324</comment>
4325<comment>
4326  <identifier id="org.apache.hadoop.mapred.join.Parser.TType.LPAREN"/>
4327  <text>
4328    InsertCommentsHere
4329  </text>
4330</comment>
4331<comment>
4332  <identifier id="org.apache.hadoop.mapred.join.Parser.TType.NUM"/>
4333  <text>
4334    InsertCommentsHere
4335  </text>
4336</comment>
4337<comment>
4338  <identifier id="org.apache.hadoop.mapred.join.Parser.TType.QUOT"/>
4339  <text>
4340    InsertCommentsHere
4341  </text>
4342</comment>
4343<comment>
4344  <identifier id="org.apache.hadoop.mapred.join.Parser.TType.RPAREN"/>
4345  <text>
4346    InsertCommentsHere
4347  </text>
4348</comment>
4349<comment>
4350  <identifier id="org.apache.hadoop.mapred.join.ResetableIterator"/>
4351  <text>
4352    InsertCommentsHere
4353  </text>
4354</comment>
4355<comment>
4356  <identifier id="org.apache.hadoop.mapred.join.ResetableIterator.EMPTY"/>
4357  <text>
4358    InsertCommentsHere
4359  </text>
4360</comment>
4361<comment>
4362  <identifier id="org.apache.hadoop.mapred.join.ResetableIterator.EMPTY.add_changed(org.apache.hadoop.io.Writable)"/>
4363  <text>
4364    InsertCommentsHere
4365  </text>
4366</comment>
4367<comment>
4368  <identifier id="org.apache.hadoop.mapred.join.ResetableIterator.EMPTY.next_changed(org.apache.hadoop.io.Writable)"/>
4369  <text>
4370    InsertCommentsHere
4371  </text>
4372</comment>
4373<comment>
4374  <identifier id="org.apache.hadoop.mapred.join.ResetableIterator.EMPTY.replay_changed(org.apache.hadoop.io.Writable)"/>
4375  <text>
4376    InsertCommentsHere
4377  </text>
4378</comment>
4379<comment>
4380  <identifier id="org.apache.hadoop.mapred.join.ResetableIterator.add_changed(org.apache.hadoop.io.Writable)"/>
4381  <text>
4382    InsertCommentsHere
4383  </text>
4384</comment>
4385<comment>
4386  <identifier id="org.apache.hadoop.mapred.join.ResetableIterator.next_changed(org.apache.hadoop.io.Writable)"/>
4387  <text>
4388    InsertCommentsHere
4389  </text>
4390</comment>
4391<comment>
4392  <identifier id="org.apache.hadoop.mapred.join.ResetableIterator.replay_changed(org.apache.hadoop.io.Writable)"/>
4393  <text>
4394    InsertCommentsHere
4395  </text>
4396</comment>
4397<comment>
4398  <identifier id="org.apache.hadoop.mapred.join.StreamBackedIterator"/>
4399  <text>
4400    InsertCommentsHere
4401  </text>
4402</comment>
4403<comment>
4404  <identifier id="org.apache.hadoop.mapred.join.StreamBackedIterator.add_changed(org.apache.hadoop.io.Writable)"/>
4405  <text>
4406    InsertCommentsHere
4407  </text>
4408</comment>
4409<comment>
4410  <identifier id="org.apache.hadoop.mapred.join.StreamBackedIterator.next_changed(org.apache.hadoop.io.Writable)"/>
4411  <text>
4412    InsertCommentsHere
4413  </text>
4414</comment>
4415<comment>
4416  <identifier id="org.apache.hadoop.mapred.join.StreamBackedIterator.replay_changed(org.apache.hadoop.io.Writable)"/>
4417  <text>
4418    InsertCommentsHere
4419  </text>
4420</comment>
4421<comment>
4422  <identifier id="org.apache.hadoop.mapred.join.TupleWritable"/>
4423  <text>
4424    InsertCommentsHere
4425  </text>
4426</comment>
4427<comment>
4428  <identifier id="org.apache.hadoop.mapred.join.TupleWritable.iterator_changed()"/>
4429  <text>
4430    InsertCommentsHere
4431  </text>
4432</comment>
4433<comment>
4434  <identifier id="org.apache.hadoop.mapred.join.WrappedRecordReader"/>
4435  <text>
4436    InsertCommentsHere
4437  </text>
4438</comment>
4439<comment>
4440  <identifier id="org.apache.hadoop.mapred.join.WrappedRecordReader.accept_changed(org.apache.hadoop.mapred.join.CompositeRecordReader.JoinCollector, org.apache.hadoop.io.WritableComparable)"/>
4441  <text>
4442    InsertCommentsHere
4443  </text>
4444</comment>
4445<comment>
4446  <identifier id="org.apache.hadoop.mapred.join.WrappedRecordReader.compareTo_changed(org.apache.hadoop.mapred.join.ComposableRecordReader)"/>
4447  <text>
4448    InsertCommentsHere
4449  </text>
4450</comment>
4451<comment>
4452  <identifier id="org.apache.hadoop.mapred.join.WrappedRecordReader.createKey_changed()"/>
4453  <text>
4454    InsertCommentsHere
4455  </text>
4456</comment>
4457<comment>
4458  <identifier id="org.apache.hadoop.mapred.join.WrappedRecordReader.createValue_changed()"/>
4459  <text>
4460    InsertCommentsHere
4461  </text>
4462</comment>
4463<comment>
4464  <identifier id="org.apache.hadoop.mapred.join.WrappedRecordReader.key_changed()"/>
4465  <text>
4466    InsertCommentsHere
4467  </text>
4468</comment>
4469<comment>
4470  <identifier id="org.apache.hadoop.mapred.join.WrappedRecordReader.key_changed(org.apache.hadoop.io.WritableComparable)"/>
4471  <text>
4472    InsertCommentsHere
4473  </text>
4474</comment>
4475<comment>
4476  <identifier id="org.apache.hadoop.mapred.join.WrappedRecordReader.next_changed(org.apache.hadoop.io.WritableComparable, org.apache.hadoop.io.Writable)"/>
4477  <text>
4478    InsertCommentsHere
4479  </text>
4480</comment>
4481<comment>
4482  <identifier id="org.apache.hadoop.mapred.join.WrappedRecordReader.skip_changed(org.apache.hadoop.io.WritableComparable)"/>
4483  <text>
4484    InsertCommentsHere
4485  </text>
4486</comment>
4487<comment>
4488  <identifier id="org.apache.hadoop.mapred.lib"/>
4489  <text>
4490    InsertCommentsHere
4491  </text>
4492</comment>
4493<comment>
4494  <identifier id="org.apache.hadoop.mapred.lib.ChainMapper"/>
4495  <text>
4496    InsertCommentsHere
4497  </text>
4498</comment>
4499<comment>
4500  <identifier id="org.apache.hadoop.mapred.lib.ChainMapper.addMapper_changed(org.apache.hadoop.mapred.JobConf, java.lang.Class, java.lang.Class, java.lang.Class, java.lang.Class, java.lang.Class, boolean, org.apache.hadoop.mapred.JobConf)"/>
4501  <text>
4502    InsertCommentsHere
4503  </text>
4504</comment>
4505<comment>
4506  <identifier id="org.apache.hadoop.mapred.lib.ChainReducer"/>
4507  <text>
4508    InsertCommentsHere
4509  </text>
4510</comment>
4511<comment>
4512  <identifier id="org.apache.hadoop.mapred.lib.ChainReducer.addMapper_changed(org.apache.hadoop.mapred.JobConf, java.lang.Class, java.lang.Class, java.lang.Class, java.lang.Class, java.lang.Class, boolean, org.apache.hadoop.mapred.JobConf)"/>
4513  <text>
4514    InsertCommentsHere
4515  </text>
4516</comment>
4517<comment>
4518  <identifier id="org.apache.hadoop.mapred.lib.ChainReducer.setReducer_changed(org.apache.hadoop.mapred.JobConf, java.lang.Class, java.lang.Class, java.lang.Class, java.lang.Class, java.lang.Class, boolean, org.apache.hadoop.mapred.JobConf)"/>
4519  <text>
4520    InsertCommentsHere
4521  </text>
4522</comment>
4523<comment>
4524  <identifier id="org.apache.hadoop.mapred.lib.CombineFileInputFormat"/>
4525  <text>
4526    InsertCommentsHere
4527  </text>
4528</comment>
4529<comment>
4530  <identifier id="org.apache.hadoop.mapred.lib.CombineFileRecordReader"/>
4531  <text>
4532    InsertCommentsHere
4533  </text>
4534</comment>
4535<comment>
4536  <identifier id="org.apache.hadoop.mapred.lib.CombineFileSplit"/>
4537  <text>
4538    InsertCommentsHere
4539  </text>
4540</comment>
4541<comment>
4542  <identifier id="org.apache.hadoop.mapred.lib.CombineFileSplit.getLengths_changed()"/>
4543  <text>
4544    InsertCommentsHere
4545  </text>
4546</comment>
4547<comment>
4548  <identifier id="org.apache.hadoop.mapred.lib.CombineFileSplit.getNumPaths_changed()"/>
4549  <text>
4550    InsertCommentsHere
4551  </text>
4552</comment>
4553<comment>
4554  <identifier id="org.apache.hadoop.mapred.lib.CombineFileSplit.getPath_changed(int)"/>
4555  <text>
4556    InsertCommentsHere
4557  </text>
4558</comment>
4559<comment>
4560  <identifier id="org.apache.hadoop.mapred.lib.CombineFileSplit.getPaths_changed()"/>
4561  <text>
4562    InsertCommentsHere
4563  </text>
4564</comment>
4565<comment>
4566  <identifier id="org.apache.hadoop.mapred.lib.CombineFileSplit.readFields_changed(java.io.DataInput)"/>
4567  <text>
4568    InsertCommentsHere
4569  </text>
4570</comment>
4571<comment>
4572  <identifier id="org.apache.hadoop.mapred.lib.CombineFileSplit.write_changed(java.io.DataOutput)"/>
4573  <text>
4574    InsertCommentsHere
4575  </text>
4576</comment>
4577<comment>
4578  <identifier id="org.apache.hadoop.mapred.lib.DelegatingInputFormat"/>
4579  <text>
4580    InsertCommentsHere
4581  </text>
4582</comment>
4583<comment>
4584  <identifier id="org.apache.hadoop.mapred.lib.DelegatingInputFormat.getRecordReader_changed(org.apache.hadoop.mapred.InputSplit, org.apache.hadoop.mapred.JobConf, org.apache.hadoop.mapred.Reporter)"/>
4585  <text>
4586    InsertCommentsHere
4587  </text>
4588</comment>
4589<comment>
4590  <identifier id="org.apache.hadoop.mapred.lib.DelegatingMapper"/>
4591  <text>
4592    InsertCommentsHere
4593  </text>
4594</comment>
4595<comment>
4596  <identifier id="org.apache.hadoop.mapred.lib.DelegatingMapper.map_changed(java.lang.Object, java.lang.Object, org.apache.hadoop.mapred.OutputCollector, org.apache.hadoop.mapred.Reporter)"/>
4597  <text>
4598    InsertCommentsHere
4599  </text>
4600</comment>
4601<comment>
4602  <identifier id="org.apache.hadoop.mapred.lib.FieldSelectionMapReduce"/>
4603  <text>
4604    InsertCommentsHere
4605  </text>
4606</comment>
4607<comment>
4608  <identifier id="org.apache.hadoop.mapred.lib.FieldSelectionMapReduce.map_changed(java.lang.Object, java.lang.Object, org.apache.hadoop.mapred.OutputCollector, org.apache.hadoop.mapred.Reporter)"/>
4609  <text>
4610    InsertCommentsHere
4611  </text>
4612</comment>
4613<comment>
4614  <identifier id="org.apache.hadoop.mapred.lib.FieldSelectionMapReduce.reduce_changed(org.apache.hadoop.io.Text, java.util.Iterator, org.apache.hadoop.mapred.OutputCollector, org.apache.hadoop.mapred.Reporter)"/>
4615  <text>
4616    InsertCommentsHere
4617  </text>
4618</comment>
4619<comment>
4620  <identifier id="org.apache.hadoop.mapred.lib.HashPartitioner"/>
4621  <text>
4622    InsertCommentsHere
4623  </text>
4624</comment>
4625<comment>
4626  <identifier id="org.apache.hadoop.mapred.lib.HashPartitioner.getPartition_changed(java.lang.Object, java.lang.Object, int)"/>
4627  <text>
4628    InsertCommentsHere
4629  </text>
4630</comment>
4631<comment>
4632  <identifier id="org.apache.hadoop.mapred.lib.IdentityMapper"/>
4633  <text>
4634    InsertCommentsHere
4635  </text>
4636</comment>
4637<comment>
4638  <identifier id="org.apache.hadoop.mapred.lib.IdentityMapper.map_changed(java.lang.Object, java.lang.Object, org.apache.hadoop.mapred.OutputCollector, org.apache.hadoop.mapred.Reporter)"/>
4639  <text>
4640    InsertCommentsHere
4641  </text>
4642</comment>
4643<comment>
4644  <identifier id="org.apache.hadoop.mapred.lib.IdentityReducer"/>
4645  <text>
4646    InsertCommentsHere
4647  </text>
4648</comment>
4649<comment>
4650  <identifier id="org.apache.hadoop.mapred.lib.IdentityReducer.reduce_changed(java.lang.Object, java.util.Iterator, org.apache.hadoop.mapred.OutputCollector, org.apache.hadoop.mapred.Reporter)"/>
4651  <text>
4652    InsertCommentsHere
4653  </text>
4654</comment>
4655<comment>
4656  <identifier id="org.apache.hadoop.mapred.lib.InputSampler"/>
4657  <text>
4658    InsertCommentsHere
4659  </text>
4660</comment>
4661<comment>
4662  <identifier id="org.apache.hadoop.mapred.lib.InputSampler.IntervalSampler"/>
4663  <text>
4664    InsertCommentsHere
4665  </text>
4666</comment>
4667<comment>
4668  <identifier id="org.apache.hadoop.mapred.lib.InputSampler.IntervalSampler.getSample_changed(org.apache.hadoop.mapred.InputFormat, org.apache.hadoop.mapred.JobConf)"/>
4669  <text>
4670    InsertCommentsHere
4671  </text>
4672</comment>
4673<comment>
4674  <identifier id="org.apache.hadoop.mapred.lib.InputSampler.RandomSampler"/>
4675  <text>
4676    InsertCommentsHere
4677  </text>
4678</comment>
4679<comment>
4680  <identifier id="org.apache.hadoop.mapred.lib.InputSampler.RandomSampler.getSample_changed(org.apache.hadoop.mapred.InputFormat, org.apache.hadoop.mapred.JobConf)"/>
4681  <text>
4682    InsertCommentsHere
4683  </text>
4684</comment>
4685<comment>
4686  <identifier id="org.apache.hadoop.mapred.lib.InputSampler.Sampler"/>
4687  <text>
4688    InsertCommentsHere
4689  </text>
4690</comment>
4691<comment>
4692  <identifier id="org.apache.hadoop.mapred.lib.InputSampler.Sampler.getSample_changed(org.apache.hadoop.mapred.InputFormat, org.apache.hadoop.mapred.JobConf)"/>
4693  <text>
4694    InsertCommentsHere
4695  </text>
4696</comment>
4697<comment>
4698  <identifier id="org.apache.hadoop.mapred.lib.InputSampler.SplitSampler"/>
4699  <text>
4700    InsertCommentsHere
4701  </text>
4702</comment>
4703<comment>
4704  <identifier id="org.apache.hadoop.mapred.lib.InputSampler.SplitSampler.getSample_changed(org.apache.hadoop.mapred.InputFormat, org.apache.hadoop.mapred.JobConf)"/>
4705  <text>
4706    InsertCommentsHere
4707  </text>
4708</comment>
4709<comment>
4710  <identifier id="org.apache.hadoop.mapred.lib.InputSampler.writePartitionFile_changed(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.mapred.lib.InputSampler.Sampler)"/>
4711  <text>
4712    InsertCommentsHere
4713  </text>
4714</comment>
4715<comment>
4716  <identifier id="org.apache.hadoop.mapred.lib.InverseMapper"/>
4717  <text>
4718    InsertCommentsHere
4719  </text>
4720</comment>
4721<comment>
4722  <identifier id="org.apache.hadoop.mapred.lib.InverseMapper.map_changed(java.lang.Object, java.lang.Object, org.apache.hadoop.mapred.OutputCollector, org.apache.hadoop.mapred.Reporter)"/>
4723  <text>
4724    InsertCommentsHere
4725  </text>
4726</comment>
4727<comment>
4728  <identifier id="org.apache.hadoop.mapred.lib.KeyFieldBasedPartitioner"/>
4729  <text>
4730    InsertCommentsHere
4731  </text>
4732</comment>
4733<comment>
4734  <identifier id="org.apache.hadoop.mapred.lib.KeyFieldBasedPartitioner.getPartition_added(int, int)"/>
4735  <text>
4736    InsertCommentsHere
4737  </text>
4738</comment>
4739<comment>
4740  <identifier id="org.apache.hadoop.mapred.lib.KeyFieldBasedPartitioner.getPartition_added(java.lang.Object, java.lang.Object, int)"/>
4741  <text>
4742    InsertCommentsHere
4743  </text>
4744</comment>
4745<comment>
4746  <identifier id="org.apache.hadoop.mapred.lib.KeyFieldBasedPartitioner.getPartition_removed(K2, V2, int)"/>
4747  <text>
4748    InsertCommentsHere
4749  </text>
4750</comment>
4751<comment>
4752  <identifier id="org.apache.hadoop.mapred.lib.LongSumReducer"/>
4753  <text>
4754    InsertCommentsHere
4755  </text>
4756</comment>
4757<comment>
4758  <identifier id="org.apache.hadoop.mapred.lib.LongSumReducer.reduce_changed(java.lang.Object, java.util.Iterator, org.apache.hadoop.mapred.OutputCollector, org.apache.hadoop.mapred.Reporter)"/>
4759  <text>
4760    InsertCommentsHere
4761  </text>
4762</comment>
4763<comment>
4764  <identifier id="org.apache.hadoop.mapred.lib.MultipleInputs"/>
4765  <text>
4766    InsertCommentsHere
4767  </text>
4768</comment>
4769<comment>
4770  <identifier id="org.apache.hadoop.mapred.lib.MultipleInputs.addInputPath_added(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.fs.Path, java.lang.Class)"/>
4771  <text>
4772    InsertCommentsHere
4773  </text>
4774</comment>
4775<comment>
4776  <identifier id="org.apache.hadoop.mapred.lib.MultipleInputs.addInputPath_added(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.fs.Path, java.lang.Class, java.lang.Class)"/>
4777  <text>
4778    InsertCommentsHere
4779  </text>
4780</comment>
4781<comment>
4782  <identifier id="org.apache.hadoop.mapred.lib.MultipleInputs.addInputPath_removed(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.fs.Path, java.lang.Class<? extends org.apache.hadoop.mapred.InputFormat>)"/>
4783  <text>
4784    InsertCommentsHere
4785  </text>
4786</comment>
4787<comment>
4788  <identifier id="org.apache.hadoop.mapred.lib.MultipleInputs.addInputPath_removed(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.fs.Path, java.lang.Class<? extends org.apache.hadoop.mapred.InputFormat>, java.lang.Class<? extends org.apache.hadoop.mapred.Mapper>)"/>
4789  <text>
4790    InsertCommentsHere
4791  </text>
4792</comment>
4793<comment>
4794  <identifier id="org.apache.hadoop.mapred.lib.MultipleOutputFormat"/>
4795  <text>
4796    InsertCommentsHere
4797  </text>
4798</comment>
4799<comment>
4800  <identifier id="org.apache.hadoop.mapred.lib.MultipleOutputFormat.generateActualKey_changed(java.lang.Object, java.lang.Object)"/>
4801  <text>
4802    InsertCommentsHere
4803  </text>
4804</comment>
4805<comment>
4806  <identifier id="org.apache.hadoop.mapred.lib.MultipleOutputFormat.generateActualValue_changed(java.lang.Object, java.lang.Object)"/>
4807  <text>
4808    InsertCommentsHere
4809  </text>
4810</comment>
4811<comment>
4812  <identifier id="org.apache.hadoop.mapred.lib.MultipleOutputFormat.generateFileNameForKeyValue_changed(java.lang.Object, java.lang.Object, java.lang.String)"/>
4813  <text>
4814    InsertCommentsHere
4815  </text>
4816</comment>
4817<comment>
4818  <identifier id="org.apache.hadoop.mapred.lib.MultipleOutputFormat.getBaseRecordWriter_changed(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.mapred.JobConf, java.lang.String, org.apache.hadoop.util.Progressable)"/>
4819  <text>
4820    InsertCommentsHere
4821  </text>
4822</comment>
4823<comment>
4824  <identifier id="org.apache.hadoop.mapred.lib.MultipleOutputFormat.getRecordWriter_changed(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.mapred.JobConf, java.lang.String, org.apache.hadoop.util.Progressable)"/>
4825  <text>
4826    InsertCommentsHere
4827  </text>
4828</comment>
4829<comment>
4830  <identifier id="org.apache.hadoop.mapred.lib.MultipleOutputs"/>
4831  <text>
4832    InsertCommentsHere
4833  </text>
4834</comment>
4835<comment>
4836  <identifier id="org.apache.hadoop.mapred.lib.MultipleOutputs.addMultiNamedOutput_changed(org.apache.hadoop.mapred.JobConf, java.lang.String, java.lang.Class, java.lang.Class, java.lang.Class)"/>
4837  <text>
4838    InsertCommentsHere
4839  </text>
4840</comment>
4841<comment>
4842  <identifier id="org.apache.hadoop.mapred.lib.MultipleOutputs.addNamedOutput_changed(org.apache.hadoop.mapred.JobConf, java.lang.String, java.lang.Class, java.lang.Class, java.lang.Class)"/>
4843  <text>
4844    InsertCommentsHere
4845  </text>
4846</comment>
4847<comment>
4848  <identifier id="org.apache.hadoop.mapred.lib.MultipleOutputs.getNamedOutputFormatClass_changed(org.apache.hadoop.mapred.JobConf, java.lang.String)"/>
4849  <text>
4850    InsertCommentsHere
4851  </text>
4852</comment>
4853<comment>
4854  <identifier id="org.apache.hadoop.mapred.lib.MultipleOutputs.getNamedOutputKeyClass_changed(org.apache.hadoop.mapred.JobConf, java.lang.String)"/>
4855  <text>
4856    InsertCommentsHere
4857  </text>
4858</comment>
4859<comment>
4860  <identifier id="org.apache.hadoop.mapred.lib.MultipleOutputs.getNamedOutputValueClass_changed(org.apache.hadoop.mapred.JobConf, java.lang.String)"/>
4861  <text>
4862    InsertCommentsHere
4863  </text>
4864</comment>
4865<comment>
4866  <identifier id="org.apache.hadoop.mapred.lib.MultipleOutputs.getNamedOutputsList_changed(org.apache.hadoop.mapred.JobConf)"/>
4867  <text>
4868    InsertCommentsHere
4869  </text>
4870</comment>
4871<comment>
4872  <identifier id="org.apache.hadoop.mapred.lib.MultipleOutputs.getNamedOutputs_changed()"/>
4873  <text>
4874    InsertCommentsHere
4875  </text>
4876</comment>
4877<comment>
4878  <identifier id="org.apache.hadoop.mapred.lib.MultipleSequenceFileOutputFormat"/>
4879  <text>
4880    InsertCommentsHere
4881  </text>
4882</comment>
4883<comment>
4884  <identifier id="org.apache.hadoop.mapred.lib.MultipleSequenceFileOutputFormat.getBaseRecordWriter_changed(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.mapred.JobConf, java.lang.String, org.apache.hadoop.util.Progressable)"/>
4885  <text>
4886    InsertCommentsHere
4887  </text>
4888</comment>
4889<comment>
4890  <identifier id="org.apache.hadoop.mapred.lib.MultipleTextOutputFormat"/>
4891  <text>
4892    InsertCommentsHere
4893  </text>
4894</comment>
4895<comment>
4896  <identifier id="org.apache.hadoop.mapred.lib.MultipleTextOutputFormat.getBaseRecordWriter_changed(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.mapred.JobConf, java.lang.String, org.apache.hadoop.util.Progressable)"/>
4897  <text>
4898    InsertCommentsHere
4899  </text>
4900</comment>
4901<comment>
4902  <identifier id="org.apache.hadoop.mapred.lib.MultithreadedMapRunner"/>
4903  <text>
4904    InsertCommentsHere
4905  </text>
4906</comment>
4907<comment>
4908  <identifier id="org.apache.hadoop.mapred.lib.MultithreadedMapRunner.run_changed(org.apache.hadoop.mapred.RecordReader, org.apache.hadoop.mapred.OutputCollector, org.apache.hadoop.mapred.Reporter)"/>
4909  <text>
4910    InsertCommentsHere
4911  </text>
4912</comment>
4913<comment>
4914  <identifier id="org.apache.hadoop.mapred.lib.NLineInputFormat"/>
4915  <text>
4916    InsertCommentsHere
4917  </text>
4918</comment>
4919<comment>
4920  <identifier id="org.apache.hadoop.mapred.lib.NLineInputFormat.getRecordReader_changed(org.apache.hadoop.mapred.InputSplit, org.apache.hadoop.mapred.JobConf, org.apache.hadoop.mapred.Reporter)"/>
4921  <text>
4922    InsertCommentsHere
4923  </text>
4924</comment>
4925<comment>
4926  <identifier id="org.apache.hadoop.mapred.lib.NullOutputFormat"/>
4927  <text>
4928    InsertCommentsHere
4929  </text>
4930</comment>
4931<comment>
4932  <identifier id="org.apache.hadoop.mapred.lib.NullOutputFormat.getRecordWriter_changed(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.mapred.JobConf, java.lang.String, org.apache.hadoop.util.Progressable)"/>
4933  <text>
4934    InsertCommentsHere
4935  </text>
4936</comment>
4937<comment>
4938  <identifier id="org.apache.hadoop.mapred.lib.RegexMapper"/>
4939  <text>
4940    InsertCommentsHere
4941  </text>
4942</comment>
4943<comment>
4944  <identifier id="org.apache.hadoop.mapred.lib.RegexMapper.map_changed(java.lang.Object, org.apache.hadoop.io.Text, org.apache.hadoop.mapred.OutputCollector, org.apache.hadoop.mapred.Reporter)"/>
4945  <text>
4946    InsertCommentsHere
4947  </text>
4948</comment>
4949<comment>
4950  <identifier id="org.apache.hadoop.mapred.lib.TokenCountMapper"/>
4951  <text>
4952    InsertCommentsHere
4953  </text>
4954</comment>
4955<comment>
4956  <identifier id="org.apache.hadoop.mapred.lib.TokenCountMapper.map_changed(java.lang.Object, org.apache.hadoop.io.Text, org.apache.hadoop.mapred.OutputCollector, org.apache.hadoop.mapred.Reporter)"/>
4957  <text>
4958    InsertCommentsHere
4959  </text>
4960</comment>
4961<comment>
4962  <identifier id="org.apache.hadoop.mapred.lib.TotalOrderPartitioner"/>
4963  <text>
4964    InsertCommentsHere
4965  </text>
4966</comment>
4967<comment>
4968  <identifier id="org.apache.hadoop.mapred.lib.TotalOrderPartitioner.getPartition_changed(org.apache.hadoop.io.WritableComparable, java.lang.Object, int)"/>
4969  <text>
4970    InsertCommentsHere
4971  </text>
4972</comment>
4973<comment>
4974  <identifier id="org.apache.hadoop.mapred.lib.aggregate"/>
4975  <text>
4976    InsertCommentsHere
4977  </text>
4978</comment>
4979<comment>
4980  <identifier id="org.apache.hadoop.mapred.lib.aggregate.DoubleValueSum"/>
4981  <text>
4982    InsertCommentsHere
4983  </text>
4984</comment>
4985<comment>
4986  <identifier id="org.apache.hadoop.mapred.lib.aggregate.DoubleValueSum.getCombinerOutput_changed()"/>
4987  <text>
4988    InsertCommentsHere
4989  </text>
4990</comment>
4991<comment>
4992  <identifier id="org.apache.hadoop.mapred.lib.aggregate.LongValueMax"/>
4993  <text>
4994    InsertCommentsHere
4995  </text>
4996</comment>
4997<comment>
4998  <identifier id="org.apache.hadoop.mapred.lib.aggregate.LongValueMax.getCombinerOutput_changed()"/>
4999  <text>
5000    InsertCommentsHere
5001  </text>
5002</comment>
5003<comment>
5004  <identifier id="org.apache.hadoop.mapred.lib.aggregate.LongValueMin"/>
5005  <text>
5006    InsertCommentsHere
5007  </text>
5008</comment>
5009<comment>
5010  <identifier id="org.apache.hadoop.mapred.lib.aggregate.LongValueMin.getCombinerOutput_changed()"/>
5011  <text>
5012    InsertCommentsHere
5013  </text>
5014</comment>
5015<comment>
5016  <identifier id="org.apache.hadoop.mapred.lib.aggregate.LongValueSum"/>
5017  <text>
5018    InsertCommentsHere
5019  </text>
5020</comment>
5021<comment>
5022  <identifier id="org.apache.hadoop.mapred.lib.aggregate.LongValueSum.getCombinerOutput_changed()"/>
5023  <text>
5024    InsertCommentsHere
5025  </text>
5026</comment>
5027<comment>
5028  <identifier id="org.apache.hadoop.mapred.lib.aggregate.StringValueMax"/>
5029  <text>
5030    InsertCommentsHere
5031  </text>
5032</comment>
5033<comment>
5034  <identifier id="org.apache.hadoop.mapred.lib.aggregate.StringValueMax.getCombinerOutput_changed()"/>
5035  <text>
5036    InsertCommentsHere
5037  </text>
5038</comment>
5039<comment>
5040  <identifier id="org.apache.hadoop.mapred.lib.aggregate.StringValueMin"/>
5041  <text>
5042    InsertCommentsHere
5043  </text>
5044</comment>
5045<comment>
5046  <identifier id="org.apache.hadoop.mapred.lib.aggregate.StringValueMin.getCombinerOutput_changed()"/>
5047  <text>
5048    InsertCommentsHere
5049  </text>
5050</comment>
5051<comment>
5052  <identifier id="org.apache.hadoop.mapred.lib.aggregate.UserDefinedValueAggregatorDescriptor"/>
5053  <text>
5054    InsertCommentsHere
5055  </text>
5056</comment>
5057<comment>
5058  <identifier id="org.apache.hadoop.mapred.lib.aggregate.UserDefinedValueAggregatorDescriptor.generateKeyValPairs_changed(java.lang.Object, java.lang.Object)"/>
5059  <text>
5060    InsertCommentsHere
5061  </text>
5062</comment>
5063<comment>
5064  <identifier id="org.apache.hadoop.mapred.lib.aggregate.ValueAggregatorBaseDescriptor"/>
5065  <text>
5066    InsertCommentsHere
5067  </text>
5068</comment>
5069<comment>
5070  <identifier id="org.apache.hadoop.mapred.lib.aggregate.ValueAggregatorBaseDescriptor.generateEntry_changed(java.lang.String, java.lang.String, org.apache.hadoop.io.Text)"/>
5071  <text>
5072    InsertCommentsHere
5073  </text>
5074</comment>
5075<comment>
5076  <identifier id="org.apache.hadoop.mapred.lib.aggregate.ValueAggregatorBaseDescriptor.generateKeyValPairs_changed(java.lang.Object, java.lang.Object)"/>
5077  <text>
5078    InsertCommentsHere
5079  </text>
5080</comment>
5081<comment>
5082  <identifier id="org.apache.hadoop.mapred.lib.aggregate.ValueAggregatorCombiner"/>
5083  <text>
5084    InsertCommentsHere
5085  </text>
5086</comment>
5087<comment>
5088  <identifier id="org.apache.hadoop.mapred.lib.aggregate.ValueAggregatorCombiner.map_changed(org.apache.hadoop.io.WritableComparable, org.apache.hadoop.io.Writable, org.apache.hadoop.mapred.OutputCollector, org.apache.hadoop.mapred.Reporter)"/>
5089  <text>
5090    InsertCommentsHere
5091  </text>
5092</comment>
5093<comment>
5094  <identifier id="org.apache.hadoop.mapred.lib.aggregate.ValueAggregatorCombiner.reduce_changed(org.apache.hadoop.io.Text, java.util.Iterator, org.apache.hadoop.mapred.OutputCollector, org.apache.hadoop.mapred.Reporter)"/>
5095  <text>
5096    InsertCommentsHere
5097  </text>
5098</comment>
5099<comment>
5100  <identifier id="org.apache.hadoop.mapred.lib.aggregate.ValueAggregatorDescriptor"/>
5101  <text>
5102    InsertCommentsHere
5103  </text>
5104</comment>
5105<comment>
5106  <identifier id="org.apache.hadoop.mapred.lib.aggregate.ValueAggregatorDescriptor.generateKeyValPairs_changed(java.lang.Object, java.lang.Object)"/>
5107  <text>
5108    InsertCommentsHere
5109  </text>
5110</comment>
5111<comment>
5112  <identifier id="org.apache.hadoop.mapred.lib.aggregate.ValueAggregatorJobBase"/>
5113  <text>
5114    InsertCommentsHere
5115  </text>
5116</comment>
5117<comment>
5118  <identifier id="org.apache.hadoop.mapred.lib.aggregate.ValueAggregatorJobBase.aggregatorDescriptorList"/>
5119  <text>
5120    InsertCommentsHere
5121  </text>
5122</comment>
5123<comment>
5124  <identifier id="org.apache.hadoop.mapred.lib.aggregate.ValueAggregatorMapper"/>
5125  <text>
5126    InsertCommentsHere
5127  </text>
5128</comment>
5129<comment>
5130  <identifier id="org.apache.hadoop.mapred.lib.aggregate.ValueAggregatorMapper.map_changed(org.apache.hadoop.io.WritableComparable, org.apache.hadoop.io.Writable, org.apache.hadoop.mapred.OutputCollector, org.apache.hadoop.mapred.Reporter)"/>
5131  <text>
5132    InsertCommentsHere
5133  </text>
5134</comment>
5135<comment>
5136  <identifier id="org.apache.hadoop.mapred.lib.aggregate.ValueAggregatorMapper.reduce_changed(org.apache.hadoop.io.Text, java.util.Iterator, org.apache.hadoop.mapred.OutputCollector, org.apache.hadoop.mapred.Reporter)"/>
5137  <text>
5138    InsertCommentsHere
5139  </text>
5140</comment>
5141<comment>
5142  <identifier id="org.apache.hadoop.mapred.lib.aggregate.ValueAggregatorReducer"/>
5143  <text>
5144    InsertCommentsHere
5145  </text>
5146</comment>
5147<comment>
5148  <identifier id="org.apache.hadoop.mapred.lib.aggregate.ValueAggregatorReducer.map_changed(org.apache.hadoop.io.WritableComparable, org.apache.hadoop.io.Writable, org.apache.hadoop.mapred.OutputCollector, org.apache.hadoop.mapred.Reporter)"/>
5149  <text>
5150    InsertCommentsHere
5151  </text>
5152</comment>
5153<comment>
5154  <identifier id="org.apache.hadoop.mapred.lib.aggregate.ValueAggregatorReducer.reduce_changed(org.apache.hadoop.io.Text, java.util.Iterator, org.apache.hadoop.mapred.OutputCollector, org.apache.hadoop.mapred.Reporter)"/>
5155  <text>
5156    InsertCommentsHere
5157  </text>
5158</comment>
5159<comment>
5160  <identifier id="org.apache.hadoop.mapred.lib.db"/>
5161  <text>
5162    InsertCommentsHere
5163  </text>
5164</comment>
5165<comment>
5166  <identifier id="org.apache.hadoop.mapred.lib.db.DBInputFormat"/>
5167  <text>
5168    InsertCommentsHere
5169  </text>
5170</comment>
5171<comment>
5172  <identifier id="org.apache.hadoop.mapred.lib.db.DBInputFormat.DBRecordReader"/>
5173  <text>
5174    InsertCommentsHere
5175  </text>
5176</comment>
5177<comment>
5178  <identifier id="org.apache.hadoop.mapred.lib.db.DBInputFormat.DBRecordReader.createValue_changed()"/>
5179  <text>
5180    InsertCommentsHere
5181  </text>
5182</comment>
5183<comment>
5184  <identifier id="org.apache.hadoop.mapred.lib.db.DBInputFormat.DBRecordReader.ctor_changed(org.apache.hadoop.mapred.lib.db.DBInputFormat.DBInputSplit, java.lang.Class, org.apache.hadoop.mapred.JobConf)"/>
5185  <text>
5186    InsertCommentsHere
5187  </text>
5188</comment>
5189<comment>
5190  <identifier id="org.apache.hadoop.mapred.lib.db.DBInputFormat.DBRecordReader.next_changed(org.apache.hadoop.io.LongWritable, org.apache.hadoop.mapred.lib.db.DBWritable)"/>
5191  <text>
5192    InsertCommentsHere
5193  </text>
5194</comment>
5195<comment>
5196  <identifier id="org.apache.hadoop.mapred.lib.db.DBInputFormat.getRecordReader_changed(org.apache.hadoop.mapred.InputSplit, org.apache.hadoop.mapred.JobConf, org.apache.hadoop.mapred.Reporter)"/>
5197  <text>
5198    InsertCommentsHere
5199  </text>
5200</comment>
5201<comment>
5202  <identifier id="org.apache.hadoop.mapred.lib.db.DBInputFormat.setInput_added(org.apache.hadoop.mapred.JobConf, java.lang.Class, java.lang.String, java.lang.String)"/>
5203  <text>
5204    InsertCommentsHere
5205  </text>
5206</comment>
5207<comment>
5208  <identifier id="org.apache.hadoop.mapred.lib.db.DBInputFormat.setInput_added(org.apache.hadoop.mapred.JobConf, java.lang.Class, java.lang.String, java.lang.String, java.lang.String, java.lang.String[])"/>
5209  <text>
5210    InsertCommentsHere
5211  </text>
5212</comment>
5213<comment>
5214  <identifier id="org.apache.hadoop.mapred.lib.db.DBInputFormat.setInput_removed(org.apache.hadoop.mapred.JobConf, java.lang.Class<? extends org.apache.hadoop.mapred.lib.db.DBWritable>, java.lang.String, java.lang.String)"/>
5215  <text>
5216    InsertCommentsHere
5217  </text>
5218</comment>
5219<comment>
5220  <identifier id="org.apache.hadoop.mapred.lib.db.DBInputFormat.setInput_removed(org.apache.hadoop.mapred.JobConf, java.lang.Class<? extends org.apache.hadoop.mapred.lib.db.DBWritable>, java.lang.String, java.lang.String, java.lang.String, java.lang.String[])"/>
5221  <text>
5222    InsertCommentsHere
5223  </text>
5224</comment>
5225<comment>
5226  <identifier id="org.apache.hadoop.mapred.lib.db.DBOutputFormat"/>
5227  <text>
5228    InsertCommentsHere
5229  </text>
5230</comment>
5231<comment>
5232  <identifier id="org.apache.hadoop.mapred.lib.db.DBOutputFormat.DBRecordWriter"/>
5233  <text>
5234    InsertCommentsHere
5235  </text>
5236</comment>
5237<comment>
5238  <identifier id="org.apache.hadoop.mapred.lib.db.DBOutputFormat.DBRecordWriter.write_changed(org.apache.hadoop.mapred.lib.db.DBWritable, java.lang.Object)"/>
5239  <text>
5240    InsertCommentsHere
5241  </text>
5242</comment>
5243<comment>
5244  <identifier id="org.apache.hadoop.mapred.lib.db.DBOutputFormat.getRecordWriter_changed(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.mapred.JobConf, java.lang.String, org.apache.hadoop.util.Progressable)"/>
5245  <text>
5246    InsertCommentsHere
5247  </text>
5248</comment>
5249<comment>
5250  <identifier id="org.apache.hadoop.mapred.tools"/>
5251  <text>
5252    InsertCommentsHere
5253  </text>
5254</comment>
5255<comment>
5256  <identifier id="org.apache.hadoop.mapreduce"/>
5257  <text>
5258    InsertCommentsHere
5259  </text>
5260</comment>
5261<comment>
5262  <identifier id="org.apache.hadoop.mapreduce.Counter.getDisplayName_changed()"/>
5263  <text>
5264    InsertCommentsHere
5265  </text>
5266</comment>
5267<comment>
5268  <identifier id="org.apache.hadoop.mapreduce.Counter.getName_changed()"/>
5269  <text>
5270    InsertCommentsHere
5271  </text>
5272</comment>
5273<comment>
5274  <identifier id="org.apache.hadoop.mapreduce.Counter.increment_changed(long)"/>
5275  <text>
5276    InsertCommentsHere
5277  </text>
5278</comment>
5279<comment>
5280  <identifier id="org.apache.hadoop.mapreduce.Counter.readFields_changed(java.io.DataInput)"/>
5281  <text>
5282    InsertCommentsHere
5283  </text>
5284</comment>
5285<comment>
5286  <identifier id="org.apache.hadoop.mapreduce.Counter.write_changed(java.io.DataOutput)"/>
5287  <text>
5288    InsertCommentsHere
5289  </text>
5290</comment>
5291<comment>
5292  <identifier id="org.apache.hadoop.mapreduce.ID.compareTo_changed(org.apache.hadoop.mapreduce.ID)"/>
5293  <text>
5294    InsertCommentsHere
5295  </text>
5296</comment>
5297<comment>
5298  <identifier id="org.apache.hadoop.mapreduce.ID.equals_changed(java.lang.Object)"/>
5299  <text>
5300    InsertCommentsHere
5301  </text>
5302</comment>
5303<comment>
5304  <identifier id="org.apache.hadoop.mapreduce.ID.getId_changed()"/>
5305  <text>
5306    InsertCommentsHere
5307  </text>
5308</comment>
5309<comment>
5310  <identifier id="org.apache.hadoop.mapreduce.ID.hashCode_changed()"/>
5311  <text>
5312    InsertCommentsHere
5313  </text>
5314</comment>
5315<comment>
5316  <identifier id="org.apache.hadoop.mapreduce.ID.id"/>
5317  <text>
5318    InsertCommentsHere
5319  </text>
5320</comment>
5321<comment>
5322  <identifier id="org.apache.hadoop.mapreduce.ID.readFields_changed(java.io.DataInput)"/>
5323  <text>
5324    InsertCommentsHere
5325  </text>
5326</comment>
5327<comment>
5328  <identifier id="org.apache.hadoop.mapreduce.ID.toString_changed()"/>
5329  <text>
5330    InsertCommentsHere
5331  </text>
5332</comment>
5333<comment>
5334  <identifier id="org.apache.hadoop.mapreduce.ID.write_changed(java.io.DataOutput)"/>
5335  <text>
5336    InsertCommentsHere
5337  </text>
5338</comment>
5339<comment>
5340  <identifier id="org.apache.hadoop.mapreduce.JobID.compareTo_changed(org.apache.hadoop.mapreduce.ID)"/>
5341  <text>
5342    InsertCommentsHere
5343  </text>
5344</comment>
5345<comment>
5346  <identifier id="org.apache.hadoop.mapreduce.JobID.equals_changed(java.lang.Object)"/>
5347  <text>
5348    InsertCommentsHere
5349  </text>
5350</comment>
5351<comment>
5352  <identifier id="org.apache.hadoop.mapreduce.JobID.getJtIdentifier_changed()"/>
5353  <text>
5354    InsertCommentsHere
5355  </text>
5356</comment>
5357<comment>
5358  <identifier id="org.apache.hadoop.mapreduce.JobID.hashCode_changed()"/>
5359  <text>
5360    InsertCommentsHere
5361  </text>
5362</comment>
5363<comment>
5364  <identifier id="org.apache.hadoop.mapreduce.JobID.readFields_changed(java.io.DataInput)"/>
5365  <text>
5366    InsertCommentsHere
5367  </text>
5368</comment>
5369<comment>
5370  <identifier id="org.apache.hadoop.mapreduce.JobID.toString_changed()"/>
5371  <text>
5372    InsertCommentsHere
5373  </text>
5374</comment>
5375<comment>
5376  <identifier id="org.apache.hadoop.mapreduce.JobID.write_changed(java.io.DataOutput)"/>
5377  <text>
5378    InsertCommentsHere
5379  </text>
5380</comment>
5381<comment>
5382  <identifier id="org.apache.hadoop.mapreduce.TaskAttemptID.compareTo_changed(org.apache.hadoop.mapreduce.ID)"/>
5383  <text>
5384    InsertCommentsHere
5385  </text>
5386</comment>
5387<comment>
5388  <identifier id="org.apache.hadoop.mapreduce.TaskAttemptID.equals_changed(java.lang.Object)"/>
5389  <text>
5390    InsertCommentsHere
5391  </text>
5392</comment>
5393<comment>
5394  <identifier id="org.apache.hadoop.mapreduce.TaskAttemptID.hashCode_changed()"/>
5395  <text>
5396    InsertCommentsHere
5397  </text>
5398</comment>
5399<comment>
5400  <identifier id="org.apache.hadoop.mapreduce.TaskAttemptID.isMap_changed()"/>
5401  <text>
5402    InsertCommentsHere
5403  </text>
5404</comment>
5405<comment>
5406  <identifier id="org.apache.hadoop.mapreduce.TaskAttemptID.readFields_changed(java.io.DataInput)"/>
5407  <text>
5408    InsertCommentsHere
5409  </text>
5410</comment>
5411<comment>
5412  <identifier id="org.apache.hadoop.mapreduce.TaskAttemptID.toString_changed()"/>
5413  <text>
5414    InsertCommentsHere
5415  </text>
5416</comment>
5417<comment>
5418  <identifier id="org.apache.hadoop.mapreduce.TaskAttemptID.write_changed(java.io.DataOutput)"/>
5419  <text>
5420    InsertCommentsHere
5421  </text>
5422</comment>
5423<comment>
5424  <identifier id="org.apache.hadoop.mapreduce.TaskID.compareTo_changed(org.apache.hadoop.mapreduce.ID)"/>
5425  <text>
5426    InsertCommentsHere
5427  </text>
5428</comment>
5429<comment>
5430  <identifier id="org.apache.hadoop.mapreduce.TaskID.equals_changed(java.lang.Object)"/>
5431  <text>
5432    InsertCommentsHere
5433  </text>
5434</comment>
5435<comment>
5436  <identifier id="org.apache.hadoop.mapreduce.TaskID.hashCode_changed()"/>
5437  <text>
5438    InsertCommentsHere
5439  </text>
5440</comment>
5441<comment>
5442  <identifier id="org.apache.hadoop.mapreduce.TaskID.isMap_changed()"/>
5443  <text>
5444    InsertCommentsHere
5445  </text>
5446</comment>
5447<comment>
5448  <identifier id="org.apache.hadoop.mapreduce.TaskID.readFields_changed(java.io.DataInput)"/>
5449  <text>
5450    InsertCommentsHere
5451  </text>
5452</comment>
5453<comment>
5454  <identifier id="org.apache.hadoop.mapreduce.TaskID.toString_changed()"/>
5455  <text>
5456    InsertCommentsHere
5457  </text>
5458</comment>
5459<comment>
5460  <identifier id="org.apache.hadoop.mapreduce.TaskID.write_changed(java.io.DataOutput)"/>
5461  <text>
5462    InsertCommentsHere
5463  </text>
5464</comment>
5465<comment>
5466  <identifier id="org.apache.hadoop.mapreduce.lib.input"/>
5467  <text>
5468    InsertCommentsHere
5469  </text>
5470</comment>
5471<comment>
5472  <identifier id="org.apache.hadoop.mapreduce.lib.map"/>
5473  <text>
5474    InsertCommentsHere
5475  </text>
5476</comment>
5477<comment>
5478  <identifier id="org.apache.hadoop.mapreduce.lib.output"/>
5479  <text>
5480    InsertCommentsHere
5481  </text>
5482</comment>
5483<comment>
5484  <identifier id="org.apache.hadoop.mapreduce.lib.partition"/>
5485  <text>
5486    InsertCommentsHere
5487  </text>
5488</comment>
5489<comment>
5490  <identifier id="org.apache.hadoop.mapreduce.lib.reduce"/>
5491  <text>
5492    InsertCommentsHere
5493  </text>
5494</comment>
5495<comment>
5496  <identifier id="org.apache.hadoop.metrics"/>
5497  <text>
5498    InsertCommentsHere
5499  </text>
5500</comment>
5501<comment>
5502  <identifier id="org.apache.hadoop.metrics.ContextFactory"/>
5503  <text>
5504    InsertCommentsHere
5505  </text>
5506</comment>
5507<comment>
5508  <identifier id="org.apache.hadoop.metrics.ContextFactory.getContext_added(java.lang.String, java.lang.String)"/>
5509  <text>
5510    InsertCommentsHere
5511  </text>
5512</comment>
5513<comment>
5514  <identifier id="org.apache.hadoop.metrics.MetricsContext"/>
5515  <text>
5516    InsertCommentsHere
5517  </text>
5518</comment>
5519<comment>
5520  <identifier id="org.apache.hadoop.metrics.MetricsContext.getPeriod_added()"/>
5521  <text>
5522    InsertCommentsHere
5523  </text>
5524</comment>
5525<comment>
5526  <identifier id="org.apache.hadoop.metrics.MetricsContext.init_added(java.lang.String, org.apache.hadoop.metrics.ContextFactory)"/>
5527  <text>
5528    InsertCommentsHere
5529  </text>
5530</comment>
5531<comment>
5532  <identifier id="org.apache.hadoop.metrics.MetricsUtil"/>
5533  <text>
5534    InsertCommentsHere
5535  </text>
5536</comment>
5537<comment>
5538  <identifier id="org.apache.hadoop.metrics.MetricsUtil.LOG"/>
5539  <text>
5540    InsertCommentsHere
5541  </text>
5542</comment>
5543<comment>
5544  <identifier id="org.apache.hadoop.metrics.MetricsUtil.getContext_added(java.lang.String, java.lang.String)"/>
5545  <text>
5546    InsertCommentsHere
5547  </text>
5548</comment>
5549<comment>
5550  <identifier id="org.apache.hadoop.metrics.jvm"/>
5551  <text>
5552    InsertCommentsHere
5553  </text>
5554</comment>
5555<comment>
5556  <identifier id="org.apache.hadoop.metrics.jvm.JvmMetrics"/>
5557  <text>
5558    InsertCommentsHere
5559  </text>
5560</comment>
5561<comment>
5562  <identifier id="org.apache.hadoop.metrics.jvm.JvmMetrics.init_added(java.lang.String, java.lang.String, java.lang.String)"/>
5563  <text>
5564    InsertCommentsHere
5565  </text>
5566</comment>
5567<comment>
5568  <identifier id="org.apache.hadoop.metrics.spi"/>
5569  <text>
5570    InsertCommentsHere
5571  </text>
5572</comment>
5573<comment>
5574  <identifier id="org.apache.hadoop.metrics.spi.AbstractMetricsContext"/>
5575  <text>
5576    InsertCommentsHere
5577  </text>
5578</comment>
5579<comment>
5580  <identifier id="org.apache.hadoop.metrics.spi.AbstractMetricsContext.getAttributeTable_changed(java.lang.String)"/>
5581  <text>
5582    InsertCommentsHere
5583  </text>
5584</comment>
5585<comment>
5586  <identifier id="org.apache.hadoop.metrics.spi.AbstractMetricsContext.newRecord_changed(java.lang.String)"/>
5587  <text>
5588    InsertCommentsHere
5589  </text>
5590</comment>
5591<comment>
5592  <identifier id="org.apache.hadoop.metrics.spi.CompositeContext"/>
5593  <text>
5594    InsertCommentsHere
5595  </text>
5596</comment>
5597<comment>
5598  <identifier id="org.apache.hadoop.metrics.spi.OutputRecord"/>
5599  <text>
5600    InsertCommentsHere
5601  </text>
5602</comment>
5603<comment>
5604  <identifier id="org.apache.hadoop.metrics.spi.OutputRecord.getMetricNames_changed()"/>
5605  <text>
5606    InsertCommentsHere
5607  </text>
5608</comment>
5609<comment>
5610  <identifier id="org.apache.hadoop.metrics.spi.OutputRecord.getTagNames_changed()"/>
5611  <text>
5612    InsertCommentsHere
5613  </text>
5614</comment>
5615<comment>
5616  <identifier id="org.apache.hadoop.metrics.spi.Util"/>
5617  <text>
5618    InsertCommentsHere
5619  </text>
5620</comment>
5621<comment>
5622  <identifier id="org.apache.hadoop.metrics.spi.Util.parse_changed(java.lang.String, int)"/>
5623  <text>
5624    InsertCommentsHere
5625  </text>
5626</comment>
5627<comment>
5628  <identifier id="org.apache.hadoop.metrics.util"/>
5629  <text>
5630    InsertCommentsHere
5631  </text>
5632</comment>
5633<comment>
5634  <identifier id="org.apache.hadoop.metrics.util.MetricsBase"/>
5635  <text>
5636    InsertCommentsHere
5637  </text>
5638</comment>
5639<comment>
5640  <identifier id="org.apache.hadoop.metrics.util.MetricsDynamicMBeanBase"/>
5641  <text>
5642    InsertCommentsHere
5643  </text>
5644</comment>
5645<comment>
5646  <identifier id="org.apache.hadoop.metrics.util.MetricsIntValue"/>
5647  <text>
5648    InsertCommentsHere
5649  </text>
5650</comment>
5651<comment>
5652  <identifier id="org.apache.hadoop.metrics.util.MetricsIntValue.ctor_added(java.lang.String, org.apache.hadoop.metrics.util.MetricsRegistry)"/>
5653  <text>
5654    InsertCommentsHere
5655  </text>
5656</comment>
5657<comment>
5658  <identifier id="org.apache.hadoop.metrics.util.MetricsIntValue.ctor_added(java.lang.String, org.apache.hadoop.metrics.util.MetricsRegistry, java.lang.String)"/>
5659  <text>
5660    InsertCommentsHere
5661  </text>
5662</comment>
5663<comment>
5664  <identifier id="org.apache.hadoop.metrics.util.MetricsIntValue.ctor_removed(java.lang.String)"/>
5665  <text>
5666    InsertCommentsHere
5667  </text>
5668</comment>
5669<comment>
5670  <identifier id="org.apache.hadoop.metrics.util.MetricsIntValue.dec_removed()"/>
5671  <text>
5672    InsertCommentsHere
5673  </text>
5674</comment>
5675<comment>
5676  <identifier id="org.apache.hadoop.metrics.util.MetricsIntValue.dec_removed(int)"/>
5677  <text>
5678    InsertCommentsHere
5679  </text>
5680</comment>
5681<comment>
5682  <identifier id="org.apache.hadoop.metrics.util.MetricsIntValue.inc_removed()"/>
5683  <text>
5684    InsertCommentsHere
5685  </text>
5686</comment>
5687<comment>
5688  <identifier id="org.apache.hadoop.metrics.util.MetricsIntValue.inc_removed(int)"/>
5689  <text>
5690    InsertCommentsHere
5691  </text>
5692</comment>
5693<comment>
5694  <identifier id="org.apache.hadoop.metrics.util.MetricsLongValue"/>
5695  <text>
5696    InsertCommentsHere
5697  </text>
5698</comment>
5699<comment>
5700  <identifier id="org.apache.hadoop.metrics.util.MetricsLongValue.ctor_added(java.lang.String, org.apache.hadoop.metrics.util.MetricsRegistry)"/>
5701  <text>
5702    InsertCommentsHere
5703  </text>
5704</comment>
5705<comment>
5706  <identifier id="org.apache.hadoop.metrics.util.MetricsLongValue.ctor_added(java.lang.String, org.apache.hadoop.metrics.util.MetricsRegistry, java.lang.String)"/>
5707  <text>
5708    InsertCommentsHere
5709  </text>
5710</comment>
5711<comment>
5712  <identifier id="org.apache.hadoop.metrics.util.MetricsLongValue.ctor_removed(java.lang.String)"/>
5713  <text>
5714    InsertCommentsHere
5715  </text>
5716</comment>
5717<comment>
5718  <identifier id="org.apache.hadoop.metrics.util.MetricsLongValue.dec_removed()"/>
5719  <text>
5720    InsertCommentsHere
5721  </text>
5722</comment>
5723<comment>
5724  <identifier id="org.apache.hadoop.metrics.util.MetricsLongValue.dec_removed(long)"/>
5725  <text>
5726    InsertCommentsHere
5727  </text>
5728</comment>
5729<comment>
5730  <identifier id="org.apache.hadoop.metrics.util.MetricsLongValue.inc_removed()"/>
5731  <text>
5732    InsertCommentsHere
5733  </text>
5734</comment>
5735<comment>
5736  <identifier id="org.apache.hadoop.metrics.util.MetricsLongValue.inc_removed(long)"/>
5737  <text>
5738    InsertCommentsHere
5739  </text>
5740</comment>
5741<comment>
5742  <identifier id="org.apache.hadoop.metrics.util.MetricsRegistry"/>
5743  <text>
5744    InsertCommentsHere
5745  </text>
5746</comment>
5747<comment>
5748  <identifier id="org.apache.hadoop.metrics.util.MetricsTimeVaryingInt"/>
5749  <text>
5750    InsertCommentsHere
5751  </text>
5752</comment>
5753<comment>
5754  <identifier id="org.apache.hadoop.metrics.util.MetricsTimeVaryingInt.ctor_added(java.lang.String, org.apache.hadoop.metrics.util.MetricsRegistry)"/>
5755  <text>
5756    InsertCommentsHere
5757  </text>
5758</comment>
5759<comment>
5760  <identifier id="org.apache.hadoop.metrics.util.MetricsTimeVaryingInt.ctor_added(java.lang.String, org.apache.hadoop.metrics.util.MetricsRegistry, java.lang.String)"/>
5761  <text>
5762    InsertCommentsHere
5763  </text>
5764</comment>
5765<comment>
5766  <identifier id="org.apache.hadoop.metrics.util.MetricsTimeVaryingInt.ctor_removed(java.lang.String)"/>
5767  <text>
5768    InsertCommentsHere
5769  </text>
5770</comment>
5771<comment>
5772  <identifier id="org.apache.hadoop.metrics.util.MetricsTimeVaryingInt.getCurrentIntervalValue_added()"/>
5773  <text>
5774    InsertCommentsHere
5775  </text>
5776</comment>
5777<comment>
5778  <identifier id="org.apache.hadoop.metrics.util.MetricsTimeVaryingLong"/>
5779  <text>
5780    InsertCommentsHere
5781  </text>
5782</comment>
5783<comment>
5784  <identifier id="org.apache.hadoop.metrics.util.MetricsTimeVaryingRate"/>
5785  <text>
5786    InsertCommentsHere
5787  </text>
5788</comment>
5789<comment>
5790  <identifier id="org.apache.hadoop.metrics.util.MetricsTimeVaryingRate.ctor_added(java.lang.String, org.apache.hadoop.metrics.util.MetricsRegistry)"/>
5791  <text>
5792    InsertCommentsHere
5793  </text>
5794</comment>
5795<comment>
5796  <identifier id="org.apache.hadoop.metrics.util.MetricsTimeVaryingRate.ctor_added(java.lang.String, org.apache.hadoop.metrics.util.MetricsRegistry, java.lang.String)"/>
5797  <text>
5798    InsertCommentsHere
5799  </text>
5800</comment>
5801<comment>
5802  <identifier id="org.apache.hadoop.metrics.util.MetricsTimeVaryingRate.ctor_removed(java.lang.String)"/>
5803  <text>
5804    InsertCommentsHere
5805  </text>
5806</comment>
5807<comment>
5808  <identifier id="org.apache.hadoop.net"/>
5809  <text>
5810    InsertCommentsHere
5811  </text>
5812</comment>
5813<comment>
5814  <identifier id="org.apache.hadoop.net.CachedDNSToSwitchMapping"/>
5815  <text>
5816    InsertCommentsHere
5817  </text>
5818</comment>
5819<comment>
5820  <identifier id="org.apache.hadoop.net.CachedDNSToSwitchMapping.resolve_changed(java.util.List)"/>
5821  <text>
5822    InsertCommentsHere
5823  </text>
5824</comment>
5825<comment>
5826  <identifier id="org.apache.hadoop.net.DNSToSwitchMapping"/>
5827  <text>
5828    InsertCommentsHere
5829  </text>
5830</comment>
5831<comment>
5832  <identifier id="org.apache.hadoop.net.DNSToSwitchMapping.resolve_changed(java.util.List)"/>
5833  <text>
5834    InsertCommentsHere
5835  </text>
5836</comment>
5837<comment>
5838  <identifier id="org.apache.hadoop.net.NetUtils"/>
5839  <text>
5840    InsertCommentsHere
5841  </text>
5842</comment>
5843<comment>
5844  <identifier id="org.apache.hadoop.net.NetUtils.connect_added(java.net.Socket, java.net.SocketAddress, int)"/>
5845  <text>
5846    InsertCommentsHere
5847  </text>
5848</comment>
5849<comment>
5850  <identifier id="org.apache.hadoop.net.NetUtils.getAllStaticResolutions_changed()"/>
5851  <text>
5852    InsertCommentsHere
5853  </text>
5854</comment>
5855<comment>
5856  <identifier id="org.apache.hadoop.net.NetUtils.getSocketFactory_changed(org.apache.hadoop.conf.Configuration, java.lang.Class)"/>
5857  <text>
5858    InsertCommentsHere
5859  </text>
5860</comment>
5861<comment>
5862  <identifier id="org.apache.hadoop.net.NetUtils.normalizeHostNames_changed(java.util.Collection)"/>
5863  <text>
5864    InsertCommentsHere
5865  </text>
5866</comment>
5867<comment>
5868  <identifier id="org.apache.hadoop.net.NetworkTopology"/>
5869  <text>
5870    InsertCommentsHere
5871  </text>
5872</comment>
5873<comment>
5874  <identifier id="org.apache.hadoop.net.NetworkTopology.countNumOfAvailableNodes_changed(java.lang.String, java.util.List)"/>
5875  <text>
5876    InsertCommentsHere
5877  </text>
5878</comment>
5879<comment>
5880  <identifier id="org.apache.hadoop.net.NodeBase"/>
5881  <text>
5882    InsertCommentsHere
5883  </text>
5884</comment>
5885<comment>
5886  <identifier id="org.apache.hadoop.net.NodeBase.PATH_SEPARATOR_STR"/>
5887  <text>
5888    InsertCommentsHere
5889  </text>
5890</comment>
5891<comment>
5892  <identifier id="org.apache.hadoop.record"/>
5893  <text>
5894    InsertCommentsHere
5895  </text>
5896</comment>
5897<comment>
5898  <identifier id="org.apache.hadoop.record.RecordComparator"/>
5899  <text>
5900    InsertCommentsHere
5901  </text>
5902</comment>
5903<comment>
5904  <identifier id="org.apache.hadoop.record.RecordComparator.ctor_changed(java.lang.Class)"/>
5905  <text>
5906    InsertCommentsHere
5907  </text>
5908</comment>
5909<comment>
5910  <identifier id="org.apache.hadoop.record.compiler"/>
5911  <text>
5912    InsertCommentsHere
5913  </text>
5914</comment>
5915<comment>
5916  <identifier id="org.apache.hadoop.record.compiler.JField"/>
5917  <text>
5918    InsertCommentsHere
5919  </text>
5920</comment>
5921<comment>
5922  <identifier id="org.apache.hadoop.record.compiler.JField.ctor_changed(java.lang.String, java.lang.Object)"/>
5923  <text>
5924    InsertCommentsHere
5925  </text>
5926</comment>
5927<comment>
5928  <identifier id="org.apache.hadoop.record.compiler.JFile"/>
5929  <text>
5930    InsertCommentsHere
5931  </text>
5932</comment>
5933<comment>
5934  <identifier id="org.apache.hadoop.record.compiler.JFile.ctor_changed(java.lang.String, java.util.ArrayList, java.util.ArrayList)"/>
5935  <text>
5936    InsertCommentsHere
5937  </text>
5938</comment>
5939<comment>
5940  <identifier id="org.apache.hadoop.record.compiler.JFile.genCode_changed(java.lang.String, java.lang.String, java.util.ArrayList)"/>
5941  <text>
5942    InsertCommentsHere
5943  </text>
5944</comment>
5945<comment>
5946  <identifier id="org.apache.hadoop.record.compiler.JRecord"/>
5947  <text>
5948    InsertCommentsHere
5949  </text>
5950</comment>
5951<comment>
5952  <identifier id="org.apache.hadoop.record.compiler.JRecord.ctor_changed(java.lang.String, java.util.ArrayList)"/>
5953  <text>
5954    InsertCommentsHere
5955  </text>
5956</comment>
5957<comment>
5958  <identifier id="org.apache.hadoop.record.compiler.generated"/>
5959  <text>
5960    InsertCommentsHere
5961  </text>
5962</comment>
5963<comment>
5964  <identifier id="org.apache.hadoop.record.compiler.generated.Rcc"/>
5965  <text>
5966    InsertCommentsHere
5967  </text>
5968</comment>
5969<comment>
5970  <identifier id="org.apache.hadoop.record.compiler.generated.Rcc.Field_changed()"/>
5971  <text>
5972    InsertCommentsHere
5973  </text>
5974</comment>
5975<comment>
5976  <identifier id="org.apache.hadoop.record.compiler.generated.Rcc.Module_changed()"/>
5977  <text>
5978    InsertCommentsHere
5979  </text>
5980</comment>
5981<comment>
5982  <identifier id="org.apache.hadoop.record.compiler.generated.Rcc.RecordList_changed()"/>
5983  <text>
5984    InsertCommentsHere
5985  </text>
5986</comment>
5987<comment>
5988  <identifier id="org.apache.hadoop.record.meta"/>
5989  <text>
5990    InsertCommentsHere
5991  </text>
5992</comment>
5993<comment>
5994  <identifier id="org.apache.hadoop.record.meta.RecordTypeInfo"/>
5995  <text>
5996    InsertCommentsHere
5997  </text>
5998</comment>
5999<comment>
6000  <identifier id="org.apache.hadoop.record.meta.RecordTypeInfo.getFieldTypeInfos_changed()"/>
6001  <text>
6002    InsertCommentsHere
6003  </text>
6004</comment>
6005<comment>
6006  <identifier id="org.apache.hadoop.record.meta.StructTypeID"/>
6007  <text>
6008    InsertCommentsHere
6009  </text>
6010</comment>
6011<comment>
6012  <identifier id="org.apache.hadoop.record.meta.StructTypeID.getFieldTypeInfos_changed()"/>
6013  <text>
6014    InsertCommentsHere
6015  </text>
6016</comment>
6017<comment>
6018  <identifier id="org.apache.hadoop.security"/>
6019  <text>
6020    InsertCommentsHere
6021  </text>
6022</comment>
6023<comment>
6024  <identifier id="org.apache.hadoop.security.AccessControlException"/>
6025  <text>
6026    InsertCommentsHere
6027  </text>
6028</comment>
6029<comment>
6030  <identifier id="org.apache.hadoop.security.AccessControlException.ctor_added(java.lang.Throwable)"/>
6031  <text>
6032    InsertCommentsHere
6033  </text>
6034</comment>
6035<comment>
6036  <identifier id="org.apache.hadoop.security.Group"/>
6037  <text>
6038    InsertCommentsHere
6039  </text>
6040</comment>
6041<comment>
6042  <identifier id="org.apache.hadoop.security.SecurityUtil"/>
6043  <text>
6044    InsertCommentsHere
6045  </text>
6046</comment>
6047<comment>
6048  <identifier id="org.apache.hadoop.security.SecurityUtil.AccessControlList"/>
6049  <text>
6050    InsertCommentsHere
6051  </text>
6052</comment>
6053<comment>
6054  <identifier id="org.apache.hadoop.security.UnixUserGroupInformation"/>
6055  <text>
6056    InsertCommentsHere
6057  </text>
6058</comment>
6059<comment>
6060  <identifier id="org.apache.hadoop.security.UnixUserGroupInformation.DEFAULT_GROUP"/>
6061  <text>
6062    InsertCommentsHere
6063  </text>
6064</comment>
6065<comment>
6066  <identifier id="org.apache.hadoop.security.UnixUserGroupInformation.DEFAULT_USERNAME"/>
6067  <text>
6068    InsertCommentsHere
6069  </text>
6070</comment>
6071<comment>
6072  <identifier id="org.apache.hadoop.security.UnixUserGroupInformation.getName_added()"/>
6073  <text>
6074    InsertCommentsHere
6075  </text>
6076</comment>
6077<comment>
6078  <identifier id="org.apache.hadoop.security.User"/>
6079  <text>
6080    InsertCommentsHere
6081  </text>
6082</comment>
6083<comment>
6084  <identifier id="org.apache.hadoop.security.UserGroupInformation"/>
6085  <text>
6086    InsertCommentsHere
6087  </text>
6088</comment>
6089<comment>
6090  <identifier id="org.apache.hadoop.security.UserGroupInformation.setCurrentUGI_changed(org.apache.hadoop.security.UserGroupInformation)"/>
6091  <text>
6092    InsertCommentsHere
6093  </text>
6094</comment>
6095<comment>
6096  <identifier id="org.apache.hadoop.security.UserGroupInformation.setCurrentUser_added(org.apache.hadoop.security.UserGroupInformation)"/>
6097  <text>
6098    InsertCommentsHere
6099  </text>
6100</comment>
6101<comment>
6102  <identifier id="org.apache.hadoop.security.authorize"/>
6103  <text>
6104    InsertCommentsHere
6105  </text>
6106</comment>
6107<comment>
6108  <identifier id="org.apache.hadoop.tools"/>
6109  <text>
6110    InsertCommentsHere
6111  </text>
6112</comment>
6113<comment>
6114  <identifier id="org.apache.hadoop.tools.DistCh"/>
6115  <text>
6116    InsertCommentsHere
6117  </text>
6118</comment>
6119<comment>
6120  <identifier id="org.apache.hadoop.tools.HadoopArchives"/>
6121  <text>
6122    InsertCommentsHere
6123  </text>
6124</comment>
6125<comment>
6126  <identifier id="org.apache.hadoop.tools.HadoopArchives.archive_changed(java.util.List, java.lang.String, org.apache.hadoop.fs.Path)"/>
6127  <text>
6128    InsertCommentsHere
6129  </text>
6130</comment>
6131<comment>
6132  <identifier id="org.apache.hadoop.tools.Logalyzer.LogRegexMapper"/>
6133  <text>
6134    InsertCommentsHere
6135  </text>
6136</comment>
6137<comment>
6138  <identifier id="org.apache.hadoop.tools.Logalyzer.LogRegexMapper.map_changed(org.apache.hadoop.io.WritableComparable, org.apache.hadoop.io.Text, org.apache.hadoop.mapred.OutputCollector, org.apache.hadoop.mapred.Reporter)"/>
6139  <text>
6140    InsertCommentsHere
6141  </text>
6142</comment>
6143<comment>
6144  <identifier id="org.apache.hadoop.util"/>
6145  <text>
6146    InsertCommentsHere
6147  </text>
6148</comment>
6149<comment>
6150  <identifier id="org.apache.hadoop.util.CyclicIteration"/>
6151  <text>
6152    InsertCommentsHere
6153  </text>
6154</comment>
6155<comment>
6156  <identifier id="org.apache.hadoop.util.CyclicIteration.ctor_changed(java.util.NavigableMap, java.lang.Object)"/>
6157  <text>
6158    InsertCommentsHere
6159  </text>
6160</comment>
6161<comment>
6162  <identifier id="org.apache.hadoop.util.CyclicIteration.iterator_changed()"/>
6163  <text>
6164    InsertCommentsHere
6165  </text>
6166</comment>
6167<comment>
6168  <identifier id="org.apache.hadoop.util.GenericOptionsParser"/>
6169  <text>
6170    InsertCommentsHere
6171  </text>
6172</comment>
6173<comment>
6174  <identifier id="org.apache.hadoop.util.GenericOptionsParser.ctor_added(java.lang.String[])"/>
6175  <text>
6176    InsertCommentsHere
6177  </text>
6178</comment>
6179<comment>
6180  <identifier id="org.apache.hadoop.util.GenericOptionsParser.ctor_added(org.apache.commons.cli.Options, java.lang.String[])"/>
6181  <text>
6182    InsertCommentsHere
6183  </text>
6184</comment>
6185<comment>
6186  <identifier id="org.apache.hadoop.util.GenericOptionsParser.getConfiguration_added()"/>
6187  <text>
6188    InsertCommentsHere
6189  </text>
6190</comment>
6191<comment>
6192  <identifier id="org.apache.hadoop.util.GenericsUtil"/>
6193  <text>
6194    InsertCommentsHere
6195  </text>
6196</comment>
6197<comment>
6198  <identifier id="org.apache.hadoop.util.GenericsUtil.getClass_changed(java.lang.Object)"/>
6199  <text>
6200    InsertCommentsHere
6201  </text>
6202</comment>
6203<comment>
6204  <identifier id="org.apache.hadoop.util.GenericsUtil.toArray_added(java.lang.Class, java.util.List)"/>
6205  <text>
6206    InsertCommentsHere
6207  </text>
6208</comment>
6209<comment>
6210  <identifier id="org.apache.hadoop.util.GenericsUtil.toArray_added(java.util.List)"/>
6211  <text>
6212    InsertCommentsHere
6213  </text>
6214</comment>
6215<comment>
6216  <identifier id="org.apache.hadoop.util.GenericsUtil.toArray_removed(java.lang.Class<T>, java.util.List<T>)"/>
6217  <text>
6218    InsertCommentsHere
6219  </text>
6220</comment>
6221<comment>
6222  <identifier id="org.apache.hadoop.util.GenericsUtil.toArray_removed(java.util.List<T>)"/>
6223  <text>
6224    InsertCommentsHere
6225  </text>
6226</comment>
6227<comment>
6228  <identifier id="org.apache.hadoop.util.HostsFileReader"/>
6229  <text>
6230    InsertCommentsHere
6231  </text>
6232</comment>
6233<comment>
6234  <identifier id="org.apache.hadoop.util.HostsFileReader.getExcludedHosts_changed()"/>
6235  <text>
6236    InsertCommentsHere
6237  </text>
6238</comment>
6239<comment>
6240  <identifier id="org.apache.hadoop.util.HostsFileReader.getHosts_changed()"/>
6241  <text>
6242    InsertCommentsHere
6243  </text>
6244</comment>
6245<comment>
6246  <identifier id="org.apache.hadoop.util.LinuxMemoryCalculatorPlugin"/>
6247  <text>
6248    InsertCommentsHere
6249  </text>
6250</comment>
6251<comment>
6252  <identifier id="org.apache.hadoop.util.MemoryCalculatorPlugin"/>
6253  <text>
6254    InsertCommentsHere
6255  </text>
6256</comment>
6257<comment>
6258  <identifier id="org.apache.hadoop.util.MergeSort"/>
6259  <text>
6260    InsertCommentsHere
6261  </text>
6262</comment>
6263<comment>
6264  <identifier id="org.apache.hadoop.util.MergeSort.ctor_changed(java.util.Comparator)"/>
6265  <text>
6266    InsertCommentsHere
6267  </text>
6268</comment>
6269<comment>
6270  <identifier id="org.apache.hadoop.util.PriorityQueue"/>
6271  <text>
6272    InsertCommentsHere
6273  </text>
6274</comment>
6275<comment>
6276  <identifier id="org.apache.hadoop.util.PriorityQueue.insert_changed(java.lang.Object)"/>
6277  <text>
6278    InsertCommentsHere
6279  </text>
6280</comment>
6281<comment>
6282  <identifier id="org.apache.hadoop.util.PriorityQueue.pop_changed()"/>
6283  <text>
6284    InsertCommentsHere
6285  </text>
6286</comment>
6287<comment>
6288  <identifier id="org.apache.hadoop.util.PriorityQueue.put_changed(java.lang.Object)"/>
6289  <text>
6290    InsertCommentsHere
6291  </text>
6292</comment>
6293<comment>
6294  <identifier id="org.apache.hadoop.util.PriorityQueue.top_changed()"/>
6295  <text>
6296    InsertCommentsHere
6297  </text>
6298</comment>
6299<comment>
6300  <identifier id="org.apache.hadoop.util.ProcfsBasedProcessTree"/>
6301  <text>
6302    InsertCommentsHere
6303  </text>
6304</comment>
6305<comment>
6306  <identifier id="org.apache.hadoop.util.ProcfsBasedProcessTree.ctor_added(java.lang.String, java.lang.String)"/>
6307  <text>
6308    InsertCommentsHere
6309  </text>
6310</comment>
6311<comment>
6312  <identifier id="org.apache.hadoop.util.ProcfsBasedProcessTree.getCumulativeVmem_added(int)"/>
6313  <text>
6314    InsertCommentsHere
6315  </text>
6316</comment>
6317<comment>
6318  <identifier id="org.apache.hadoop.util.ReflectionUtils"/>
6319  <text>
6320    InsertCommentsHere
6321  </text>
6322</comment>
6323<comment>
6324  <identifier id="org.apache.hadoop.util.ReflectionUtils.cloneWritableInto_added(org.apache.hadoop.io.Writable, org.apache.hadoop.io.Writable)"/>
6325  <text>
6326    InsertCommentsHere
6327  </text>
6328</comment>
6329<comment>
6330  <identifier id="org.apache.hadoop.util.ReflectionUtils.copy_added(org.apache.hadoop.conf.Configuration, java.lang.Object, java.lang.Object)"/>
6331  <text>
6332    InsertCommentsHere
6333  </text>
6334</comment>
6335<comment>
6336  <identifier id="org.apache.hadoop.util.ReflectionUtils.getClass_changed(java.lang.Object)"/>
6337  <text>
6338    InsertCommentsHere
6339  </text>
6340</comment>
6341<comment>
6342  <identifier id="org.apache.hadoop.util.ReflectionUtils.newInstance_changed(java.lang.Class, org.apache.hadoop.conf.Configuration)"/>
6343  <text>
6344    InsertCommentsHere
6345  </text>
6346</comment>
6347<comment>
6348  <identifier id="org.apache.hadoop.util.Shell"/>
6349  <text>
6350    InsertCommentsHere
6351  </text>
6352</comment>
6353<comment>
6354  <identifier id="org.apache.hadoop.util.Shell.ShellCommandExecutor"/>
6355  <text>
6356    InsertCommentsHere
6357  </text>
6358</comment>
6359<comment>
6360  <identifier id="org.apache.hadoop.util.Shell.ShellCommandExecutor.ctor_added(java.lang.String[], java.io.File, java.util.Map)"/>
6361  <text>
6362    InsertCommentsHere
6363  </text>
6364</comment>
6365<comment>
6366  <identifier id="org.apache.hadoop.util.Shell.ShellCommandExecutor.ctor_removed(java.lang.String[], java.io.File, java.util.Map<java.lang.String, java.lang.String>)"/>
6367  <text>
6368    InsertCommentsHere
6369  </text>
6370</comment>
6371<comment>
6372  <identifier id="org.apache.hadoop.util.Shell.execCommand_added(java.util.Map, java.lang.String[])"/>
6373  <text>
6374    InsertCommentsHere
6375  </text>
6376</comment>
6377<comment>
6378  <identifier id="org.apache.hadoop.util.Shell.setEnvironment_changed(java.util.Map)"/>
6379  <text>
6380    InsertCommentsHere
6381  </text>
6382</comment>
6383<comment>
6384  <identifier id="org.apache.hadoop.util.StringUtils"/>
6385  <text>
6386    InsertCommentsHere
6387  </text>
6388</comment>
6389<comment>
6390  <identifier id="org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix"/>
6391  <text>
6392    InsertCommentsHere
6393  </text>
6394</comment>
6395<comment>
6396  <identifier id="org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix.EXA"/>
6397  <text>
6398    InsertCommentsHere
6399  </text>
6400</comment>
6401<comment>
6402  <identifier id="org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix.GIGA"/>
6403  <text>
6404    InsertCommentsHere
6405  </text>
6406</comment>
6407<comment>
6408  <identifier id="org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix.KILO"/>
6409  <text>
6410    InsertCommentsHere
6411  </text>
6412</comment>
6413<comment>
6414  <identifier id="org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix.MEGA"/>
6415  <text>
6416    InsertCommentsHere
6417  </text>
6418</comment>
6419<comment>
6420  <identifier id="org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix.PETA"/>
6421  <text>
6422    InsertCommentsHere
6423  </text>
6424</comment>
6425<comment>
6426  <identifier id="org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix.TERA"/>
6427  <text>
6428    InsertCommentsHere
6429  </text>
6430</comment>
6431<comment>
6432  <identifier id="org.apache.hadoop.util.StringUtils.byteDesc_added(long)"/>
6433  <text>
6434    InsertCommentsHere
6435  </text>
6436</comment>
6437<comment>
6438  <identifier id="org.apache.hadoop.util.StringUtils.getStringCollection_changed(java.lang.String)"/>
6439  <text>
6440    InsertCommentsHere
6441  </text>
6442</comment>
6443<comment>
6444  <identifier id="org.apache.hadoop.util.StringUtils.limitDecimalTo2_added(double)"/>
6445  <text>
6446    InsertCommentsHere
6447  </text>
6448</comment>
6449<comment>
6450  <identifier id="org.apache.hadoop.util.StringUtils.startupShutdownMessage_changed(java.lang.Class, java.lang.String[], org.apache.commons.logging.Log)"/>
6451  <text>
6452    InsertCommentsHere
6453  </text>
6454</comment>
6455<comment>
6456  <identifier id="org.apache.hadoop.util.bloom"/>
6457  <text>
6458    InsertCommentsHere
6459  </text>
6460</comment>
6461<comment>
6462  <identifier id="org.apache.hadoop.util.hash"/>
6463  <text>
6464    InsertCommentsHere
6465  </text>
6466</comment>
6467
6468</comments>
Note: See TracBrowser for help on using the repository browser.