http://git-wip-us.apache.org/repos/asf/hbase-site/blob/db523e4d/apidocs/org/apache/hadoop/hbase/client/HConnection.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/hadoop/hbase/client/HConnection.html 
b/apidocs/org/apache/hadoop/hbase/client/HConnection.html
deleted file mode 100644
index 0baf2b2..0000000
--- a/apidocs/org/apache/hadoop/hbase/client/HConnection.html
+++ /dev/null
@@ -1,1825 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<!-- NewPage -->
-<html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>HConnection (Apache HBase 2.0.0-SNAPSHOT API)</title>
-<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
-</head>
-<body>
-<script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="HConnection (Apache HBase 2.0.0-SNAPSHOT API)";
-    }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar_top">
-<!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li><a href="package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/HConnection.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../../../org/apache/hadoop/hbase/client/Get.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/HTableMultiplexer.html" 
title="class 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/HConnection.html"
 target="_top">Frames</a></li>
-<li><a href="HConnection.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_top");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
-<li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method_summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
-<li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method_detail">Method</a></li>
-</ul>
-</div>
-<a name="skip-navbar_top">
-<!--   -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<!-- ======== START OF CLASS DATA ======== -->
-<div class="header">
-<div class="subTitle">org.apache.hadoop.hbase.client</div>
-<h2 title="Interface HConnection" class="title">Interface HConnection</h2>
-</div>
-<div class="contentContainer">
-<div class="description">
-<ul class="blockList">
-<li class="blockList">
-<dl>
-<dt>All Superinterfaces:</dt>
-<dd>org.apache.hadoop.hbase.Abortable, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/AutoCloseable.html?is-external=true";
 title="class or interface in java.lang">AutoCloseable</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html?is-external=true";
 title="class or interface in java.io">Closeable</a>, <a 
href="../../../../../org/apache/hadoop/hbase/client/Connection.html" 
title="interface in org.apache.hadoop.hbase.client">Connection</a></dd>
-</dl>
-<hr>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>in favor of <a 
href="../../../../../org/apache/hadoop/hbase/client/Connection.html" 
title="interface in org.apache.hadoop.hbase.client"><code>Connection</code></a> 
and <a 
href="../../../../../org/apache/hadoop/hbase/client/ConnectionFactory.html" 
title="class in 
org.apache.hadoop.hbase.client"><code>ConnectionFactory</code></a></i></div>
-</div>
-<br>
-<pre>@InterfaceAudience.Public
-@InterfaceStability.Stable
-<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 interface <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.56">HConnection</a>
-extends <a 
href="../../../../../org/apache/hadoop/hbase/client/Connection.html" 
title="interface in org.apache.hadoop.hbase.client">Connection</a></pre>
-<div class="block">A cluster connection.  Knows how to find the master, locate 
regions out on the cluster,
- keeps a cache of locations and then knows how to re-calibrate after they 
move.  You need one
- of these to talk to your HBase cluster. <a 
href="../../../../../org/apache/hadoop/hbase/client/ConnectionFactory.html" 
title="class in 
org.apache.hadoop.hbase.client"><code>ConnectionFactory</code></a> manages 
instances of this
- class.  See it for how to get one of these.
-
- <p>This is NOT a connection to a particular server but to ALL servers in the 
cluster.  Individual
- connections are managed at a lower level.
-
- <p>HConnections are used by <code>HTable</code> mostly but also by
- <code>HBaseAdmin</code>, and <code>MetaTableLocator</code>.</div>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../../org/apache/hadoop/hbase/client/ConnectionFactory.html" 
title="class in 
org.apache.hadoop.hbase.client"><code>ConnectionFactory</code></a></dd></dl>
-</li>
-</ul>
-</div>
-<div class="summary">
-<ul class="blockList">
-<li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_summary">
-<!--   -->
-</a>
-<h3>Field Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Field Summary table, listing fields, and an explanation">
-<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static <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></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#HBASE_CLIENT_CONNECTION_IMPL">HBASE_CLIENT_CONNECTION_IMPL</a></strong></code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
-<div class="block">Key for configuration in Configuration whose value is the 
class we implement making a
- new HConnection instance.</div>
-</td>
-</tr>
-</table>
-</li>
-</ul>
-<!-- ========== METHOD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method_summary">
-<!--   -->
-</a>
-<h3>Method Summary</h3>
-<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 class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#clearCaches(org.apache.hadoop.hbase.ServerName)">clearCaches</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/ServerName.html" title="class in 
org.apache.hadoop.hbase">ServerName</a>&nbsp;sn)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use thru HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#clearRegionCache()">clearRegionCache</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use through HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#clearRegionCache(byte[])">clearRegionCache</a></strong>(byte[]&nbsp;tableName)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use through HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#clearRegionCache(org.apache.hadoop.hbase.TableName)">clearRegionCache</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use through HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#deleteCachedRegionLocation(org.apache.hadoop.hbase.HRegionLocation)">deleteCachedRegionLocation</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/HRegionLocation.html" 
title="class in 
org.apache.hadoop.hbase">HRegionLocation</a>&nbsp;location)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use thru HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Admin.html" 
title="interface in org.apache.hadoop.hbase.client">Admin</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getAdmin()">getAdmin</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
-<div class="block">Retrieve an Admin implementation to administer an HBase 
cluster.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td 
class="colFirst"><code>org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.BlockingInterface</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getAdmin(org.apache.hadoop.hbase.ServerName)">getAdmin</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/ServerName.html" title="class in 
org.apache.hadoop.hbase">ServerName</a>&nbsp;serverName)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use thru HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td 
class="colFirst"><code>org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.BlockingInterface</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getAdmin(org.apache.hadoop.hbase.ServerName,%20boolean)">getAdmin</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/ServerName.html" title="class in 
org.apache.hadoop.hbase">ServerName</a>&nbsp;serverName,
-                boolean&nbsp;getMaster)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>You can pass master flag but nothing special is 
done.</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td 
class="colFirst"><code>org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ClientService.BlockingInterface</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getClient(org.apache.hadoop.hbase.ServerName)">getClient</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/ServerName.html" title="class in 
org.apache.hadoop.hbase">ServerName</a>&nbsp;serverName)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use thru HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>org.apache.hadoop.conf.Configuration</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getConfiguration()">getConfiguration</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
-&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getCurrentNrHRS()">getCurrentNrHRS</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>This method will be changed from public to package 
protected.</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/HTableDescriptor.html" 
title="class in org.apache.hadoop.hbase">HTableDescriptor</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getHTableDescriptor(byte[])">getHTableDescriptor</a></strong>(byte[]&nbsp;tableName)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use through HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/HTableDescriptor.html" 
title="class in org.apache.hadoop.hbase">HTableDescriptor</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getHTableDescriptor(org.apache.hadoop.hbase.TableName)">getHTableDescriptor</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use through HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/HTableDescriptor.html" 
title="class in org.apache.hadoop.hbase">HTableDescriptor</a>[]</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getHTableDescriptors(java.util.List)">getHTableDescriptors</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/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;tableNames)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>since 0.96.0</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/HTableDescriptor.html" 
title="class in org.apache.hadoop.hbase">HTableDescriptor</a>[]</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getHTableDescriptorsByTableName(java.util.List)">getHTableDescriptorsByTableName</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="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&gt;&nbsp;tableNames)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>Use <a 
href="../../../../../org/apache/hadoop/hbase/client/Admin.html#getTableDescriptor(org.apache.hadoop.hbase.TableName)"><code>Admin.getTableDescriptor(TableName)</code></a>
 instead.</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td 
