http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a86ebd3c/1.2/apidocs/org/apache/hadoop/hbase/client/Append.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/client/Append.html 
b/1.2/apidocs/org/apache/hadoop/hbase/client/Append.html
index f8e0eff..0a78353 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/client/Append.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/client/Append.html
@@ -2,38 +2,28 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Append (Apache HBase 1.2.4 API)</title>
+<title>Append (Apache HBase 1.2.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
-<script type="text/javascript" src="../../../../../script.js"></script>
 </head>
 <body>
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Append (Apache HBase 1.2.4 API)";
+            parent.document.title="Append (Apache HBase 1.2.6 API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":42,"i11":10,"i12":10,"i13":10,"i14":42};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
 </script>
 <noscript>
 <div>JavaScript is disabled on your browser.</div>
 </noscript>
 <!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
+<div class="topNav"><a name="navbar_top">
 <!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -49,15 +39,15 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/hadoop/hbase/client/Admin.html" 
title="interface in org.apache.hadoop.hbase.client"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../org/apache/hadoop/hbase/client/Attributes.html" 
title="interface in org.apache.hadoop.hbase.client"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/hadoop/hbase/client/Admin.html" 
title="interface in org.apache.hadoop.hbase.client"><span class="strong">Prev 
Class</span></a></li>
+<li><a href="../../../../../org/apache/hadoop/hbase/client/Attributes.html" 
title="interface in org.apache.hadoop.hbase.client"><span class="strong">Next 
Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/hadoop/hbase/client/Append.html" 
target="_top">Frames</a></li>
-<li><a href="Append.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="Append.html" target="_top">No Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -75,18 +65,18 @@ var activeTableTab = "activeTableTab";
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a 
href="#fields.inherited.from.class.org.apache.hadoop.hbase.client.Mutation">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method.summary">Method</a></li>
+<li><a 
href="#fields_inherited_from_class_org.apache.hadoop.hbase.client.Mutation">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method.detail">Method</a></li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
 </ul>
 </div>
-<a name="skip.navbar.top">
+<a name="skip-navbar_top">
 <!--   -->
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
@@ -129,8 +119,8 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>@InterfaceAudience.Public
- @InterfaceStability.Stable
-public class <span class="typeNameLabel">Append</span>
+@InterfaceStability.Stable
+public class <span class="strong">Append</span>
 extends <a href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" 
title="class in org.apache.hadoop.hbase.client">Mutation</a></pre>
 <div class="block">Performs Append operations on a single row.
  <p>
@@ -141,7 +131,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" ti
  <p>
  To append to a set of columns of a row, instantiate an Append object with the
  row to append to. At least one column to append must be specified using the
- <a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#add-byte:A-byte:A-byte:A-"><code>add(byte[],
 byte[], byte[])</code></a> method.</div>
+ <a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#add(byte[],%20byte[],%20byte[])"><code>add(byte[],
 byte[], byte[])</code></a> method.</div>
 </li>
 </ul>
 </div>
@@ -150,19 +140,19 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" ti
 <li class="blockList">
 <!-- =========== FIELD SUMMARY =========== -->
 <ul class="blockList">
-<li class="blockList"><a name="field.summary">
+<li class="blockList"><a name="field_summary">
 <!--   -->
 </a>
 <h3>Field Summary</h3>
 <ul class="blockList">
-<li class="blockList"><a 
name="fields.inherited.from.class.org.apache.hadoop.hbase.client.Mutation">
+<li class="blockList"><a 
name="fields_inherited_from_class_org.apache.hadoop.hbase.client.Mutation">
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.hadoop.hbase.client.<a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class 
in org.apache.hadoop.hbase.client">Mutation</a></h3>
 <code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#durability">durability</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#familyMap">familyMap</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#MUTATION_OVERHEAD">MUTATION_OVERHEAD</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#RETURN_RESULTS">RETURN_RESULTS</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#row">row</a>, 
<a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#ts">ts</a></code></li>
 </ul>
 <ul class="blockList">
-<li class="blockList"><a 
name="fields.inherited.from.class.org.apache.hadoop.hbase.client.OperationWithAttributes">
+<li class="blockList"><a 
name="fields_inherited_from_class_org.apache.hadoop.hbase.client.OperationWithAttributes">
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.hadoop.hbase.client.<a 
href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttributes.html"
 title="class in 
org.apache.hadoop.hbase.client">OperationWithAttributes</a></h3>
@@ -172,27 +162,27 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" ti
 </ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
-<li class="blockList"><a name="constructor.summary">
+<li class="blockList"><a name="constructor_summary">
 <!--   -->
 </a>
 <h3>Constructor Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#Append-org.apache.hadoop.hbase.client.Append-">Append</a></span>(<a
 href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;a)</code>
+<td class="colOne"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#Append(org.apache.hadoop.hbase.client.Append)">Append</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;a)</code>
 <div class="block">Copy constructor</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#Append-byte:A-">Append</a></span>(byte[]&nbsp;row)</code>
+<td class="colOne"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#Append(byte[])">Append</a></strong>(byte[]&nbsp;row)</code>
 <div class="block">Create a Append operation for the specified row.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#Append-byte:A-int-int-">Append</a></span>(byte[]&nbsp;rowArray,
