http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d449e87f/apidocs/org/apache/hadoop/hbase/RegionTooBusyException.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/RegionTooBusyException.html b/apidocs/org/apache/hadoop/hbase/RegionTooBusyException.html index 36721de..b9321e4 100644 --- a/apidocs/org/apache/hadoop/hbase/RegionTooBusyException.html +++ b/apidocs/org/apache/hadoop/hbase/RegionTooBusyException.html @@ -123,11 +123,13 @@ <hr> <br> <pre>@InterfaceAudience.Public -public class <a href="../../../../src-html/org/apache/hadoop/hbase/RegionTooBusyException.html#line.30">RegionTooBusyException</a> +public class <a href="../../../../src-html/org/apache/hadoop/hbase/RegionTooBusyException.html#line.32">RegionTooBusyException</a> extends <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">Thrown by a region server if it will block and wait to serve a request. For example, the client wants to insert something to a region while the - region is compacting.</div> + region is compacting. Keep variance in the passed 'msg' low because its msg is used as a key + over in <a href="../../../../org/apache/hadoop/hbase/client/RetriesExhaustedWithDetailsException.html" title="class in org.apache.hadoop.hbase.client"><code>RetriesExhaustedWithDetailsException</code></a> + grouping failure types.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../serialized-form.html#org.apache.hadoop.hbase.RegionTooBusyException">Serialized Form</a></dd> @@ -150,14 +152,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.ht <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/RegionTooBusyException.html#RegionTooBusyException--">RegionTooBusyException</a></span>()</code> -<div class="block">default constructor</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/RegionTooBusyException.html#RegionTooBusyException-java.lang.String-">RegionTooBusyException</a></span>(<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> msg)</code> -<div class="block">Constructor</div> -</td> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/RegionTooBusyException.html#RegionTooBusyException-java.lang.String-">RegionTooBusyException</a></span>(<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> msg)</code> </td> </tr> </table> </li> @@ -196,28 +191,13 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.ht <!-- --> </a> <h3>Constructor Detail</h3> -<a name="RegionTooBusyException--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>RegionTooBusyException</h4> -<pre>public <a href="../../../../src-html/org/apache/hadoop/hbase/RegionTooBusyException.html#line.34">RegionTooBusyException</a>()</pre> -<div class="block">default constructor</div> -</li> -</ul> <a name="RegionTooBusyException-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>RegionTooBusyException</h4> -<pre>public <a href="../../../../src-html/org/apache/hadoop/hbase/RegionTooBusyException.html#line.42">RegionTooBusyException</a>(<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> msg)</pre> -<div class="block">Constructor</div> -<dl> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>msg</code> - message</dd> -</dl> +<pre>public <a href="../../../../src-html/org/apache/hadoop/hbase/RegionTooBusyException.html#line.37">RegionTooBusyException</a>(<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> msg)</pre> </li> </ul> </li>
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d449e87f/apidocs/org/apache/hadoop/hbase/class-use/CellBuilder.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/class-use/CellBuilder.html b/apidocs/org/apache/hadoop/hbase/class-use/CellBuilder.html index 17661be..903b8d1 100644 --- a/apidocs/org/apache/hadoop/hbase/class-use/CellBuilder.html +++ b/apidocs/org/apache/hadoop/hbase/class-use/CellBuilder.html @@ -150,7 +150,7 @@ </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/CellBuilder.html" title="interface in org.apache.hadoop.hbase">CellBuilder</a></code></td> -<td class="colLast"><span class="typeNameLabel">CellBuilder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/CellBuilder.html#setType-org.apache.hadoop.hbase.Cell.DataType-">setType</a></span>(org.apache.hadoop.hbase.Cell.DataType type)</code> </td> +<td class="colLast"><span class="typeNameLabel">CellBuilder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/CellBuilder.html#setType-org.apache.hadoop.hbase.Cell.Type-">setType</a></span>(org.apache.hadoop.hbase.Cell.Type type)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/CellBuilder.html" title="interface in org.apache.hadoop.hbase">CellBuilder</a></code></td> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d449e87f/apidocs/org/apache/hadoop/hbase/client/Append.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/Append.html b/apidocs/org/apache/hadoop/hbase/client/Append.html index db96d4c..33db5ff 100644 --- a/apidocs/org/apache/hadoop/hbase/client/Append.html +++ b/apidocs/org/apache/hadoop/hbase/client/Append.html @@ -438,7 +438,7 @@ extends <a href="../../../../../org/apache/hadoop/hbase/client/Mutation.html" ti long ts, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true" title="class or interface in java.util">NavigableMap</a><byte[],<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>>> familyMap)</pre> <div class="block">Construct the Append with user defined data. NOTED: - 1) all cells in the familyMap must have the DataType.Put + 1) all cells in the familyMap must have the Type.Put 2) the row of each cell must be same with passed row.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d449e87f/apidocs/org/apache/hadoop/hbase/client/Delete.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/Delete.html b/apidocs/org/apache/hadoop/hbase/client/Delete.html index 6aafb41..ba8afb3 100644 --- a/apidocs/org/apache/hadoop/hbase/client/Delete.html +++ b/apidocs/org/apache/hadoop/hbase/client/Delete.html @@ -554,7 +554,7 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl <a href="http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true" title="class or interface in java.util">NavigableMap</a><byte[],<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>>> familyMap)</pre> <div class="block">Construct the Delete with user defined data. NOTED: 1) all cells in the familyMap must have the delete type. - see <code>Cell.DataType</code> + see <code>Cell.Type</code> 2) the row of each cell must be same with passed row.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d449e87f/apidocs/org/apache/hadoop/hbase/client/Increment.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/Increment.html b/apidocs/org/apache/hadoop/hbase/client/Increment.html index 7498bc1..2110c45 100644 --- a/apidocs/org/apache/hadoop/hbase/client/Increment.html +++ b/apidocs/org/apache/hadoop/hbase/client/Increment.html @@ -464,7 +464,7 @@ implements <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl long ts, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true" title="class or interface in java.util">NavigableMap</a><byte[],<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>>> familyMap)</pre> <div class="block">Construct the Increment with user defined data. NOTED: - 1) all cells in the familyMap must have the DataType.Put + 1) all cells in the familyMap must have the Type.Put 2) the row of each cell must be same with passed row.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d449e87f/apidocs/org/apache/hadoop/hbase/client/Put.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/Put.html b/apidocs/org/apache/hadoop/hbase/client/Put.html index d80c5aa..c571cb3 100644 --- a/apidocs/org/apache/hadoop/hbase/client/Put.html +++ b/apidocs/org/apache/hadoop/hbase/client/Put.html @@ -594,7 +594,7 @@ implements org.apache.hadoop.hbase.io.HeapSize, <a href="http://docs.oracle.com/ long ts, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true" title="class or interface in java.util">NavigableMap</a><byte[],<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>>> familyMap)</pre> <div class="block">Construct the Put with user defined data. NOTED: - 1) all cells in the familyMap must have the DataType.Put + 1) all cells in the familyMap must have the Type.Put 2) the row of each cell must be same with passed row.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d449e87f/apidocs/org/apache/hadoop/hbase/client/RetriesExhaustedWithDetailsException.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/RetriesExhaustedWithDetailsException.html b/apidocs/org/apache/hadoop/hbase/client/RetriesExhaustedWithDetailsException.html index e9522b0..97fde9f 100644 --- a/apidocs/org/apache/hadoop/hbase/client/RetriesExhaustedWithDetailsException.html +++ b/apidocs/org/apache/hadoop/hbase/client/RetriesExhaustedWithDetailsException.html @@ -415,7 +415,7 @@ extends <a href="../../../../../org/apache/hadoop/hbase/client/RetriesExhaustedE <ul class="blockListLast"> <li class="blockList"> <h4>getDesc</h4> -<pre>public static <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> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/RetriesExhaustedWithDetailsException.html#line.172">getDesc</a>(<a href="http://docs.oracle.com/javase/8/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/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>> classificaton)</pre> +<pre>public static <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> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/RetriesExhaustedWithDetailsException.html#line.176">getDesc</a>(<a href="http://docs.oracle.com/javase/8/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/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>> classificaton)</pre> </li> </ul> </li> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d449e87f/apidocs/org/apache/hadoop/hbase/filter/KeyOnlyFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/KeyOnlyFilter.html b/apidocs/org/apache/hadoop/hbase/filter/KeyOnlyFilter.html index 46a3693..95492a2 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/KeyOnlyFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/KeyOnlyFilter.html @@ -120,7 +120,7 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre>@InterfaceAudience.Public -public class <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.html#line.45">KeyOnlyFilter</a> +public class <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.html#line.48">KeyOnlyFilter</a> extends org.apache.hadoop.hbase.filter.FilterBase</pre> <div class="block">A filter that will only return the key component of each KV (the value will be rewritten as empty). @@ -277,7 +277,7 @@ extends org.apache.hadoop.hbase.filter.FilterBase</pre> <ul class="blockList"> <li class="blockList"> <h4>KeyOnlyFilter</h4> -<pre>public <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.html#line.48">KeyOnlyFilter</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.html#line.51">KeyOnlyFilter</a>()</pre> </li> </ul> <a name="KeyOnlyFilter-boolean-"> @@ -286,7 +286,7 @@ extends org.apache.hadoop.hbase.filter.FilterBase</pre> <ul class="blockListLast"> <li class="blockList"> <h4>KeyOnlyFilter</h4> -<pre>public <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.html#line.49">KeyOnlyFilter</a>(boolean lenAsVal)</pre> +<pre>public <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.html#line.52">KeyOnlyFilter</a>(boolean lenAsVal)</pre> </li> </ul> </li> @@ -303,7 +303,7 @@ extends org.apache.hadoop.hbase.filter.FilterBase</pre> <ul class="blockList"> <li class="blockList"> <h4>filterRowKey</h4> -<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.html#line.52">filterRowKey</a>(<a href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a> cell) +<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.html#line.55">filterRowKey</a>(<a href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a> cell) 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"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterRowKey-org.apache.hadoop.hbase.Cell-">Filter</a></code></span></div> <div class="block">Filters a row based on the row key. If this returns true, the entire row will be excluded. If @@ -331,7 +331,7 @@ extends org.apache.hadoop.hbase.filter.FilterBase</pre> <ul class="blockList"> <li class="blockList"> <h4>transformCell</h4> -<pre>public <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/filter/KeyOnlyFilter.html#line.58">transformCell</a>(<a href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a> cell)</pre> +<pre>public <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/filter/KeyOnlyFilter.html#line.61">transformCell</a>(<a href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a> cell)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code>org.apache.hadoop.hbase.filter.FilterBase</code></span></div> <div class="block">By default no transformation takes place @@ -362,7 +362,7 @@ extends org.apache.hadoop.hbase.filter.FilterBase</pre> <li class="blockList"> <h4>filterKeyValue</h4> <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> -public <a href="../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" title="enum in org.apache.hadoop.hbase.filter">Filter.ReturnCode</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.html#line.72">filterKeyValue</a>(<a href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a> ignored) +public <a href="../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" title="enum in org.apache.hadoop.hbase.filter">Filter.ReturnCode</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.html#line.75">filterKeyValue</a>(<a href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a> ignored) 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"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterKeyValue-org.apache.hadoop.hbase.Cell-">Filter</a></code></span></div> @@ -400,7 +400,7 @@ public <a href="../../../../../org/apache/hadoop/hbase/filter/Filter.Return <ul class="blockList"> <li class="blockList"> <h4>filterCell</h4> -<pre>public <a href="../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" title="enum in org.apache.hadoop.hbase.filter">Filter.ReturnCode</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.html#line.77">filterCell</a>(<a href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a> ignored) +<pre>public <a href="../../../../../org/apache/hadoop/hbase/filter/Filter.ReturnCode.html" title="enum in org.apache.hadoop.hbase.filter">Filter.ReturnCode</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.html#line.80">filterCell</a>(<a href="../../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a> ignored) 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"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/hadoop/hbase/filter/Filter.html#filterCell-org.apache.hadoop.hbase.Cell-">Filter</a></code></span></div> <div class="block">A way to filter based on the column family, column qualifier and/or the column value. Return @@ -437,7 +437,7 @@ public <a href="../../../../../org/apache/hadoop/hbase/filter/Filter.Return <ul class="blockList"> <li class="blockList"> <h4>createFilterFromArguments</h4> -<pre>public static <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/filter/KeyOnlyFilter.html#line.81">createFilterFromArguments</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a><byte[]> filterArguments)</pre> +<pre>public static <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/filter/KeyOnlyFilter.html#line.84">createFilterFromArguments</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a><byte[]> filterArguments)</pre> </li> </ul> <a name="toByteArray--"> @@ -446,7 +446,7 @@ public <a href="../../../../../org/apache/hadoop/hbase/filter/Filter.Return <ul class="blockList"> <li class="blockList"> <h4>toByteArray</h4> -<pre>public byte[] <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.html#line.95">toByteArray</a>()</pre> +<pre>public byte[] <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.html#line.98">toByteArray</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code>org.apache.hadoop.hbase.filter.FilterBase</code></span></div> <div class="block">Return length 0 byte array for Filters that don't require special serialization</div> <dl> @@ -463,7 +463,7 @@ public <a href="../../../../../org/apache/hadoop/hbase/filter/Filter.Return <ul class="blockListLast"> <li class="blockList"> <h4>parseFrom</h4> -<pre>public static <a href="../../../../../org/apache/hadoop/hbase/filter/KeyOnlyFilter.html" title="class in org.apache.hadoop.hbase.filter">KeyOnlyFilter</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.html#line.108">parseFrom</a>(byte[] pbBytes) +<pre>public static <a href="../../../../../org/apache/hadoop/hbase/filter/KeyOnlyFilter.html" title="class in org.apache.hadoop.hbase.filter">KeyOnlyFilter</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/filter/KeyOnlyFilter.html#line.111">parseFrom</a>(byte[] pbBytes) throws org.apache.hadoop.hbase.exceptions.DeserializationException</pre> <dl> <dt><span class="paramLabel">Parameters:</span></dt> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d449e87f/apidocs/src-html/org/apache/hadoop/hbase/Cell.html ---------------------------------------------------------------------- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/Cell.html b/apidocs/src-html/org/apache/hadoop/hbase/Cell.html index a494b20..863acc7 100644 --- a/apidocs/src-html/org/apache/hadoop/hbase/Cell.html +++ b/apidocs/src-html/org/apache/hadoop/hbase/Cell.html @@ -209,15 +209,15 @@ <span class="sourceLineNo">201</span> int getTagsLength();<a name="line.201"></a> <span class="sourceLineNo">202</span><a name="line.202"></a> <span class="sourceLineNo">203</span> /**<a name="line.203"></a> -<span class="sourceLineNo">204</span> * Returns the type of cell in a human readable format using {@link DataType}<a name="line.204"></a> +<span class="sourceLineNo">204</span> * Returns the type of cell in a human readable format using {@link Type}<a name="line.204"></a> <span class="sourceLineNo">205</span> * @return The data type this cell: one of Put, Delete, etc<a name="line.205"></a> <span class="sourceLineNo">206</span> */<a name="line.206"></a> -<span class="sourceLineNo">207</span> DataType getType();<a name="line.207"></a> +<span class="sourceLineNo">207</span> Type getType();<a name="line.207"></a> <span class="sourceLineNo">208</span><a name="line.208"></a> <span class="sourceLineNo">209</span> /**<a name="line.209"></a> <span class="sourceLineNo">210</span> * The valid types for user to build the cell. Currently, This is subset of {@link KeyValue.Type}.<a name="line.210"></a> <span class="sourceLineNo">211</span> */<a name="line.211"></a> -<span class="sourceLineNo">212</span> public enum DataType {<a name="line.212"></a> +<span class="sourceLineNo">212</span> enum Type {<a name="line.212"></a> <span class="sourceLineNo">213</span> Put((byte) 4),<a name="line.213"></a> <span class="sourceLineNo">214</span><a name="line.214"></a> <span class="sourceLineNo">215</span> Delete((byte) 8),<a name="line.215"></a> @@ -230,7 +230,7 @@ <span class="sourceLineNo">222</span><a name="line.222"></a> <span class="sourceLineNo">223</span> private final byte code;<a name="line.223"></a> <span class="sourceLineNo">224</span><a name="line.224"></a> -<span class="sourceLineNo">225</span> DataType(final byte c) {<a name="line.225"></a> +<span class="sourceLineNo">225</span> Type(final byte c) {<a name="line.225"></a> <span class="sourceLineNo">226</span> this.code = c;<a name="line.226"></a> <span class="sourceLineNo">227</span> }<a name="line.227"></a> <span class="sourceLineNo">228</span><a name="line.228"></a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d449e87f/apidocs/src-html/org/apache/hadoop/hbase/CellBuilder.html ---------------------------------------------------------------------- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/CellBuilder.html b/apidocs/src-html/org/apache/hadoop/hbase/CellBuilder.html index 783da41..730515a 100644 --- a/apidocs/src-html/org/apache/hadoop/hbase/CellBuilder.html +++ b/apidocs/src-html/org/apache/hadoop/hbase/CellBuilder.html @@ -45,7 +45,7 @@ <span class="sourceLineNo">037</span><a name="line.37"></a> <span class="sourceLineNo">038</span> CellBuilder setTimestamp(final long timestamp);<a name="line.38"></a> <span class="sourceLineNo">039</span><a name="line.39"></a> -<span class="sourceLineNo">040</span> CellBuilder setType(final Cell.DataType type);<a name="line.40"></a> +<span class="sourceLineNo">040</span> CellBuilder setType(final Cell.Type type);<a name="line.40"></a> <span class="sourceLineNo">041</span><a name="line.41"></a> <span class="sourceLineNo">042</span> CellBuilder setValue(final byte[] value);<a name="line.42"></a> <span class="sourceLineNo">043</span> CellBuilder setValue(final byte[] value, final int vOffset, final int vLength);<a name="line.43"></a>
