http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/MetaCache.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/MetaCache.html b/devapidocs/org/apache/hadoop/hbase/client/MetaCache.html index 90fe460..95b4bee 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/MetaCache.html +++ b/devapidocs/org/apache/hadoop/hbase/client/MetaCache.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>MetaCache (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> @@ -118,7 +118,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> -<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ConcurrentMap.html?is-external=true" title="class or interface in java.util.concurrent">ConcurrentMap</a><<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ConcurrentSkipListMap.html?is-external=true" title="class or interface in java.util.concurrent">ConcurrentSkipListMap</a><byte[],<a href="../../../../../org/apache/hadoop/hbase/RegionLocations.html" title="class in org.apache.hadoop.hbase">RegionLocations</a>>></code></td> +<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ConcurrentMap.html?is-external=true" title="class or interface in java.util.concurrent">ConcurrentMap</a><<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ConcurrentNavigableMap.html?is-external=true" title="class or interface in java.util.concurrent">ConcurrentNavigableMap</a><byte[],<a href="../../../../../org/apache/hadoop/hbase/RegionLocations.html" title="class in org.apache.hadoop.hbase">RegionLocations</a>>></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/client/MetaCache.html#cachedRegionLocations">cachedRegionLocations</a></strong></code> <div class="block">Map of table to table <a href="../../../../../org/apache/hadoop/hbase/HRegionLocation.html" title="class in org.apache.hadoop.hbase"><code>HRegionLocation</code></a>s.</div> </td> @@ -251,7 +251,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ConcurrentSkipListMap.html?is-external=true" title="class or interface in java.util.concurrent">ConcurrentSkipListMap</a><byte[],<a href="../../../../../org/apache/hadoop/hbase/RegionLocations.html" title="class in org.apache.hadoop.hbase">RegionLocations</a>></code></td> +<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ConcurrentNavigableMap.html?is-external=true" title="class or interface in java.util.concurrent">ConcurrentNavigableMap</a><byte[],<a href="../../../../../org/apache/hadoop/hbase/RegionLocations.html" title="class in org.apache.hadoop.hbase">RegionLocations</a>></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/client/MetaCache.html#getTableLocations(org.apache.hadoop.hbase.TableName)">getTableLocations</a></strong>(<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName)</code> </td> </tr> <tr class="altColor"> @@ -298,7 +298,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>cachedRegionLocations</h4> -<pre>private final <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ConcurrentMap.html?is-external=true" title="class or interface in java.util.concurrent">ConcurrentMap</a><<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ConcurrentSkipListMap.html?is-external=true" title="class or interface in java.util.concurrent">ConcurrentSkipListMap</a><byte[],<a href="../../../../../org/apache/hadoop/hbase/RegionLocations.html" title="class in org.apache.hadoop.hbase">RegionLocations</a>>> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.52">cachedRegionLocations</a></pre> +<pre>private final <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ConcurrentMap.html?is-external=true" title="class or interface in java.util.concurrent">ConcurrentMap</a><<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ConcurrentNavigableMap.html?is-external=true" title="class or interface in java.util.concurrent">ConcurrentNavigableMap</a><byte[],<a href="../../../../../org/apache/hadoop/hbase/RegionLocations.html" title="class in org.apache.hadoop.hbase">RegionLocations</a>>> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.52">cachedRegionLocations</a></pre> <div class="block">Map of table to table <a href="../../../../../org/apache/hadoop/hbase/HRegionLocation.html" title="class in org.apache.hadoop.hbase"><code>HRegionLocation</code></a>s.</div> </li> </ul> @@ -351,12 +351,11 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>getCachedLocation</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/RegionLocations.html" title="class in org.apache.hadoop.hbase">RegionLocations</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.77">getCachedLocation</a>(<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName, +<pre>public <a href="../../../../../org/apache/hadoop/hbase/RegionLocations.html" title="class in org.apache.hadoop.hbase">RegionLocations</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.74">getCachedLocation</a>(<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName, byte[] row)</pre> <div class="block">Search the cache for a location that fits our table and row key. Return null if no suitable region is located.</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> - </dd><dd><code>row</code> - </dd> -<dt><span class="strong">Returns:</span></dt><dd>Null or region location found in cache.</dd></dl> +<dl><dt><span class="strong">Returns:</span></dt><dd>Null or region location found in cache.</dd></dl> </li> </ul> <a name="cacheLocation(org.apache.hadoop.hbase.TableName, org.apache.hadoop.hbase.ServerName, org.apache.hadoop.hbase.HRegionLocation)"> @@ -365,7 +364,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>cacheLocation</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.119">cacheLocation</a>(<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName, +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.116">cacheLocation</a>(<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName, <a href="../../../../../org/apache/hadoop/hbase/ServerName.html" title="class in org.apache.hadoop.hbase">ServerName</a> source, <a href="../../../../../org/apache/hadoop/hbase/HRegionLocation.html" title="class in org.apache.hadoop.hbase">HRegionLocation</a> location)</pre> <div class="block">Put a newly discovered HRegionLocation into the cache.</div> @@ -378,7 +377,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>cacheLocation</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.161">cacheLocation</a>(<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName, +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.158">cacheLocation</a>(<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName, <a href="../../../../../org/apache/hadoop/hbase/RegionLocations.html" title="class in org.apache.hadoop.hbase">RegionLocations</a> locations)</pre> <div class="block">Put a newly discovered HRegionLocation into the cache.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> - The table name.</dd><dd><code>locations</code> - the new locations</dd></dl> @@ -390,7 +389,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>addToCachedServers</h4> -<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.185">addToCachedServers</a>(<a href="../../../../../org/apache/hadoop/hbase/RegionLocations.html" title="class in org.apache.hadoop.hbase">RegionLocations</a> locations)</pre> +<pre>private void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.182">addToCachedServers</a>(<a href="../../../../../org/apache/hadoop/hbase/RegionLocations.html" title="class in org.apache.hadoop.hbase">RegionLocations</a> locations)</pre> </li> </ul> <a name="getTableLocations(org.apache.hadoop.hbase.TableName)"> @@ -399,7 +398,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>getTableLocations</h4> -<pre>private <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ConcurrentSkipListMap.html?is-external=true" title="class or interface in java.util.concurrent">ConcurrentSkipListMap</a><byte[],<a href="../../../../../org/apache/hadoop/hbase/RegionLocations.html" title="class in org.apache.hadoop.hbase">RegionLocations</a>> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.198">getTableLocations</a>(<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName)</pre> +<pre>private <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ConcurrentNavigableMap.html?is-external=true" title="class or interface in java.util.concurrent">ConcurrentNavigableMap</a><byte[],<a href="../../../../../org/apache/hadoop/hbase/RegionLocations.html" title="class in org.apache.hadoop.hbase">RegionLocations</a>> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.195">getTableLocations</a>(<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName)</pre> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> - </dd> <dt><span class="strong">Returns:</span></dt><dd>Map of cached locations for passed <code>tableName</code></dd></dl> </li> @@ -410,7 +409,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>isRegionCached</h4> -<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.220">isRegionCached</a>(<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName, +<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.217">isRegionCached</a>(<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName, byte[] row)</pre> <div class="block">Check the region cache to see whether a region is cached yet or not.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> - tableName</dd><dd><code>row</code> - row</dd> @@ -423,7 +422,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>getNumberOfCachedRegionLocations</h4> -<pre>public int <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.229">getNumberOfCachedRegionLocations</a>(<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName)</pre> +<pre>public int <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.226">getNumberOfCachedRegionLocations</a>(<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName)</pre> <div class="block">Return the number of cached region for a table. It will only be called from a unit test.</div> </li> @@ -434,7 +433,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>clearCache</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.244">clearCache</a>()</pre> +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.241">clearCache</a>()</pre> <div class="block">Delete all cached entries.</div> </li> </ul> @@ -444,7 +443,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>clearCache</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.252">clearCache</a>(<a href="../../../../../org/apache/hadoop/hbase/ServerName.html" title="class in org.apache.hadoop.hbase">ServerName</a> serverName)</pre> +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.249">clearCache</a>(<a href="../../../../../org/apache/hadoop/hbase/ServerName.html" title="class in org.apache.hadoop.hbase">ServerName</a> serverName)</pre> <div class="block">Delete all cached entries of a server.</div> </li> </ul> @@ -454,7 +453,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>clearCache</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.292">clearCache</a>(<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName)</pre> +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.289">clearCache</a>(<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName)</pre> <div class="block">Delete all cached entries of a table.</div> </li> </ul> @@ -464,7 +463,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>clearCache</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.304">clearCache</a>(<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName, +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.301">clearCache</a>(<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName, byte[] row, int replicaId)</pre> <div class="block">Delete a cached location, no matter what it is. Called when we were told to not use cache.</div> @@ -477,7 +476,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>clearCache</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.332">clearCache</a>(<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName, +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.329">clearCache</a>(<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName, byte[] row)</pre> <div class="block">Delete a cached location, no matter what it is. Called when we were told to not use cache.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> - tableName</dd><dd><code>row</code> - </dd></dl> @@ -489,7 +488,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>clearCache</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.348">clearCache</a>(<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName, +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.345">clearCache</a>(<a href="../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName, byte[] row, <a href="../../../../../org/apache/hadoop/hbase/ServerName.html" title="class in org.apache.hadoop.hbase">ServerName</a> serverName)</pre> <div class="block">Delete a cached location for a table, row and server</div> @@ -501,7 +500,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>clearCache</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.374">clearCache</a>(<a href="../../../../../org/apache/hadoop/hbase/HRegionInfo.html" title="class in org.apache.hadoop.hbase">HRegionInfo</a> hri)</pre> +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.371">clearCache</a>(<a href="../../../../../org/apache/hadoop/hbase/HRegionInfo.html" title="class in org.apache.hadoop.hbase">HRegionInfo</a> hri)</pre> <div class="block">Deletes the cached location of the region if necessary, based on some error from source.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>hri</code> - The region in question.</dd></dl> </li> @@ -512,7 +511,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>clearCache</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.395">clearCache</a>(<a href="../../../../../org/apache/hadoop/hbase/HRegionLocation.html" title="class in org.apache.hadoop.hbase">HRegionLocation</a> location)</pre> +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/MetaCache.html#line.392">clearCache</a>(<a href="../../../../../org/apache/hadoop/hbase/HRegionLocation.html" title="class in org.apache.hadoop.hbase">HRegionLocation</a> location)</pre> </li> </ul> </li>
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.CallStats.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.CallStats.html b/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.CallStats.html index 9fb827f..5f618f9 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.CallStats.html +++ b/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.CallStats.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>MetricsConnection.CallStats (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.CallTracker.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.CallTracker.html b/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.CallTracker.html index 72f0eb4..769508b 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.CallTracker.html +++ b/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.CallTracker.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>MetricsConnection.CallTracker (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.NewMetric.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.NewMetric.html b/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.NewMetric.html index b103651..c9acba0 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.NewMetric.html +++ b/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.NewMetric.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>MetricsConnection.NewMetric (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.RegionStats.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.RegionStats.html b/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.RegionStats.html index 1fd6251..be3ff98 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.RegionStats.html +++ b/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.RegionStats.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>MetricsConnection.RegionStats (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.RunnerStats.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.RunnerStats.html b/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.RunnerStats.html index aed790c..8e73788 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.RunnerStats.html +++ b/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.RunnerStats.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>MetricsConnection.RunnerStats (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.html b/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.html index fd7e986..c5da254 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.html +++ b/devapidocs/org/apache/hadoop/hbase/client/MetricsConnection.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>MetricsConnection (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/MultiAction.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/MultiAction.html b/devapidocs/org/apache/hadoop/hbase/client/MultiAction.html index 8241dc5..f211503 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/MultiAction.html +++ b/devapidocs/org/apache/hadoop/hbase/client/MultiAction.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>MultiAction (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/MultiResponse.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/MultiResponse.html b/devapidocs/org/apache/hadoop/hbase/client/MultiResponse.html index 0417410..8beaae0 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/MultiResponse.html +++ b/devapidocs/org/apache/hadoop/hbase/client/MultiResponse.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>MultiResponse (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/MultiServerCallable.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/MultiServerCallable.html b/devapidocs/org/apache/hadoop/hbase/client/MultiServerCallable.html index 33f6b32..77cd1db 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/MultiServerCallable.html +++ b/devapidocs/org/apache/hadoop/hbase/client/MultiServerCallable.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>MultiServerCallable (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/Mutation.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/Mutation.html b/devapidocs/org/apache/hadoop/hbase/client/Mutation.html index 0d3bf65..6a82999 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/Mutation.html +++ b/devapidocs/org/apache/hadoop/hbase/client/Mutation.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Mutation (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/NoOpRetryableCallerInterceptor.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/NoOpRetryableCallerInterceptor.html b/devapidocs/org/apache/hadoop/hbase/client/NoOpRetryableCallerInterceptor.html index 45b6259..de912f4 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/NoOpRetryableCallerInterceptor.html +++ b/devapidocs/org/apache/hadoop/hbase/client/NoOpRetryableCallerInterceptor.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>NoOpRetryableCallerInterceptor (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/NoOpRetryingInterceptorContext.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/NoOpRetryingInterceptorContext.html b/devapidocs/org/apache/hadoop/hbase/client/NoOpRetryingInterceptorContext.html index 4442837..8d76b42 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/NoOpRetryingInterceptorContext.html +++ b/devapidocs/org/apache/hadoop/hbase/client/NoOpRetryingInterceptorContext.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>NoOpRetryingInterceptorContext (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/NoServerForRegionException.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/NoServerForRegionException.html b/devapidocs/org/apache/hadoop/hbase/client/NoServerForRegionException.html index c9a0b92..e9da4de 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/NoServerForRegionException.html +++ b/devapidocs/org/apache/hadoop/hbase/client/NoServerForRegionException.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>NoServerForRegionException (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/NonceGenerator.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/NonceGenerator.html b/devapidocs/org/apache/hadoop/hbase/client/NonceGenerator.html index 81d4f68..804b866 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/NonceGenerator.html +++ b/devapidocs/org/apache/hadoop/hbase/client/NonceGenerator.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>NonceGenerator (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/Operation.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/Operation.html b/devapidocs/org/apache/hadoop/hbase/client/Operation.html index 5846456..2abacf2 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/Operation.html +++ b/devapidocs/org/apache/hadoop/hbase/client/Operation.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Operation (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/OperationWithAttributes.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/OperationWithAttributes.html b/devapidocs/org/apache/hadoop/hbase/client/OperationWithAttributes.html index 849a2d4..0fffe52 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/OperationWithAttributes.html +++ b/devapidocs/org/apache/hadoop/hbase/client/OperationWithAttributes.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>OperationWithAttributes (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/PerClientRandomNonceGenerator.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/PerClientRandomNonceGenerator.html b/devapidocs/org/apache/hadoop/hbase/client/PerClientRandomNonceGenerator.html index 79ced19..08f8519 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/PerClientRandomNonceGenerator.html +++ b/devapidocs/org/apache/hadoop/hbase/client/PerClientRandomNonceGenerator.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>PerClientRandomNonceGenerator (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/PreemptiveFastFailInterceptor.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/PreemptiveFastFailInterceptor.html b/devapidocs/org/apache/hadoop/hbase/client/PreemptiveFastFailInterceptor.html index a184d2e..fa4a341 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/PreemptiveFastFailInterceptor.html +++ b/devapidocs/org/apache/hadoop/hbase/client/PreemptiveFastFailInterceptor.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>PreemptiveFastFailInterceptor (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/Put.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/Put.html b/devapidocs/org/apache/hadoop/hbase/client/Put.html index 06f5aa6..36e4675 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/Put.html +++ b/devapidocs/org/apache/hadoop/hbase/client/Put.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Put (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/Query.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/Query.html b/devapidocs/org/apache/hadoop/hbase/client/Query.html index fc54ca2..523ba67 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/Query.html +++ b/devapidocs/org/apache/hadoop/hbase/client/Query.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Query (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> @@ -115,7 +115,7 @@ <br> <pre><a href="../../../../../org/apache/hadoop/hbase/classification/InterfaceAudience.Public.html" title="annotation in org.apache.hadoop.hbase.classification">@InterfaceAudience.Public</a> <a href="../../../../../org/apache/hadoop/hbase/classification/InterfaceStability.Evolving.html" title="annotation in org.apache.hadoop.hbase.classification">@InterfaceStability.Evolving</a> -public abstract class <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.37">Query</a> +public abstract class <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.40">Query</a> extends <a href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttributes.html" title="class in org.apache.hadoop.hbase.client">OperationWithAttributes</a></pre> </li> </ul> @@ -136,18 +136,22 @@ extends <a href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttr <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> +<td class="colFirst"><code>protected <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><byte[],<a href="../../../../../org/apache/hadoop/hbase/io/TimeRange.html" title="class in org.apache.hadoop.hbase.io">TimeRange</a>></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/client/Query.html#colFamTimeRangeMap">colFamTimeRangeMap</a></strong></code> </td> +</tr> +<tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../org/apache/hadoop/hbase/client/Consistency.html" title="enum in org.apache.hadoop.hbase.client">Consistency</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/client/Query.html#consistency">consistency</a></strong></code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class in org.apache.hadoop.hbase.filter">Filter</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/client/Query.html#filter">filter</a></strong></code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>private 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/Query.html#ISOLATION_LEVEL">ISOLATION_LEVEL</a></strong></code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>protected int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/client/Query.html#targetReplicaId">targetReplicaId</a></strong></code> </td> </tr> @@ -199,40 +203,53 @@ extends <a href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttr <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/client/Query.html#getAuthorizations()">getAuthorizations</a></strong>()</code> </td> </tr> <tr class="altColor"> +<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><byte[],<a href="../../../../../org/apache/hadoop/hbase/io/TimeRange.html" title="class in org.apache.hadoop.hbase.io">TimeRange</a>></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/client/Query.html#getColumnFamilyTimeRange()">getColumnFamilyTimeRange</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/client/Consistency.html" title="enum in org.apache.hadoop.hbase.client">Consistency</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/client/Query.html#getConsistency()">getConsistency</a></strong>()</code> <div class="block">Returns the consistency level for this operation</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class in org.apache.hadoop.hbase.filter">Filter</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/client/Query.html#getFilter()">getFilter</a></strong>()</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/client/IsolationLevel.html" title="enum in org.apache.hadoop.hbase.client">IsolationLevel</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/client/Query.html#getIsolationLevel()">getIsolationLevel</a></strong>()</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/client/Query.html#getReplicaId()">getReplicaId</a></strong>()</code> <div class="block">Returns region replica id where Query will fetch data from.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/client/Query.html" title="class in org.apache.hadoop.hbase.client">Query</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/client/Query.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><<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="../../../../../org/apache/hadoop/hbase/security/access/Permission.html" title="class in org.apache.hadoop.hbase.security.access">Permission</a>> perms)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/client/Query.html" title="class in org.apache.hadoop.hbase.client">Query</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/client/Query.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> user, <a href="../../../../../org/apache/hadoop/hbase/security/access/Permission.html" title="class in org.apache.hadoop.hbase.security.access">Permission</a> perms)</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/client/Query.html" title="class in org.apache.hadoop.hbase.client">Query</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/client/Query.html#setAuthorizations(org.apache.hadoop.hbase.security.visibility.Authorizations)">setAuthorizations</a></strong>(<a href="../../../../../org/apache/hadoop/hbase/security/visibility/Authorizations.html" title="class in org.apache.hadoop.hbase.security.visibility">Authorizations</a> authorizations)</code> <div class="block">Sets the authorizations to be used by this Query</div> </td> </tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/client/Query.html" title="class in org.apache.hadoop.hbase.client">Query</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/client/Query.html#setColumnFamilyTimeRange(byte[],%20long,%20long)">setColumnFamilyTimeRange</a></strong>(byte[] cf, + long minStamp, + long maxStamp)</code> +<div class="block">Get versions of columns only within the specified timestamp range, + [minStamp, maxStamp) on a per CF bases.</div> +</td> +</tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/client/Query.html" title="class in org.apache.hadoop.hbase.client">Query</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/client/Query.html#setConsistency(org.apache.hadoop.hbase.client.Consistency)">setConsistency</a></strong>(<a href="../../../../../org/apache/hadoop/hbase/client/Consistency.html" title="enum in org.apache.hadoop.hbase.client">Consistency</a> consistency)</code> @@ -299,7 +316,7 @@ extends <a href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttr <ul class="blockList"> <li class="blockList"> <h4>ISOLATION_LEVEL</h4> -<pre>private static final <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/Query.html#line.38">ISOLATION_LEVEL</a></pre> +<pre>private static final <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/Query.html#line.41">ISOLATION_LEVEL</a></pre> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.hadoop.hbase.client.Query.ISOLATION_LEVEL">Constant Field Values</a></dd></dl> </li> </ul> @@ -309,7 +326,7 @@ extends <a href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttr <ul class="blockList"> <li class="blockList"> <h4>filter</h4> -<pre>protected <a href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class in org.apache.hadoop.hbase.filter">Filter</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.39">filter</a></pre> +<pre>protected <a href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class in org.apache.hadoop.hbase.filter">Filter</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.42">filter</a></pre> </li> </ul> <a name="targetReplicaId"> @@ -318,16 +335,25 @@ extends <a href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttr <ul class="blockList"> <li class="blockList"> <h4>targetReplicaId</h4> -<pre>protected int <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.40">targetReplicaId</a></pre> +<pre>protected int <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.43">targetReplicaId</a></pre> </li> </ul> <a name="consistency"> <!-- --> </a> -<ul class="blockListLast"> +<ul class="blockList"> <li class="blockList"> <h4>consistency</h4> -<pre>protected <a href="../../../../../org/apache/hadoop/hbase/client/Consistency.html" title="enum in org.apache.hadoop.hbase.client">Consistency</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.41">consistency</a></pre> +<pre>protected <a href="../../../../../org/apache/hadoop/hbase/client/Consistency.html" title="enum in org.apache.hadoop.hbase.client">Consistency</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.44">consistency</a></pre> +</li> +</ul> +<a name="colFamTimeRangeMap"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>colFamTimeRangeMap</h4> +<pre>protected <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><byte[],<a href="../../../../../org/apache/hadoop/hbase/io/TimeRange.html" title="class in org.apache.hadoop.hbase.io">TimeRange</a>> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.45">colFamTimeRangeMap</a></pre> </li> </ul> </li> @@ -344,7 +370,7 @@ extends <a href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttr <ul class="blockListLast"> <li class="blockList"> <h4>Query</h4> -<pre>public <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.37">Query</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.40">Query</a>()</pre> </li> </ul> </li> @@ -361,7 +387,7 @@ extends <a href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttr <ul class="blockList"> <li class="blockList"> <h4>getFilter</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class in org.apache.hadoop.hbase.filter">Filter</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.46">getFilter</a>()</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class in org.apache.hadoop.hbase.filter">Filter</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.50">getFilter</a>()</pre> <dl><dt><span class="strong">Returns:</span></dt><dd>Filter</dd></dl> </li> </ul> @@ -371,7 +397,7 @@ extends <a href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttr <ul class="blockList"> <li class="blockList"> <h4>setFilter</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/client/Query.html" title="class in org.apache.hadoop.hbase.client">Query</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.57">setFilter</a>(<a href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class in org.apache.hadoop.hbase.filter">Filter</a> filter)</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/client/Query.html" title="class in org.apache.hadoop.hbase.client">Query</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.61">setFilter</a>(<a href="../../../../../org/apache/hadoop/hbase/filter/Filter.html" title="class in org.apache.hadoop.hbase.filter">Filter</a> filter)</pre> <div class="block">Apply the specified server-side filter when performing the Query. Only <a href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterKeyValue(org.apache.hadoop.hbase.Cell)"><code>Filter.filterKeyValue(Cell)</code></a> is called AFTER all tests for ttl, column match, deletes and max versions have been run.</div> @@ -385,7 +411,7 @@ extends <a href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttr <ul class="blockList"> <li class="blockList"> <h4>setAuthorizations</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/client/Query.html" title="class in org.apache.hadoop.hbase.client">Query</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.66">setAuthorizations</a>(<a href="../../../../../org/apache/hadoop/hbase/security/visibility/Authorizations.html" title="class in org.apache.hadoop.hbase.security.visibility">Authorizations</a> authorizations)</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/client/Query.html" title="class in org.apache.hadoop.hbase.client">Query</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.70">setAuthorizations</a>(<a href="../../../../../org/apache/hadoop/hbase/security/visibility/Authorizations.html" title="class in org.apache.hadoop.hbase.security.visibility">Authorizations</a> authorizations)</pre> <div class="block">Sets the authorizations to be used by this Query</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>authorizations</code> - </dd></dl> </li> @@ -396,7 +422,7 @@ extends <a href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttr <ul class="blockList"> <li class="blockList"> <h4>getAuthorizations</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/security/visibility/Authorizations.html" title="class in org.apache.hadoop.hbase.security.visibility">Authorizations</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.76">getAuthorizations</a>() +<pre>public <a href="../../../../../org/apache/hadoop/hbase/security/visibility/Authorizations.html" title="class in org.apache.hadoop.hbase.security.visibility">Authorizations</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.80">getAuthorizations</a>() throws <a href="../../../../../org/apache/hadoop/hbase/exceptions/DeserializationException.html" title="class in org.apache.hadoop.hbase.exceptions">DeserializationException</a></pre> <dl><dt><span class="strong">Returns:</span></dt><dd>The authorizations this Query is associated with.</dd> <dt><span class="strong">Throws:</span></dt> @@ -409,7 +435,7 @@ extends <a href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttr <ul class="blockList"> <li class="blockList"> <h4>getACL</h4> -<pre>public byte[] <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.85">getACL</a>()</pre> +<pre>public byte[] <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.89">getACL</a>()</pre> <dl><dt><span class="strong">Returns:</span></dt><dd>The serialized ACL for this operation, or null if none</dd></dl> </li> </ul> @@ -419,7 +445,7 @@ extends <a href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttr <ul class="blockList"> <li class="blockList"> <h4>setACL</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/client/Query.html" title="class in org.apache.hadoop.hbase.client">Query</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.93">setACL</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> user, +<pre>public <a href="../../../../../org/apache/hadoop/hbase/client/Query.html" title="class in org.apache.hadoop.hbase.client">Query</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.97">setACL</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> user, <a href="../../../../../org/apache/hadoop/hbase/security/access/Permission.html" title="class in org.apache.hadoop.hbase.security.access">Permission</a> perms)</pre> <dl><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> @@ -430,7 +456,7 @@ extends <a href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttr <ul class="blockList"> <li class="blockList"> <h4>setACL</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/client/Query.html" title="class in org.apache.hadoop.hbase.client">Query</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.102">setACL</a>(<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><<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="../../../../../org/apache/hadoop/hbase/security/access/Permission.html" title="class in org.apache.hadoop.hbase.security.access">Permission</a>> perms)</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/client/Query.html" title="class in org.apache.hadoop.hbase.client">Query</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.106">setACL</a>(<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><<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="../../../../../org/apache/hadoop/hbase/security/access/Permission.html" title="class in org.apache.hadoop.hbase.security.access">Permission</a>> perms)</pre> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>perms</code> - A map of permissions for a user or users</dd></dl> </li> </ul> @@ -440,7 +466,7 @@ extends <a href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttr <ul class="blockList"> <li class="blockList"> <h4>getConsistency</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/client/Consistency.html" title="enum in org.apache.hadoop.hbase.client">Consistency</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.116">getConsistency</a>()</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/client/Consistency.html" title="enum in org.apache.hadoop.hbase.client">Consistency</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.120">getConsistency</a>()</pre> <div class="block">Returns the consistency level for this operation</div> <dl><dt><span class="strong">Returns:</span></dt><dd>the consistency level</dd></dl> </li> @@ -451,7 +477,7 @@ extends <a href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttr <ul class="blockList"> <li class="blockList"> <h4>setConsistency</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/client/Query.html" title="class in org.apache.hadoop.hbase.client">Query</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.124">setConsistency</a>(<a href="../../../../../org/apache/hadoop/hbase/client/Consistency.html" title="enum in org.apache.hadoop.hbase.client">Consistency</a> consistency)</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/client/Query.html" title="class in org.apache.hadoop.hbase.client">Query</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.128">setConsistency</a>(<a href="../../../../../org/apache/hadoop/hbase/client/Consistency.html" title="enum in org.apache.hadoop.hbase.client">Consistency</a> consistency)</pre> <div class="block">Sets the consistency level for this operation</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>consistency</code> - the consistency level</dd></dl> </li> @@ -462,7 +488,7 @@ extends <a href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttr <ul class="blockList"> <li class="blockList"> <h4>setReplicaId</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/client/Query.html" title="class in org.apache.hadoop.hbase.client">Query</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.136">setReplicaId</a>(int Id)</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/client/Query.html" title="class in org.apache.hadoop.hbase.client">Query</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.140">setReplicaId</a>(int Id)</pre> <div class="block">Specify region replica id where Query will fetch data from. Use this together with <a href="../../../../../org/apache/hadoop/hbase/client/Query.html#setConsistency(org.apache.hadoop.hbase.client.Consistency)"><code>setConsistency(Consistency)</code></a> passing <a href="../../../../../org/apache/hadoop/hbase/client/Consistency.html#TIMELINE"><code>Consistency.TIMELINE</code></a> to read data from a specific replicaId. @@ -476,7 +502,7 @@ extends <a href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttr <ul class="blockList"> <li class="blockList"> <h4>getReplicaId</h4> -<pre>public int <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.145">getReplicaId</a>()</pre> +<pre>public int <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.149">getReplicaId</a>()</pre> <div class="block">Returns region replica id where Query will fetch data from.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>region replica id or -1 if not set.</dd></dl> </li> @@ -487,7 +513,7 @@ extends <a href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttr <ul class="blockList"> <li class="blockList"> <h4>setIsolationLevel</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/client/Query.html" title="class in org.apache.hadoop.hbase.client">Query</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.160">setIsolationLevel</a>(<a href="../../../../../org/apache/hadoop/hbase/client/IsolationLevel.html" title="enum in org.apache.hadoop.hbase.client">IsolationLevel</a> level)</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/client/Query.html" title="class in org.apache.hadoop.hbase.client">Query</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.164">setIsolationLevel</a>(<a href="../../../../../org/apache/hadoop/hbase/client/IsolationLevel.html" title="enum in org.apache.hadoop.hbase.client">IsolationLevel</a> level)</pre> <div class="block">Set the isolation level for this query. If the isolation level is set to READ_UNCOMMITTED, then this query will return data from committed and @@ -502,15 +528,43 @@ extends <a href="../../../../../org/apache/hadoop/hbase/client/OperationWithAttr <a name="getIsolationLevel()"> <!-- --> </a> -<ul class="blockListLast"> +<ul class="blockList"> <li class="blockList"> <h4>getIsolationLevel</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/client/IsolationLevel.html" title="enum in org.apache.hadoop.hbase.client">IsolationLevel</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.171">getIsolationLevel</a>()</pre> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/client/IsolationLevel.html" title="enum in org.apache.hadoop.hbase.client">IsolationLevel</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.175">getIsolationLevel</a>()</pre> <dl><dt><span class="strong">Returns:</span></dt><dd>The isolation level of this query. If no isolation level was set for this query object, then it returns READ_COMMITTED.</dd></dl> </li> </ul> +<a name="setColumnFamilyTimeRange(byte[], long, long)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setColumnFamilyTimeRange</h4> +<pre>public <a href="../../../../../org/apache/hadoop/hbase/client/Query.html" title="class in org.apache.hadoop.hbase.client">Query</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.195">setColumnFamilyTimeRange</a>(byte[] cf, + long minStamp, + long maxStamp)</pre> +<div class="block">Get versions of columns only within the specified timestamp range, + [minStamp, maxStamp) on a per CF bases. Note, default maximum versions to return is 1. If + your time range spans more than one version and you want all versions + returned, up the number of versions beyond the default. + Column Family time ranges take precedence over the global time range.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>cf</code> - the column family for which you want to restrict</dd><dd><code>minStamp</code> - minimum timestamp value, inclusive</dd><dd><code>maxStamp</code> - maximum timestamp value, exclusive</dd> +<dt><span class="strong">Returns:</span></dt><dd>this</dd></dl> +</li> +</ul> +<a name="getColumnFamilyTimeRange()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getColumnFamilyTimeRange</h4> +<pre>public <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><byte[],<a href="../../../../../org/apache/hadoop/hbase/io/TimeRange.html" title="class in org.apache.hadoop.hbase.io">TimeRange</a>> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Query.html#line.203">getColumnFamilyTimeRange</a>()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd>Map<byte[], TimeRange> a map of column families to time ranges</dd></dl> +</li> +</ul> </li> </ul> </li> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/RegionAdminServiceCallable.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/RegionAdminServiceCallable.html b/devapidocs/org/apache/hadoop/hbase/client/RegionAdminServiceCallable.html index 59b2f06..2ad27b1 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/RegionAdminServiceCallable.html +++ b/devapidocs/org/apache/hadoop/hbase/client/RegionAdminServiceCallable.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RegionAdminServiceCallable (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/RegionCoprocessorServiceExec.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/RegionCoprocessorServiceExec.html b/devapidocs/org/apache/hadoop/hbase/client/RegionCoprocessorServiceExec.html index 9982bdf..b16ca61 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/RegionCoprocessorServiceExec.html +++ b/devapidocs/org/apache/hadoop/hbase/client/RegionCoprocessorServiceExec.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RegionCoprocessorServiceExec (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/RegionLocator.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/RegionLocator.html b/devapidocs/org/apache/hadoop/hbase/client/RegionLocator.html index cc8790d..dc6dfc7 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/RegionLocator.html +++ b/devapidocs/org/apache/hadoop/hbase/client/RegionLocator.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RegionLocator (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/RegionOfflineException.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/RegionOfflineException.html b/devapidocs/org/apache/hadoop/hbase/client/RegionOfflineException.html index 4f2f7c3..0b0c408 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/RegionOfflineException.html +++ b/devapidocs/org/apache/hadoop/hbase/client/RegionOfflineException.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RegionOfflineException (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/RegionReplicaUtil.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/RegionReplicaUtil.html b/devapidocs/org/apache/hadoop/hbase/client/RegionReplicaUtil.html index 9b65869..ca2b798 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/RegionReplicaUtil.html +++ b/devapidocs/org/apache/hadoop/hbase/client/RegionReplicaUtil.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RegionReplicaUtil (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/RegionServerCallable.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/RegionServerCallable.html b/devapidocs/org/apache/hadoop/hbase/client/RegionServerCallable.html index 68adf96..f49c199 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/RegionServerCallable.html +++ b/devapidocs/org/apache/hadoop/hbase/client/RegionServerCallable.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RegionServerCallable (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/Registry.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/Registry.html b/devapidocs/org/apache/hadoop/hbase/client/Registry.html index 88b619a..3fc7b01 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/Registry.html +++ b/devapidocs/org/apache/hadoop/hbase/client/Registry.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Registry (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/RegistryFactory.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/RegistryFactory.html b/devapidocs/org/apache/hadoop/hbase/client/RegistryFactory.html index e2afaee..c4bee8f 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/RegistryFactory.html +++ b/devapidocs/org/apache/hadoop/hbase/client/RegistryFactory.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RegistryFactory (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/Result.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/Result.html b/devapidocs/org/apache/hadoop/hbase/client/Result.html index 4e1619f..f423d38 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/Result.html +++ b/devapidocs/org/apache/hadoop/hbase/client/Result.html @@ -2,7 +2,7 @@ <!-- NewPage --> <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Result (Apache HBase 2.0.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head>