+<td class="colOne"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#Append(byte[],%20int,%20int)">Append</a></strong>(byte[]&nbsp;rowArray,
       int&nbsp;rowOffset,
       int&nbsp;rowLength)</code>
 <div class="block">Create a Append operation for the specified row.</div>
@@ -203,130 +193,130 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" ti
 </ul>
 <!-- ========== METHOD SUMMARY =========== -->
 <ul class="blockList">
-<li class="blockList"><a name="method.summary">
+<li class="blockList"><a name="method_summary">
 <!--   -->
 </a>
 <h3>Method Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a 
href="javascript:show(8);">Concrete Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t6" class="tableTab"><span><a 
href="javascript:show(32);">Deprecated Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
-<tr id="i0" class="altColor">
+<tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#add-byte:A-byte:A-byte:A-">add</a></span>(byte[]&nbsp;family,
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#add(byte[],%20byte[],%20byte[])">add</a></strong>(byte[]&nbsp;family,
    byte[]&nbsp;qualifier,
    byte[]&nbsp;value)</code>
 <div class="block">Add the specified column and value to this Append 
operation.</div>
 </td>
 </tr>
-<tr id="i1" class="rowColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#add-org.apache.hadoop.hbase.Cell-">add</a></span>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#add(org.apache.hadoop.hbase.Cell)">add</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</code>
 <div class="block">Add column and value to this Append operation.</div>
 </td>
 </tr>
-<tr id="i2" class="altColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#isReturnResults--">isReturnResults</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#isReturnResults()">isReturnResults</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr id="i3" class="rowColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setACL-java.util.Map-">setACL</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>,org.apache.hadoop.hbase.security.access.Permission&gt;&nbsp;perms)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setACL(java.util.Map)">setACL</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>,org.apache.hadoop.hbase.security.access.Permission&gt;&nbsp;perms)</code>&nbsp;</td>
 </tr>
-<tr id="i4" class="altColor">
+<tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setACL-java.lang.String-org.apache.hadoop.hbase.security.access.Permission-">setACL</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;user,
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setACL(java.lang.String,%20org.apache.hadoop.hbase.security.access.Permission)">setACL</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;user,
       
org.apache.hadoop.hbase.security.access.Permission&nbsp;perms)</code>&nbsp;</td>
 </tr>
-<tr id="i5" class="rowColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setAttribute-java.lang.String-byte:A-">setAttribute</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setAttribute(java.lang.String,%20byte[])">setAttribute</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
             byte[]&nbsp;value)</code>
 <div class="block">Sets an attribute.</div>
 </td>
 </tr>
-<tr id="i6" class="altColor">
+<tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setCellVisibility-org.apache.hadoop.hbase.security.visibility.CellVisibility-">setCellVisibility</a></span>(org.apache.hadoop.hbase.security.visibility.CellVisibility&nbsp;expression)</code>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility)">setCellVisibility</a></strong>(org.apache.hadoop.hbase.security.visibility.CellVisibility&nbsp;expression)</code>
 <div class="block">Sets the visibility expression associated with cells in 
this Mutation.</div>
 </td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setClusterIds-java.util.List-">setClusterIds</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/UUID.html?is-external=true";
 title="class or interface in java.util">UUID</a>&gt;&nbsp;clusterIds)</code>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setClusterIds(java.util.List)">setClusterIds</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/UUID.html?is-external=true";
 title="class or interface in java.util">UUID</a>&gt;&nbsp;clusterIds)</code>
 <div class="block">Marks that the clusters with the given clusterIds have 
consumed the mutation</div>
 </td>
 </tr>
-<tr id="i8" class="altColor">
+<tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setDurability-org.apache.hadoop.hbase.client.Durability-">setDurability</a></span>(<a
 href="../../../../../org/apache/hadoop/hbase/client/Durability.html" 
title="enum in org.apache.hadoop.hbase.client">Durability</a>&nbsp;d)</code>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setDurability(org.apache.hadoop.hbase.client.Durability)">setDurability</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/client/Durability.html" 
title="enum in org.apache.hadoop.hbase.client">Durability</a>&nbsp;d)</code>
 <div class="block">Set the durability for this mutation</div>
 </td>
 </tr>
-<tr id="i9" class="rowColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setFamilyCellMap-java.util.NavigableMap-">setFamilyCellMap</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMap</a>&lt;byte[],<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&gt;&gt;&nbsp;map)</code>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setFamilyCellMap(java.util.NavigableMap)">setFamilyCellMap</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMap</a>&lt;byte[],<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&gt;&gt;&nbsp;map)</code>
 <div class="block">Method for setting the put's familyMap</div>
 </td>
 </tr>
-<tr id="i10" class="altColor">
+<tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setFamilyMap-java.util.NavigableMap-">setFamilyMap</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMap</a>&lt;byte[],<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List</a>&lt;org.apache.hadoop.hbase.KeyValue&gt;&gt;&nbsp;map)</code>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setFamilyMap(java.util.NavigableMap)">setFamilyMap</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMap</a>&lt;byte[],<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List</a>&lt;org.apache.hadoop.hbase.KeyValue&gt;&gt;&nbsp;map)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
 </td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setId-java.lang.String-">setId</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;id)</code>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setId(java.lang.String)">setId</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;id)</code>
 <div class="block">This method allows you to set an identifier on an 
