source: proiecte/HadoopJUnit/hadoop-0.20.1/docs/jdiff/changes/org.apache.hadoop.mapred.Counters.Counter.html @ 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: 8.4 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
2<HTML>
3<HEAD>
4<meta name="generator" content="JDiff v1.0.9">
5<!-- Generated by the JDiff Javadoc doclet -->
6<!-- (http://www.jdiff.org) -->
7<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
8<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
9<TITLE>
10org.apache.hadoop.mapred.Counters.Counter
11</TITLE>
12<LINK REL="stylesheet" TYPE="text/css" HREF="../stylesheet-jdiff.css" TITLE="Style">
13</HEAD>
14<BODY>
15<!-- Start of nav bar -->
16<TABLE summary="Navigation bar" BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
17  <TR>
18    <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
19    <TABLE summary="Navigation bar" BORDER="0" CELLPADDING="0" CELLSPACING="3">
20    <TR ALIGN="center" VALIGN="top">
21      <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../api/org/apache/hadoop/mapred/Counters.Counter.html" target="_top"><FONT CLASS="NavBarFont1"><B><tt>hadoop 0.20.1</tt></B></FONT></A>&nbsp;</TD>
22      <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="changes-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
23      <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="pkg_org.apache.hadoop.mapred.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
24      <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
25      <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_statistics.html"><FONT CLASS="NavBarFont1"><B>Statistics</B></FONT></A>&nbsp;</TD>
26      <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_help.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
27    </TR>
28    </TABLE>
29  </TD>
30  <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Generated by<br><a href="http://www.jdiff.org" class="staysblack" target="_top">JDiff</a></b></EM></TD>
31</TR>
32<TR>
33  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2">
34&nbsp;<A HREF="org.apache.hadoop.mapred.Counters.html"><B>PREV CLASS</B></A>
35&nbsp;<A HREF="org.apache.hadoop.mapred.Counters.Group.html"><B>NEXT CLASS</B></A>
36&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
37  <A HREF="../changes.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
38  &nbsp;<A HREF="org.apache.hadoop.mapred.Counters.Counter.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
39  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: &nbsp;
40CONSTRUCTORS&nbsp;|&nbsp;
41<a href="#methods">METHODS</a>&nbsp;|&nbsp;
42FIELDS
43  </FONT></TD>
44</TR>
45</TABLE>
46<HR>
47<!-- End of nav bar -->
48<H2>
49Class org.apache.hadoop.mapred.<A HREF="../../api/org/apache/hadoop/mapred/Counters.Counter.html" target="_top"><tt>Counters.Counter</tt></A>
50</H2>
51<p><font size="+1">The superclass changed from <code>java.lang.Object</code> to <code>org.apache.hadoop.mapreduce.Counter</code>.<br> Removed interface <code>org.apache.hadoop.io.Writable</code>.<br></font>
52<a NAME="constructors"></a>
53<a NAME="methods"></a>
54<p>
55<a NAME="Changed"></a>
56<TABLE summary="Changed Methods" BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
57<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
58  <TD VALIGN="TOP" COLSPAN=3><FONT SIZE="+1"><B>Changed Methods</B></FONT></TD>
59</TR>
60<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
61  <TD VALIGN="TOP" WIDTH="25%">
62  <A NAME="org.apache.hadoop.mapred.Counters.Counter.getDisplayName_changed()"></A>
63  <nobr><code>String</code>&nbsp;<A HREF="../../api/org/apache/hadoop/mapred/Counters.Counter.html#getDisplayName()" target="_top"><tt>getDisplayName</tt></A>()  </nobr>
64  </TD>
65  <TD VALIGN="TOP" WIDTH="30%">
66Method was locally defined, but is now inherited from <a href="../../api/org/apache/hadoop/mapreduce/Counter.html#getDisplayName()" target="_top"><tt>Counter</tt></a>.
67  </TD>
68  <TD VALIGN="TOP">Get the name of the counter.</TD>
69</TR>
70<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
71  <TD VALIGN="TOP" WIDTH="25%">
72  <A NAME="org.apache.hadoop.mapred.Counters.Counter.getName_changed()"></A>
73  <nobr><code>String</code>&nbsp;<A HREF="../../api/org/apache/hadoop/mapred/Counters.Counter.html#getName()" target="_top"><tt>getName</tt></A>()  </nobr>
74  </TD>
75  <TD VALIGN="TOP" WIDTH="30%">
76Method was locally defined, but is now inherited from <a href="../../api/org/apache/hadoop/mapreduce/Counter.html#getName()" target="_top"><tt>Counter</tt></a>.
77  </TD>
78  <TD>&nbsp;</TD>
79</TR>
80<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
81  <TD VALIGN="TOP" WIDTH="25%">
82  <A NAME="org.apache.hadoop.mapred.Counters.Counter.increment_changed(long)"></A>
83  <nobr><code>void</code>&nbsp;<A HREF="../../api/org/apache/hadoop/mapred/Counters.Counter.html#increment(long)" target="_top"><tt>increment</tt></A>(<code>long</code></nobr>
84  </TD>
85  <TD VALIGN="TOP" WIDTH="30%">
86Method was locally defined, but is now inherited from <a href="../../api/org/apache/hadoop/mapreduce/Counter.html#increment(long)" target="_top"><tt>Counter</tt></a>.
87  </TD>
88  <TD VALIGN="TOP">Increment this counter by the given value </TD>
89</TR>
90<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
91  <TD VALIGN="TOP" WIDTH="25%">
92  <A NAME="org.apache.hadoop.mapred.Counters.Counter.readFields_changed(java.io.DataInput)"></A>
93  <nobr><code>void</code>&nbsp;<A HREF="../../api/org/apache/hadoop/mapred/Counters.Counter.html#readFields(java.io.DataInput)" target="_top"><tt>readFields</tt></A>(<code>DataInput</code></nobr>
94  </TD>
95  <TD VALIGN="TOP" WIDTH="30%">
96Method was locally defined, but is now inherited from <a href="../../api/org/apache/hadoop/mapreduce/Counter.html#readFields(java.io.DataInput)" target="_top"><tt>Counter</tt></a>.
97  </TD>
98  <TD VALIGN="TOP">Read the binary representation of the counter</TD>
99</TR>
100<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
101  <TD VALIGN="TOP" WIDTH="25%">
102  <A NAME="org.apache.hadoop.mapred.Counters.Counter.write_changed(java.io.DataOutput)"></A>
103  <nobr><code>void</code>&nbsp;<A HREF="../../api/org/apache/hadoop/mapred/Counters.Counter.html#write(java.io.DataOutput)" target="_top"><tt>write</tt></A>(<code>DataOutput</code></nobr>
104  </TD>
105  <TD VALIGN="TOP" WIDTH="30%">
106Method was locally defined, but is now inherited from <a href="../../api/org/apache/hadoop/mapreduce/Counter.html#write(java.io.DataOutput)" target="_top"><tt>Counter</tt></a>.
107  </TD>
108  <TD VALIGN="TOP">Write the binary representation of the counter</TD>
109</TR>
110</TABLE>
111&nbsp;
112<a NAME="fields"></a>
113<HR>
114<!-- Start of nav bar -->
115<TABLE summary="Navigation bar" BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
116  <TR>
117    <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
118    <TABLE summary="Navigation bar" BORDER="0" CELLPADDING="0" CELLSPACING="3">
119    <TR ALIGN="center" VALIGN="top">
120      <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../api/org/apache/hadoop/mapred/Counters.Counter.html" target="_top"><FONT CLASS="NavBarFont1"><B><tt>hadoop 0.20.1</tt></B></FONT></A>&nbsp;</TD>
121      <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="changes-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
122      <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="pkg_org.apache.hadoop.mapred.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
123      <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
124      <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_statistics.html"><FONT CLASS="NavBarFont1"><B>Statistics</B></FONT></A>&nbsp;</TD>
125      <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_help.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
126    </TR>
127    </TABLE>
128  </TD>
129  <TD ALIGN="right" VALIGN="top" ROWSPAN=3></TD>
130</TR>
131<TR>
132  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2">
133&nbsp;<A HREF="org.apache.hadoop.mapred.Counters.html"><B>PREV CLASS</B></A>
134&nbsp;<A HREF="org.apache.hadoop.mapred.Counters.Group.html"><B>NEXT CLASS</B></A>
135&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
136  <A HREF="../changes.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
137  &nbsp;<A HREF="org.apache.hadoop.mapred.Counters.Counter.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
138<TD BGCOLOR="0xFFFFFF" CLASS="NavBarCell3"></TD>
139</TR>
140</TABLE>
141<HR>
142<!-- End of nav bar -->
143</BODY>
144</HTML>
Note: See TracBrowser for help on using the repository browser.