class="colFirst"><code>org.apache.hadoop.hbase.client.MasterKeepAliveConnection</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getKeepAliveMasterService()">getKeepAliveMasterService</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>Since 0.96.0</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td 
class="colFirst"><code>org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService.BlockingInterface</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getMaster()">getMaster</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use thru HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td 
class="colFirst"><code>org.apache.hadoop.hbase.client.NonceGenerator</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getNonceGenerator()">getNonceGenerator</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use thru HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getRegionCachePrefetch(byte[])">getRegionCachePrefetch</a></strong>(byte[]&nbsp;tableName)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>always return false since 0.99</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getRegionCachePrefetch(org.apache.hadoop.hbase.TableName)">getRegionCachePrefetch</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>always return false since 0.99</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/HRegionLocation.html" title="class 
in org.apache.hadoop.hbase">HRegionLocation</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getRegionLocation(byte[],%20byte[],%20boolean)">getRegionLocation</a></strong>(byte[]&nbsp;tableName,
-                                  byte[]&nbsp;row,
-                                  boolean&nbsp;reload)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use through HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/HRegionLocation.html" title="class 
in org.apache.hadoop.hbase">HRegionLocation</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getRegionLocation(org.apache.hadoop.hbase.TableName,%20byte[],%20boolean)">getRegionLocation</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName,
-                                  byte[]&nbsp;row,
-                                  boolean&nbsp;reload)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use thru HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/RegionLocator.html" 
title="interface in 
org.apache.hadoop.hbase.client">RegionLocator</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getRegionLocator(org.apache.hadoop.hbase.TableName)">getRegionLocator</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
-<div class="block">Retrieve a RegionLocator implementation to inspect region 
information on a table.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td 
class="colFirst"><code>org.apache.hadoop.hbase.client.HTableInterface</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getTable(byte[])">getTable</a></strong>(byte[]&nbsp;tableName)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
-<div class="block">Retrieve an HTableInterface implementation for access to a 
table.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td 
class="colFirst"><code>org.apache.hadoop.hbase.client.HTableInterface</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getTable(byte[],%20java.util.concurrent.ExecutorService)">getTable</a></strong>(byte[]&nbsp;tableName,
-                <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ExecutorService.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ExecutorService</a>&nbsp;pool)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
-<div class="block">Retrieve an HTableInterface implementation for access to a 
table.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td 
class="colFirst"><code>org.apache.hadoop.hbase.client.HTableInterface</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getTable(java.lang.String)">getTable</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;tableName)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
-<div class="block">Retrieve an HTableInterface implementation for access to a 
table.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td 
class="colFirst"><code>org.apache.hadoop.hbase.client.HTableInterface</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getTable(java.lang.String,%20java.util.concurrent.ExecutorService)">getTable</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;tableName,
-                <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ExecutorService.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ExecutorService</a>&nbsp;pool)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
-<div class="block">Retrieve an HTableInterface implementation for access to a 
table.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td 
class="colFirst"><code>org.apache.hadoop.hbase.client.HTableInterface</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getTable(org.apache.hadoop.hbase.TableName)">getTable</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
-<div class="block">Retrieve an HTableInterface implementation for access to a 
table.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td 
class="colFirst"><code>org.apache.hadoop.hbase.client.HTableInterface</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getTable(org.apache.hadoop.hbase.TableName,%20java.util.concurrent.ExecutorService)">getTable</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName,
-                <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ExecutorService.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ExecutorService</a>&nbsp;pool)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
-<div class="block">Retrieve an HTableInterface implementation for access to a 
table.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><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>[]</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getTableNames()">getTableNames</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>Use <a 
href="../../../../../org/apache/hadoop/hbase/client/Admin.html#listTableNames()"><code>Admin.listTableNames()</code></a>
 instead.</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td 