operation.</div>
 </td>
 </tr>
-<tr id="i12" class="altColor">
+<tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setReturnResults-boolean-">setReturnResults</a></span>(boolean&nbsp;returnResults)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setReturnResults(boolean)">setReturnResults</a></strong>(boolean&nbsp;returnResults)</code>&nbsp;</td>
 </tr>
-<tr id="i13" class="rowColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setTTL-long-">setTTL</a></span>(long&nbsp;ttl)</code>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setTTL(long)">setTTL</a></strong>(long&nbsp;ttl)</code>
 <div class="block">Set the TTL desired for the result of the mutation, in 
milliseconds.</div>
 </td>
 </tr>
-<tr id="i14" class="altColor">
+<tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setWriteToWAL-boolean-">setWriteToWAL</a></span>(boolean&nbsp;write)</code>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html#setWriteToWAL(boolean)">setWriteToWAL</a></strong>(boolean&nbsp;write)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
 </td>
 </tr>
 </table>
 <ul class="blockList">
-<li class="blockList"><a 
name="methods.inherited.from.class.org.apache.hadoop.hbase.client.Mutation">
+<li class="blockList"><a 
name="methods_inherited_from_class_org.apache.hadoop.hbase.client.Mutation">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.hadoop.hbase.client.<a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class 
in org.apache.hadoop.hbase.client">Mutation</a></h3>
-<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#cellScanner--">cellScanner</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#compareTo-org.apache.hadoop.hbase.client.Row-">compareTo</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#extraHeapSize--">extraHeapSize</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getACL--">getACL</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getCellVisibility--">getCellVisibility</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getClusterIds--">getClusterIds</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getDurability--">getDurability</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getFamilyCellMap--">getFamilyCellMap</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getFamilyMap--">getFamilyMap</a>,
 <a href="../../../../../or
 
g/apache/hadoop/hbase/client/Mutation.html#getFingerprint--">getFingerprint</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getRow--">getRow</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getTimeStamp--">getTimeStamp</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getTTL--">getTTL</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getWriteToWAL--">getWriteToWAL</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#heapSize--">heapSize</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#isEmpty--">isEmpty</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#numFamilies--">numFamilies</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#size--">size</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#toMap-int-">toMap</a></code></li>
+<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#cellScanner()">cellScanner</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#compareTo(org.apache.hadoop.hbase.client.Row)">compareTo</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#extraHeapSize()">extraHeapSize</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getACL()">getACL</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getCellVisibility()">getCellVisibility</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getClusterIds()">getClusterIds</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getDurability()">getDurability</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getFamilyCellMap()">getFamilyCellMap</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getFamilyMap()">getFamilyMap</a>,
 <a href="../../../../../or
 
g/apache/hadoop/hbase/client/Mutation.html#getFingerprint()">getFingerprint</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getRow()">getRow</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getTimeStamp()">getTimeStamp</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getTTL()">getTTL</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#getWriteToWAL()">getWriteToWAL</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#heapSize()">heapSize</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#isEmpty()">isEmpty</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#numFamilies()">numFamilies</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#size()">size</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#toMap(int)">toMap</a></code></li>
 </ul>
 <ul class="blockList">
-<li class="blockList"><a 
name="methods.inherited.from.class.org.apache.hadoop.hbase.client.OperationWithAttributes">
+<li class="blockList"><a 
name="methods_inherited_from_class_org.apache.hadoop.hbase.client.OperationWithAttributes">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.hadoop.hbase.client.<a 
href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttributes.html"
 title="class in 
org.apache.hadoop.hbase.client">OperationWithAttributes</a></h3>
-<code><a 
href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttributes.html#getAttribute-java.lang.String-">getAttribute</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttributes.html#getAttributeSize--">getAttributeSize</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttributes.html#getAttributesMap--">getAttributesMap</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttributes.html#getId--">getId</a></code></li>
+<code><a 
href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttributes.html#getAttribute(java.lang.String)">getAttribute</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttributes.html#getAttributeSize()">getAttributeSize</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttributes.html#getAttributesMap()">getAttributesMap</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttributes.html#getId()">getId</a></code></li>
 </ul>
 <ul class="blockList">
-<li class="blockList"><a 
name="methods.inherited.from.class.org.apache.hadoop.hbase.client.Operation">
+<li class="blockList"><a 
name="methods_inherited_from_class_org.apache.hadoop.hbase.client.Operation">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.hadoop.hbase.client.<a 
href="../../../../../org/apache/hadoop/hbase/client/Operation.html" 
title="class in org.apache.hadoop.hbase.client">Operation</a></h3>
-<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Operation.html#toJSON--">toJSON</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Operation.html#toJSON-int-">toJSON</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Operation.html#toMap--">toMap</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Operation.html#toString--">toString</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Operation.html#toString-int-">toString</a></code></li>
+<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Operation.html#toJSON()">toJSON</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Operation.html#toJSON(int)">toJSON</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Operation.html#toMap()">toMap</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Operation.html#toString()">toString</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Operation.html#toString(int)">toString</a></code></li>
 </ul>
 <ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
