http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4c0cfa5/acid-semantics.html ---------------------------------------------------------------------- diff --git a/acid-semantics.html b/acid-semantics.html index 2ae3f83..cd0c32f 100644 --- a/acid-semantics.html +++ b/acid-semantics.html @@ -7,7 +7,7 @@ <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20171215" /> + <meta name="Date-Revision-yyyymmdd" content="20171216" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Apache HBase (TM) ACID Properties @@ -606,7 +606,7 @@ under the License. --> <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2017-12-15</li> + <li id="publishDate" class="pull-right">Last Published: 2017-12-16</li> </p> </div>
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4c0cfa5/apache_hbase_reference_guide.pdf ---------------------------------------------------------------------- diff --git a/apache_hbase_reference_guide.pdf b/apache_hbase_reference_guide.pdf index 52abb42..b36d03a 100644 --- a/apache_hbase_reference_guide.pdf +++ b/apache_hbase_reference_guide.pdf @@ -5,8 +5,8 @@ /Author (Apache HBase Team) /Creator (Asciidoctor PDF 1.5.0.alpha.15, based on Prawn 2.2.2) /Producer (Apache HBase Team) -/ModDate (D:20171215144714+00'00') -/CreationDate (D:20171215144714+00'00') +/ModDate (D:20171216144716+00'00') +/CreationDate (D:20171216144716+00'00') >> endobj 2 0 obj @@ -27974,7 +27974,7 @@ endobj endobj 136 0 obj << /Limits [(__anchor-top) (adding.new.node)] -/Names [(__anchor-top) 25 0 R (__indexterm-7345740) 3431 0 R (__indexterm-7347990) 3433 0 R (__indexterm-7350052) 3434 0 R (__indexterm-7351926) 3435 0 R (acid) 908 0 R (add-metric-name-and-function-to-hadoop-compat-interface) 3530 0 R (add-the-implementation-to-both-hadoop-1-and-hadoop-2-compat-modules) 3531 0 R (add.metrics) 3528 0 R (adding-a-new-chapter-to-the-hbase-reference-guide) 3772 0 R (adding.new.node) 3011 0 R] +/Names [(__anchor-top) 25 0 R (__indexterm-7345738) 3431 0 R (__indexterm-7347988) 3433 0 R (__indexterm-7350050) 3434 0 R (__indexterm-7351924) 3435 0 R (acid) 908 0 R (add-metric-name-and-function-to-hadoop-compat-interface) 3530 0 R (add-the-implementation-to-both-hadoop-1-and-hadoop-2-compat-modules) 3531 0 R (add.metrics) 3528 0 R (adding-a-new-chapter-to-the-hbase-reference-guide) 3772 0 R (adding.new.node) 3011 0 R] >> endobj 137 0 obj http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4c0cfa5/apidocs/index-all.html ---------------------------------------------------------------------- diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 2415b81..23a24e7 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2205,8 +2205,7 @@ <dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/HRegionInfo.html#containsRow-byte:A-">containsRow(byte[])</a></span> - Method in class org.apache.hadoop.hbase.<a href="org/apache/hadoop/hbase/HRegionInfo.html" title="class in org.apache.hadoop.hbase">HRegionInfo</a></dt> <dd> <div class="block"><span class="deprecatedLabel">Deprecated.</span></div> -<div class="block">Return true if the given row falls in this region.</div> -</dd> + </dd> <dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/rsgroup/RSGroupInfo.html#containsServer-org.apache.hadoop.hbase.net.Address-">containsServer(Address)</a></span> - Method in class org.apache.hadoop.hbase.rsgroup.<a href="org/apache/hadoop/hbase/rsgroup/RSGroupInfo.html" title="class in org.apache.hadoop.hbase.rsgroup">RSGroupInfo</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/rsgroup/RSGroupInfo.html#containsTable-org.apache.hadoop.hbase.TableName-">containsTable(TableName)</a></span> - Method in class org.apache.hadoop.hbase.rsgroup.<a href="org/apache/hadoop/hbase/rsgroup/RSGroupInfo.html" title="class in org.apache.hadoop.hbase.rsgroup">RSGroupInfo</a></dt> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4c0cfa5/apidocs/org/apache/hadoop/hbase/CellScanner.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/CellScanner.html b/apidocs/org/apache/hadoop/hbase/CellScanner.html index ed3acea..ce7b57e 100644 --- a/apidocs/org/apache/hadoop/hbase/CellScanner.html +++ b/apidocs/org/apache/hadoop/hbase/CellScanner.html @@ -106,7 +106,7 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre>@InterfaceAudience.Public -public interface <a href="../../../../src-html/org/apache/hadoop/hbase/CellScanner.html#line.51">CellScanner</a></pre> +public interface <a href="../../../../src-html/org/apache/hadoop/hbase/CellScanner.html#line.50">CellScanner</a></pre> <div class="block">An interface for iterating through a sequence of cells. Similar to Java's Iterator, but without the hasNext() or remove() methods. The hasNext() method is problematic because it may require actually loading the next object, which in turn requires storing the previous object somewhere. @@ -178,7 +178,7 @@ public interface <a href="../../../../src-html/org/apache/hadoop/hbase/CellScann <ul class="blockList"> <li class="blockList"> <h4>current</h4> -<pre><a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a> <a href="../../../../src-html/org/apache/hadoop/hbase/CellScanner.html#line.55">current</a>()</pre> +<pre><a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a> <a href="../../../../src-html/org/apache/hadoop/hbase/CellScanner.html#line.54">current</a>()</pre> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>the current Cell which may be mutable</dd> @@ -191,7 +191,7 @@ public interface <a href="../../../../src-html/org/apache/hadoop/hbase/CellScann <ul class="blockListLast"> <li class="blockList"> <h4>advance</h4> -<pre>boolean <a href="../../../../src-html/org/apache/hadoop/hbase/CellScanner.html#line.62">advance</a>() +<pre>boolean <a href="../../../../src-html/org/apache/hadoop/hbase/CellScanner.html#line.61">advance</a>() throws <a href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <div class="block">Advance the scanner 1 cell.</div> <dl>