class="colFirst"><code>org.apache.hadoop.hbase.client.TableState</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#getTableState(org.apache.hadoop.hbase.TableName)">getTableState</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
-<div class="block">Retrieve TableState, represent current table state.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#isClosed()">isClosed</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
-<div class="block">Returns whether the connection is closed or not.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#isDeadServer(org.apache.hadoop.hbase.ServerName)">isDeadServer</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/ServerName.html" title="class in 
org.apache.hadoop.hbase">ServerName</a>&nbsp;serverName)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use thru HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#isMasterRunning()">isMasterRunning</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use thru HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#isTableAvailable(byte[])">isTableAvailable</a></strong>(byte[]&nbsp;tableName)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>instead use <a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#isTableAvailable(org.apache.hadoop.hbase.TableName)"><code>isTableAvailable(TableName)</code></a></i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#isTableAvailable(byte[],%20byte[][])">isTableAvailable</a></strong>(byte[]&nbsp;tableName,
-                                byte[][]&nbsp;splitKeys)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use through HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#isTableAvailable(org.apache.hadoop.hbase.TableName)">isTableAvailable</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
-&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#isTableAvailable(org.apache.hadoop.hbase.TableName,%20byte[][])">isTableAvailable</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName,
-                                byte[][]&nbsp;splitKeys)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use through HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#isTableDisabled(byte[])">isTableDisabled</a></strong>(byte[]&nbsp;tableName)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>instead use <a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#isTableDisabled(org.apache.hadoop.hbase.TableName)"><code>isTableDisabled(TableName)</code></a></i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#isTableDisabled(org.apache.hadoop.hbase.TableName)">isTableDisabled</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
-&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#isTableEnabled(byte[])">isTableEnabled</a></strong>(byte[]&nbsp;tableName)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>instead use <a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#isTableEnabled(org.apache.hadoop.hbase.TableName)"><code>isTableEnabled(TableName)</code></a></i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#isTableEnabled(org.apache.hadoop.hbase.TableName)">isTableEnabled</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
-<div class="block">A table that isTableEnabled == false and isTableDisabled == 
false
- is possible.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>[]</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#listTableNames()">listTableNames</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>Use <a 
href="../../../../../org/apache/hadoop/hbase/client/Admin.html#listTables()"><code>Admin.listTables()</code></a>
 instead.</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/HTableDescriptor.html" 
title="class in org.apache.hadoop.hbase">HTableDescriptor</a>[]</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#listTables()">listTables</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>Use <a 
href="../../../../../org/apache/hadoop/hbase/client/Admin.html#listTables()"><code>Admin.listTables()</code></a>
 instead.</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/HRegionLocation.html" title="class 