-<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--";
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-";
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--";
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--";
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--";
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--";
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-";
 title="class or interface in java.lang">wait</a></code></li>
+<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -338,11 +328,11 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" ti
 <li class="blockList">
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
 <ul class="blockList">
-<li class="blockList"><a name="constructor.detail">
+<li class="blockList"><a name="constructor_detail">
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="Append-byte:A-">
+<a name="Append(byte[])">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -352,13 +342,10 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" ti
 <div class="block">Create a Append operation for the specified row.
  <p>
  At least one column must be appended to.</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>row</code> - row key; makes a local copy of passed in array.</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - row 
key; makes a local copy of passed in array.</dd></dl>
 </li>
 </ul>
-<a name="Append-org.apache.hadoop.hbase.client.Append-">
+<a name="Append(org.apache.hadoop.hbase.client.Append)">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -366,89 +353,69 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" ti
 <h4>Append</h4>
 <pre>public&nbsp;Append(<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;a)</pre>
 <div class="block">Copy constructor</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>a</code> - </dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>a</code> - 
</dd></dl>
 </li>
 </ul>
-<a name="Append-byte:A-int-int-">
+<a name="Append(byte[], int, int)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Append</h4>
 <pre>public&nbsp;Append(byte[]&nbsp;rowArray,
-              int&nbsp;rowOffset,
-              int&nbsp;rowLength)</pre>
+      int&nbsp;rowOffset,
+      int&nbsp;rowLength)</pre>
 <div class="block">Create a Append operation for the specified row.
  <p>
  At least one column must be appended to.</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>rowArray</code> - Makes a copy out of this buffer.</dd>
-<dd><code>rowOffset</code> - </dd>
-<dd><code>rowLength</code> - </dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>rowArray</code> 
- Makes a copy out of this buffer.</dd><dd><code>rowOffset</code> - 
</dd><dd><code>rowLength</code> - </dd></dl>
 </li>
 </ul>
 </li>
 </ul>
 <!-- ============ METHOD DETAIL ========== -->
 <ul class="blockList">
-<li class="blockList"><a name="method.detail">
+<li class="blockList"><a name="method_detail">
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="setReturnResults-boolean-">
+<a name="setReturnResults(boolean)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setReturnResults</h4>
 <pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in 
org.apache.hadoop.hbase.client">Append</a>&nbsp;setReturnResults(boolean&nbsp;returnResults)</pre>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>returnResults</code> - True (default) if the append operation should 
return the results.
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>returnResults</code> - True 
(default) if the append operation should return the results.
           A client that is not interested in the result can save network
-          bandwidth setting this to false.</dd>
-</dl>
+          bandwidth setting this to false.</dd></dl>
 </li>
 </ul>
-<a name="isReturnResults--">
+<a name="isReturnResults()">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>isReturnResults</h4>
 <pre>public&nbsp;boolean&nbsp;isReturnResults()</pre>
-<dl>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>current setting for returnResults</dd>
-</dl>
+<dl><dt><span class="strong">Returns:</span></dt><dd>current setting for 
returnResults</dd></dl>
 </li>
 </ul>
-<a name="add-byte:A-byte:A-byte:A-">
+<a name="add(byte[], byte[], byte[])">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>add</h4>
 <pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;add(byte[]&nbsp;family,
-                  byte[]&nbsp;qualifier,
-                  byte[]&nbsp;value)</pre>
+         byte[]&nbsp;qualifier,
+         byte[]&nbsp;value)</pre>
 <div class="block">Add the specified column and value to this Append 
operation.</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>family</code> - family name</dd>
-<dd><code>qualifier</code> - column qualifier</dd>
-<dd><code>value</code> - value to append to specified column</dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>this</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>family</code> - 
family name</dd><dd><code>qualifier</code> - column 
qualifier</dd><dd><code>value</code> - value to append to specified column</dd>
+<dt><span class="strong">Returns:</span></dt><dd>this</dd></dl>
 </li>
 </ul>
-<a name="add-org.apache.hadoop.hbase.Cell-">
+<a name="add(org.apache.hadoop.hbase.Cell)">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -456,59 +423,50 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" ti
 <h4>add</h4>
 <pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;add(<a 
href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&nbsp;cell)</pre>
 <div class="block">Add column and value to this Append operation.</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>cell</code> - </dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>This instance</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>cell</code> - 
</dd>
+<dt><span class="strong">Returns:</span></dt><dd>This instance</dd></dl>
 </li>
 </ul>
-<a name="setAttribute-java.lang.String-byte:A-">
+<a name="setAttribute(java.lang.String, byte[])">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setAttribute</h4>
 <pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;setAttribute(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
-                           byte[]&nbsp;value)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Attributes.html#setAttribute-java.lang.String-byte:A-">Attributes</a></code></span></div>
+                  byte[]&nbsp;value)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Attributes.html#setAttribute(java.lang.String,%20byte[])">Attributes</a></code></strong></div>
 <div class="block">Sets an attribute.
  In case value = null attribute is removed from the attributes map.
  Attribute names starting with _ indicate system attributes.</div>
 <dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Attributes.html#setAttribute-java.lang.String-byte:A-">setAttribute</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Attributes.html" 
title="interface in org.apache.hadoop.hbase.client">Attributes</a></code></dd>
-<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttributes.html#setAttribute-java.lang.String-byte:A-">setAttribute</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttributes.html"
 title="class in 
