http://git-wip-us.apache.org/repos/asf/hbase/blob/fc29f802/apidocs/org/apache/hadoop/hbase/client/Table.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/Table.html b/apidocs/org/apache/hadoop/hbase/client/Table.html index d61be32..7e9c672 100644 --- a/apidocs/org/apache/hadoop/hbase/client/Table.html +++ b/apidocs/org/apache/hadoop/hbase/client/Table.html @@ -144,7 +144,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html <td class="colFirst"><code><R> void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/client/Table.html#batchCallback(java.util.List,%20java.lang.Object[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">batchCallback</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><? extends <a href="../../../../../org/apache/hadoop/hbase/client/Row.html" title="interface in org.apache.hadoop.hbase.client">Row</a>> actions, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[] results, - <a href="../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Callback.html" title="interface in org.apache.hadoop.hbase.client.coprocessor">Batch.Callback</a><R> callback)</code> + org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback)</code> <div class="block">Same as <a href="../../../../../org/apache/hadoop/hbase/client/Table.html#batch(java.util.List,%20java.lang.Object[])"><code>batch(List, Object[])</code></a>, but with a callback.</div> </td> </tr> @@ -167,7 +167,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html byte[] startKey, byte[] endKey, R responsePrototype, - <a href="../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Callback.html" title="interface in org.apache.hadoop.hbase.client.coprocessor">Batch.Callback</a><R> callback)</code> + org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback)</code> <div class="block">Creates an instance of the given <code>Service</code> subclass for each table region spanning the range from the <code>startKey</code> row to <code>endKey</code> row (inclusive), all the invocations to the same region server will be batched into one call.</div> @@ -248,10 +248,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/client/Table.html#coprocessorService(java.lang.Class,%20byte[],%20byte[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Call)">coprocessorService</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> service, byte[] startKey, byte[] endKey, - <a href="../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Call.html" title="interface in org.apache.hadoop.hbase.client.coprocessor">Batch.Call</a><T,R> callable)</code> + org.apache.hadoop.hbase.client.coprocessor.Batch.Call<T,R> callable)</code> <div class="block">Creates an instance of the given <code>Service</code> subclass for each table region spanning the range from the <code>startKey</code> row to <code>endKey</code> row (inclusive), and - invokes the passed <a href="../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Call.html#call(T)"><code>Batch.Call.call(T)</code></a> method + invokes the passed <code>Batch.Call.call(T)</code> method with each <code>Service</code> instance.</div> </td> </tr> @@ -260,11 +260,11 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html <td class="colLast"><code><strong><a href="../../../../../org/apache/hadoop/hbase/client/Table.html#coprocessorService(java.lang.Class,%20byte[],%20byte[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Call,%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">coprocessorService</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> service, byte[] startKey, byte[] endKey, - <a href="../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Call.html" title="interface in org.apache.hadoop.hbase.client.coprocessor">Batch.Call</a><T,R> callable, - <a href="../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Callback.html" title="interface in org.apache.hadoop.hbase.client.coprocessor">Batch.Callback</a><R> callback)</code> + org.apache.hadoop.hbase.client.coprocessor.Batch.Call<T,R> callable, + org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback)</code> <div class="block">Creates an instance of the given <code>Service</code> subclass for each table region spanning the range from the <code>startKey</code> row to <code>endKey</code> row (inclusive), and - invokes the passed <a href="../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Call.html#call(T)"><code>Batch.Call.call(T)</code></a> method + invokes the passed <code>Batch.Call.call(T)</code> method with each <code>Service</code> instance.</div> </td> </tr> @@ -529,7 +529,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html <h4>batchCallback</h4> <pre><R> void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.126">batchCallback</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><? extends <a href="../../../../../org/apache/hadoop/hbase/client/Row.html" title="interface in org.apache.hadoop.hbase.client">Row</a>> actions, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[] results, - <a href="../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Callback.html" title="interface in org.apache.hadoop.hbase.client.coprocessor">Batch.Callback</a><R> callback) + org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback) throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/InterruptedException.html?is-external=true" title="class or interface in java.lang">InterruptedException</a></pre> <div class="block">Same as <a href="../../../../../org/apache/hadoop/hbase/client/Table.html#batch(java.util.List,%20java.lang.Object[])"><code>batch(List, Object[])</code></a>, but with a callback.</div> @@ -950,15 +950,15 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html <pre><T extends com.google.protobuf.Service,R> <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[],R> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.434">coprocessorService</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> service, byte[] startKey, byte[] endKey, - <a href="../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Call.html" title="interface in org.apache.hadoop.hbase.client.coprocessor">Batch.Call</a><T,R> callable) + org.apache.hadoop.hbase.client.coprocessor.Batch.Call<T,R> callable) throws com.google.protobuf.ServiceException, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></pre> <div class="block">Creates an instance of the given <code>Service</code> subclass for each table region spanning the range from the <code>startKey</code> row to <code>endKey</code> row (inclusive), and - invokes the passed <a href="../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Call.html#call(T)"><code>Batch.Call.call(T)</code></a> method + invokes the passed <code>Batch.Call.call(T)</code> method with each <code>Service</code> instance.</div> -<dl><dt><span class="strong">Type Parameters:</span></dt><dd><code>T</code> - the <code>Service</code> subclass to connect to</dd><dd><code>R</code> - Return type for the <code>callable</code> parameter's <a href="../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Call.html#call(T)"><code>Batch.Call.call(T)</code></a> method</dd><dt><span class="strong">Parameters:</span></dt><dd><code>service</code> - the protocol buffer <code>Service</code> implementation to call</dd><dd><code>startKey</code> - start region selection with region containing this row. If <code>null</code>, the - selection will start with the first table region.</dd><dd><code>endKey</code> - select regions up to and including the region containing this row. If <code>null</code>, selection will continue through the last table region.</dd><dd><code>callable</code> - this instance's <a href="../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.html" title="class in org.apache.hadoop.hbase.client.coprocessor"><code>.Call#call</code></a> +<dl><dt><span class="strong">Type Parameters:</span></dt><dd><code>T</code> - the <code>Service</code> subclass to connect to</dd><dd><code>R</code> - Return type for the <code>callable</code> parameter's <code>Batch.Call.call(T)</code> method</dd><dt><span class="strong">Parameters:</span></dt><dd><code>service</code> - the protocol buffer <code>Service</code> implementation to call</dd><dd><code>startKey</code> - start region selection with region containing this row. If <code>null</code>, the + selection will start with the first table region.</dd><dd><code>endKey</code> - select regions up to and including the region containing this row. If <code>null</code>, selection will continue through the last table region.</dd><dd><code>callable</code> - this instance's <code>.Call#call</code> method will be invoked once per table region, using the <code>Service</code> instance connected to that region.</dd> <dt><span class="strong">Returns:</span></dt><dd>a map of result values keyed by region name</dd> @@ -976,19 +976,19 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html <pre><T extends com.google.protobuf.Service,R> void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.462">coprocessorService</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> service, byte[] startKey, byte[] endKey, - <a href="../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Call.html" title="interface in org.apache.hadoop.hbase.client.coprocessor">Batch.Call</a><T,R> callable, - <a href="../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Callback.html" title="interface in org.apache.hadoop.hbase.client.coprocessor">Batch.Callback</a><R> callback) + org.apache.hadoop.hbase.client.coprocessor.Batch.Call<T,R> callable, + org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback) throws com.google.protobuf.ServiceException, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></pre> <div class="block">Creates an instance of the given <code>Service</code> subclass for each table region spanning the range from the <code>startKey</code> row to <code>endKey</code> row (inclusive), and - invokes the passed <a href="../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Call.html#call(T)"><code>Batch.Call.call(T)</code></a> method + invokes the passed <code>Batch.Call.call(T)</code> method with each <code>Service</code> instance. - <p> The given <a href="../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Callback.html#update(byte[],%20byte[],%20R)"><code>Batch.Callback.update(byte[], - byte[], Object)</code></a> method will be called with the return value from each region's <a href="../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Call.html#call(T)"><code>Batch.Call.call(T)</code></a> invocation. </p></div> -<dl><dt><span class="strong">Type Parameters:</span></dt><dd><code>T</code> - the <code>Service</code> subclass to connect to</dd><dd><code>R</code> - Return type for the <code>callable</code> parameter's <a href="../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Call.html#call(T)"><code>Batch.Call.call(T)</code></a> method</dd><dt><span class="strong">Parameters:</span></dt><dd><code>service</code> - the protocol buffer <code>Service</code> implementation to call</dd><dd><code>startKey</code> - start region selection with region containing this row. If <code>null</code>, the - selection will start with the first table region.</dd><dd><code>endKey</code> - select regions up to and including the region containing this row. If <code>null</code>, selection will continue through the last table region.</dd><dd><code>callable</code> - this instance's <a href="../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.html" title="class in org.apache.hadoop.hbase.client.coprocessor"><code>.Call#call</code></a> + <p> The given <code>Batch.Callback.update(byte[], + byte[], Object)</code> method will be called with the return value from each region's <code>Batch.Call.call(T)</code> invocation. </p></div> +<dl><dt><span class="strong">Type Parameters:</span></dt><dd><code>T</code> - the <code>Service</code> subclass to connect to</dd><dd><code>R</code> - Return type for the <code>callable</code> parameter's <code>Batch.Call.call(T)</code> method</dd><dt><span class="strong">Parameters:</span></dt><dd><code>service</code> - the protocol buffer <code>Service</code> implementation to call</dd><dd><code>startKey</code> - start region selection with region containing this row. If <code>null</code>, the + selection will start with the first table region.</dd><dd><code>endKey</code> - select regions up to and including the region containing this row. If <code>null</code>, selection will continue through the last table region.</dd><dd><code>callable</code> - this instance's <code>.Call#call</code> method will be invoked once per table region, using the <code>Service</code> instance connected to that region.</dd><dd><code>callback</code> - </dd> <dt><span class="strong">Throws:</span></dt> @@ -1073,7 +1073,7 @@ void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table. byte[] startKey, byte[] endKey, R responsePrototype, - <a href="../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Callback.html" title="interface in org.apache.hadoop.hbase.client.coprocessor">Batch.Callback</a><R> callback) + org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback) throws com.google.protobuf.ServiceException, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></pre> <div class="block">Creates an instance of the given <code>Service</code> subclass for each table @@ -1083,7 +1083,7 @@ void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table. <p> The given - <a href="../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Callback.html#update(byte[],%20byte[],%20R)"><code>Batch.Callback.update(byte[],byte[],Object)</code></a> + <code>Batch.Callback.update(byte[],byte[],Object)</code> method will be called with the return value from each region's invocation. </p></div> <dl><dt><span class="strong">Type Parameters:</span></dt><dd><code>R</code> - the response type for the coprocessor Service method</dd><dt><span class="strong">Parameters:</span></dt><dd><code>methodDescriptor</code> - the descriptor for the protobuf service method to call.</dd><dd><code>request</code> - the method call parameters</dd><dd><code>startKey</code> - start region selection with region containing this row. If <code>null</code>, the
http://git-wip-us.apache.org/repos/asf/hbase/blob/fc29f802/apidocs/org/apache/hadoop/hbase/client/backoff/package-summary.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/backoff/package-summary.html b/apidocs/org/apache/hadoop/hbase/client/backoff/package-summary.html index 2e74738..b2a7fa9 100644 --- a/apidocs/org/apache/hadoop/hbase/client/backoff/package-summary.html +++ b/apidocs/org/apache/hadoop/hbase/client/backoff/package-summary.html @@ -36,7 +36,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/hadoop/hbase/client/package-summary.html">Prev Package</a></li> -<li><a href="../../../../../../org/apache/hadoop/hbase/client/coprocessor/package-summary.html">Next Package</a></li> +<li><a href="../../../../../../org/apache/hadoop/hbase/client/example/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/hadoop/hbase/client/backoff/package-summary.html" target="_top">Frames</a></li> @@ -124,7 +124,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/hadoop/hbase/client/package-summary.html">Prev Package</a></li> -<li><a href="../../../../../../org/apache/hadoop/hbase/client/coprocessor/package-summary.html">Next Package</a></li> +<li><a href="../../../../../../org/apache/hadoop/hbase/client/example/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/hadoop/hbase/client/backoff/package-summary.html" target="_top">Frames</a></li> http://git-wip-us.apache.org/repos/asf/hbase/blob/fc29f802/apidocs/org/apache/hadoop/hbase/client/backoff/package-tree.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/backoff/package-tree.html b/apidocs/org/apache/hadoop/hbase/client/backoff/package-tree.html index 2bbbf00..e9f87b6 100644 --- a/apidocs/org/apache/hadoop/hbase/client/backoff/package-tree.html +++ b/apidocs/org/apache/hadoop/hbase/client/backoff/package-tree.html @@ -36,7 +36,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/hadoop/hbase/client/package-tree.html">Prev</a></li> -<li><a href="../../../../../../org/apache/hadoop/hbase/client/coprocessor/package-tree.html">Next</a></li> +<li><a href="../../../../../../org/apache/hadoop/hbase/client/example/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/hadoop/hbase/client/backoff/package-tree.html" target="_top">Frames</a></li> @@ -102,7 +102,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/hadoop/hbase/client/package-tree.html">Prev</a></li> -<li><a href="../../../../../../org/apache/hadoop/hbase/client/coprocessor/package-tree.html">Next</a></li> +<li><a href="../../../../../../org/apache/hadoop/hbase/client/example/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/hadoop/hbase/client/backoff/package-tree.html" target="_top">Frames</a></li> http://git-wip-us.apache.org/repos/asf/hbase/blob/fc29f802/apidocs/org/apache/hadoop/hbase/client/class-use/Append.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Append.html b/apidocs/org/apache/hadoop/hbase/client/class-use/Append.html index 0b0b7db..68b4b91 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Append.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Append.html @@ -116,12 +116,12 @@ </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Append.html" title="class in org.apache.hadoop.hbase.client">Append</a></code></td> -<td class="colLast"><span class="strong">Append.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Append.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> +<td class="colLast"><span class="strong">Append.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Append.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>,org.apache.hadoop.hbase.security.access.Permission> perms)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Append.html" title="class in org.apache.hadoop.hbase.client">Append</a></code></td> <td class="colLast"><span class="strong">Append.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Append.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> + org.apache.hadoop.hbase.security.access.Permission perms)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Append.html" title="class in org.apache.hadoop.hbase.client">Append</a></code></td> @@ -130,7 +130,7 @@ </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Append.html" title="class in org.apache.hadoop.hbase.client">Append</a></code></td> -<td class="colLast"><span class="strong">Append.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Append.html#setCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility)">setCellVisibility</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/security/visibility/CellVisibility.html" title="class in org.apache.hadoop.hbase.security.visibility">CellVisibility</a> expression)</code> </td> +<td class="colLast"><span class="strong">Append.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Append.html#setCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility)">setCellVisibility</a></strong>(org.apache.hadoop.hbase.security.visibility.CellVisibility expression)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Append.html" title="class in org.apache.hadoop.hbase.client">Append</a></code></td> http://git-wip-us.apache.org/repos/asf/hbase/blob/fc29f802/apidocs/org/apache/hadoop/hbase/client/class-use/Connection.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Connection.html b/apidocs/org/apache/hadoop/hbase/client/class-use/Connection.html index 1b17661..0961f60 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Connection.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Connection.html @@ -94,18 +94,6 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.</div> Input/OutputFormats, a table indexing MapReduce job, and utility methods.</div> </td> </tr> -<tr class="rowColor"> -<td class="colFirst"><a href="#org.apache.hadoop.hbase.security.access">org.apache.hadoop.hbase.security.access</a></td> -<td class="colLast"> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="#org.apache.hadoop.hbase.security.token">org.apache.hadoop.hbase.security.token</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="#org.apache.hadoop.hbase.security.visibility">org.apache.hadoop.hbase.security.visibility</a></td> -<td class="colLast"> </td> -</tr> </tbody> </table> </li> @@ -242,238 +230,6 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.</div> </tbody> </table> </li> -<li class="blockList"><a name="org.apache.hadoop.hbase.security.access"> -<!-- --> -</a> -<h3>Uses of <a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> in <a href="../../../../../../org/apache/hadoop/hbase/security/access/package-summary.html">org.apache.hadoop.hbase.security.access</a></h3> -<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> -<caption><span>Methods in <a href="../../../../../../org/apache/hadoop/hbase/security/access/package-summary.html">org.apache.hadoop.hbase.security.access</a> with parameters of type <a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Method and Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><org.apache.hadoop.hbase.security.access.UserPermission></code></td> -<td class="colLast"><span class="strong">AccessControlClient.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/access/AccessControlClient.html#getUserPermissions(org.apache.hadoop.hbase.client.Connection,%20java.lang.String)">getUserPermissions</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> connection, - <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> tableRegex)</code> -<div class="block">List all the userPermissions matching the given pattern.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><span class="strong">AccessControlClient.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/access/AccessControlClient.html#grant(org.apache.hadoop.hbase.client.Connection,%20java.lang.String,%20org.apache.hadoop.hbase.security.access.Permission.Action...)">grant</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> connection, - <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> userName, - <a href="../../../../../../org/apache/hadoop/hbase/security/access/Permission.Action.html" title="enum in org.apache.hadoop.hbase.security.access">Permission.Action</a>... actions)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><span class="strong">AccessControlClient.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/access/AccessControlClient.html#grant(org.apache.hadoop.hbase.client.Connection,%20java.lang.String,%20java.lang.String,%20org.apache.hadoop.hbase.security.access.Permission.Action...)">grant</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> connection, - <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> namespace, - <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> userName, - <a href="../../../../../../org/apache/hadoop/hbase/security/access/Permission.Action.html" title="enum in org.apache.hadoop.hbase.security.access">Permission.Action</a>... actions)</code> -<div class="block">Grants permission on the specified namespace for the specified user.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><span class="strong">AccessControlClient.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/access/AccessControlClient.html#grant(org.apache.hadoop.hbase.client.Connection,%20org.apache.hadoop.hbase.TableName,%20java.lang.String,%20byte[],%20byte[],%20org.apache.hadoop.hbase.security.access.Permission.Action...)">grant</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> connection, - <a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName, - <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> userName, - byte[] family, - byte[] qual, - <a href="../../../../../../org/apache/hadoop/hbase/security/access/Permission.Action.html" title="enum in org.apache.hadoop.hbase.security.access">Permission.Action</a>... actions)</code> -<div class="block">Grants permission on the specified table for the specified user</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><span class="strong">AccessControlClient.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/access/AccessControlClient.html#isAccessControllerRunning(org.apache.hadoop.hbase.client.Connection)">isAccessControllerRunning</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> connection)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><span class="strong">AccessControlClient.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/access/AccessControlClient.html#isAuthorizationEnabled(org.apache.hadoop.hbase.client.Connection)">isAuthorizationEnabled</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> connection)</code> -<div class="block">Return true if authorization is supported and enabled</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><span class="strong">AccessControlClient.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/access/AccessControlClient.html#isCellAuthorizationEnabled(org.apache.hadoop.hbase.client.Connection)">isCellAuthorizationEnabled</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> connection)</code> -<div class="block">Return true if cell authorization is supported and enabled</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><span class="strong">AccessControlClient.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/access/AccessControlClient.html#revoke(org.apache.hadoop.hbase.client.Connection,%20java.lang.String,%20org.apache.hadoop.hbase.security.access.Permission.Action...)">revoke</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> connection, - <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> userName, - <a href="../../../../../../org/apache/hadoop/hbase/security/access/Permission.Action.html" title="enum in org.apache.hadoop.hbase.security.access">Permission.Action</a>... actions)</code> -<div class="block">Revoke global permissions for the specified user.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><span class="strong">AccessControlClient.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/access/AccessControlClient.html#revoke(org.apache.hadoop.hbase.client.Connection,%20java.lang.String,%20java.lang.String,%20org.apache.hadoop.hbase.security.access.Permission.Action...)">revoke</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> connection, - <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> namespace, - <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> userName, - <a href="../../../../../../org/apache/hadoop/hbase/security/access/Permission.Action.html" title="enum in org.apache.hadoop.hbase.security.access">Permission.Action</a>... actions)</code> -<div class="block">Revokes the permission on the table for the specified user.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><span class="strong">AccessControlClient.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/access/AccessControlClient.html#revoke(org.apache.hadoop.hbase.client.Connection,%20org.apache.hadoop.hbase.TableName,%20java.lang.String,%20byte[],%20byte[],%20org.apache.hadoop.hbase.security.access.Permission.Action...)">revoke</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> connection, - <a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName, - <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> username, - byte[] family, - byte[] qualifier, - <a href="../../../../../../org/apache/hadoop/hbase/security/access/Permission.Action.html" title="enum in org.apache.hadoop.hbase.security.access">Permission.Action</a>... actions)</code> -<div class="block">Revokes the permission on the table</div> -</td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"><a name="org.apache.hadoop.hbase.security.token"> -<!-- --> -</a> -<h3>Uses of <a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> in <a href="../../../../../../org/apache/hadoop/hbase/security/token/package-summary.html">org.apache.hadoop.hbase.security.token</a></h3> -<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> -<caption><span>Methods in <a href="../../../../../../org/apache/hadoop/hbase/security/token/package-summary.html">org.apache.hadoop.hbase.security.token</a> with parameters of type <a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Method and Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><span class="strong">TokenUtil.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/token/TokenUtil.html#addTokenForJob(org.apache.hadoop.hbase.client.Connection,%20org.apache.hadoop.mapred.JobConf,%20org.apache.hadoop.hbase.security.User)">addTokenForJob</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> conn, - org.apache.hadoop.mapred.JobConf job, - <a href="../../../../../../org/apache/hadoop/hbase/security/User.html" title="class in org.apache.hadoop.hbase.security">User</a> user)</code> -<div class="block">Checks for an authentication token for the given user, obtaining a new token if necessary, - and adds it to the credentials for the given map reduce job.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><span class="strong">TokenUtil.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/token/TokenUtil.html#addTokenForJob(org.apache.hadoop.hbase.client.Connection,%20org.apache.hadoop.hbase.security.User,%20org.apache.hadoop.mapreduce.Job)">addTokenForJob</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> conn, - <a href="../../../../../../org/apache/hadoop/hbase/security/User.html" title="class in org.apache.hadoop.hbase.security">User</a> user, - org.apache.hadoop.mapreduce.Job job)</code> -<div class="block">Checks for an authentication token for the given user, obtaining a new token if necessary, - and adds it to the credentials for the given map reduce job.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><span class="strong">TokenUtil.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/token/TokenUtil.html#addTokenIfMissing(org.apache.hadoop.hbase.client.Connection,%20org.apache.hadoop.hbase.security.User)">addTokenIfMissing</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> conn, - <a href="../../../../../../org/apache/hadoop/hbase/security/User.html" title="class in org.apache.hadoop.hbase.security">User</a> user)</code> -<div class="block">Checks if an authentication tokens exists for the connected cluster, - obtaining one if needed and adding it to the user's credentials.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><span class="strong">TokenUtil.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/token/TokenUtil.html#obtainAndCacheToken(org.apache.hadoop.hbase.client.Connection,%20org.apache.hadoop.hbase.security.User)">obtainAndCacheToken</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> conn, - <a href="../../../../../../org/apache/hadoop/hbase/security/User.html" title="class in org.apache.hadoop.hbase.security">User</a> user)</code> -<div class="block">Obtain an authentication token for the given user and add it to the - user's credentials.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static org.apache.hadoop.security.token.Token<org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier></code></td> -<td class="colLast"><span class="strong">TokenUtil.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/token/TokenUtil.html#obtainToken(org.apache.hadoop.hbase.client.Connection)">obtainToken</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> conn)</code> -<div class="block">Obtain and return an authentication token for the current user.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static org.apache.hadoop.security.token.Token<org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier></code></td> -<td class="colLast"><span class="strong">TokenUtil.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/token/TokenUtil.html#obtainToken(org.apache.hadoop.hbase.client.Connection,%20org.apache.hadoop.hbase.security.User)">obtainToken</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> conn, - <a href="../../../../../../org/apache/hadoop/hbase/security/User.html" title="class in org.apache.hadoop.hbase.security">User</a> user)</code> -<div class="block">Obtain and return an authentication token for the current user.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><span class="strong">TokenUtil.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/token/TokenUtil.html#obtainTokenForJob(org.apache.hadoop.hbase.client.Connection,%20org.apache.hadoop.mapred.JobConf,%20org.apache.hadoop.hbase.security.User)">obtainTokenForJob</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> conn, - org.apache.hadoop.mapred.JobConf job, - <a href="../../../../../../org/apache/hadoop/hbase/security/User.html" title="class in org.apache.hadoop.hbase.security">User</a> user)</code> -<div class="block">Obtain an authentication token on behalf of the given user and add it to - the credentials for the given map reduce job.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><span class="strong">TokenUtil.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/token/TokenUtil.html#obtainTokenForJob(org.apache.hadoop.hbase.client.Connection,%20org.apache.hadoop.hbase.security.User,%20org.apache.hadoop.mapreduce.Job)">obtainTokenForJob</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> conn, - <a href="../../../../../../org/apache/hadoop/hbase/security/User.html" title="class in org.apache.hadoop.hbase.security">User</a> user, - org.apache.hadoop.mapreduce.Job job)</code> -<div class="block">Obtain an authentication token on behalf of the given user and add it to - the credentials for the given map reduce job.</div> -</td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"><a name="org.apache.hadoop.hbase.security.visibility"> -<!-- --> -</a> -<h3>Uses of <a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> in <a href="../../../../../../org/apache/hadoop/hbase/security/visibility/package-summary.html">org.apache.hadoop.hbase.security.visibility</a></h3> -<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> -<caption><span>Methods in <a href="../../../../../../org/apache/hadoop/hbase/security/visibility/package-summary.html">org.apache.hadoop.hbase.security.visibility</a> with parameters of type <a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Method and Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><code>static org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.VisibilityLabelsResponse</code></td> -<td class="colLast"><span class="strong">VisibilityClient.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/visibility/VisibilityClient.html#addLabel(org.apache.hadoop.hbase.client.Connection,%20java.lang.String)">addLabel</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> connection, - <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> label)</code> -<div class="block">Utility method for adding label to the system.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.VisibilityLabelsResponse</code></td> -<td class="colLast"><span class="strong">VisibilityClient.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/visibility/VisibilityClient.html#addLabels(org.apache.hadoop.hbase.client.Connection,%20java.lang.String[])">addLabels</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> connection, - <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>[] labels)</code> -<div class="block">Utility method for adding labels to the system.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.VisibilityLabelsResponse</code></td> -<td class="colLast"><span class="strong">VisibilityClient.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/visibility/VisibilityClient.html#clearAuths(org.apache.hadoop.hbase.client.Connection,%20java.lang.String[],%20java.lang.String)">clearAuths</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> connection, - <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>[] auths, - <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)</code> -<div class="block">Removes given labels from user's globally authorized list of labels.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.GetAuthsResponse</code></td> -<td class="colLast"><span class="strong">VisibilityClient.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/visibility/VisibilityClient.html#getAuths(org.apache.hadoop.hbase.client.Connection,%20java.lang.String)">getAuths</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> connection, - <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)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><span class="strong">VisibilityClient.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/visibility/VisibilityClient.html#isCellVisibilityEnabled(org.apache.hadoop.hbase.client.Connection)">isCellVisibilityEnabled</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> connection)</code> -<div class="block">Return true if cell visibility features are supported and enabled</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.ListLabelsResponse</code></td> -<td class="colLast"><span class="strong">VisibilityClient.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/visibility/VisibilityClient.html#listLabels(org.apache.hadoop.hbase.client.Connection,%20java.lang.String)">listLabels</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> connection, - <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> regex)</code> -<div class="block">Retrieve the list of visibility labels defined in the system.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.VisibilityLabelsResponse</code></td> -<td class="colLast"><span class="strong">VisibilityClient.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/security/visibility/VisibilityClient.html#setAuths(org.apache.hadoop.hbase.client.Connection,%20java.lang.String[],%20java.lang.String)">setAuths</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/client/Connection.html" title="interface in org.apache.hadoop.hbase.client">Connection</a> connection, - <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>[] auths, - <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)</code> -<div class="block">Sets given labels globally authorized for the user.</div> -</td> -</tr> -</tbody> -</table> -</li> </ul> </li> </ul> http://git-wip-us.apache.org/repos/asf/hbase/blob/fc29f802/apidocs/org/apache/hadoop/hbase/client/class-use/Delete.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Delete.html b/apidocs/org/apache/hadoop/hbase/client/class-use/Delete.html index ed77e3d..12b2b2d 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Delete.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Delete.html @@ -161,12 +161,12 @@ </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Delete.html" title="class in org.apache.hadoop.hbase.client">Delete</a></code></td> -<td class="colLast"><span class="strong">Delete.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Delete.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> +<td class="colLast"><span class="strong">Delete.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Delete.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>,org.apache.hadoop.hbase.security.access.Permission> perms)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Delete.html" title="class in org.apache.hadoop.hbase.client">Delete</a></code></td> <td class="colLast"><span class="strong">Delete.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Delete.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> + org.apache.hadoop.hbase.security.access.Permission perms)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Delete.html" title="class in org.apache.hadoop.hbase.client">Delete</a></code></td> @@ -175,7 +175,7 @@ </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Delete.html" title="class in org.apache.hadoop.hbase.client">Delete</a></code></td> -<td class="colLast"><span class="strong">Delete.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Delete.html#setCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility)">setCellVisibility</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/security/visibility/CellVisibility.html" title="class in org.apache.hadoop.hbase.security.visibility">CellVisibility</a> expression)</code> </td> +<td class="colLast"><span class="strong">Delete.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Delete.html#setCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility)">setCellVisibility</a></strong>(org.apache.hadoop.hbase.security.visibility.CellVisibility expression)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Delete.html" title="class in org.apache.hadoop.hbase.client">Delete</a></code></td> http://git-wip-us.apache.org/repos/asf/hbase/blob/fc29f802/apidocs/org/apache/hadoop/hbase/client/class-use/Get.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Get.html b/apidocs/org/apache/hadoop/hbase/client/class-use/Get.html index bdca2d0..3fa4d1f 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Get.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Get.html @@ -115,12 +115,12 @@ </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Get.html" title="class in org.apache.hadoop.hbase.client">Get</a></code></td> -<td class="colLast"><span class="strong">Get.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Get.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> +<td class="colLast"><span class="strong">Get.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Get.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>,org.apache.hadoop.hbase.security.access.Permission> perms)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Get.html" title="class in org.apache.hadoop.hbase.client">Get</a></code></td> <td class="colLast"><span class="strong">Get.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Get.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> + org.apache.hadoop.hbase.security.access.Permission perms)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Get.html" title="class in org.apache.hadoop.hbase.client">Get</a></code></td> @@ -129,7 +129,7 @@ </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Get.html" title="class in org.apache.hadoop.hbase.client">Get</a></code></td> -<td class="colLast"><span class="strong">Get.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Get.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> </td> +<td class="colLast"><span class="strong">Get.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Get.html#setAuthorizations(org.apache.hadoop.hbase.security.visibility.Authorizations)">setAuthorizations</a></strong>(org.apache.hadoop.hbase.security.visibility.Authorizations authorizations)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Get.html" title="class in org.apache.hadoop.hbase.client">Get</a></code></td> http://git-wip-us.apache.org/repos/asf/hbase/blob/fc29f802/apidocs/org/apache/hadoop/hbase/client/class-use/Increment.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Increment.html b/apidocs/org/apache/hadoop/hbase/client/class-use/Increment.html index f08cdd6..011fee8 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Increment.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Increment.html @@ -117,12 +117,12 @@ </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Increment.html" title="class in org.apache.hadoop.hbase.client">Increment</a></code></td> -<td class="colLast"><span class="strong">Increment.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Increment.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> +<td class="colLast"><span class="strong">Increment.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Increment.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>,org.apache.hadoop.hbase.security.access.Permission> perms)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Increment.html" title="class in org.apache.hadoop.hbase.client">Increment</a></code></td> <td class="colLast"><span class="strong">Increment.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Increment.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> + org.apache.hadoop.hbase.security.access.Permission perms)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Increment.html" title="class in org.apache.hadoop.hbase.client">Increment</a></code></td> @@ -131,7 +131,7 @@ </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Increment.html" title="class in org.apache.hadoop.hbase.client">Increment</a></code></td> -<td class="colLast"><span class="strong">Increment.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Increment.html#setCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility)">setCellVisibility</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/security/visibility/CellVisibility.html" title="class in org.apache.hadoop.hbase.security.visibility">CellVisibility</a> expression)</code> </td> +<td class="colLast"><span class="strong">Increment.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Increment.html#setCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility)">setCellVisibility</a></strong>(org.apache.hadoop.hbase.security.visibility.CellVisibility expression)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Increment.html" title="class in org.apache.hadoop.hbase.client">Increment</a></code></td> http://git-wip-us.apache.org/repos/asf/hbase/blob/fc29f802/apidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html b/apidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html index 4a8b37e..cdde343 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html @@ -138,16 +138,16 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.</div> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a></code></td> -<td class="colLast"><span class="strong">Mutation.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Mutation.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> +<td class="colLast"><span class="strong">Mutation.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Mutation.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>,org.apache.hadoop.hbase.security.access.Permission> perms)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a></code></td> <td class="colLast"><span class="strong">Mutation.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Mutation.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> + org.apache.hadoop.hbase.security.access.Permission perms)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a></code></td> -<td class="colLast"><span class="strong">Mutation.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Mutation.html#setCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility)">setCellVisibility</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/security/visibility/CellVisibility.html" title="class in org.apache.hadoop.hbase.security.visibility">CellVisibility</a> expression)</code> +<td class="colLast"><span class="strong">Mutation.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Mutation.html#setCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility)">setCellVisibility</a></strong>(org.apache.hadoop.hbase.security.visibility.CellVisibility expression)</code> <div class="block">Sets the visibility expression associated with cells in this Mutation.</div> </td> </tr> http://git-wip-us.apache.org/repos/asf/hbase/blob/fc29f802/apidocs/org/apache/hadoop/hbase/client/class-use/Put.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Put.html b/apidocs/org/apache/hadoop/hbase/client/class-use/Put.html index 41abb0a..c690947 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Put.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Put.html @@ -205,12 +205,12 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.</div> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Put.html" title="class in org.apache.hadoop.hbase.client">Put</a></code></td> -<td class="colLast"><span class="strong">Put.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Put.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> +<td class="colLast"><span class="strong">Put.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Put.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>,org.apache.hadoop.hbase.security.access.Permission> perms)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Put.html" title="class in org.apache.hadoop.hbase.client">Put</a></code></td> <td class="colLast"><span class="strong">Put.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Put.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> + org.apache.hadoop.hbase.security.access.Permission perms)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Put.html" title="class in org.apache.hadoop.hbase.client">Put</a></code></td> @@ -219,7 +219,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.</div> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Put.html" title="class in org.apache.hadoop.hbase.client">Put</a></code></td> -<td class="colLast"><span class="strong">Put.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Put.html#setCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility)">setCellVisibility</a></strong>(<a href="../../../../../../org/apache/hadoop/hbase/security/visibility/CellVisibility.html" title="class in org.apache.hadoop.hbase.security.visibility">CellVisibility</a> expression)</code> </td> +<td class="colLast"><span class="strong">Put.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Put.html#setCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility)">setCellVisibility</a></strong>(org.apache.hadoop.hbase.security.visibility.CellVisibility expression)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Put.html" title="class in org.apache.hadoop.hbase.client">Put</a></code></td> http://git-wip-us.apache.org/repos/asf/hbase/blob/fc29f802/apidocs/org/apache/hadoop/hbase/client/class-use/Query.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Query.html b/apidocs/org/apache/hadoop/hbase/client/class-use/Query.html index 954a483..fbbfaec 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Query.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Query.html @@ -119,16 +119,16 @@ <tbody> <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"><span class="strong">Query.</span><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> +<td class="colLast"><span class="strong">Query.</span><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>,org.apache.hadoop.hbase.security.access.Permission> perms)</code> </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"><span class="strong">Query.</span><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> + org.apache.hadoop.hbase.security.access.Permission perms)</code> </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"><span class="strong">Query.</span><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> +<td class="colLast"><span class="strong">Query.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Query.html#setAuthorizations(org.apache.hadoop.hbase.security.visibility.Authorizations)">setAuthorizations</a></strong>(org.apache.hadoop.hbase.security.visibility.Authorizations authorizations)</code> <div class="block">Sets the authorizations to be used by this Query</div> </td> </tr> http://git-wip-us.apache.org/repos/asf/hbase/blob/fc29f802/apidocs/org/apache/hadoop/hbase/client/class-use/Row.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Row.html b/apidocs/org/apache/hadoop/hbase/client/class-use/Row.html index 3d54eaf..c761b18 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Row.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Row.html @@ -198,7 +198,7 @@ <td class="colFirst"><code><R> void</code></td> <td class="colLast"><span class="strong">Table.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Table.html#batchCallback(java.util.List,%20java.lang.Object[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">batchCallback</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><? extends <a href="../../../../../../org/apache/hadoop/hbase/client/Row.html" title="interface in org.apache.hadoop.hbase.client">Row</a>> actions, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[] results, - <a href="../../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Callback.html" title="interface in org.apache.hadoop.hbase.client.coprocessor">Batch.Callback</a><R> callback)</code> + org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback)</code> <div class="block">Same as <a href="../../../../../../org/apache/hadoop/hbase/client/Table.html#batch(java.util.List,%20java.lang.Object[])"><code>Table.batch(List, Object[])</code></a>, but with a callback.</div> </td> </tr> @@ -236,7 +236,7 @@ byte[] tableName, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent">ExecutorService</a> pool, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[] results, - <a href="../../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Callback.html" title="interface in org.apache.hadoop.hbase.client.coprocessor">Batch.Callback</a><R> callback)</code> + org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback)</code> <div class="block"><strong>Deprecated.</strong> <div class="block"><i>Unsupported API</i></div> </div> @@ -248,7 +248,7 @@ <a href="../../../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent">ExecutorService</a> pool, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[] results, - <a href="../../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Callback.html" title="interface in org.apache.hadoop.hbase.client.coprocessor">Batch.Callback</a><R> callback)</code> + org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback)</code> <div class="block"><strong>Deprecated.</strong> <div class="block"><i>since 0.96 - Use <a href="../../../../../../org/apache/hadoop/hbase/client/Table.html#batchCallback(java.util.List,%20java.lang.Object[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)"><code>Table.batchCallback(java.util.List<? extends org.apache.hadoop.hbase.client.Row>, java.lang.Object[], org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R>)</code></a> instead</i></div> </div> @@ -290,7 +290,7 @@ <td class="colFirst"><code><R> void</code></td> <td class="colLast"><span class="strong">RemoteHTable.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/rest/client/RemoteHTable.html#batchCallback(java.util.List,%20java.lang.Object[],%20org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)">batchCallback</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><? extends <a href="../../../../../../org/apache/hadoop/hbase/client/Row.html" title="interface in org.apache.hadoop.hbase.client">Row</a>> actions, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[] results, - <a href="../../../../../../org/apache/hadoop/hbase/client/coprocessor/Batch.Callback.html" title="interface in org.apache.hadoop.hbase.client.coprocessor">Batch.Callback</a><R> callback)</code> </td> + org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback)</code> </td> </tr> </tbody> </table> http://git-wip-us.apache.org/repos/asf/hbase/blob/fc29f802/apidocs/org/apache/hadoop/hbase/client/class-use/Scan.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Scan.html b/apidocs/org/apache/hadoop/hbase/client/class-use/Scan.html index 338e78c..9602baa 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Scan.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Scan.html @@ -129,12 +129,12 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.</div> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a></code></td> -<td class="colLast"><span class="strong">Scan.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Scan.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> +<td class="colLast"><span class="strong">Scan.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Scan.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>,org.apache.hadoop.hbase.security.access.Permission> perms)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a></code></td> <td class="colLast"><span class="strong">Scan.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Scan.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> + org.apache.hadoop.hbase.security.access.Permission perms)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a></code></td> @@ -154,7 +154,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.</div> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a></code></td> -<td class="colLast"><span class="strong">Scan.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Scan.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> </td> +<td class="colLast"><span class="strong">Scan.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html#setAuthorizations(org.apache.hadoop.hbase.security.visibility.Authorizations)">setAuthorizations</a></strong>(org.apache.hadoop.hbase.security.visibility.Authorizations authorizations)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a></code></td> @@ -259,7 +259,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.</div> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a></code></td> <td class="colLast"><span class="strong">Scan.</span><code><strong><a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html#setScanMetricsEnabled(boolean)">setScanMetricsEnabled</a></strong>(boolean enabled)</code> -<div class="block">Enable collection of <a href="../../../../../../org/apache/hadoop/hbase/client/metrics/ScanMetrics.html" title="class in org.apache.hadoop.hbase.client.metrics"><code>ScanMetrics</code></a>.</div> +<div class="block">Enable collection of <code>ScanMetrics</code>.</div> </td> </tr> <tr class="rowColor">
