http://git-wip-us.apache.org/repos/asf/hbase-site/blob/86fde03b/checkstyle.rss ---------------------------------------------------------------------- diff --git a/checkstyle.rss b/checkstyle.rss index 30e54df..7cfee1d 100644 --- a/checkstyle.rss +++ b/checkstyle.rss @@ -25,8 +25,8 @@ under the License. <language>en-us</language> <copyright>©2007 - 2016 The Apache Software Foundation</copyright> <item> - <title>File: 2051, - Errors: 13912, + <title>File: 2052, + Errors: 13920, Warnings: 0, Infos: 0 </title> @@ -1012,6 +1012,20 @@ under the License. </tr> <tr> <td> + <a href="http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.io.ByteBufferWriterOutputStream.java">org/apache/hadoop/hbase/io/ByteBufferWriterOutputStream.java</a> + </td> + <td> + 0 + </td> + <td> + 0 + </td> + <td> + 1 + </td> + </tr> + <tr> + <td> <a href="http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface.java">org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceInterface.java</a> </td> <td> @@ -5221,7 +5235,7 @@ under the License. 0 </td> <td> - 22 + 24 </td> </tr> <tr> @@ -10205,7 +10219,7 @@ under the License. 0 </td> <td> - 27 + 30 </td> </tr> <tr> @@ -13486,6 +13500,20 @@ under the License. </tr> <tr> <td> + <a href="http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.io.ByteBufferWriter.java">org/apache/hadoop/hbase/io/ByteBufferWriter.java</a> + </td> + <td> + 0 + </td> + <td> + 0 + </td> + <td> + 0 + </td> + </tr> + <tr> + <td> <a href="http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.thrift2.generated.TScan.java">org/apache/hadoop/hbase/thrift2/generated/TScan.java</a> </td> <td> @@ -16860,20 +16888,6 @@ under the License. </tr> <tr> <td> - <a href="http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.io.ByteBufferSupportDataOutputStream.java">org/apache/hadoop/hbase/io/ByteBufferSupportDataOutputStream.java</a> - </td> - <td> - 0 - </td> - <td> - 0 - </td> - <td> - 0 - </td> - </tr> - <tr> - <td> <a href="http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.shaded.com.google.protobuf.ExtensionRegistryFactory.java">org/apache/hadoop/hbase/shaded/com/google/protobuf/ExtensionRegistryFactory.java</a> </td> <td> @@ -19795,7 +19809,7 @@ under the License. 0 </td> <td> - 1 + 2 </td> </tr> <tr> @@ -20542,6 +20556,20 @@ under the License. </tr> <tr> <td> + <a href="http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.io.ByteBufferWriterDataOutputStream.java">org/apache/hadoop/hbase/io/ByteBufferWriterDataOutputStream.java</a> + </td> + <td> + 0 + </td> + <td> + 0 + </td> + <td> + 0 + </td> + </tr> + <tr> + <td> <a href="http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.util.RetryCounter.java">org/apache/hadoop/hbase/util/RetryCounter.java</a> </td> <td> @@ -21223,7 +21251,7 @@ under the License. 0 </td> <td> - 15 + 16 </td> </tr> <tr> @@ -25960,20 +25988,6 @@ under the License. </tr> <tr> <td> - <a href="http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.io.ByteBufferSupportOutputStream.java">org/apache/hadoop/hbase/io/ByteBufferSupportOutputStream.java</a> - </td> - <td> - 0 - </td> - <td> - 0 - </td> - <td> - 0 - </td> - </tr> - <tr> - <td> <a href="http://hbase.apache.org/checkstyle.html#org.apache.hadoop.hbase.client.MultiAction.java">org/apache/hadoop/hbase/client/MultiAction.java</a> </td> <td>
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/86fde03b/coc.html ---------------------------------------------------------------------- diff --git a/coc.html b/coc.html index b8f034e..db27a86 100644 --- a/coc.html +++ b/coc.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="20161114" /> + <meta name="Date-Revision-yyyymmdd" content="20161115" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Code of Conduct Policy @@ -191,6 +191,18 @@ </li> <li class="dropdown-submenu"> + <a href="" title="1.2 Documentation">1.2 Documentation</a> + <ul class="dropdown-menu"> + <li> <a href="1.2/apidocs/index.html" target="_blank" title="API">API</a> +</li> + <li> <a href="1.2/xref/index.html" target="_blank" title="X-Ref">X-Ref</a> +</li> + <li> <a href="1.2/book.html" target="_blank" title="Ref Guide (single-page)">Ref Guide (single-page)</a> +</li> + </ul> + </li> + + <li class="dropdown-submenu"> <a href="" title="1.1 Documentation">1.1 Documentation</a> <ul class="dropdown-menu"> <li> <a href="1.1/apidocs/index.html" target="_blank" title="API">API</a> @@ -343,7 +355,7 @@ For flagrant violations requiring a firm response the PMC may opt to skip early <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2016-11-14</li> + <li id="publishDate" class="pull-right">Last Published: 2016-11-15</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/86fde03b/cygwin.html ---------------------------------------------------------------------- diff --git a/cygwin.html b/cygwin.html index fb1adc5..205abe2 100644 --- a/cygwin.html +++ b/cygwin.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="20161114" /> + <meta name="Date-Revision-yyyymmdd" content="20161115" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Installing Apache HBase (TM) on Windows using Cygwin</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -189,6 +189,18 @@ </li> <li class="dropdown-submenu"> + <a href="" title="1.2 Documentation">1.2 Documentation</a> + <ul class="dropdown-menu"> + <li> <a href="1.2/apidocs/index.html" target="_blank" title="API">API</a> +</li> + <li> <a href="1.2/xref/index.html" target="_blank" title="X-Ref">X-Ref</a> +</li> + <li> <a href="1.2/book.html" target="_blank" title="Ref Guide (single-page)">Ref Guide (single-page)</a> +</li> + </ul> + </li> + + <li class="dropdown-submenu"> <a href="" title="1.1 Documentation">1.1 Documentation</a> <ul class="dropdown-menu"> <li> <a href="1.1/apidocs/index.html" target="_blank" title="API">API</a> @@ -685,7 +697,7 @@ Now your <b>HBase </b>server is running, <b>start coding</b> and build that next <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2016-11-14</li> + <li id="publishDate" class="pull-right">Last Published: 2016-11-15</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/86fde03b/dependencies.html ---------------------------------------------------------------------- diff --git a/dependencies.html b/dependencies.html index df84298..ef36b43 100644 --- a/dependencies.html +++ b/dependencies.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="20161114" /> + <meta name="Date-Revision-yyyymmdd" content="20161115" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Project Dependencies</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -189,6 +189,18 @@ </li> <li class="dropdown-submenu"> + <a href="" title="1.2 Documentation">1.2 Documentation</a> + <ul class="dropdown-menu"> + <li> <a href="1.2/apidocs/index.html" target="_blank" title="API">API</a> +</li> + <li> <a href="1.2/xref/index.html" target="_blank" title="X-Ref">X-Ref</a> +</li> + <li> <a href="1.2/book.html" target="_blank" title="Ref Guide (single-page)">Ref Guide (single-page)</a> +</li> + </ul> + </li> + + <li class="dropdown-submenu"> <a href="" title="1.1 Documentation">1.1 Documentation</a> <ul class="dropdown-menu"> <li> <a href="1.1/apidocs/index.html" target="_blank" title="API">API</a> @@ -530,7 +542,7 @@ <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2016-11-14</li> + <li id="publishDate" class="pull-right">Last Published: 2016-11-15</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/86fde03b/dependency-convergence.html ---------------------------------------------------------------------- diff --git a/dependency-convergence.html b/dependency-convergence.html index 0afea62..7ced0b5 100644 --- a/dependency-convergence.html +++ b/dependency-convergence.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="20161114" /> + <meta name="Date-Revision-yyyymmdd" content="20161115" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Reactor Dependency Convergence</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -189,6 +189,18 @@ </li> <li class="dropdown-submenu"> + <a href="" title="1.2 Documentation">1.2 Documentation</a> + <ul class="dropdown-menu"> + <li> <a href="1.2/apidocs/index.html" target="_blank" title="API">API</a> +</li> + <li> <a href="1.2/xref/index.html" target="_blank" title="X-Ref">X-Ref</a> +</li> + <li> <a href="1.2/book.html" target="_blank" title="Ref Guide (single-page)">Ref Guide (single-page)</a> +</li> + </ul> + </li> + + <li class="dropdown-submenu"> <a href="" title="1.1 Documentation">1.1 Documentation</a> <ul class="dropdown-menu"> <li> <a href="1.1/apidocs/index.html" target="_blank" title="API">API</a> @@ -1848,7 +1860,7 @@ <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2016-11-14</li> + <li id="publishDate" class="pull-right">Last Published: 2016-11-15</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/86fde03b/dependency-info.html ---------------------------------------------------------------------- diff --git a/dependency-info.html b/dependency-info.html index 564f14a..4d7a8ad 100644 --- a/dependency-info.html +++ b/dependency-info.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="20161114" /> + <meta name="Date-Revision-yyyymmdd" content="20161115" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Dependency Information</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -189,6 +189,18 @@ </li> <li class="dropdown-submenu"> + <a href="" title="1.2 Documentation">1.2 Documentation</a> + <ul class="dropdown-menu"> + <li> <a href="1.2/apidocs/index.html" target="_blank" title="API">API</a> +</li> + <li> <a href="1.2/xref/index.html" target="_blank" title="X-Ref">X-Ref</a> +</li> + <li> <a href="1.2/book.html" target="_blank" title="Ref Guide (single-page)">Ref Guide (single-page)</a> +</li> + </ul> + </li> + + <li class="dropdown-submenu"> <a href="" title="1.1 Documentation">1.1 Documentation</a> <ul class="dropdown-menu"> <li> <a href="1.1/apidocs/index.html" target="_blank" title="API">API</a> @@ -324,7 +336,7 @@ <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2016-11-14</li> + <li id="publishDate" class="pull-right">Last Published: 2016-11-15</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/86fde03b/dependency-management.html ---------------------------------------------------------------------- diff --git a/dependency-management.html b/dependency-management.html index db4c9a1..bad5204 100644 --- a/dependency-management.html +++ b/dependency-management.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="20161114" /> + <meta name="Date-Revision-yyyymmdd" content="20161115" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Project Dependency Management</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -189,6 +189,18 @@ </li> <li class="dropdown-submenu"> + <a href="" title="1.2 Documentation">1.2 Documentation</a> + <ul class="dropdown-menu"> + <li> <a href="1.2/apidocs/index.html" target="_blank" title="API">API</a> +</li> + <li> <a href="1.2/xref/index.html" target="_blank" title="X-Ref">X-Ref</a> +</li> + <li> <a href="1.2/book.html" target="_blank" title="Ref Guide (single-page)">Ref Guide (single-page)</a> +</li> + </ul> + </li> + + <li class="dropdown-submenu"> <a href="" title="1.1 Documentation">1.1 Documentation</a> <ul class="dropdown-menu"> <li> <a href="1.1/apidocs/index.html" target="_blank" title="API">API</a> @@ -864,7 +876,7 @@ <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2016-11-14</li> + <li id="publishDate" class="pull-right">Last Published: 2016-11-15</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/86fde03b/devapidocs/allclasses-frame.html ---------------------------------------------------------------------- diff --git a/devapidocs/allclasses-frame.html b/devapidocs/allclasses-frame.html index 5325eda..bb1d856 100644 --- a/devapidocs/allclasses-frame.html +++ b/devapidocs/allclasses-frame.html @@ -270,9 +270,10 @@ <li><a href="org/apache/hadoop/hbase/io/ByteBufferListOutputStream.html" title="class in org.apache.hadoop.hbase.io" target="classFrame">ByteBufferListOutputStream</a></li> <li><a href="org/apache/hadoop/hbase/io/ByteBufferOutputStream.html" title="class in org.apache.hadoop.hbase.io" target="classFrame">ByteBufferOutputStream</a></li> <li><a href="org/apache/hadoop/hbase/io/ByteBufferPool.html" title="class in org.apache.hadoop.hbase.io" target="classFrame">ByteBufferPool</a></li> -<li><a href="org/apache/hadoop/hbase/io/ByteBufferSupportDataOutputStream.html" title="class in org.apache.hadoop.hbase.io" target="classFrame">ByteBufferSupportDataOutputStream</a></li> -<li><a href="org/apache/hadoop/hbase/io/ByteBufferSupportOutputStream.html" title="interface in org.apache.hadoop.hbase.io" target="classFrame"><span class="interfaceName">ByteBufferSupportOutputStream</span></a></li> <li><a href="org/apache/hadoop/hbase/util/ByteBufferUtils.html" title="class in org.apache.hadoop.hbase.util" target="classFrame">ByteBufferUtils</a></li> +<li><a href="org/apache/hadoop/hbase/io/ByteBufferWriter.html" title="interface in org.apache.hadoop.hbase.io" target="classFrame"><span class="interfaceName">ByteBufferWriter</span></a></li> +<li><a href="org/apache/hadoop/hbase/io/ByteBufferWriterDataOutputStream.html" title="class in org.apache.hadoop.hbase.io" target="classFrame">ByteBufferWriterDataOutputStream</a></li> +<li><a href="org/apache/hadoop/hbase/io/ByteBufferWriterOutputStream.html" title="class in org.apache.hadoop.hbase.io" target="classFrame">ByteBufferWriterOutputStream</a></li> <li><a href="org/apache/hadoop/hbase/io/ByteBuffInputStream.html" title="class in org.apache.hadoop.hbase.io" target="classFrame">ByteBuffInputStream</a></li> <li><a href="org/apache/hadoop/hbase/util/ByteRange.html" title="interface in org.apache.hadoop.hbase.util" target="classFrame"><span class="interfaceName">ByteRange</span></a></li> <li><a href="org/apache/hadoop/hbase/util/byterange/impl/ByteRangeHashSet.html" title="class in org.apache.hadoop.hbase.util.byterange.impl" target="classFrame">ByteRangeHashSet</a></li> @@ -1147,13 +1148,14 @@ <li><a href="org/apache/hadoop/hbase/KeyValue.SamePrefixComparator.html" title="interface in org.apache.hadoop.hbase" target="classFrame"><span class="interfaceName">KeyValue.SamePrefixComparator</span></a></li> <li><a href="org/apache/hadoop/hbase/KeyValue.Type.html" title="enum in org.apache.hadoop.hbase" target="classFrame">KeyValue.Type</a></li> <li><a href="org/apache/hadoop/hbase/codec/KeyValueCodec.html" title="class in org.apache.hadoop.hbase.codec" target="classFrame">KeyValueCodec</a></li> -<li><a href="org/apache/hadoop/hbase/codec/KeyValueCodec.ByteBufferedKeyValueDecoder.html" title="class in org.apache.hadoop.hbase.codec" target="classFrame">KeyValueCodec.ByteBufferedKeyValueDecoder</a></li> -<li><a href="org/apache/hadoop/hbase/codec/KeyValueCodec.ByteBufferedKeyValueDecoder.ShareableMemoryKeyValue.html" title="class in org.apache.hadoop.hbase.codec" target="classFrame">KeyValueCodec.ByteBufferedKeyValueDecoder.ShareableMemoryKeyValue</a></li> -<li><a href="org/apache/hadoop/hbase/codec/KeyValueCodec.ByteBufferedKeyValueDecoder.ShareableMemoryNoTagsKeyValue.html" title="class in org.apache.hadoop.hbase.codec" target="classFrame">KeyValueCodec.ByteBufferedKeyValueDecoder.ShareableMemoryNoTagsKeyValue</a></li> +<li><a href="org/apache/hadoop/hbase/codec/KeyValueCodec.ByteBuffKeyValueDecoder.html" title="class in org.apache.hadoop.hbase.codec" target="classFrame">KeyValueCodec.ByteBuffKeyValueDecoder</a></li> +<li><a href="org/apache/hadoop/hbase/codec/KeyValueCodec.ByteBuffKeyValueDecoder.ShareableMemoryKeyValue.html" title="class in org.apache.hadoop.hbase.codec" target="classFrame">KeyValueCodec.ByteBuffKeyValueDecoder.ShareableMemoryKeyValue</a></li> +<li><a href="org/apache/hadoop/hbase/codec/KeyValueCodec.ByteBuffKeyValueDecoder.ShareableMemoryNoTagsKeyValue.html" title="class in org.apache.hadoop.hbase.codec" target="classFrame">KeyValueCodec.ByteBuffKeyValueDecoder.ShareableMemoryNoTagsKeyValue</a></li> +<li><a href="org/apache/hadoop/hbase/codec/KeyValueCodec.ByteBuffKeyValueDecoder.ShareableMemoryOffheapKeyValue.html" title="class in org.apache.hadoop.hbase.codec" target="classFrame">KeyValueCodec.ByteBuffKeyValueDecoder.ShareableMemoryOffheapKeyValue</a></li> <li><a href="org/apache/hadoop/hbase/codec/KeyValueCodec.KeyValueDecoder.html" title="class in org.apache.hadoop.hbase.codec" target="classFrame">KeyValueCodec.KeyValueDecoder</a></li> <li><a href="org/apache/hadoop/hbase/codec/KeyValueCodec.KeyValueEncoder.html" title="class in org.apache.hadoop.hbase.codec" target="classFrame">KeyValueCodec.KeyValueEncoder</a></li> <li><a href="org/apache/hadoop/hbase/codec/KeyValueCodecWithTags.html" title="class in org.apache.hadoop.hbase.codec" target="classFrame">KeyValueCodecWithTags</a></li> -<li><a href="org/apache/hadoop/hbase/codec/KeyValueCodecWithTags.ByteBufferedKeyValueDecoder.html" title="class in org.apache.hadoop.hbase.codec" target="classFrame">KeyValueCodecWithTags.ByteBufferedKeyValueDecoder</a></li> +<li><a href="org/apache/hadoop/hbase/codec/KeyValueCodecWithTags.ByteBuffKeyValueDecoder.html" title="class in org.apache.hadoop.hbase.codec" target="classFrame">KeyValueCodecWithTags.ByteBuffKeyValueDecoder</a></li> <li><a href="org/apache/hadoop/hbase/codec/KeyValueCodecWithTags.KeyValueDecoder.html" title="class in org.apache.hadoop.hbase.codec" target="classFrame">KeyValueCodecWithTags.KeyValueDecoder</a></li> <li><a href="org/apache/hadoop/hbase/codec/KeyValueCodecWithTags.KeyValueEncoder.html" title="class in org.apache.hadoop.hbase.codec" target="classFrame">KeyValueCodecWithTags.KeyValueEncoder</a></li> <li><a href="org/apache/hadoop/hbase/regionserver/wal/KeyValueCompression.html" title="class in org.apache.hadoop.hbase.regionserver.wal" target="classFrame">KeyValueCompression</a></li> @@ -2007,6 +2009,8 @@ <li><a href="org/apache/hadoop/hbase/regionserver/RpcSchedulerFactory.html" title="interface in org.apache.hadoop.hbase.regionserver" target="classFrame"><span class="interfaceName">RpcSchedulerFactory</span></a></li> <li><a href="org/apache/hadoop/hbase/ipc/RpcServer.html" title="class in org.apache.hadoop.hbase.ipc" target="classFrame">RpcServer</a></li> <li><a href="org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html" title="class in org.apache.hadoop.hbase.ipc" target="classFrame">RpcServer.BlockingServiceAndInterface</a></li> +<li><a href="org/apache/hadoop/hbase/ipc/RpcServer.ByteBuffByteInput.html" title="class in org.apache.hadoop.hbase.ipc" target="classFrame">RpcServer.ByteBuffByteInput</a></li> +<li><a href="org/apache/hadoop/hbase/ipc/RpcServer.CallCleanup.html" title="interface in org.apache.hadoop.hbase.ipc" target="classFrame"><span class="interfaceName">RpcServer.CallCleanup</span></a></li> <li><a href="org/apache/hadoop/hbase/ipc/RpcServerInterface.html" title="interface in org.apache.hadoop.hbase.ipc" target="classFrame"><span class="interfaceName">RpcServerInterface</span></a></li> <li><a href="org/apache/hadoop/hbase/regionserver/RSDumpServlet.html" title="class in org.apache.hadoop.hbase.regionserver" target="classFrame">RSDumpServlet</a></li> <li><a href="org/apache/hadoop/hbase/rsgroup/RSGroupableBalancer.html" title="interface in org.apache.hadoop.hbase.rsgroup" target="classFrame"><span class="interfaceName">RSGroupableBalancer</span></a></li> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/86fde03b/devapidocs/allclasses-noframe.html ---------------------------------------------------------------------- diff --git a/devapidocs/allclasses-noframe.html b/devapidocs/allclasses-noframe.html index 5516285..4811155 100644 --- a/devapidocs/allclasses-noframe.html +++ b/devapidocs/allclasses-noframe.html @@ -270,9 +270,10 @@ <li><a href="org/apache/hadoop/hbase/io/ByteBufferListOutputStream.html" title="class in org.apache.hadoop.hbase.io">ByteBufferListOutputStream</a></li> <li><a href="org/apache/hadoop/hbase/io/ByteBufferOutputStream.html" title="class in org.apache.hadoop.hbase.io">ByteBufferOutputStream</a></li> <li><a href="org/apache/hadoop/hbase/io/ByteBufferPool.html" title="class in org.apache.hadoop.hbase.io">ByteBufferPool</a></li> -<li><a href="org/apache/hadoop/hbase/io/ByteBufferSupportDataOutputStream.html" title="class in org.apache.hadoop.hbase.io">ByteBufferSupportDataOutputStream</a></li> -<li><a href="org/apache/hadoop/hbase/io/ByteBufferSupportOutputStream.html" title="interface in org.apache.hadoop.hbase.io"><span class="interfaceName">ByteBufferSupportOutputStream</span></a></li> <li><a href="org/apache/hadoop/hbase/util/ByteBufferUtils.html" title="class in org.apache.hadoop.hbase.util">ByteBufferUtils</a></li> +<li><a href="org/apache/hadoop/hbase/io/ByteBufferWriter.html" title="interface in org.apache.hadoop.hbase.io"><span class="interfaceName">ByteBufferWriter</span></a></li> +<li><a href="org/apache/hadoop/hbase/io/ByteBufferWriterDataOutputStream.html" title="class in org.apache.hadoop.hbase.io">ByteBufferWriterDataOutputStream</a></li> +<li><a href="org/apache/hadoop/hbase/io/ByteBufferWriterOutputStream.html" title="class in org.apache.hadoop.hbase.io">ByteBufferWriterOutputStream</a></li> <li><a href="org/apache/hadoop/hbase/io/ByteBuffInputStream.html" title="class in org.apache.hadoop.hbase.io">ByteBuffInputStream</a></li> <li><a href="org/apache/hadoop/hbase/util/ByteRange.html" title="interface in org.apache.hadoop.hbase.util"><span class="interfaceName">ByteRange</span></a></li> <li><a href="org/apache/hadoop/hbase/util/byterange/impl/ByteRangeHashSet.html" title="class in org.apache.hadoop.hbase.util.byterange.impl">ByteRangeHashSet</a></li> @@ -1147,13 +1148,14 @@ <li><a href="org/apache/hadoop/hbase/KeyValue.SamePrefixComparator.html" title="interface in org.apache.hadoop.hbase"><span class="interfaceName">KeyValue.SamePrefixComparator</span></a></li> <li><a href="org/apache/hadoop/hbase/KeyValue.Type.html" title="enum in org.apache.hadoop.hbase">KeyValue.Type</a></li> <li><a href="org/apache/hadoop/hbase/codec/KeyValueCodec.html" title="class in org.apache.hadoop.hbase.codec">KeyValueCodec</a></li> -<li><a href="org/apache/hadoop/hbase/codec/KeyValueCodec.ByteBufferedKeyValueDecoder.html" title="class in org.apache.hadoop.hbase.codec">KeyValueCodec.ByteBufferedKeyValueDecoder</a></li> -<li><a href="org/apache/hadoop/hbase/codec/KeyValueCodec.ByteBufferedKeyValueDecoder.ShareableMemoryKeyValue.html" title="class in org.apache.hadoop.hbase.codec">KeyValueCodec.ByteBufferedKeyValueDecoder.ShareableMemoryKeyValue</a></li> -<li><a href="org/apache/hadoop/hbase/codec/KeyValueCodec.ByteBufferedKeyValueDecoder.ShareableMemoryNoTagsKeyValue.html" title="class in org.apache.hadoop.hbase.codec">KeyValueCodec.ByteBufferedKeyValueDecoder.ShareableMemoryNoTagsKeyValue</a></li> +<li><a href="org/apache/hadoop/hbase/codec/KeyValueCodec.ByteBuffKeyValueDecoder.html" title="class in org.apache.hadoop.hbase.codec">KeyValueCodec.ByteBuffKeyValueDecoder</a></li> +<li><a href="org/apache/hadoop/hbase/codec/KeyValueCodec.ByteBuffKeyValueDecoder.ShareableMemoryKeyValue.html" title="class in org.apache.hadoop.hbase.codec">KeyValueCodec.ByteBuffKeyValueDecoder.ShareableMemoryKeyValue</a></li> +<li><a href="org/apache/hadoop/hbase/codec/KeyValueCodec.ByteBuffKeyValueDecoder.ShareableMemoryNoTagsKeyValue.html" title="class in org.apache.hadoop.hbase.codec">KeyValueCodec.ByteBuffKeyValueDecoder.ShareableMemoryNoTagsKeyValue</a></li> +<li><a href="org/apache/hadoop/hbase/codec/KeyValueCodec.ByteBuffKeyValueDecoder.ShareableMemoryOffheapKeyValue.html" title="class in org.apache.hadoop.hbase.codec">KeyValueCodec.ByteBuffKeyValueDecoder.ShareableMemoryOffheapKeyValue</a></li> <li><a href="org/apache/hadoop/hbase/codec/KeyValueCodec.KeyValueDecoder.html" title="class in org.apache.hadoop.hbase.codec">KeyValueCodec.KeyValueDecoder</a></li> <li><a href="org/apache/hadoop/hbase/codec/KeyValueCodec.KeyValueEncoder.html" title="class in org.apache.hadoop.hbase.codec">KeyValueCodec.KeyValueEncoder</a></li> <li><a href="org/apache/hadoop/hbase/codec/KeyValueCodecWithTags.html" title="class in org.apache.hadoop.hbase.codec">KeyValueCodecWithTags</a></li> -<li><a href="org/apache/hadoop/hbase/codec/KeyValueCodecWithTags.ByteBufferedKeyValueDecoder.html" title="class in org.apache.hadoop.hbase.codec">KeyValueCodecWithTags.ByteBufferedKeyValueDecoder</a></li> +<li><a href="org/apache/hadoop/hbase/codec/KeyValueCodecWithTags.ByteBuffKeyValueDecoder.html" title="class in org.apache.hadoop.hbase.codec">KeyValueCodecWithTags.ByteBuffKeyValueDecoder</a></li> <li><a href="org/apache/hadoop/hbase/codec/KeyValueCodecWithTags.KeyValueDecoder.html" title="class in org.apache.hadoop.hbase.codec">KeyValueCodecWithTags.KeyValueDecoder</a></li> <li><a href="org/apache/hadoop/hbase/codec/KeyValueCodecWithTags.KeyValueEncoder.html" title="class in org.apache.hadoop.hbase.codec">KeyValueCodecWithTags.KeyValueEncoder</a></li> <li><a href="org/apache/hadoop/hbase/regionserver/wal/KeyValueCompression.html" title="class in org.apache.hadoop.hbase.regionserver.wal">KeyValueCompression</a></li> @@ -2007,6 +2009,8 @@ <li><a href="org/apache/hadoop/hbase/regionserver/RpcSchedulerFactory.html" title="interface in org.apache.hadoop.hbase.regionserver"><span class="interfaceName">RpcSchedulerFactory</span></a></li> <li><a href="org/apache/hadoop/hbase/ipc/RpcServer.html" title="class in org.apache.hadoop.hbase.ipc">RpcServer</a></li> <li><a href="org/apache/hadoop/hbase/ipc/RpcServer.BlockingServiceAndInterface.html" title="class in org.apache.hadoop.hbase.ipc">RpcServer.BlockingServiceAndInterface</a></li> +<li><a href="org/apache/hadoop/hbase/ipc/RpcServer.ByteBuffByteInput.html" title="class in org.apache.hadoop.hbase.ipc">RpcServer.ByteBuffByteInput</a></li> +<li><a href="org/apache/hadoop/hbase/ipc/RpcServer.CallCleanup.html" title="interface in org.apache.hadoop.hbase.ipc"><span class="interfaceName">RpcServer.CallCleanup</span></a></li> <li><a href="org/apache/hadoop/hbase/ipc/RpcServerInterface.html" title="interface in org.apache.hadoop.hbase.ipc"><span class="interfaceName">RpcServerInterface</span></a></li> <li><a href="org/apache/hadoop/hbase/regionserver/RSDumpServlet.html" title="class in org.apache.hadoop.hbase.regionserver">RSDumpServlet</a></li> <li><a href="org/apache/hadoop/hbase/rsgroup/RSGroupableBalancer.html" title="interface in org.apache.hadoop.hbase.rsgroup"><span class="interfaceName">RSGroupableBalancer</span></a></li> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/86fde03b/devapidocs/constant-values.html ---------------------------------------------------------------------- diff --git a/devapidocs/constant-values.html b/devapidocs/constant-values.html index d1aadfa..fc9334c 100644 --- a/devapidocs/constant-values.html +++ b/devapidocs/constant-values.html @@ -3662,21 +3662,21 @@ <!-- --> </a><code>public static final <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/hadoop/hbase/Version.html#date">date</a></code></td> -<td class="colLast"><code>"Mon Nov 14 14:27:04 UTC 2016"</code></td> +<td class="colLast"><code>"Tue Nov 15 14:27:05 UTC 2016"</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="org.apache.hadoop.hbase.Version.revision"> <!-- --> </a><code>public static final <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/hadoop/hbase/Version.html#revision">revision</a></code></td> -<td class="colLast"><code>"9250bf809155ebe93fd6ae8a0485b22c744fdf70"</code></td> +<td class="colLast"><code>"4d1bff9e78884adf689dd587d65afe36a336c56b"</code></td> </tr> <tr class="altColor"> <td class="colFirst"><a name="org.apache.hadoop.hbase.Version.srcChecksum"> <!-- --> </a><code>public static final <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/hadoop/hbase/Version.html#srcChecksum">srcChecksum</a></code></td> -<td class="colLast"><code>"26adfd25faf563ea02f464d54c1596b1"</code></td> +<td class="colLast"><code>"ac31e02e81e11e30de0e0608a965d84e"</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="org.apache.hadoop.hbase.Version.url"> @@ -6513,6 +6513,25 @@ </li> <li class="blockList"> <table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> +<caption><span>org.apache.hadoop.hbase.io.<a href="org/apache/hadoop/hbase/io/ByteBufferWriterOutputStream.html" title="class in org.apache.hadoop.hbase.io">ByteBufferWriterOutputStream</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th scope="col">Constant Field</th> +<th class="colLast" scope="col">Value</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a name="org.apache.hadoop.hbase.io.ByteBufferWriterOutputStream.TEMP_BUF_LENGTH"> +<!-- --> +</a><code>private static final int</code></td> +<td><code><a href="org/apache/hadoop/hbase/io/ByteBufferWriterOutputStream.html#TEMP_BUF_LENGTH">TEMP_BUF_LENGTH</a></code></td> +<td class="colLast"><code>4096</code></td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> <caption><span>org.apache.hadoop.hbase.io.<a href="org/apache/hadoop/hbase/io/FileLink.html" title="class in org.apache.hadoop.hbase.io">FileLink</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -13107,6 +13126,27 @@ <ul class="blockList"> <li class="blockList"> <table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> +<caption><span>org.apache.hadoop.hbase.nio.<a href="org/apache/hadoop/hbase/nio/ByteBuff.html" title="class in org.apache.hadoop.hbase.nio">ByteBuff</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th scope="col">Constant Field</th> +<th class="colLast" scope="col">Value</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a name="org.apache.hadoop.hbase.nio.ByteBuff.NIO_BUFFER_LIMIT"> +<!-- --> +</a><code>private static final int</code></td> +<td><code><a href="org/apache/hadoop/hbase/nio/ByteBuff.html#NIO_BUFFER_LIMIT">NIO_BUFFER_LIMIT</a></code></td> +<td class="colLast"><code>65536</code></td> +</tr> +</tbody> +</table> +</li> +</ul> +<ul class="blockList"> +<li class="blockList"> +<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> <caption><span>org.apache.hadoop.hbase.procedure.<a href="org/apache/hadoop/hbase/procedure/ProcedureCoordinator.html" title="class in org.apache.hadoop.hbase.procedure">ProcedureCoordinator</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th>