org.apache.hadoop.hbase.client">OperationWithAttributes</a></code></dd>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>name</code> - attribute name</dd>
-<dd><code>value</code> - attribute value</dd>
-</dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Attributes.html#setAttribute(java.lang.String,%20byte[])">setAttribute</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Attributes.html" 
title="interface in org.apache.hadoop.hbase.client">Attributes</a></code></dd>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttributes.html#setAttribute(java.lang.String,%20byte[])">setAttribute</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttributes.html"
 title="class in 
org.apache.hadoop.hbase.client">OperationWithAttributes</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - 
attribute name</dd><dd><code>value</code> - attribute value</dd></dl>
 </li>
 </ul>
-<a name="setId-java.lang.String-">
+<a name="setId(java.lang.String)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setId</h4>
 <pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;setId(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;id)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttributes.html#setId-java.lang.String-">OperationWithAttributes</a></code></span></div>
+<div class="block"><strong>Description copied from class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttributes.html#setId(java.lang.String)">OperationWithAttributes</a></code></strong></div>
 <div class="block">This method allows you to set an identifier on an 
operation. The original
  motivation for this was to allow the identifier to be used in slow query
  logging, but this could obviously be useful in other places. One use of
  this could be to put a class.method identifier in here to see where the
  slow query is coming from.</div>
 <dl>
-<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttributes.html#setId-java.lang.String-">setId</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttributes.html"
 title="class in 
org.apache.hadoop.hbase.client">OperationWithAttributes</a></code></dd>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>id</code> - id to set for the scan</dd>
-</dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttributes.html#setId(java.lang.String)">setId</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttributes.html"
 title="class in 
org.apache.hadoop.hbase.client">OperationWithAttributes</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>id</code> - id to 
set for the scan</dd></dl>
 </li>
 </ul>
-<a name="setWriteToWAL-boolean-">
+<a name="setWriteToWAL(boolean)">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -516,50 +474,48 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" ti
 <h4>setWriteToWAL</h4>
 <pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
 public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in 
org.apache.hadoop.hbase.client">Append</a>&nbsp;setWriteToWAL(boolean&nbsp;write)</pre>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
-<div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setWriteToWAL-boolean-">Mutation</a></code></span></div>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
+<div class="block"><strong>Description copied from class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setWriteToWAL(boolean)">Mutation</a></code></strong></div>
 <div class="block">Set whether this Delete should be written to the WAL or not.
  Not writing the WAL means you may lose edits on server crash.
- This method will reset any changes made via <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setDurability-org.apache.hadoop.hbase.client.Durability-"><code>Mutation.setDurability(Durability)</code></a></div>
+ This method will reset any changes made via <a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setDurability(org.apache.hadoop.hbase.client.Durability)"><code>Mutation.setDurability(Durability)</code></a></div>
 <dl>
-<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setWriteToWAL-boolean-">setWriteToWAL</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class 
in org.apache.hadoop.hbase.client">Mutation</a></code></dd>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>write</code> - true if edits should be written to WAL, false if 
not</dd>
-</dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setWriteToWAL(boolean)">setWriteToWAL</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class 
in org.apache.hadoop.hbase.client">Mutation</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>write</code> - true 
if edits should be written to WAL, false if not</dd></dl>
 </li>
 </ul>
-<a name="setDurability-org.apache.hadoop.hbase.client.Durability-">
+<a name="setDurability(org.apache.hadoop.hbase.client.Durability)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setDurability</h4>
 <pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;setDurability(<a 
href="../../../../../org/apache/hadoop/hbase/client/Durability.html" 
title="enum in org.apache.hadoop.hbase.client">Durability</a>&nbsp;d)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setDurability-org.apache.hadoop.hbase.client.Durability-">Mutation</a></code></span></div>
+<div class="block"><strong>Description copied from class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setDurability(org.apache.hadoop.hbase.client.Durability)">Mutation</a></code></strong></div>
 <div class="block">Set the durability for this mutation</div>
 <dl>
-<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setDurability-org.apache.hadoop.hbase.client.Durability-">setDurability</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class 
in org.apache.hadoop.hbase.client">Mutation</a></code></dd>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setDurability(org.apache.hadoop.hbase.client.Durability)">setDurability</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class 
in org.apache.hadoop.hbase.client">Mutation</a></code></dd>
 </dl>
 </li>
 </ul>
