http://git-wip-us.apache.org/repos/asf/hbase-site/blob/346adc37/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 f35e800..5e317d4 100644 --- a/apidocs/org/apache/hadoop/hbase/client/Table.html +++ b/apidocs/org/apache/hadoop/hbase/client/Table.html @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":38,"i26":6,"i27":6,"i28":6,"i29":38,"i30":38,"i31":6,"i32":6,"i33":6,"i34":6,"i35":6,"i36":6,"i37":6,"i38":38,"i39":38,"i40":38,"i41":38,"i42":38}; +var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":38,"i26":6,"i27":6,"i28":6,"i29":38,"i30":6,"i31":6,"i32":6,"i33":6,"i34":6,"i35":6,"i36":6,"i37":38,"i38":38,"i39":38,"i40":38}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],32:["t6","Deprecated Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -388,26 +388,18 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html </td> </tr> <tr id="i30" class="altColor"> -<td class="colFirst"><code>long</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/Table.html#getWriteBufferSize--">getWriteBufferSize</a></span>()</code> -<div class="block"><span class="deprecatedLabel">Deprecated.</span> -<div class="block"><span class="deprecationComment">as of 1.0.1 (should not have been in 1.0.0). Replaced by <a href="../../../../../org/apache/hadoop/hbase/client/BufferedMutator.html#getWriteBufferSize--"><code>BufferedMutator.getWriteBufferSize()</code></a></span></div> -</div> -</td> -</tr> -<tr id="i31" class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/Table.html#getWriteRpcTimeout--">getWriteRpcTimeout</a></span>()</code> <div class="block">Get timeout (millisecond) of each rpc write request in this Table instance.</div> </td> </tr> -<tr id="i32" class="altColor"> +<tr id="i31" class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/client/Result.html" title="class in org.apache.hadoop.hbase.client">Result</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/Table.html#increment-org.apache.hadoop.hbase.client.Increment-">increment</a></span>(<a href="../../../../../org/apache/hadoop/hbase/client/Increment.html" title="class in org.apache.hadoop.hbase.client">Increment</a> increment)</code> <div class="block">Increments one or more columns within a single row.</div> </td> </tr> -<tr id="i33" class="rowColor"> +<tr id="i32" class="altColor"> <td class="colFirst"><code>long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/Table.html#incrementColumnValue-byte:A-byte:A-byte:A-long-">incrementColumnValue</a></span>(byte[] row, byte[] family, @@ -416,7 +408,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html <div class="block">See <a href="../../../../../org/apache/hadoop/hbase/client/Table.html#incrementColumnValue-byte:A-byte:A-byte:A-long-org.apache.hadoop.hbase.client.Durability-"><code>incrementColumnValue(byte[], byte[], byte[], long, Durability)</code></a></div> </td> </tr> -<tr id="i34" class="altColor"> +<tr id="i33" class="rowColor"> <td class="colFirst"><code>long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/Table.html#incrementColumnValue-byte:A-byte:A-byte:A-long-org.apache.hadoop.hbase.client.Durability-">incrementColumnValue</a></span>(byte[] row, byte[] family, @@ -426,25 +418,25 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html <div class="block">Atomically increments a column value.</div> </td> </tr> -<tr id="i35" class="rowColor"> +<tr id="i34" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/Table.html#mutateRow-org.apache.hadoop.hbase.client.RowMutations-">mutateRow</a></span>(<a href="../../../../../org/apache/hadoop/hbase/client/RowMutations.html" title="class in org.apache.hadoop.hbase.client">RowMutations</a> rm)</code> <div class="block">Performs multiple mutations atomically on a single row.</div> </td> </tr> -<tr id="i36" class="altColor"> +<tr id="i35" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/Table.html#put-java.util.List-">put</a></span>(<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/client/Put.html" title="class in org.apache.hadoop.hbase.client">Put</a>> puts)</code> <div class="block">Puts some data in the table, in batch.</div> </td> </tr> -<tr id="i37" class="rowColor"> +<tr id="i36" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/Table.html#put-org.apache.hadoop.hbase.client.Put-">put</a></span>(<a href="../../../../../org/apache/hadoop/hbase/client/Put.html" title="class in org.apache.hadoop.hbase.client">Put</a> put)</code> <div class="block">Puts some data in the table.</div> </td> </tr> -<tr id="i38" class="altColor"> +<tr id="i37" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/Table.html#setOperationTimeout-int-">setOperationTimeout</a></span>(int operationTimeout)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> @@ -452,7 +444,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html </div> </td> </tr> -<tr id="i39" class="rowColor"> +<tr id="i38" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/Table.html#setReadRpcTimeout-int-">setReadRpcTimeout</a></span>(int readRpcTimeout)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> @@ -460,7 +452,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html </div> </td> </tr> -<tr id="i40" class="altColor"> +<tr id="i39" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/Table.html#setRpcTimeout-int-">setRpcTimeout</a></span>(int rpcTimeout)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> @@ -468,16 +460,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html </div> </td> </tr> -<tr id="i41" class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/Table.html#setWriteBufferSize-long-">setWriteBufferSize</a></span>(long writeBufferSize)</code> -<div class="block"><span class="deprecatedLabel">Deprecated.</span> -<div class="block"><span class="deprecationComment">as of 1.0.1 (should not have been in 1.0.0). Replaced by <a href="../../../../../org/apache/hadoop/hbase/client/BufferedMutator.html" title="interface in org.apache.hadoop.hbase.client"><code>BufferedMutator</code></a> and - <a href="../../../../../org/apache/hadoop/hbase/client/BufferedMutatorParams.html#writeBufferSize-long-"><code>BufferedMutatorParams.writeBufferSize(long)</code></a></span></div> -</div> -</td> -</tr> -<tr id="i42" class="altColor"> +<tr id="i40" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/Table.html#setWriteRpcTimeout-int-">setWriteRpcTimeout</a></span>(int writeRpcTimeout)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> @@ -800,19 +783,14 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html <ul class="blockList"> <li class="blockList"> <h4>put</h4> -<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.222">put</a>(<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/client/Put.html" title="class in org.apache.hadoop.hbase.client">Put</a>> puts) +<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.217">put</a>(<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/client/Put.html" title="class in org.apache.hadoop.hbase.client">Put</a>> puts) 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">Puts some data in the table, in batch. <p> - This can be used for group commit, or for submitting user defined - batches. The writeBuffer will be periodically inspected while the List - is processed, so depending on the List size the writeBuffer may flush - not at all, or more than once.</div> + This can be used for group commit, or for submitting user defined batches.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>puts</code> - The list of mutations to apply. The batch put is done by - aggregating the iteration of the Puts over the write buffer - at the client-side for a single RPC call.</dd> +<dd><code>puts</code> - The list of mutations to apply.</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><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></code> - if a remote or network exception occurs.</dd> <dt><span class="simpleTagLabel">Since:</span></dt> @@ -826,7 +804,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html <ul class="blockList"> <li class="blockList"> <h4>checkAndPut</h4> -<pre>boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.237">checkAndPut</a>(byte[] row, +<pre>boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.232">checkAndPut</a>(byte[] row, byte[] family, byte[] qualifier, byte[] value, @@ -855,7 +833,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html <ul class="blockList"> <li class="blockList"> <h4>checkAndPut</h4> -<pre>boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.259">checkAndPut</a>(byte[] row, +<pre>boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.254">checkAndPut</a>(byte[] row, byte[] family, byte[] qualifier, <a href="../../../../../org/apache/hadoop/hbase/filter/CompareFilter.CompareOp.html" title="enum in org.apache.hadoop.hbase.filter">CompareFilter.CompareOp</a> compareOp, @@ -891,7 +869,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html <ul class="blockList"> <li class="blockList"> <h4>delete</h4> -<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.269">delete</a>(<a href="../../../../../org/apache/hadoop/hbase/client/Delete.html" title="class in org.apache.hadoop.hbase.client">Delete</a> delete) +<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.264">delete</a>(<a href="../../../../../org/apache/hadoop/hbase/client/Delete.html" title="class in org.apache.hadoop.hbase.client">Delete</a> delete) 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">Deletes the specified cells/row.</div> <dl> @@ -910,7 +888,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html <ul class="blockList"> <li class="blockList"> <h4>delete</h4> -<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.282">delete</a>(<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/client/Delete.html" title="class in org.apache.hadoop.hbase.client">Delete</a>> deletes) +<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.277">delete</a>(<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/client/Delete.html" title="class in org.apache.hadoop.hbase.client">Delete</a>> deletes) 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">Deletes the specified cells/rows in bulk.</div> <dl> @@ -934,7 +912,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html <ul class="blockList"> <li class="blockList"> <h4>checkAndDelete</h4> -<pre>boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.297">checkAndDelete</a>(byte[] row, +<pre>boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.292">checkAndDelete</a>(byte[] row, byte[] family, byte[] qualifier, byte[] value, @@ -963,7 +941,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html <ul class="blockList"> <li class="blockList"> <h4>checkAndDelete</h4> -<pre>boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.319">checkAndDelete</a>(byte[] row, +<pre>boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.314">checkAndDelete</a>(byte[] row, byte[] family, byte[] qualifier, <a href="../../../../../org/apache/hadoop/hbase/filter/CompareFilter.CompareOp.html" title="enum in org.apache.hadoop.hbase.filter">CompareFilter.CompareOp</a> compareOp, @@ -999,7 +977,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html <ul class="blockList"> <li class="blockList"> <h4>mutateRow</h4> -<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.329">mutateRow</a>(<a href="../../../../../org/apache/hadoop/hbase/client/RowMutations.html" title="class in org.apache.hadoop.hbase.client">RowMutations</a> rm) +<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.324">mutateRow</a>(<a href="../../../../../org/apache/hadoop/hbase/client/RowMutations.html" title="class in org.apache.hadoop.hbase.client">RowMutations</a> rm) 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">Performs multiple mutations atomically on a single row. Currently <a href="../../../../../org/apache/hadoop/hbase/client/Put.html" title="class in org.apache.hadoop.hbase.client"><code>Put</code></a> and <a href="../../../../../org/apache/hadoop/hbase/client/Delete.html" title="class in org.apache.hadoop.hbase.client"><code>Delete</code></a> are supported.</div> @@ -1017,7 +995,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html <ul class="blockList"> <li class="blockList"> <h4>append</h4> -<pre><a href="../../../../../org/apache/hadoop/hbase/client/Result.html" title="class in org.apache.hadoop.hbase.client">Result</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.344">append</a>(<a href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class in org.apache.hadoop.hbase.client">Append</a> append) +<pre><a href="../../../../../org/apache/hadoop/hbase/client/Result.html" title="class in org.apache.hadoop.hbase.client">Result</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.339">append</a>(<a href="../../../../../org/apache/hadoop/hbase/client/Append.html" title="class in org.apache.hadoop.hbase.client">Append</a> append) 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">Appends values to one or more columns within a single row. <p> @@ -1042,7 +1020,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html <ul class="blockList"> <li class="blockList"> <h4>increment</h4> -<pre><a href="../../../../../org/apache/hadoop/hbase/client/Result.html" title="class in org.apache.hadoop.hbase.client">Result</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.359">increment</a>(<a href="../../../../../org/apache/hadoop/hbase/client/Increment.html" title="class in org.apache.hadoop.hbase.client">Increment</a> increment) +<pre><a href="../../../../../org/apache/hadoop/hbase/client/Result.html" title="class in org.apache.hadoop.hbase.client">Result</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.354">increment</a>(<a href="../../../../../org/apache/hadoop/hbase/client/Increment.html" title="class in org.apache.hadoop.hbase.client">Increment</a> increment) 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">Increments one or more columns within a single row. <p> @@ -1067,7 +1045,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html <ul class="blockList"> <li class="blockList"> <h4>incrementColumnValue</h4> -<pre>long <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.373">incrementColumnValue</a>(byte[] row, +<pre>long <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.368">incrementColumnValue</a>(byte[] row, byte[] family, byte[] qualifier, long amount) @@ -1095,7 +1073,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html <ul class="blockList"> <li class="blockList"> <h4>incrementColumnValue</h4> -<pre>long <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.393">incrementColumnValue</a>(byte[] row, +<pre>long <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.388">incrementColumnValue</a>(byte[] row, byte[] family, byte[] qualifier, long amount, @@ -1129,7 +1107,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html <ul class="blockList"> <li class="blockList"> <h4>close</h4> -<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.402">close</a>() +<pre>void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.397">close</a>() throws <a href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <div class="block">Releases any resources held or pending changes in internal buffers.</div> <dl> @@ -1148,7 +1126,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html <ul class="blockList"> <li class="blockList"> <h4>coprocessorService</h4> -<pre><a href="../../../../../org/apache/hadoop/hbase/ipc/CoprocessorRpcChannel.html" title="interface in org.apache.hadoop.hbase.ipc">CoprocessorRpcChannel</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.431">coprocessorService</a>(byte[] row)</pre> +<pre><a href="../../../../../org/apache/hadoop/hbase/ipc/CoprocessorRpcChannel.html" title="interface in org.apache.hadoop.hbase.ipc">CoprocessorRpcChannel</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.426">coprocessorService</a>(byte[] row)</pre> <div class="block">Creates and returns a <code>RpcChannel</code> instance connected to the table region containing the specified row. The row given does not actually have to exist. Whichever region would contain the row based on start and end keys will @@ -1185,7 +1163,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html <ul class="blockList"> <li class="blockList"> <h4>coprocessorService</h4> -<pre><T extends com.google.protobuf.Service,R> <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><byte[],R> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.453">coprocessorService</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> service, +<pre><T extends com.google.protobuf.Service,R> <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><byte[],R> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.448">coprocessorService</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> service, byte[] startKey, byte[] endKey, org.apache.hadoop.hbase.client.coprocessor.Batch.Call<T,R> callable) @@ -1221,7 +1199,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html <ul class="blockList"> <li class="blockList"> <h4>coprocessorService</h4> -<pre><T extends com.google.protobuf.Service,R> void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.481">coprocessorService</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> service, +<pre><T extends com.google.protobuf.Service,R> void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.476">coprocessorService</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> service, byte[] startKey, byte[] endKey, org.apache.hadoop.hbase.client.coprocessor.Batch.Call<T,R> callable, @@ -1254,48 +1232,6 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html </dl> </li> </ul> -<a name="getWriteBufferSize--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getWriteBufferSize</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> -long <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.494">getWriteBufferSize</a>()</pre> -<div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">as of 1.0.1 (should not have been in 1.0.0). Replaced by <a href="../../../../../org/apache/hadoop/hbase/client/BufferedMutator.html#getWriteBufferSize--"><code>BufferedMutator.getWriteBufferSize()</code></a></span></div> -<div class="block">Returns the maximum size in bytes of the write buffer for this HTable. - <p> - The default value comes from the configuration parameter - <code>hbase.client.write.buffer</code>.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>The size of the write buffer in bytes.</dd> -</dl> -</li> -</ul> -<a name="setWriteBufferSize-long-"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setWriteBufferSize</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> -void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.507">setWriteBufferSize</a>(long writeBufferSize) - 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> <span class="deprecationComment">as of 1.0.1 (should not have been in 1.0.0). Replaced by <a href="../../../../../org/apache/hadoop/hbase/client/BufferedMutator.html" title="interface in org.apache.hadoop.hbase.client"><code>BufferedMutator</code></a> and - <a href="../../../../../org/apache/hadoop/hbase/client/BufferedMutatorParams.html#writeBufferSize-long-"><code>BufferedMutatorParams.writeBufferSize(long)</code></a></span></div> -<div class="block">Sets the size of the buffer in bytes. - <p> - If the new size is less than the current amount of data in the - write buffer, the buffer gets flushed.</div> -<dl> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>writeBufferSize</code> - The new write buffer size, in bytes.</dd> -<dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><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></code> - if a remote or network exception occurs.</dd> -</dl> -</li> -</ul> <a name="batchCoprocessorService-com.google.protobuf.Descriptors.MethodDescriptor-com.google.protobuf.Message-byte:A-byte:A-com.google.protobuf.Message-"> <!-- --> </a><a name="batchCoprocessorService-com.google.protobuf.Descriptors.MethodDescriptor-com.google.protobuf.Message-byte:A-byte:A-R-"> @@ -1304,7 +1240,7 @@ void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table. <ul class="blockList"> <li class="blockList"> <h4>batchCoprocessorService</h4> -<pre><R extends com.google.protobuf.Message> <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><byte[],R> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.533">batchCoprocessorService</a>(com.google.protobuf.Descriptors.MethodDescriptor methodDescriptor, +<pre><R extends com.google.protobuf.Message> <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><byte[],R> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.504">batchCoprocessorService</a>(com.google.protobuf.Descriptors.MethodDescriptor methodDescriptor, com.google.protobuf.Message request, byte[] startKey, byte[] endKey, @@ -1342,7 +1278,7 @@ void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table. <ul class="blockList"> <li class="blockList"> <h4>batchCoprocessorService</h4> -<pre><R extends com.google.protobuf.Message> void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.568">batchCoprocessorService</a>(com.google.protobuf.Descriptors.MethodDescriptor methodDescriptor, +<pre><R extends com.google.protobuf.Message> void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.539">batchCoprocessorService</a>(com.google.protobuf.Descriptors.MethodDescriptor methodDescriptor, com.google.protobuf.Message request, byte[] startKey, byte[] endKey, @@ -1384,7 +1320,7 @@ void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table. <ul class="blockList"> <li class="blockList"> <h4>checkAndMutate</h4> -<pre>boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.591">checkAndMutate</a>(byte[] row, +<pre>boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.562">checkAndMutate</a>(byte[] row, byte[] family, byte[] qualifier, <a href="../../../../../org/apache/hadoop/hbase/filter/CompareFilter.CompareOp.html" title="enum in org.apache.hadoop.hbase.filter">CompareFilter.CompareOp</a> compareOp, @@ -1421,7 +1357,7 @@ void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table. <li class="blockList"> <h4>setOperationTimeout</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> -void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.606">setOperationTimeout</a>(int operationTimeout)</pre> +void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.577">setOperationTimeout</a>(int operationTimeout)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">since 2.0.0, use <a href="../../../../../org/apache/hadoop/hbase/client/TableBuilder.html#setOperationTimeout-int-"><code>TableBuilder.setOperationTimeout(int)</code></a> instead</span></div> <div class="block">Set timeout (millisecond) of each operation in this Table instance, will override the value of hbase.client.operation.timeout in configuration. @@ -1442,7 +1378,7 @@ void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table. <ul class="blockList"> <li class="blockList"> <h4>getOperationTimeout</h4> -<pre>int <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.611">getOperationTimeout</a>()</pre> +<pre>int <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.582">getOperationTimeout</a>()</pre> <div class="block">Get timeout (millisecond) of each operation for in Table instance.</div> </li> </ul> @@ -1453,7 +1389,7 @@ void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table. <li class="blockList"> <h4>getRpcTimeout</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> -int <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.620">getRpcTimeout</a>()</pre> +int <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.591">getRpcTimeout</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">Use getReadRpcTimeout or getWriteRpcTimeout instead</span></div> <div class="block">Get timeout (millisecond) of each rpc request in this Table instance.</div> <dl> @@ -1469,7 +1405,7 @@ int <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.h <li class="blockList"> <h4>setRpcTimeout</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> -void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.635">setRpcTimeout</a>(int rpcTimeout)</pre> +void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.606">setRpcTimeout</a>(int rpcTimeout)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">Use setReadRpcTimeout or setWriteRpcTimeout instead</span></div> <div class="block">Set timeout (millisecond) of each rpc request in operations of this Table instance, will override the value of hbase.rpc.timeout in configuration. @@ -1489,7 +1425,7 @@ void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table. <ul class="blockList"> <li class="blockList"> <h4>getReadRpcTimeout</h4> -<pre>int <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.640">getReadRpcTimeout</a>()</pre> +<pre>int <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.611">getReadRpcTimeout</a>()</pre> <div class="block">Get timeout (millisecond) of each rpc read request in this Table instance.</div> </li> </ul> @@ -1500,7 +1436,7 @@ void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table. <li class="blockList"> <h4>setReadRpcTimeout</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> -void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.652">setReadRpcTimeout</a>(int readRpcTimeout)</pre> +void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.623">setReadRpcTimeout</a>(int readRpcTimeout)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">since 2.0.0, use <a href="../../../../../org/apache/hadoop/hbase/client/TableBuilder.html#setReadRpcTimeout-int-"><code>TableBuilder.setReadRpcTimeout(int)</code></a> instead</span></div> <div class="block">Set timeout (millisecond) of each rpc read request in operations of this Table instance, will override the value of hbase.rpc.read.timeout in configuration. @@ -1518,7 +1454,7 @@ void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table. <ul class="blockList"> <li class="blockList"> <h4>getWriteRpcTimeout</h4> -<pre>int <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.657">getWriteRpcTimeout</a>()</pre> +<pre>int <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.628">getWriteRpcTimeout</a>()</pre> <div class="block">Get timeout (millisecond) of each rpc write request in this Table instance.</div> </li> </ul> @@ -1529,7 +1465,7 @@ void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table. <li class="blockList"> <h4>setWriteRpcTimeout</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> -void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.669">setWriteRpcTimeout</a>(int writeRpcTimeout)</pre> +void <a href="../../../../../src-html/org/apache/hadoop/hbase/client/Table.html#line.640">setWriteRpcTimeout</a>(int writeRpcTimeout)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">since 2.0.0, use <a href="../../../../../org/apache/hadoop/hbase/client/TableBuilder.html#setWriteRpcTimeout-int-"><code>TableBuilder.setWriteRpcTimeout(int)</code></a> instead</span></div> <div class="block">Set timeout (millisecond) of each rpc write request in operations of this Table instance, will override the value of hbase.rpc.write.timeout in configuration.
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/346adc37/apidocs/org/apache/hadoop/hbase/client/TableBuilder.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/TableBuilder.html b/apidocs/org/apache/hadoop/hbase/client/TableBuilder.html index 0f081a5..239c3cf 100644 --- a/apidocs/org/apache/hadoop/hbase/client/TableBuilder.html +++ b/apidocs/org/apache/hadoop/hbase/client/TableBuilder.html @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6}; +var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -152,13 +152,6 @@ public interface <a href="../../../../../src-html/org/apache/hadoop/hbase/client </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/client/TableBuilder.html" title="interface in org.apache.hadoop.hbase.client">TableBuilder</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/TableBuilder.html#setWriteBufferSize-long-">setWriteBufferSize</a></span>(long writeBufferSize)</code> -<div class="block">Set the write buffer size which by default is specified by the - <code>hbase.client.write.buffer</code> setting.</div> -</td> -</tr> -<tr id="i5" class="rowColor"> -<td class="colFirst"><code><a href="../../../../../org/apache/hadoop/hbase/client/TableBuilder.html" title="interface in org.apache.hadoop.hbase.client">TableBuilder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/client/TableBuilder.html#setWriteRpcTimeout-int-">setWriteRpcTimeout</a></span>(int timeout)</code> <div class="block">Set timeout for each write(put, delete) rpc request.</div> </td> @@ -225,24 +218,13 @@ public interface <a href="../../../../../src-html/org/apache/hadoop/hbase/client <div class="block">Set timeout for each write(put, delete) rpc request.</div> </li> </ul> -<a name="setWriteBufferSize-long-"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setWriteBufferSize</h4> -<pre><a href="../../../../../org/apache/hadoop/hbase/client/TableBuilder.html" title="interface in org.apache.hadoop.hbase.client">TableBuilder</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/TableBuilder.html#line.63">setWriteBufferSize</a>(long writeBufferSize)</pre> -<div class="block">Set the write buffer size which by default is specified by the - <code>hbase.client.write.buffer</code> setting.</div> -</li> -</ul> <a name="build--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>build</h4> -<pre><a href="../../../../../org/apache/hadoop/hbase/client/Table.html" title="interface in org.apache.hadoop.hbase.client">Table</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/TableBuilder.html#line.68">build</a>()</pre> +<pre><a href="../../../../../org/apache/hadoop/hbase/client/Table.html" title="interface in org.apache.hadoop.hbase.client">Table</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/client/TableBuilder.html#line.62">build</a>()</pre> <div class="block">Create the <a href="../../../../../org/apache/hadoop/hbase/client/Table.html" title="interface in org.apache.hadoop.hbase.client"><code>Table</code></a> instance.</div> </li> </ul> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/346adc37/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 ff8903f..6fcd03e 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Get.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Get.html @@ -123,6 +123,18 @@ </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="typeNameLabel">Get.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/Get.html#readAllVersions--">readAllVersions</a></span>()</code> +<div class="block">Get all available versions.</div> +</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="typeNameLabel">Get.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/Get.html#readVersions-int-">readVersions</a></span>(int versions)</code> +<div class="block">Get up to the specified number of versions of each column.</div> +</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> <td class="colLast"><span class="typeNameLabel">Get.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/Get.html#setACL-java.util.Map-">setACL</a></span>(<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>,org.apache.hadoop.hbase.security.access.Permission> perms)</code> </td> </tr> <tr class="rowColor"> @@ -197,13 +209,19 @@ <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="typeNameLabel">Get.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/Get.html#setMaxVersions--">setMaxVersions</a></span>()</code> -<div class="block">Get all available versions.</div> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> +<div class="block"><span class="deprecationComment">It is easy to misunderstand with column family's max versions, so use + <a href="../../../../../../org/apache/hadoop/hbase/client/Get.html#readAllVersions--"><code>readAllVersions()</code></a> instead.</span></div> +</div> </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> <td class="colLast"><span class="typeNameLabel">Get.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/Get.html#setMaxVersions-int-">setMaxVersions</a></span>(int maxVersions)</code> -<div class="block">Get up to the specified number of versions of each column.</div> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> +<div class="block"><span class="deprecationComment">It is easy to misunderstand with column family's max versions, so use + <a href="../../../../../../org/apache/hadoop/hbase/client/Get.html#readVersions-int-"><code>readVersions(int)</code></a> instead.</span></div> +</div> </td> </tr> <tr class="rowColor"> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/346adc37/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 92e5dd1..be2981f 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/Scan.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Scan.html @@ -143,6 +143,18 @@ 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="typeNameLabel">Scan.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html#readAllVersions--">readAllVersions</a></span>()</code> +<div class="block">Get all available versions.</div> +</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> +<td class="colLast"><span class="typeNameLabel">Scan.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html#readVersions-int-">readVersions</a></span>(int versions)</code> +<div class="block">Get up to the specified number of versions of each column.</div> +</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="typeNameLabel">Scan.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html#setACL-java.util.Map-">setACL</a></span>(<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>,org.apache.hadoop.hbase.security.access.Permission> perms)</code> </td> </tr> <tr class="altColor"> @@ -246,13 +258,19 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.</div> <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="typeNameLabel">Scan.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html#setMaxVersions--">setMaxVersions</a></span>()</code> -<div class="block">Get all available versions.</div> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> +<div class="block"><span class="deprecationComment">It is easy to misunderstand with column family's max versions, so use + <a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html#readAllVersions--"><code>readAllVersions()</code></a> instead.</span></div> +</div> </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> <td class="colLast"><span class="typeNameLabel">Scan.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html#setMaxVersions-int-">setMaxVersions</a></span>(int maxVersions)</code> -<div class="block">Get up to the specified number of versions of each column.</div> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> +<div class="block"><span class="deprecationComment">It is easy to misunderstand with column family's max versions, so use + <a href="../../../../../../org/apache/hadoop/hbase/client/Scan.html#readVersions-int-"><code>readVersions(int)</code></a> instead.</span></div> +</div> </td> </tr> <tr class="rowColor"> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/346adc37/apidocs/org/apache/hadoop/hbase/client/class-use/TableBuilder.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/TableBuilder.html b/apidocs/org/apache/hadoop/hbase/client/class-use/TableBuilder.html index 3f62057..d1ba8c0 100644 --- a/apidocs/org/apache/hadoop/hbase/client/class-use/TableBuilder.html +++ b/apidocs/org/apache/hadoop/hbase/client/class-use/TableBuilder.html @@ -131,13 +131,6 @@ </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/TableBuilder.html" title="interface in org.apache.hadoop.hbase.client">TableBuilder</a></code></td> -<td class="colLast"><span class="typeNameLabel">TableBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/TableBuilder.html#setWriteBufferSize-long-">setWriteBufferSize</a></span>(long writeBufferSize)</code> -<div class="block">Set the write buffer size which by default is specified by the - <code>hbase.client.write.buffer</code> setting.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/TableBuilder.html" title="interface in org.apache.hadoop.hbase.client">TableBuilder</a></code></td> <td class="colLast"><span class="typeNameLabel">TableBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/TableBuilder.html#setWriteRpcTimeout-int-">setWriteRpcTimeout</a></span>(int timeout)</code> <div class="block">Set timeout for each write(put, delete) rpc request.</div> </td> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/346adc37/apidocs/org/apache/hadoop/hbase/rest/client/RemoteHTable.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/rest/client/RemoteHTable.html b/apidocs/org/apache/hadoop/hbase/rest/client/RemoteHTable.html index c931bd9..95f62e5 100644 --- a/apidocs/org/apache/hadoop/hbase/rest/client/RemoteHTable.html +++ b/apidocs/org/apache/hadoop/hbase/rest/client/RemoteHTable.html @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":42,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":42,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":42,"i49":10,"i50":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":42,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":42,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":42,"i48":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -445,24 +445,18 @@ implements <a href="../../../../../../org/apache/hadoop/hbase/client/Table.html" <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/rest/client/RemoteHTable.html#getTableName--">getTableName</a></span>()</code> </td> </tr> <tr id="i37" class="rowColor"> -<td class="colFirst"><code>long</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/rest/client/RemoteHTable.html#getWriteBufferSize--">getWriteBufferSize</a></span>()</code> -<div class="block">Returns the maximum size in bytes of the write buffer for this HTable.</div> -</td> -</tr> -<tr id="i38" class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/rest/client/RemoteHTable.html#getWriteRpcTimeout--">getWriteRpcTimeout</a></span>()</code> <div class="block">Get timeout (millisecond) of each rpc write request in this Table instance.</div> </td> </tr> -<tr id="i39" class="rowColor"> +<tr id="i38" class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/hbase/client/Result.html" title="class in org.apache.hadoop.hbase.client">Result</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/rest/client/RemoteHTable.html#increment-org.apache.hadoop.hbase.client.Increment-">increment</a></span>(<a href="../../../../../../org/apache/hadoop/hbase/client/Increment.html" title="class in org.apache.hadoop.hbase.client">Increment</a> increment)</code> <div class="block">Increments one or more columns within a single row.</div> </td> </tr> -<tr id="i40" class="altColor"> +<tr id="i39" class="rowColor"> <td class="colFirst"><code>long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/rest/client/RemoteHTable.html#incrementColumnValue-byte:A-byte:A-byte:A-long-">incrementColumnValue</a></span>(byte[] row, byte[] family, @@ -471,7 +465,7 @@ implements <a href="../../../../../../org/apache/hadoop/hbase/client/Table.html" <div class="block">See <a href="../../../../../../org/apache/hadoop/hbase/client/Table.html#incrementColumnValue-byte:A-byte:A-byte:A-long-org.apache.hadoop.hbase.client.Durability-"><code>Table.incrementColumnValue(byte[], byte[], byte[], long, Durability)</code></a></div> </td> </tr> -<tr id="i41" class="rowColor"> +<tr id="i40" class="altColor"> <td class="colFirst"><code>long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/rest/client/RemoteHTable.html#incrementColumnValue-byte:A-byte:A-byte:A-long-org.apache.hadoop.hbase.client.Durability-">incrementColumnValue</a></span>(byte[] row, byte[] family, @@ -481,55 +475,49 @@ implements <a href="../../../../../../org/apache/hadoop/hbase/client/Table.html" <div class="block">Atomically increments a column value.</div> </td> </tr> -<tr id="i42" class="altColor"> +<tr id="i41" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/rest/client/RemoteHTable.html#isAutoFlush--">isAutoFlush</a></span>()</code> </td> </tr> -<tr id="i43" class="rowColor"> +<tr id="i42" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/rest/client/RemoteHTable.html#mutateRow-org.apache.hadoop.hbase.client.RowMutations-">mutateRow</a></span>(<a href="../../../../../../org/apache/hadoop/hbase/client/RowMutations.html" title="class in org.apache.hadoop.hbase.client">RowMutations</a> rm)</code> <div class="block">Performs multiple mutations atomically on a single row.</div> </td> </tr> -<tr id="i44" class="altColor"> +<tr id="i43" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/rest/client/RemoteHTable.html#put-java.util.List-">put</a></span>(<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/client/Put.html" title="class in org.apache.hadoop.hbase.client">Put</a>> puts)</code> <div class="block">Puts some data in the table, in batch.</div> </td> </tr> -<tr id="i45" class="rowColor"> +<tr id="i44" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/rest/client/RemoteHTable.html#put-org.apache.hadoop.hbase.client.Put-">put</a></span>(<a href="../../../../../../org/apache/hadoop/hbase/client/Put.html" title="class in org.apache.hadoop.hbase.client">Put</a> put)</code> <div class="block">Puts some data in the table.</div> </td> </tr> -<tr id="i46" class="altColor"> +<tr id="i45" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/rest/client/RemoteHTable.html#setOperationTimeout-int-">setOperationTimeout</a></span>(int operationTimeout)</code> <div class="block">Set timeout (millisecond) of each operation in this Table instance, will override the value of hbase.client.operation.timeout in configuration.</div> </td> </tr> -<tr id="i47" class="rowColor"> +<tr id="i46" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/rest/client/RemoteHTable.html#setReadRpcTimeout-int-">setReadRpcTimeout</a></span>(int readRpcTimeout)</code> <div class="block">Set timeout (millisecond) of each rpc read request in operations of this Table instance, will override the value of hbase.rpc.read.timeout in configuration.</div> </td> </tr> -<tr id="i48" class="altColor"> +<tr id="i47" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/rest/client/RemoteHTable.html#setRpcTimeout-int-">setRpcTimeout</a></span>(int rpcTimeout)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> </td> </tr> -<tr id="i49" class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/rest/client/RemoteHTable.html#setWriteBufferSize-long-">setWriteBufferSize</a></span>(long writeBufferSize)</code> -<div class="block">Sets the size of the buffer in bytes.</div> -</td> -</tr> -<tr id="i50" class="altColor"> +<tr id="i48" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/rest/client/RemoteHTable.html#setWriteRpcTimeout-int-">setWriteRpcTimeout</a></span>(int writeRpcTimeout)</code> <div class="block">Set timeout (millisecond) of each rpc write request in operations of this Table instance, will @@ -871,17 +859,12 @@ public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Boolean. <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/hadoop/hbase/client/Table.html#put-java.util.List-">Table</a></code></span></div> <div class="block">Puts some data in the table, in batch. <p> - This can be used for group commit, or for submitting user defined - batches. The writeBuffer will be periodically inspected while the List - is processed, so depending on the List size the writeBuffer may flush - not at all, or more than once.</div> + This can be used for group commit, or for submitting user defined batches.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../../org/apache/hadoop/hbase/client/Table.html#put-java.util.List-">put</a></code> in interface <code><a href="../../../../../../org/apache/hadoop/hbase/client/Table.html" title="interface in org.apache.hadoop.hbase.client">Table</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>puts</code> - The list of mutations to apply. The batch put is done by - aggregating the iteration of the Puts over the write buffer - at the client-side for a single RPC call.</dd> +<dd><code>puts</code> - The list of mutations to apply.</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><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></code> - if a remote or network exception occurs.</dd> </dl> @@ -1501,49 +1484,6 @@ public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Boolean. </dl> </li> </ul> -<a name="getWriteBufferSize--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getWriteBufferSize</h4> -<pre>public long <a href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteHTable.html#line.825">getWriteBufferSize</a>()</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/hadoop/hbase/client/Table.html#getWriteBufferSize--">Table</a></code></span></div> -<div class="block">Returns the maximum size in bytes of the write buffer for this HTable. - <p> - The default value comes from the configuration parameter - <code>hbase.client.write.buffer</code>.</div> -<dl> -<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../../org/apache/hadoop/hbase/client/Table.html#getWriteBufferSize--">getWriteBufferSize</a></code> in interface <code><a href="../../../../../../org/apache/hadoop/hbase/client/Table.html" title="interface in org.apache.hadoop.hbase.client">Table</a></code></dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>The size of the write buffer in bytes.</dd> -</dl> -</li> -</ul> -<a name="setWriteBufferSize-long-"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setWriteBufferSize</h4> -<pre>public void <a href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteHTable.html#line.830">setWriteBufferSize</a>(long writeBufferSize) - 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 interface: <code><a href="../../../../../../org/apache/hadoop/hbase/client/Table.html#setWriteBufferSize-long-">Table</a></code></span></div> -<div class="block">Sets the size of the buffer in bytes. - <p> - If the new size is less than the current amount of data in the - write buffer, the buffer gets flushed.</div> -<dl> -<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../../org/apache/hadoop/hbase/client/Table.html#setWriteBufferSize-long-">setWriteBufferSize</a></code> in interface <code><a href="../../../../../../org/apache/hadoop/hbase/client/Table.html" title="interface in org.apache.hadoop.hbase.client">Table</a></code></dd> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>writeBufferSize</code> - The new write buffer size, in bytes.</dd> -<dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><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></code> - if a remote or network exception occurs.</dd> -</dl> -</li> -</ul> <a name="batchCoprocessorService-com.google.protobuf.Descriptors.MethodDescriptor-com.google.protobuf.Message-byte:A-byte:A-com.google.protobuf.Message-"> <!-- --> </a><a name="batchCoprocessorService-com.google.protobuf.Descriptors.MethodDescriptor-com.google.protobuf.Message-byte:A-byte:A-R-"> @@ -1552,7 +1492,7 @@ public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Boolean. <ul class="blockList"> <li class="blockList"> <h4>batchCoprocessorService</h4> -<pre>public <R extends com.google.protobuf.Message> <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><byte[],R> <a href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteHTable.html#line.835">batchCoprocessorService</a>(com.google.protobuf.Descriptors.MethodDescriptor method, +<pre>public <R extends com.google.protobuf.Message> <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><byte[],R> <a href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteHTable.html#line.825">batchCoprocessorService</a>(com.google.protobuf.Descriptors.MethodDescriptor method, com.google.protobuf.Message request, byte[] startKey, byte[] endKey, @@ -1593,7 +1533,7 @@ public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Boolean. <ul class="blockList"> <li class="blockList"> <h4>batchCoprocessorService</h4> -<pre>public <R extends com.google.protobuf.Message> void <a href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteHTable.html#line.842">batchCoprocessorService</a>(com.google.protobuf.Descriptors.MethodDescriptor method, +<pre>public <R extends com.google.protobuf.Message> void <a href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteHTable.html#line.832">batchCoprocessorService</a>(com.google.protobuf.Descriptors.MethodDescriptor method, com.google.protobuf.Message request, byte[] startKey, byte[] endKey, @@ -1638,7 +1578,7 @@ public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Boolean. <ul class="blockList"> <li class="blockList"> <h4>checkAndMutate</h4> -<pre>public boolean <a href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteHTable.html#line.849">checkAndMutate</a>(byte[] row, +<pre>public boolean <a href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteHTable.html#line.839">checkAndMutate</a>(byte[] row, byte[] family, byte[] qualifier, <a href="../../../../../../org/apache/hadoop/hbase/filter/CompareFilter.CompareOp.html" title="enum in org.apache.hadoop.hbase.filter">CompareFilter.CompareOp</a> compareOp, @@ -1677,7 +1617,7 @@ public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Boolean. <ul class="blockList"> <li class="blockList"> <h4>setOperationTimeout</h4> -<pre>public void <a href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteHTable.html#line.855">setOperationTimeout</a>(int operationTimeout)</pre> +<pre>public void <a href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteHTable.html#line.845">setOperationTimeout</a>(int operationTimeout)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/hadoop/hbase/client/Table.html#setOperationTimeout-int-">Table</a></code></span></div> <div class="block">Set timeout (millisecond) of each operation in this Table instance, will override the value of hbase.client.operation.timeout in configuration. @@ -1700,7 +1640,7 @@ public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Boolean. <ul class="blockList"> <li class="blockList"> <h4>getOperationTimeout</h4> -<pre>public int <a href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteHTable.html#line.860">getOperationTimeout</a>()</pre> +<pre>public int <a href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteHTable.html#line.850">getOperationTimeout</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/hadoop/hbase/client/Table.html#getOperationTimeout--">Table</a></code></span></div> <div class="block">Get timeout (millisecond) of each operation for in Table instance.</div> <dl> @@ -1716,7 +1656,7 @@ public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Boolean. <li class="blockList"> <h4>setRpcTimeout</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 void <a href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteHTable.html#line.866">setRpcTimeout</a>(int rpcTimeout)</pre> +public void <a href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteHTable.html#line.856">setRpcTimeout</a>(int rpcTimeout)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/hadoop/hbase/client/Table.html#setRpcTimeout-int-">Table</a></code></span></div> <div class="block">Set timeout (millisecond) of each rpc request in operations of this Table instance, will @@ -1740,7 +1680,7 @@ public void <a href="../../../../../../src-html/org/apache/hadoop/hbas <li class="blockList"> <h4>getRpcTimeout</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 int <a href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteHTable.html#line.872">getRpcTimeout</a>()</pre> +public int <a href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteHTable.html#line.862">getRpcTimeout</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/hadoop/hbase/client/Table.html#getRpcTimeout--">Table</a></code></span></div> <div class="block">Get timeout (millisecond) of each rpc request in this Table instance.</div> @@ -1758,7 +1698,7 @@ public int <a href="../../../../../../src-html/org/apache/hadoop/hbase <ul class="blockList"> <li class="blockList"> <h4>getReadRpcTimeout</h4> -<pre>public int <a href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteHTable.html#line.877">getReadRpcTimeout</a>()</pre> +<pre>public int <a href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteHTable.html#line.867">getReadRpcTimeout</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/hadoop/hbase/client/Table.html#getReadRpcTimeout--">Table</a></code></span></div> <div class="block">Get timeout (millisecond) of each rpc read request in this Table instance.</div> <dl> @@ -1773,7 +1713,7 @@ public int <a href="../../../../../../src-html/org/apache/hadoop/hbase <ul class="blockList"> <li class="blockList"> <h4>setReadRpcTimeout</h4> -<pre>public void <a href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteHTable.html#line.882">setReadRpcTimeout</a>(int readRpcTimeout)</pre> +<pre>public void <a href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteHTable.html#line.872">setReadRpcTimeout</a>(int readRpcTimeout)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/hadoop/hbase/client/Table.html#setReadRpcTimeout-int-">Table</a></code></span></div> <div class="block">Set timeout (millisecond) of each rpc read request in operations of this Table instance, will override the value of hbase.rpc.read.timeout in configuration. @@ -1791,7 +1731,7 @@ public int <a href="../../../../../../src-html/org/apache/hadoop/hbase <ul class="blockList"> <li class="blockList"> <h4>getWriteRpcTimeout</h4> -<pre>public int <a href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteHTable.html#line.887">getWriteRpcTimeout</a>()</pre> +<pre>public int <a href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteHTable.html#line.877">getWriteRpcTimeout</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/hadoop/hbase/client/Table.html#getWriteRpcTimeout--">Table</a></code></span></div> <div class="block">Get timeout (millisecond) of each rpc write request in this Table instance.</div> <dl> @@ -1806,7 +1746,7 @@ public int <a href="../../../../../../src-html/org/apache/hadoop/hbase <ul class="blockListLast"> <li class="blockList"> <h4>setWriteRpcTimeout</h4> -<pre>public void <a href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteHTable.html#line.892">setWriteRpcTimeout</a>(int writeRpcTimeout)</pre> +<pre>public void <a href="../../../../../../src-html/org/apache/hadoop/hbase/rest/client/RemoteHTable.html#line.882">setWriteRpcTimeout</a>(int writeRpcTimeout)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/hadoop/hbase/client/Table.html#setWriteRpcTimeout-int-">Table</a></code></span></div> <div class="block">Set timeout (millisecond) of each rpc write request in operations of this Table instance, will override the value of hbase.rpc.write.timeout in configuration.