in org.apache.hadoop.hbase">HRegionLocation</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#locateRegion(byte[])">locateRegion</a></strong>(byte[]&nbsp;regionName)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use thru HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/HRegionLocation.html" title="class 
in org.apache.hadoop.hbase">HRegionLocation</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#locateRegion(byte[],%20byte[])">locateRegion</a></strong>(byte[]&nbsp;tableName,
-                        byte[]&nbsp;row)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use through HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/HRegionLocation.html" title="class 
in org.apache.hadoop.hbase">HRegionLocation</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#locateRegion(org.apache.hadoop.hbase.TableName,%20byte[])">locateRegion</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName,
-                        byte[]&nbsp;row)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use through HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><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/HRegionLocation.html" title="class 
in org.apache.hadoop.hbase">HRegionLocation</a>&gt;</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#locateRegions(byte[])">locateRegions</a></strong>(byte[]&nbsp;tableName)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use through HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><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/HRegionLocation.html" title="class 
in org.apache.hadoop.hbase">HRegionLocation</a>&gt;</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#locateRegions(byte[],%20boolean,%20boolean)">locateRegions</a></strong>(byte[]&nbsp;tableName,
-                          boolean&nbsp;useCache,
-                          boolean&nbsp;offlined)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use through HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><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/HRegionLocation.html" title="class 
in org.apache.hadoop.hbase">HRegionLocation</a>&gt;</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#locateRegions(org.apache.hadoop.hbase.TableName)">locateRegions</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use thru HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><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/HRegionLocation.html" title="class 
in org.apache.hadoop.hbase">HRegionLocation</a>&gt;</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#locateRegions(org.apache.hadoop.hbase.TableName,%20boolean,%20boolean)">locateRegions</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName,
-                          boolean&nbsp;useCache,
-                          boolean&nbsp;offlined)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use thru HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#processBatch(java.util.List,%20byte[],%20java.util.concurrent.ExecutorService,%20java.lang.Object[])">processBatch</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;? extends <a 
href="../../../../../org/apache/hadoop/hbase/client/Row.html" title="interface 
in org.apache.hadoop.hbase.client">Row</a>&gt;&nbsp;actions,
-                        byte[]&nbsp;tableName,
-                        <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ExecutorService.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ExecutorService</a>&nbsp;pool,
-                        <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>[]&nbsp;results)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use through HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#processBatch(java.util.List,%20org.apache.hadoop.hbase.TableName,%20java.util.concurrent.ExecutorService,%20java.lang.Object[])">processBatch</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;? extends <a 
href="../../../../../org/apache/hadoop/hbase/client/Row.html" title="interface 
in org.apache.hadoop.hbase.client">Row</a>&gt;&nbsp;actions,
-                        <a 
href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName,
-                        <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ExecutorService.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ExecutorService</a>&nbsp;pool,
-                        <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>[]&nbsp;results)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>since 0.96 - Use <a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#batch(java.util.List,%20java.lang.Object[])"><code>Table.batch(java.util.List&lt;?
 extends org.apache.hadoop.hbase.client.Row&gt;, java.lang.Object[])</code></a> 
instead</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>&lt;R&gt;&nbsp;void</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#processBatchCallback(java.util.List,%20byte[],%20java.util.concurrent.ExecutorService,%20java.lang.Object[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">processBatchCallback</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;? extends <a 
href="../../../../../org/apache/hadoop/hbase/client/Row.html" title="interface 
in org.apache.hadoop.hbase.client">Row</a>&gt;&nbsp;list,
-                                        byte[]&nbsp;tableName,
-                                        <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ExecutorService.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ExecutorService</a>&nbsp;pool,
-                                        <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>[]&nbsp;results,
-                                        
org.apache.hadoop.hbase.client.coprocessor.Batch.Callback&lt;R&gt;&nbsp;callback)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>Unsupported API</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>&lt;R&gt;&nbsp;void</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#processBatchCallback(java.util.List,%20org.apache.hadoop.hbase.TableName,%20java.util.concurrent.ExecutorService,%20java.lang.Object[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">processBatchCallback</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;? extends <a 
href="../../../../../org/apache/hadoop/hbase/client/Row.html" title="interface 
in org.apache.hadoop.hbase.client">Row</a>&gt;&nbsp;list,
-                                        <a 
href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName,
-                                        <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ExecutorService.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ExecutorService</a>&nbsp;pool,
-                                        <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>[]&nbsp;results,
-                                        
org.apache.hadoop.hbase.client.coprocessor.Batch.Callback&lt;R&gt;&nbsp;callback)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>since 0.96 - Use <a 
href="../../../../../org/apache/hadoop/hbase/client/Table.html#batchCallback(java.util.List,%20java.lang.Object[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)"><code>Table.batchCallback(java.util.List&lt;?
 extends org.apache.hadoop.hbase.client.Row&gt;, java.lang.Object[], 
org.apache.hadoop.hbase.client.coprocessor.Batch.Callback&lt;R&gt;)</code></a> 
instead</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/HRegionLocation.html" title="class 
in org.apache.hadoop.hbase">HRegionLocation</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#relocateRegion(byte[],%20byte[])">relocateRegion</a></strong>(byte[]&nbsp;tableName,
-                            byte[]&nbsp;row)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use through HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/HRegionLocation.html" title="class 
in org.apache.hadoop.hbase">HRegionLocation</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#relocateRegion(org.apache.hadoop.hbase.TableName,%20byte[])">relocateRegion</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName,
-                            byte[]&nbsp;row)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use through HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#setRegionCachePrefetch(byte[],%20boolean)">setRegionCachePrefetch</a></strong>(byte[]&nbsp;tableName,
-                                            boolean&nbsp;enable)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>does nothing since 0.99</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#setRegionCachePrefetch(org.apache.hadoop.hbase.TableName,%20boolean)">setRegionCachePrefetch</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName,
-                                            boolean&nbsp;enable)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>does nothing since since 0.99</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#updateCachedLocations(byte[],%20byte[],%20java.lang.Object,%20org.apache.hadoop.hbase.HRegionLocation)">updateCachedLocations</a></strong>(byte[]&nbsp;tableName,
-                                          byte[]&nbsp;rowkey,
-                                          <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>&nbsp;exception,
-                                          <a 
href="../../../../../org/apache/hadoop/hbase/HRegionLocation.html" title="class 
in org.apache.hadoop.hbase">HRegionLocation</a>&nbsp;source)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use through HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#updateCachedLocations(org.apache.hadoop.hbase.TableName,%20byte[],%20byte[],%20java.lang.Object,%20org.apache.hadoop.hbase.ServerName)">updateCachedLocations</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName,
-                                          byte[]&nbsp;regionName,
-                                          byte[]&nbsp;rowkey,
-                                          <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>&nbsp;exception,
-                                          <a 
href="../../../../../org/apache/hadoop/hbase/ServerName.html" title="class in 
org.apache.hadoop.hbase">ServerName</a>&nbsp;source)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use through HConnection</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#updateCachedLocations(org.apache.hadoop.hbase.TableName,%20byte[],%20java.lang.Object,%20org.apache.hadoop.hbase.HRegionLocation)">updateCachedLocations</a></strong>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName,
-                                          byte[]&nbsp;rowkey,
-                                          <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>&nbsp;exception,
-                                          <a 
href="../../../../../org/apache/hadoop/hbase/HRegionLocation.html" title="class 
in org.apache.hadoop.hbase">HRegionLocation</a>&nbsp;source)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>internal method, do not use through HConnection</i></div>
-</div>
-</td>
-</tr>
-</table>
-<ul class="blockList">
-<li class="blockList"><a 
name="methods_inherited_from_class_org.apache.hadoop.hbase.client.Connection">
-<!--   -->
-</a>
-<h3>Methods inherited from interface&nbsp;org.apache.hadoop.hbase.client.<a 
href="../../../../../org/apache/hadoop/hbase/client/Connection.html" 
title="interface in org.apache.hadoop.hbase.client">Connection</a></h3>
-<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Connection.html#close()">close</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Connection.html#getBufferedMutator(org.apache.hadoop.hbase.client.BufferedMutatorParams)">getBufferedMutator</a>,
 <a 