-<a name="setFamilyCellMap-java.util.NavigableMap-">
+<a name="setFamilyCellMap(java.util.NavigableMap)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setFamilyCellMap</h4>
 <pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;setFamilyCellMap(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMap</a>&lt;byte[],<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in 
org.apache.hadoop.hbase">Cell</a>&gt;&gt;&nbsp;map)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setFamilyCellMap-java.util.NavigableMap-">Mutation</a></code></span></div>
+<div class="block"><strong>Description copied from class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setFamilyCellMap(java.util.NavigableMap)">Mutation</a></code></strong></div>
 <div class="block">Method for setting the put's familyMap</div>
 <dl>
-<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setFamilyCellMap-java.util.NavigableMap-">setFamilyCellMap</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class 
in org.apache.hadoop.hbase.client">Mutation</a></code></dd>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setFamilyCellMap(java.util.NavigableMap)">setFamilyCellMap</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class 
in org.apache.hadoop.hbase.client">Mutation</a></code></dd>
 </dl>
 </li>
 </ul>
-<a name="setFamilyMap-java.util.NavigableMap-">
+<a name="setFamilyMap(java.util.NavigableMap)">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -567,66 +523,61 @@ public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html"
 <h4>setFamilyMap</h4>
 <pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
 public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;setFamilyMap(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMap</a>&lt;byte[],<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List</a>&lt;org.apache.hadoop.hbase.KeyValue&gt;&gt;&nbsp;map)</pre>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
-<div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setFamilyMap-java.util.NavigableMap-">Mutation</a></code></span></div>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
+<div class="block"><strong>Description copied from class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setFamilyMap(java.util.NavigableMap)">Mutation</a></code></strong></div>
 <div class="block">Method for setting the put's familyMap that is deprecated 
and inefficient.</div>
 <dl>
-<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setFamilyMap-java.util.NavigableMap-">setFamilyMap</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class 
in org.apache.hadoop.hbase.client">Mutation</a></code></dd>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setFamilyMap(java.util.NavigableMap)">setFamilyMap</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class 
in org.apache.hadoop.hbase.client">Mutation</a></code></dd>
 </dl>
 </li>
 </ul>
-<a name="setClusterIds-java.util.List-">
+<a name="setClusterIds(java.util.List)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setClusterIds</h4>
 <pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;setClusterIds(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/UUID.html?is-external=true";
 title="class or interface in java.util">UUID</a>&gt;&nbsp;clusterIds)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setClusterIds-java.util.List-">Mutation</a></code></span></div>
+<div class="block"><strong>Description copied from class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setClusterIds(java.util.List)">Mutation</a></code></strong></div>
 <div class="block">Marks that the clusters with the given clusterIds have 
consumed the mutation</div>
 <dl>
-<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setClusterIds-java.util.List-">setClusterIds</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class 
in org.apache.hadoop.hbase.client">Mutation</a></code></dd>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>clusterIds</code> - of the clusters that have consumed the 
mutation</dd>
-</dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setClusterIds(java.util.List)">setClusterIds</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class 
in org.apache.hadoop.hbase.client">Mutation</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>clusterIds</code> - 
of the clusters that have consumed the mutation</dd></dl>
 </li>
 </ul>
-<a 
name="setCellVisibility-org.apache.hadoop.hbase.security.visibility.CellVisibility-">
+<a 
name="setCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setCellVisibility</h4>
 <pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in 
org.apache.hadoop.hbase.client">Append</a>&nbsp;setCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility&nbsp;expression)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setCellVisibility-org.apache.hadoop.hbase.security.visibility.CellVisibility-">Mutation</a></code></span></div>
+<div class="block"><strong>Description copied from class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility)">Mutation</a></code></strong></div>
 <div class="block">Sets the visibility expression associated with cells in 
this Mutation.
  It is illegal to set <code>CellVisibility</code> on <code>Delete</code> 
mutation.</div>
 <dl>
-<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setCellVisibility-org.apache.hadoop.hbase.security.visibility.CellVisibility-">setCellVisibility</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class 
in org.apache.hadoop.hbase.client">Mutation</a></code></dd>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility)">setCellVisibility</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class 
in org.apache.hadoop.hbase.client">Mutation</a></code></dd>
 </dl>
 </li>
 </ul>
-<a 
name="setACL-java.lang.String-org.apache.hadoop.hbase.security.access.Permission-">
+<a name="setACL(java.lang.String, 
org.apache.hadoop.hbase.security.access.Permission)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setACL</h4>
 <pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;setACL(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;user,
-                     
org.apache.hadoop.hbase.security.access.Permission&nbsp;perms)</pre>
+            
org.apache.hadoop.hbase.security.access.Permission&nbsp;perms)</pre>
 <dl>
-<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setACL-java.lang.String-org.apache.hadoop.hbase.security.access.Permission-">setACL</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class 
in org.apache.hadoop.hbase.client">Mutation</a></code></dd>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>user</code> - User short name</dd>
-<dd><code>perms</code> - Permissions for the user</dd>
-</dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setACL(java.lang.String,%20org.apache.hadoop.hbase.security.access.Permission)">setACL</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class 
in org.apache.hadoop.hbase.client">Mutation</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>user</code> - User 
short name</dd><dd><code>perms</code> - Permissions for the user</dd></dl>
 </li>
 </ul>
-<a name="setACL-java.util.Map-">
+<a name="setACL(java.util.Map)">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -634,30 +585,25 @@ public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html"
 <h4>setACL</h4>
 <pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;setACL(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>,org.apache.hadoop.hbase.security.access.Permission&gt;&nbsp;perms)</pre>
 <dl>
-<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setACL-java.util.Map-">setACL</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class 
in org.apache.hadoop.hbase.client">Mutation</a></code></dd>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>perms</code> - A map of permissions for a user or users</dd>
-</dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setACL(java.util.Map)">setACL</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class 
in org.apache.hadoop.hbase.client">Mutation</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>perms</code> - A map 
of permissions for a user or users</dd></dl>
 </li>
 </ul>
-<a name="setTTL-long-">
+<a name="setTTL(long)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>setTTL</h4>
 <pre>public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class 
in org.apache.hadoop.hbase.client">Append</a>&nbsp;setTTL(long&nbsp;ttl)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setTTL-long-">Mutation</a></code></span></div>
+<div class="block"><strong>Description copied from class:&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setTTL(long)">Mutation</a></code></strong></div>
 <div class="block">Set the TTL desired for the result of the mutation, in 
milliseconds.</div>
 <dl>
-<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setTTL-long-">setTTL</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class 
in org.apache.hadoop.hbase.client">Mutation</a></code></dd>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>ttl</code> - the TTL desired for the result of the mutation, in 
milliseconds</dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>this</dd>
-</dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html#setTTL(long)">setTTL</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class 
in org.apache.hadoop.hbase.client">Mutation</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>ttl</code> - the TTL 
desired for the result of the mutation, in milliseconds</dd>
+<dt><span class="strong">Returns:</span></dt><dd>this</dd></dl>
 </li>
 </ul>
 </li>
@@ -668,11 +614,9 @@ public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html"
 </div>
 <!-- ========= END OF CLASS DATA ========= -->
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
+<div class="bottomNav"><a name="navbar_bottom">
 <!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -688,15 +632,15 @@ public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html"
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/hadoop/hbase/client/Admin.html" 
title="interface in org.apache.hadoop.hbase.client"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../org/apache/hadoop/hbase/client/Attributes.html" 
title="interface in org.apache.hadoop.hbase.client"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/hadoop/hbase/client/Admin.html" 
title="interface in org.apache.hadoop.hbase.client"><span class="strong">Prev 
Class</span></a></li>
+<li><a href="../../../../../org/apache/hadoop/hbase/client/Attributes.html" 
title="interface in org.apache.hadoop.hbase.client"><span class="strong">Next 
Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/hadoop/hbase/client/Append.html" 
target="_top">Frames</a></li>
-<li><a href="Append.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="Append.html" target="_top">No Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -714,21 +658,21 @@ public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Append.html"
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a 
href="#fields.inherited.from.class.org.apache.hadoop.hbase.client.Mutation">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method.summary">Method</a></li>
+<li><a 
href="#fields_inherited_from_class_org.apache.hadoop.hbase.client.Mutation">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method.detail">Method</a></li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
 </ul>
 </div>
-<a name="skip.navbar.bottom">
+<a name="skip-navbar_bottom">
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2017 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a86ebd3c/1.2/apidocs/org/apache/hadoop/hbase/client/Attributes.html
----------------------------------------------------------------------
diff --git a/1.2/apidocs/org/apache/hadoop/hbase/client/Attributes.html 
b/1.2/apidocs/org/apache/hadoop/hbase/client/Attributes.html
index 8ded4df..46786d6 100644
--- a/1.2/apidocs/org/apache/hadoop/hbase/client/Attributes.html
+++ b/1.2/apidocs/org/apache/hadoop/hbase/client/Attributes.html
@@ -2,38 +2,28 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Attributes (Apache HBase 1.2.4 API)</title>
+<title>Attributes (Apache HBase 1.2.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
-<script type="text/javascript" src="../../../../../script.js"></script>
 </head>
 <body>
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Attributes (Apache HBase 1.2.4 API)";
+            parent.document.title="Attributes (Apache HBase 1.2.6 API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":6,"i1":6,"i2":6};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
 </script>
 <noscript>
 <div>JavaScript is disabled on your browser.</div>
 </noscript>
 <!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
+<div class="topNav"><a name="navbar_top">
 <!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -49,15 +39,15 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/hadoop/hbase/client/Append.html" 
title="class in org.apache.hadoop.hbase.client"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a 
href="../../../../../org/apache/hadoop/hbase/client/BufferedMutator.html" 
title="interface in org.apache.hadoop.hbase.client"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/hadoop/hbase/client/Append.html" 
title="class in org.apache.hadoop.hbase.client"><span class="strong">Prev 
Class</span></a></li>
+<li><a 
href="../../../../../org/apache/hadoop/hbase/client/BufferedMutator.html" 
title="interface in org.apache.hadoop.hbase.client"><span class="strong">Next 
Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/hadoop/hbase/client/Attributes.html" 
target="_top">Frames</a></li>
-<li><a href="Attributes.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="Attributes.html" target="_top">No Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -77,16 +67,16 @@ var activeTableTab = "activeTableTab";
 <li>Nested&nbsp;|&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method.summary">Method</a></li>
+<li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method.detail">Method</a></li>
+<li><a href="#method_detail">Method</a></li>
 </ul>
 </div>
-<a name="skip.navbar.top">
+<a name="skip-navbar_top">
 <!--   -->
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
@@ -106,8 +96,8 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>@InterfaceAudience.Public
- @InterfaceStability.Stable
-public interface <span class="typeNameLabel">Attributes</span></pre>
+@InterfaceStability.Stable
+public interface <span class="strong">Attributes</span></pre>
 </li>
 </ul>
 </div>
@@ -116,31 +106,31 @@ public interface <span 
class="typeNameLabel">Attributes</span></pre>
 <li class="blockList">
 <!-- ========== METHOD SUMMARY =========== -->
 <ul class="blockList">