href="../../../../../org/apache/hadoop/hbase/client/Connection.html#getBufferedMutator(org.apache.hadoop.hbase.TableName)">getBufferedMutator</a></code></li>
-</ul>
-<ul class="blockList">
-<li class="blockList"><a 
name="methods_inherited_from_class_org.apache.hadoop.hbase.Abortable">
-<!--   -->
-</a>
-<h3>Methods inherited from 
interface&nbsp;org.apache.hadoop.hbase.Abortable</h3>
-<code>abort, isAborted</code></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-<div class="details">
-<ul class="blockList">
-<li class="blockList">
-<!-- ============ FIELD DETAIL =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_detail">
-<!--   -->
-</a>
-<h3>Field Detail</h3>
-<a name="HBASE_CLIENT_CONNECTION_IMPL">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>HBASE_CLIENT_CONNECTION_IMPL</h4>
-<pre>static final&nbsp;<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> <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.61">HBASE_CLIENT_CONNECTION_IMPL</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
-<div class="block">Key for configuration in Configuration whose value is the 
class we implement making a
- new HConnection instance.</div>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../../constant-values.html#org.apache.hadoop.hbase.client.HConnection.HBASE_CLIENT_CONNECTION_IMPL">Constant
 Field Values</a></dd></dl>
-</li>
-</ul>
-</li>
-</ul>
-<!-- ============ METHOD DETAIL ========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method_detail">
-<!--   -->
-</a>
-<h3>Method Detail</h3>
-<a name="getConfiguration()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getConfiguration</h4>
-<pre>org.apache.hadoop.conf.Configuration&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.67">getConfiguration</a>()</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Connection.html#getConfiguration()">getConfiguration</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Connection.html" 
title="interface in org.apache.hadoop.hbase.client">Connection</a></code></dd>
-<dt><span class="strong">Returns:</span></dt><dd>Configuration instance being 
used by this HConnection instance.</dd></dl>
-</li>
-</ul>
-<a name="getTable(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getTable</h4>
-<pre>org.apache.hadoop.hbase.client.HTableInterface&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.79">getTable</a>(<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;tableName)
-                                                        throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
-<div class="block">Retrieve an HTableInterface implementation for access to a 
table.
- The returned HTableInterface is not thread safe, a new instance should
- be created for each using thread.
- This is a lightweight operation, pooling or caching of the returned 
HTableInterface
- is neither required nor desired.
- (created with <a 
href="../../../../../org/apache/hadoop/hbase/client/ConnectionFactory.html#createConnection(org.apache.hadoop.conf.Configuration)"><code>ConnectionFactory.createConnection(Configuration)</code></a>).</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> 
- </dd>
-<dt><span class="strong">Returns:</span></dt><dd>an HTable to use for 
interactions with this table</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd></dl>
-</li>
-</ul>
-<a name="getTable(byte[])">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getTable</h4>
-<pre>org.apache.hadoop.hbase.client.HTableInterface&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.91">getTable</a>(byte[]&nbsp;tableName)
-                                                        throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
-<div class="block">Retrieve an HTableInterface implementation for access to a 
table.
- The returned HTableInterface is not thread safe, a new instance should
- be created for each using thread.
- This is a lightweight operation, pooling or caching of the returned 
HTableInterface
- is neither required nor desired.
- (created with <a 
href="../../../../../org/apache/hadoop/hbase/client/ConnectionFactory.html#createConnection(org.apache.hadoop.conf.Configuration)"><code>ConnectionFactory.createConnection(Configuration)</code></a>).</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> 
- </dd>
-<dt><span class="strong">Returns:</span></dt><dd>an HTable to use for 
interactions with this table</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd></dl>
-</li>
-</ul>
-<a name="getTable(org.apache.hadoop.hbase.TableName)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getTable</h4>
-<pre>org.apache.hadoop.hbase.client.HTableInterface&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.104">getTable</a>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)
-                                                        throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
-<div class="block">Retrieve an HTableInterface implementation for access to a 
table.
- The returned HTableInterface is not thread safe, a new instance should
- be created for each using thread.
- This is a lightweight operation, pooling or caching of the returned 
HTableInterface
- is neither required nor desired.
- (created with <a 
href="../../../../../org/apache/hadoop/hbase/client/ConnectionFactory.html#createConnection(org.apache.hadoop.conf.Configuration)"><code>ConnectionFactory.createConnection(Configuration)</code></a>).</div>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Connection.html#getTable(org.apache.hadoop.hbase.TableName)">getTable</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Connection.html" 
title="interface in org.apache.hadoop.hbase.client">Connection</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> - 
</dd>
-<dt><span class="strong">Returns:</span></dt><dd>an HTable to use for 
interactions with this table</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd></dl>
-</li>
-</ul>
-<a name="getTable(java.lang.String, java.util.concurrent.ExecutorService)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getTable</h4>
-<pre>org.apache.hadoop.hbase.client.HTableInterface&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.117">getTable</a>(<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;tableName,
-                                                      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ExecutorService.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ExecutorService</a>&nbsp;pool)
-                                                        throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
-<div class="block">Retrieve an HTableInterface implementation for access to a 
table.
- The returned HTableInterface is not thread safe, a new instance should
- be created for each using thread.
- This is a lightweight operation, pooling or caching of the returned 
HTableInterface
- is neither required nor desired.
- (created with <a 
href="../../../../../org/apache/hadoop/hbase/client/ConnectionFactory.html#createConnection(org.apache.hadoop.conf.Configuration)"><code>ConnectionFactory.createConnection(Configuration)</code></a>).</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> 
- </dd><dd><code>pool</code> - The thread pool to use for batch operations, 
null to use a default pool.</dd>
-<dt><span class="strong">Returns:</span></dt><dd>an HTable to use for 
interactions with this table</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd></dl>
-</li>
-</ul>
-<a name="getTable(byte[], java.util.concurrent.ExecutorService)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getTable</h4>
-<pre>org.apache.hadoop.hbase.client.HTableInterface&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.130">getTable</a>(byte[]&nbsp;tableName,
-                                                      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ExecutorService.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ExecutorService</a>&nbsp;pool)
-                                                        throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
-<div class="block">Retrieve an HTableInterface implementation for access to a 
table.
- The returned HTableInterface is not thread safe, a new instance should
- be created for each using thread.
- This is a lightweight operation, pooling or caching of the returned 
HTableInterface
- is neither required nor desired.
- (created with <a 
href="../../../../../org/apache/hadoop/hbase/client/ConnectionFactory.html#createConnection(org.apache.hadoop.conf.Configuration)"><code>ConnectionFactory.createConnection(Configuration)</code></a>).</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> 
- </dd><dd><code>pool</code> - The thread pool to use for batch operations, 
null to use a default pool.</dd>
-<dt><span class="strong">Returns:</span></dt><dd>an HTable to use for 
interactions with this table</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd></dl>
-</li>
-</ul>
-<a name="getTable(org.apache.hadoop.hbase.TableName, 
java.util.concurrent.ExecutorService)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getTable</h4>
-<pre>org.apache.hadoop.hbase.client.HTableInterface&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.144">getTable</a>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName,
-                                                      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ExecutorService.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ExecutorService</a>&nbsp;pool)
-                                                        throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
-<div class="block">Retrieve an HTableInterface implementation for access to a 
table.
- The returned HTableInterface is not thread safe, a new instance should
- be created for each using thread.
- This is a lightweight operation, pooling or caching of the returned 
HTableInterface
- is neither required nor desired.
- (created with <a 
href="../../../../../org/apache/hadoop/hbase/client/ConnectionFactory.html#createConnection(org.apache.hadoop.conf.Configuration)"><code>ConnectionFactory.createConnection(Configuration)</code></a>).</div>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Connection.html#getTable(org.apache.hadoop.hbase.TableName,%20java.util.concurrent.ExecutorService)">getTable</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Connection.html" 
title="interface in org.apache.hadoop.hbase.client">Connection</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> - 
table to get interface for</dd><dd><code>pool</code> - The thread pool to use 
for batch operations, null to use a default pool.</dd>
-<dt><span class="strong">Returns:</span></dt><dd>an HTable to use for 
interactions with this table</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd></dl>
-</li>
-</ul>
-<a name="getRegionLocator(org.apache.hadoop.hbase.TableName)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getRegionLocator</h4>
-<pre><a 
href="../../../../../org/apache/hadoop/hbase/client/RegionLocator.html" 
title="interface in org.apache.hadoop.hbase.client">RegionLocator</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.156">getRegionLocator</a>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)
-                               throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
-<div class="block">Retrieve a RegionLocator implementation to inspect region 
information on a table. The returned
- RegionLocator is not thread-safe, so a new instance should be created for 
each using thread.
-
- This is a lightweight operation.  Pooling or caching of the returned 
RegionLocator is neither
- required nor desired.</div>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Connection.html#getRegionLocator(org.apache.hadoop.hbase.TableName)">getRegionLocator</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Connection.html" 
title="interface in org.apache.hadoop.hbase.client">Connection</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> - 
Name of the table who's region is to be examined</dd>
-<dt><span class="strong">Returns:</span></dt><dd>A RegionLocator instance</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd></dl>
-</li>
-</ul>
-<a name="getAdmin()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getAdmin</h4>
-<pre><a href="../../../../../org/apache/hadoop/hbase/client/Admin.html" 
title="interface in org.apache.hadoop.hbase.client">Admin</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.167">getAdmin</a>()
-               throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
-<div class="block">Retrieve an Admin implementation to administer an HBase 
cluster.
- The returned Admin is not guaranteed to be thread-safe.  A new instance 
should be created for
- each using thread.  This is a lightweight operation.  Pooling or caching of 
the returned
- Admin is not recommended.</div>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Connection.html#getAdmin()">getAdmin</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/hadoop/hbase/client/Connection.html" 
title="interface in org.apache.hadoop.hbase.client">Connection</a></code></dd>
-<dt><span class="strong">Returns:</span></dt><dd>an Admin instance for cluster 
administration</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd></dl>
-</li>
-</ul>
-<a name="isMasterRunning()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>isMasterRunning</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>
-boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.172">isMasterRunning</a>()
-                        throws <a 
href="../../../../../org/apache/hadoop/hbase/MasterNotRunningException.html" 
title="class in org.apache.hadoop.hbase">MasterNotRunningException</a>,
-                               <a 
href="../../../../../org/apache/hadoop/hbase/ZooKeeperConnectionException.html" 
title="class in org.apache.hadoop.hbase">ZooKeeperConnectionException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>internal 
method, do not use thru HConnection</i></div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>- true if the master 
server is running</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/MasterNotRunningException.html" 
title="class in 
org.apache.hadoop.hbase">MasterNotRunningException</a></code></dd>
-<dd><code><a 
href="../../../../../org/apache/hadoop/hbase/ZooKeeperConnectionException.html" 
title="class in 
org.apache.hadoop.hbase">ZooKeeperConnectionException</a></code></dd></dl>
-</li>
-</ul>
-<a name="isTableEnabled(org.apache.hadoop.hbase.TableName)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>isTableEnabled</h4>
-<pre>boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.183">isTableEnabled</a>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)
-                       throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
-<div class="block">A table that isTableEnabled == false and isTableDisabled == 
false
- is possible. This happens when a table has a lot of regions
- that must be processed.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> 
- table name</dd>
-<dt><span class="strong">Returns:</span></dt><dd>true if the table is enabled, 
false otherwise</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if a remote or 
network exception occurs</dd></dl>
-</li>
-</ul>
-<a name="isTableEnabled(byte[])">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>isTableEnabled</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>
-boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.189">isTableEnabled</a>(byte[]&nbsp;tableName)
-                       throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>instead use 
<a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#isTableEnabled(org.apache.hadoop.hbase.TableName)"><code>isTableEnabled(TableName)</code></a></i></div>
-<dl><dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd></dl>
-</li>
-</ul>
-<a name="isTableDisabled(org.apache.hadoop.hbase.TableName)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>isTableDisabled</h4>
-<pre>boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.196">isTableDisabled</a>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)
-                        throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> 
- table name</dd>
-<dt><span class="strong">Returns:</span></dt><dd>true if the table is 
disabled, false otherwise</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if a remote or 
network exception occurs</dd></dl>
-</li>
-</ul>
-<a name="isTableDisabled(byte[])">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>isTableDisabled</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>
-boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.202">isTableDisabled</a>(byte[]&nbsp;tableName)
-                        throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>instead use 
<a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#isTableDisabled(org.apache.hadoop.hbase.TableName)"><code>isTableDisabled(TableName)</code></a></i></div>
-<dl><dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd></dl>
-</li>
-</ul>
-<a name="getTableState(org.apache.hadoop.hbase.TableName)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getTableState</h4>
-<pre>org.apache.hadoop.hbase.client.TableState&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.209">getTableState</a>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)
-                                                        throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
-<div class="block">Retrieve TableState, represent current table state.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> 
- table state for</dd>
-<dt><span class="strong">Returns:</span></dt><dd>state of the table</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd></dl>
-</li>
-</ul>
-<a name="isTableAvailable(org.apache.hadoop.hbase.TableName)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>isTableAvailable</h4>
-<pre>boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.216">isTableAvailable</a>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)
-                         throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> 
- table name</dd>
-<dt><span class="strong">Returns:</span></dt><dd>true if all regions of the 
table are available, false otherwise</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if a remote or 
network exception occurs</dd></dl>
-</li>
-</ul>
-<a name="isTableAvailable(byte[])">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>isTableAvailable</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>
-boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.222">isTableAvailable</a>(byte[]&nbsp;tableName)
-                         throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>instead use 
<a 
href="../../../../../org/apache/hadoop/hbase/client/HConnection.html#isTableAvailable(org.apache.hadoop.hbase.TableName)"><code>isTableAvailable(TableName)</code></a></i></div>
-<dl><dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd></dl>
-</li>
-</ul>
-<a name="isTableAvailable(org.apache.hadoop.hbase.TableName, byte[][])">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>isTableAvailable</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>
-boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.234">isTableAvailable</a>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName,
-                                  byte[][]&nbsp;splitKeys)
-                         throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>internal 
method, do not use through HConnection</i></div>
-<div class="block">Use this api to check if the table has been created with 
the specified number of
- splitkeys which was used while creating the given table.
- Note : If this api is used after a table's region gets splitted, the api may 
return
- false.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> 
- tableName</dd><dd><code>splitKeys</code> - splitKeys used while creating 
table</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if a remote or 
network exception occurs</dd></dl>
-</li>
-</ul>
-<a name="isTableAvailable(byte[], byte[][])">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>isTableAvailable</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>
-boolean&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.240">isTableAvailable</a>(byte[]&nbsp;tableName,
-                                  byte[][]&nbsp;splitKeys)
-                         throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>internal 
method, do not use through HConnection</i></div>
-<dl><dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd></dl>
-</li>
-</ul>
-<a name="listTables()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>listTables</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>
-<a href="../../../../../org/apache/hadoop/hbase/HTableDescriptor.html" 
title="class in org.apache.hadoop.hbase">HTableDescriptor</a>[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.250">listTables</a>()
-                              throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>Use <a 
href="../../../../../org/apache/hadoop/hbase/client/Admin.html#listTables()"><code>Admin.listTables()</code></a>
 instead.</i></div>
-<div class="block">List all the userspace tables.  In other words, scan the 
hbase:meta table.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>- returns an array of 
HTableDescriptors</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if a remote or 
network exception occurs</dd></dl>
-</li>
-</ul>
-<a name="getTableNames()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getTableNames</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>
-<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;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.260">getTableNames</a>()
-                       throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>Use <a 
href="../../../../../org/apache/hadoop/hbase/client/Admin.html#listTableNames()"><code>Admin.listTableNames()</code></a>
 instead.</i></div>
-<dl><dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd></dl>
-</li>
-</ul>
-<a name="listTableNames()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>listTableNames</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>
-<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class 
in org.apache.hadoop.hbase">TableName</a>[]&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.266">listTableNames</a>()
-                           throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>Use <a 
href="../../../../../org/apache/hadoop/hbase/client/Admin.html#listTables()"><code>Admin.listTables()</code></a>
 instead.</i></div>
-<dl><dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd></dl>
-</li>
-</ul>
-<a name="getHTableDescriptor(org.apache.hadoop.hbase.TableName)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getHTableDescriptor</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>
-<a href="../../../../../org/apache/hadoop/hbase/HTableDescriptor.html" 
title="class in org.apache.hadoop.hbase">HTableDescriptor</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.275">getHTableDescriptor</a>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName)
-                                     throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>internal 
method, do not use through HConnection</i></div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> 
- table name</dd>
-<dt><span class="strong">Returns:</span></dt><dd>table metadata</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if a remote or 
network exception occurs</dd></dl>
-</li>
-</ul>
-<a name="getHTableDescriptor(byte[])">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getHTableDescriptor</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>
-<a href="../../../../../org/apache/hadoop/hbase/HTableDescriptor.html" 
title="class in org.apache.hadoop.hbase">HTableDescriptor</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.282">getHTableDescriptor</a>(byte[]&nbsp;tableName)
-                                     throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>internal 
method, do not use through HConnection</i></div>
-<dl><dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd></dl>
-</li>
-</ul>
-<a name="locateRegion(org.apache.hadoop.hbase.TableName, byte[])">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>locateRegion</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>
-<a href="../../../../../org/apache/hadoop/hbase/HRegionLocation.html" 
title="class in org.apache.hadoop.hbase">HRegionLocation</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/HConnection.html#line.296">locateRegion</a>(<a
 href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in 
org.apache.hadoop.hbase">TableName</a>&nbsp;tableName,
-                                      byte[]&nbsp;row)
-                             throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>internal 
method, do not use through HConnection</i></div>
-<div class="block">Find the location of the region of <i>tableName</i> that 
<i>row</i>
- lives in.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> 
- name of the table <i>row</i> is in</dd><dd><code>row</code> - row key you're 
trying to find the region of</dd>
-<dt><span class="strong">Returns:</span></dt><dd>HRegionLocation that 
describes where to find the region in
- question</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if a remote or 
network exception occurs</dd></dl>
-</li>
-</ul>
-<a name="locateRegion(byte[], byte[])">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>locateRegion</h4>
-<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 tit

<TRUNCATED>

Reply via email to