-<li class="blockList"><a name="method.summary">
+<li class="blockList"><a name="method_summary">
 <!--   -->
 </a>
 <h3>Method Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a 
href="javascript:show(4);">Abstract Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
-<tr id="i0" class="altColor">
+<tr class="altColor">
 <td class="colFirst"><code>byte[]</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Attributes.html#getAttribute-java.lang.String-">getAttribute</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</code>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/Attributes.html#getAttribute(java.lang.String)">getAttribute</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</code>
 <div class="block">Gets an attribute</div>
 </td>
 </tr>
-<tr id="i1" class="rowColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,byte[]&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Attributes.html#getAttributesMap--">getAttributesMap</a></span>()</code>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/Attributes.html#getAttributesMap()">getAttributesMap</a></strong>()</code>
 <div class="block">Gets all attributes</div>
 </td>
 </tr>
-<tr id="i2" class="altColor">
+<tr class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Attributes.html" 
title="interface in org.apache.hadoop.hbase.client">Attributes</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Attributes.html#setAttribute-java.lang.String-byte:A-">setAttribute</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/Attributes.html#setAttribute(java.lang.String,%20byte[])">setAttribute</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
             byte[]&nbsp;value)</code>
 <div class="block">Sets an attribute.</div>
 </td>
@@ -156,29 +146,25 @@ public interface <span 
class="typeNameLabel">Attributes</span></pre>
 <li class="blockList">
 <!-- ============ METHOD DETAIL ========== -->
 <ul class="blockList">
-<li class="blockList"><a name="method.detail">
+<li class="blockList"><a name="method_detail">
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="setAttribute-java.lang.String-byte:A-">
+<a name="setAttribute(java.lang.String, byte[])">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setAttribute</h4>
 <pre><a href="../../../../../org/apache/hadoop/hbase/client/Attributes.html" 
title="interface in 
org.apache.hadoop.hbase.client">Attributes</a>&nbsp;setAttribute(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
-                        byte[]&nbsp;value)</pre>
+                      byte[]&nbsp;value)</pre>
 <div class="block">Sets an attribute.
  In case value = null attribute is removed from the attributes map.
  Attribute names starting with _ indicate system attributes.</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>name</code> - attribute name</dd>
-<dd><code>value</code> - attribute value</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - 
attribute name</dd><dd><code>value</code> - attribute value</dd></dl>
 </li>
 </ul>
-<a name="getAttribute-java.lang.String-">
+<a name="getAttribute(java.lang.String)">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -186,15 +172,11 @@ public interface <span 
class="typeNameLabel">Attributes</span></pre>
 <h4>getAttribute</h4>
 <pre>byte[]&nbsp;getAttribute(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Gets an attribute</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>name</code> - attribute name</dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>attribute value if attribute is set, <tt>null</tt> otherwise</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - 
attribute name</dd>
+<dt><span class="strong">Returns:</span></dt><dd>attribute value if attribute 
is set, <tt>null</tt> otherwise</dd></dl>
 </li>
 </ul>
-<a name="getAttributesMap--">
+<a name="getAttributesMap()">
 <!--   -->
 </a>
 <ul class="blockListLast">
@@ -202,10 +184,7 @@ public interface <span 
class="typeNameLabel">Attributes</span></pre>
 <h4>getAttributesMap</h4>
 <pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>,byte[]&gt;&nbsp;getAttributesMap()</pre>
 <div class="block">Gets all attributes</div>
-<dl>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>unmodifiable map of all attributes</dd>
-</dl>
+<dl><dt><span class="strong">Returns:</span></dt><dd>unmodifiable map of all 
attributes</dd></dl>
 </li>
 </ul>
 </li>
@@ -216,11 +195,9 @@ public interface <span 
class="typeNameLabel">Attributes</span></pre>
 </div>
 <!-- ========= END OF CLASS DATA ========= -->
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
+<div class="bottomNav"><a name="navbar_bottom">
 <!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -236,15 +213,15 @@ public interface <span 
class="typeNameLabel">Attributes</span></pre>
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/hadoop/hbase/client/Append.html" 
title="class in org.apache.hadoop.hbase.client"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a 
href="../../../../../org/apache/hadoop/hbase/client/BufferedMutator.html" 
title="interface in org.apache.hadoop.hbase.client"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/hadoop/hbase/client/Append.html" 
title="class in org.apache.hadoop.hbase.client"><span class="strong">Prev 
Class</span></a></li>
+<li><a 
href="../../../../../org/apache/hadoop/hbase/client/BufferedMutator.html" 
title="interface in org.apache.hadoop.hbase.client"><span class="strong">Next 
Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/hadoop/hbase/client/Attributes.html" 
target="_top">Frames</a></li>
-<li><a href="Attributes.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="Attributes.html" target="_top">No Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -264,19 +241,19 @@ public interface <span 
class="typeNameLabel">Attributes</span></pre>
 <li>Nested&nbsp;|&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method.summary">Method</a></li>
+<li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method.detail">Method</a></li>
+<li><a href="#method_detail">Method</a></li>
 </ul>
 </div>
-<a name="skip.navbar.bottom">
+<a name="skip-navbar_bottom">
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2017 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Reply via email to