| <!DOCTYPE HTML> |
| <html lang="en"> |
| <head> |
| <!-- Generated by javadoc (17) --> |
| <title>AsyncTable (Apache HBase 4.0.0-alpha-1-SNAPSHOT API)</title> |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| <meta name="description" content="declaration: package: org.apache.hadoop.hbase.client, interface: AsyncTable"> |
| <meta name="generator" content="javadoc/ClassWriterImpl"> |
| <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> |
| <link rel="stylesheet" type="text/css" href="../../../../../script-dir/jquery-ui.min.css" title="Style"> |
| <link rel="stylesheet" type="text/css" href="../../../../../jquery-ui.overrides.css" title="Style"> |
| <script type="text/javascript" src="../../../../../script.js"></script> |
| <script type="text/javascript" src="../../../../../script-dir/jquery-3.6.1.min.js"></script> |
| <script type="text/javascript" src="../../../../../script-dir/jquery-ui.min.js"></script> |
| </head> |
| <body class="class-declaration-page"> |
| <script type="text/javascript">var evenRowColor = "even-row-color"; |
| var oddRowColor = "odd-row-color"; |
| var tableTab = "table-tab"; |
| var activeTableTab = "active-table-tab"; |
| var pathtoroot = "../../../../../"; |
| loadScripts(document, 'script');</script> |
| <noscript> |
| <div>JavaScript is disabled on your browser.</div> |
| </noscript> |
| <div class="flex-box"> |
| <header role="banner" class="flex-header"> |
| <nav role="navigation"> |
| <!-- ========= START OF TOP NAVBAR ======= --> |
| <div class="top-nav" id="navbar-top"> |
| <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> |
| <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> |
| <li><a href="../../../../../index.html">Overview</a></li> |
| <li><a href="package-summary.html">Package</a></li> |
| <li class="nav-bar-cell1-rev">Class</li> |
| <li><a href="class-use/AsyncTable.html">Use</a></li> |
| <li><a href="package-tree.html">Tree</a></li> |
| <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> |
| <li><a href="../../../../../index-all.html">Index</a></li> |
| <li><a href="../../../../../help-doc.html#class">Help</a></li> |
| </ul> |
| </div> |
| <div class="sub-nav"> |
| <div> |
| <ul class="sub-nav-list"> |
| <li>Summary: </li> |
| <li><a href="#nested-class-summary">Nested</a> | </li> |
| <li>Field | </li> |
| <li>Constr | </li> |
| <li><a href="#method-summary">Method</a></li> |
| </ul> |
| <ul class="sub-nav-list"> |
| <li>Detail: </li> |
| <li>Field | </li> |
| <li>Constr | </li> |
| <li><a href="#method-detail">Method</a></li> |
| </ul> |
| </div> |
| <div class="nav-list-search"><label for="search-input">SEARCH:</label> |
| <input type="text" id="search-input" value="search" disabled="disabled"> |
| <input type="reset" id="reset-button" value="reset" disabled="disabled"> |
| </div> |
| </div> |
| <!-- ========= END OF TOP NAVBAR ========= --> |
| <span class="skip-nav" id="skip-navbar-top"></span></nav> |
| </header> |
| <div class="flex-content"> |
| <main role="main"> |
| <!-- ======== START OF CLASS DATA ======== --> |
| <div class="header"> |
| <div class="sub-title"><span class="package-label-in-type">Package</span> <a href="package-summary.html">org.apache.hadoop.hbase.client</a></div> |
| <h1 title="Interface AsyncTable" class="title">Interface AsyncTable<C extends <a href="ScanResultConsumerBase.html" title="interface in org.apache.hadoop.hbase.client">ScanResultConsumerBase</a>></h1> |
| </div> |
| <section class="class-description" id="class-description"> |
| <dl class="notes"> |
| <dt>All Known Implementing Classes:</dt> |
| <dd><code><a href="AsyncTableImpl.html" title="class in org.apache.hadoop.hbase.client">AsyncTableImpl</a></code>, <code><a href="RawAsyncTableImpl.html" title="class in org.apache.hadoop.hbase.client">RawAsyncTableImpl</a></code></dd> |
| </dl> |
| <hr> |
| <div class="type-signature"><span class="annotations">@Public |
| </span><span class="modifiers">public interface </span><span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-51">AsyncTable</a><C extends <a href="ScanResultConsumerBase.html" title="interface in org.apache.hadoop.hbase.client">ScanResultConsumerBase</a>></span></div> |
| <div class="block">The interface for asynchronous version of Table. Obtain an instance from a |
| <a href="AsyncConnection.html" title="interface in org.apache.hadoop.hbase.client"><code>AsyncConnection</code></a>. |
| <p> |
| The implementation is required to be thread safe. |
| <p> |
| Usually the implementation will not throw any exception directly. You need to get the exception |
| from the returned <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a>.</div> |
| <dl class="notes"> |
| <dt>Since:</dt> |
| <dd>2.0.0</dd> |
| </dl> |
| </section> |
| <section class="summary"> |
| <ul class="summary-list"> |
| <!-- ======== NESTED CLASS SUMMARY ======== --> |
| <li> |
| <section class="nested-class-summary" id="nested-class-summary"> |
| <h2>Nested Class Summary</h2> |
| <div class="caption"><span>Nested Classes</span></div> |
| <div class="summary-table three-column-summary"> |
| <div class="table-header col-first">Modifier and Type</div> |
| <div class="table-header col-second">Interface</div> |
| <div class="table-header col-last">Description</div> |
| <div class="col-first even-row-color"><code>static interface </code></div> |
| <div class="col-second even-row-color"><code><a href="AsyncTable.CheckAndMutateBuilder.html" class="type-name-link" title="interface in org.apache.hadoop.hbase.client">AsyncTable.CheckAndMutateBuilder</a></code></div> |
| <div class="col-last even-row-color"> |
| <div class="block"><span class="deprecated-label">Deprecated.</span> |
| <div class="deprecation-comment">Since 3.0.0, will be removed in 4.0.0.</div> |
| </div> |
| </div> |
| <div class="col-first odd-row-color"><code>static interface </code></div> |
| <div class="col-second odd-row-color"><code><a href="AsyncTable.CheckAndMutateWithFilterBuilder.html" class="type-name-link" title="interface in org.apache.hadoop.hbase.client">AsyncTable.CheckAndMutateWithFilterBuilder</a></code></div> |
| <div class="col-last odd-row-color"> |
| <div class="block"><span class="deprecated-label">Deprecated.</span> |
| <div class="deprecation-comment">Since 3.0.0, will be removed in 4.0.0.</div> |
| </div> |
| </div> |
| <div class="col-first even-row-color"><code>static interface </code></div> |
| <div class="col-second even-row-color"><code><a href="AsyncTable.CoprocessorCallback.html" class="type-name-link" title="interface in org.apache.hadoop.hbase.client">AsyncTable.CoprocessorCallback</a><<a href="AsyncTable.CoprocessorCallback.html" title="type parameter in AsyncTable.CoprocessorCallback">R</a>></code></div> |
| <div class="col-last even-row-color"> |
| <div class="block">The callback when we want to execute a coprocessor call on a range of regions.</div> |
| </div> |
| <div class="col-first odd-row-color"><code>static interface </code></div> |
| <div class="col-second odd-row-color"><code><a href="AsyncTable.CoprocessorServiceBuilder.html" class="type-name-link" title="interface in org.apache.hadoop.hbase.client">AsyncTable.CoprocessorServiceBuilder</a><<a href="AsyncTable.CoprocessorServiceBuilder.html" title="type parameter in AsyncTable.CoprocessorServiceBuilder">S</a>,<wbr><a href="AsyncTable.CoprocessorServiceBuilder.html" title="type parameter in AsyncTable.CoprocessorServiceBuilder">R</a>></code></div> |
| <div class="col-last odd-row-color"> |
| <div class="block">Helper class for sending coprocessorService request that executes a coprocessor call on regions |
| which are covered by a range.</div> |
| </div> |
| </div> |
| </section> |
| </li> |
| <!-- ========== METHOD SUMMARY =========== --> |
| <li> |
| <section class="method-summary" id="method-summary"> |
| <h2>Method Summary</h2> |
| <div id="method-summary-table"> |
| <div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab3" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab3', 3)" class="table-tab">Abstract Methods</button><button id="method-summary-table-tab5" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab5', 3)" class="table-tab">Default Methods</button><button id="method-summary-table-tab6" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab6', 3)" class="table-tab">Deprecated Methods</button></div> |
| <div id="method-summary-table.tabpanel" role="tabpanel"> |
| <div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0"> |
| <div class="table-header col-first">Modifier and Type</div> |
| <div class="table-header col-second">Method</div> |
| <div class="table-header col-last">Description</div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="Result.html" title="class in org.apache.hadoop.hbase.client">Result</a>></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#append(org.apache.hadoop.hbase.client.Append)" class="member-name-link">append</a><wbr>(<a href="Append.html" title="class in org.apache.hadoop.hbase.client">Append</a> append)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Appends values to one or more columns within a single row.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><T> <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><T>></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#batch(java.util.List)" class="member-name-link">batch</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><? extends <a href="Row.html" title="interface in org.apache.hadoop.hbase.client">Row</a>> actions)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Method that does a batch call on Deletes, Gets, Puts, Increments, Appends and RowMutations.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <T> <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><T>></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#batchAll(java.util.List)" class="member-name-link">batchAll</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><? extends <a href="Row.html" title="interface in org.apache.hadoop.hbase.client">Row</a>> actions)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"> |
| <div class="block">A simple version of batch.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3 method-summary-table-tab6"><code><a href="AsyncTable.CheckAndMutateBuilder.html" title="interface in org.apache.hadoop.hbase.client">AsyncTable.CheckAndMutateBuilder</a></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3 method-summary-table-tab6"><code><a href="#checkAndMutate(byte%5B%5D,byte%5B%5D)" class="member-name-link">checkAndMutate</a><wbr>(byte[] row, |
| byte[] family)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3 method-summary-table-tab6"> |
| <div class="block"><span class="deprecated-label">Deprecated.</span> |
| <div class="deprecation-comment">Since 3.0.0, will be removed in 4.0.0.</div> |
| </div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3 method-summary-table-tab6"><code><a href="AsyncTable.CheckAndMutateWithFilterBuilder.html" title="interface in org.apache.hadoop.hbase.client">AsyncTable.CheckAndMutateWithFilterBuilder</a></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3 method-summary-table-tab6"><code><a href="#checkAndMutate(byte%5B%5D,org.apache.hadoop.hbase.filter.Filter)" class="member-name-link">checkAndMutate</a><wbr>(byte[] row, |
| <a href="../filter/Filter.html" title="class in org.apache.hadoop.hbase.filter">Filter</a> filter)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3 method-summary-table-tab6"> |
| <div class="block"><span class="deprecated-label">Deprecated.</span> |
| <div class="deprecation-comment">Since 3.0.0, will be removed in 4.0.0.</div> |
| </div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="CheckAndMutateResult.html" title="class in org.apache.hadoop.hbase.client">CheckAndMutateResult</a>>></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#checkAndMutate(java.util.List)" class="member-name-link">checkAndMutate</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="CheckAndMutate.html" title="class in org.apache.hadoop.hbase.client">CheckAndMutate</a>> checkAndMutates)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Batch version of checkAndMutate.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="CheckAndMutateResult.html" title="class in org.apache.hadoop.hbase.client">CheckAndMutateResult</a>></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#checkAndMutate(org.apache.hadoop.hbase.client.CheckAndMutate)" class="member-name-link">checkAndMutate</a><wbr>(<a href="CheckAndMutate.html" title="class in org.apache.hadoop.hbase.client">CheckAndMutate</a> checkAndMutate)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">checkAndMutate that atomically checks if a row matches the specified condition.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="CheckAndMutateResult.html" title="class in org.apache.hadoop.hbase.client">CheckAndMutateResult</a>>></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#checkAndMutateAll(java.util.List)" class="member-name-link">checkAndMutateAll</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="CheckAndMutate.html" title="class in org.apache.hadoop.hbase.client">CheckAndMutate</a>> checkAndMutates)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"> |
| <div class="block">A simple version of batch checkAndMutate.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><S,<wbr> |
| R> <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><R></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#coprocessorService(java.util.function.Function,org.apache.hadoop.hbase.client.ServiceCaller,byte%5B%5D)" class="member-name-link">coprocessorService</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/function/Function.html" title="class or interface in java.util.function" class="external-link">Function</a><org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel,<wbr>S> stubMaker, |
| <a href="ServiceCaller.html" title="interface in org.apache.hadoop.hbase.client">ServiceCaller</a><S,<wbr>R> callable, |
| byte[] row)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Execute the given coprocessor call on the region which contains the given <code>row</code>.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><S,<wbr> |
| R> <a href="AsyncTable.CoprocessorServiceBuilder.html" title="interface in org.apache.hadoop.hbase.client">AsyncTable.CoprocessorServiceBuilder</a><S,<wbr>R></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#coprocessorService(java.util.function.Function,org.apache.hadoop.hbase.client.ServiceCaller,org.apache.hadoop.hbase.client.AsyncTable.CoprocessorCallback)" class="member-name-link">coprocessorService</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/function/Function.html" title="class or interface in java.util.function" class="external-link">Function</a><org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel,<wbr>S> stubMaker, |
| <a href="ServiceCaller.html" title="interface in org.apache.hadoop.hbase.client">ServiceCaller</a><S,<wbr>R> callable, |
| <a href="AsyncTable.CoprocessorCallback.html" title="interface in org.apache.hadoop.hbase.client">AsyncTable.CoprocessorCallback</a><R> callback)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Execute a coprocessor call on the regions which are covered by a range.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Void.html" title="class or interface in java.lang" class="external-link">Void</a>>></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#delete(java.util.List)" class="member-name-link">delete</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="Delete.html" title="class in org.apache.hadoop.hbase.client">Delete</a>> deletes)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Deletes the specified cells/rows in bulk.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Void.html" title="class or interface in java.lang" class="external-link">Void</a>></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#delete(org.apache.hadoop.hbase.client.Delete)" class="member-name-link">delete</a><wbr>(<a href="Delete.html" title="class in org.apache.hadoop.hbase.client">Delete</a> delete)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Deletes the specified cells/row.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Void.html" title="class or interface in java.lang" class="external-link">Void</a>></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#deleteAll(java.util.List)" class="member-name-link">deleteAll</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="Delete.html" title="class in org.apache.hadoop.hbase.client">Delete</a>> deletes)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"> |
| <div class="block">A simple version of batch delete.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a>>></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#exists(java.util.List)" class="member-name-link">exists</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="Get.html" title="class in org.apache.hadoop.hbase.client">Get</a>> gets)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"> |
| <div class="block">Test for the existence of columns in the table, as specified by the Gets.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a>></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#exists(org.apache.hadoop.hbase.client.Get)" class="member-name-link">exists</a><wbr>(<a href="Get.html" title="class in org.apache.hadoop.hbase.client">Get</a> get)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"> |
| <div class="block">Test for the existence of columns in the table, as specified by the Get.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a>>></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#existsAll(java.util.List)" class="member-name-link">existsAll</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="Get.html" title="class in org.apache.hadoop.hbase.client">Get</a>> gets)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"> |
| <div class="block">A simple version for batch exists.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="Result.html" title="class in org.apache.hadoop.hbase.client">Result</a>>></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#get(java.util.List)" class="member-name-link">get</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="Get.html" title="class in org.apache.hadoop.hbase.client">Get</a>> gets)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Extracts certain cells from the given rows, in batch.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="Result.html" title="class in org.apache.hadoop.hbase.client">Result</a>></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#get(org.apache.hadoop.hbase.client.Get)" class="member-name-link">get</a><wbr>(<a href="Get.html" title="class in org.apache.hadoop.hbase.client">Get</a> get)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Extracts certain cells from a given row.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="Result.html" title="class in org.apache.hadoop.hbase.client">Result</a>>></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#getAll(java.util.List)" class="member-name-link">getAll</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="Get.html" title="class in org.apache.hadoop.hbase.client">Get</a>> gets)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"> |
| <div class="block">A simple version for batch get.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>org.apache.hadoop.conf.Configuration</code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getConfiguration()" class="member-name-link">getConfiguration</a>()</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Returns the <code>Configuration</code> object used by this instance.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="TableDescriptor.html" title="interface in org.apache.hadoop.hbase.client">TableDescriptor</a>></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getDescriptor()" class="member-name-link">getDescriptor</a>()</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Gets the <a href="TableDescriptor.html" title="interface in org.apache.hadoop.hbase.client"><code>TableDescriptor</code></a> for this table.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="../TableName.html" title="class in org.apache.hadoop.hbase">TableName</a></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getName()" class="member-name-link">getName</a>()</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Gets the fully qualified table name instance of this table.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>long</code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getOperationTimeout(java.util.concurrent.TimeUnit)" class="member-name-link">getOperationTimeout</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/TimeUnit.html" title="class or interface in java.util.concurrent" class="external-link">TimeUnit</a> unit)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Get timeout of each operation in Table instance.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>long</code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getReadRpcTimeout(java.util.concurrent.TimeUnit)" class="member-name-link">getReadRpcTimeout</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/TimeUnit.html" title="class or interface in java.util.concurrent" class="external-link">TimeUnit</a> unit)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Get timeout of each rpc read request in this Table instance.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="AsyncTableRegionLocator.html" title="interface in org.apache.hadoop.hbase.client">AsyncTableRegionLocator</a></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getRegionLocator()" class="member-name-link">getRegionLocator</a>()</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Gets the <a href="AsyncTableRegionLocator.html" title="interface in org.apache.hadoop.hbase.client"><code>AsyncTableRegionLocator</code></a> for this table.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>,<wbr>byte[]></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#getRequestAttributes()" class="member-name-link">getRequestAttributes</a>()</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"> |
| <div class="block">Get the map of request attributes</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>long</code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getRpcTimeout(java.util.concurrent.TimeUnit)" class="member-name-link">getRpcTimeout</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/TimeUnit.html" title="class or interface in java.util.concurrent" class="external-link">TimeUnit</a> unit)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Get timeout of each rpc request in this Table instance.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="ResultScanner.html" title="interface in org.apache.hadoop.hbase.client">ResultScanner</a></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#getScanner(byte%5B%5D)" class="member-name-link">getScanner</a><wbr>(byte[] family)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"> |
| <div class="block">Gets a scanner on the current table for the given family.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="ResultScanner.html" title="interface in org.apache.hadoop.hbase.client">ResultScanner</a></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#getScanner(byte%5B%5D,byte%5B%5D)" class="member-name-link">getScanner</a><wbr>(byte[] family, |
| byte[] qualifier)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"> |
| <div class="block">Gets a scanner on the current table for the given family and qualifier.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="ResultScanner.html" title="interface in org.apache.hadoop.hbase.client">ResultScanner</a></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getScanner(org.apache.hadoop.hbase.client.Scan)" class="member-name-link">getScanner</a><wbr>(<a href="Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a> scan)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Returns a scanner on the current table as specified by the <a href="Scan.html" title="class in org.apache.hadoop.hbase.client"><code>Scan</code></a> object.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>long</code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getScanTimeout(java.util.concurrent.TimeUnit)" class="member-name-link">getScanTimeout</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/TimeUnit.html" title="class or interface in java.util.concurrent" class="external-link">TimeUnit</a> unit)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Get the timeout of a single operation in a scan.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>long</code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getWriteRpcTimeout(java.util.concurrent.TimeUnit)" class="member-name-link">getWriteRpcTimeout</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/TimeUnit.html" title="class or interface in java.util.concurrent" class="external-link">TimeUnit</a> unit)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Get timeout of each rpc write request in this Table instance.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="Result.html" title="class in org.apache.hadoop.hbase.client">Result</a>></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#increment(org.apache.hadoop.hbase.client.Increment)" class="member-name-link">increment</a><wbr>(<a href="Increment.html" title="class in org.apache.hadoop.hbase.client">Increment</a> increment)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Increments one or more columns within a single row.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" class="external-link">Long</a>></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#incrementColumnValue(byte%5B%5D,byte%5B%5D,byte%5B%5D,long)" class="member-name-link">incrementColumnValue</a><wbr>(byte[] row, |
| byte[] family, |
| byte[] qualifier, |
| long amount)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"> |
| <div class="block">See <a href="#incrementColumnValue(byte%5B%5D,byte%5B%5D,byte%5B%5D,long,org.apache.hadoop.hbase.client.Durability)"><code>incrementColumnValue(byte[], byte[], byte[], long, Durability)</code></a></div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" class="external-link">Long</a>></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#incrementColumnValue(byte%5B%5D,byte%5B%5D,byte%5B%5D,long,org.apache.hadoop.hbase.client.Durability)" class="member-name-link">incrementColumnValue</a><wbr>(byte[] row, |
| byte[] family, |
| byte[] qualifier, |
| long amount, |
| <a href="Durability.html" title="enum class in org.apache.hadoop.hbase.client">Durability</a> durability)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"> |
| <div class="block">Atomically increments a column value.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="Result.html" title="class in org.apache.hadoop.hbase.client">Result</a>></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#mutateRow(org.apache.hadoop.hbase.client.RowMutations)" class="member-name-link">mutateRow</a><wbr>(<a href="RowMutations.html" title="class in org.apache.hadoop.hbase.client">RowMutations</a> mutation)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Performs multiple mutations atomically on a single row.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Void.html" title="class or interface in java.lang" class="external-link">Void</a>>></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#put(java.util.List)" class="member-name-link">put</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="Put.html" title="class in org.apache.hadoop.hbase.client">Put</a>> puts)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Puts some data in the table, in batch.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Void.html" title="class or interface in java.lang" class="external-link">Void</a>></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#put(org.apache.hadoop.hbase.client.Put)" class="member-name-link">put</a><wbr>(<a href="Put.html" title="class in org.apache.hadoop.hbase.client">Put</a> put)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Puts some data to the table.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Void.html" title="class or interface in java.lang" class="external-link">Void</a>></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#putAll(java.util.List)" class="member-name-link">putAll</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="Put.html" title="class in org.apache.hadoop.hbase.client">Put</a>> puts)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"> |
| <div class="block">A simple version of batch put.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#scan(org.apache.hadoop.hbase.client.Scan,C)" class="member-name-link">scan</a><wbr>(<a href="Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a> scan, |
| <a href="AsyncTable.html" title="type parameter in AsyncTable">C</a> consumer)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">The scan API uses the observer pattern.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="Result.html" title="class in org.apache.hadoop.hbase.client">Result</a>>></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#scanAll(org.apache.hadoop.hbase.client.Scan)" class="member-name-link">scanAll</a><wbr>(<a href="Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a> scan)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Return all the results that match the given scan object.</div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
| </li> |
| </ul> |
| </section> |
| <section class="details"> |
| <ul class="details-list"> |
| <!-- ============ METHOD DETAIL ========== --> |
| <li> |
| <section class="method-details" id="method-detail"> |
| <h2>Method Details</h2> |
| <ul class="member-list"> |
| <li> |
| <section class="detail" id="getName()"> |
| <h3>getName</h3> |
| <div class="member-signature"><span class="return-type"><a href="../TableName.html" title="class in org.apache.hadoop.hbase">TableName</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-57">getName</a></span>()</div> |
| <div class="block">Gets the fully qualified table name instance of this table.</div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getConfiguration()"> |
| <h3>getConfiguration</h3> |
| <div class="member-signature"><span class="return-type">org.apache.hadoop.conf.Configuration</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-64">getConfiguration</a></span>()</div> |
| <div class="block">Returns the <code>Configuration</code> object used by this instance. |
| <p> |
| The reference returned is not a copy, so any change made to it will affect this instance.</div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getDescriptor()"> |
| <h3>getDescriptor</h3> |
| <div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="TableDescriptor.html" title="interface in org.apache.hadoop.hbase.client">TableDescriptor</a>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-69">getDescriptor</a></span>()</div> |
| <div class="block">Gets the <a href="TableDescriptor.html" title="interface in org.apache.hadoop.hbase.client"><code>TableDescriptor</code></a> for this table.</div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getRegionLocator()"> |
| <h3>getRegionLocator</h3> |
| <div class="member-signature"><span class="return-type"><a href="AsyncTableRegionLocator.html" title="interface in org.apache.hadoop.hbase.client">AsyncTableRegionLocator</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-74">getRegionLocator</a></span>()</div> |
| <div class="block">Gets the <a href="AsyncTableRegionLocator.html" title="interface in org.apache.hadoop.hbase.client"><code>AsyncTableRegionLocator</code></a> for this table.</div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getRpcTimeout(java.util.concurrent.TimeUnit)"> |
| <h3>getRpcTimeout</h3> |
| <div class="member-signature"><span class="return-type">long</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-84">getRpcTimeout</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/TimeUnit.html" title="class or interface in java.util.concurrent" class="external-link">TimeUnit</a> unit)</span></div> |
| <div class="block">Get timeout of each rpc request in this Table instance. It will be overridden by a more |
| specific rpc timeout config such as readRpcTimeout or writeRpcTimeout.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>unit</code> - the unit of time the timeout to be represented in</dd> |
| <dt>Returns:</dt> |
| <dd>rpc timeout in the specified time unit</dd> |
| <dt>See Also:</dt> |
| <dd> |
| <ul class="see-list"> |
| <li><a href="#getReadRpcTimeout(java.util.concurrent.TimeUnit)"><code>getReadRpcTimeout(TimeUnit)</code></a></li> |
| <li><a href="#getWriteRpcTimeout(java.util.concurrent.TimeUnit)"><code>getWriteRpcTimeout(TimeUnit)</code></a></li> |
| </ul> |
| </dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getReadRpcTimeout(java.util.concurrent.TimeUnit)"> |
| <h3>getReadRpcTimeout</h3> |
| <div class="member-signature"><span class="return-type">long</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-91">getReadRpcTimeout</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/TimeUnit.html" title="class or interface in java.util.concurrent" class="external-link">TimeUnit</a> unit)</span></div> |
| <div class="block">Get timeout of each rpc read request in this Table instance.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>unit</code> - the unit of time the timeout to be represented in</dd> |
| <dt>Returns:</dt> |
| <dd>read rpc timeout in the specified time unit</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getWriteRpcTimeout(java.util.concurrent.TimeUnit)"> |
| <h3>getWriteRpcTimeout</h3> |
| <div class="member-signature"><span class="return-type">long</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-98">getWriteRpcTimeout</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/TimeUnit.html" title="class or interface in java.util.concurrent" class="external-link">TimeUnit</a> unit)</span></div> |
| <div class="block">Get timeout of each rpc write request in this Table instance.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>unit</code> - the unit of time the timeout to be represented in</dd> |
| <dt>Returns:</dt> |
| <dd>write rpc timeout in the specified time unit</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getOperationTimeout(java.util.concurrent.TimeUnit)"> |
| <h3>getOperationTimeout</h3> |
| <div class="member-signature"><span class="return-type">long</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-105">getOperationTimeout</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/TimeUnit.html" title="class or interface in java.util.concurrent" class="external-link">TimeUnit</a> unit)</span></div> |
| <div class="block">Get timeout of each operation in Table instance.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>unit</code> - the unit of time the timeout to be represented in</dd> |
| <dt>Returns:</dt> |
| <dd>operation rpc timeout in the specified time unit</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getScanTimeout(java.util.concurrent.TimeUnit)"> |
| <h3>getScanTimeout</h3> |
| <div class="member-signature"><span class="return-type">long</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-113">getScanTimeout</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/TimeUnit.html" title="class or interface in java.util.concurrent" class="external-link">TimeUnit</a> unit)</span></div> |
| <div class="block">Get the timeout of a single operation in a scan. It works like operation timeout for other |
| operations.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>unit</code> - the unit of time the timeout to be represented in</dd> |
| <dt>Returns:</dt> |
| <dd>scan rpc timeout in the specified time unit</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getRequestAttributes()"> |
| <h3>getRequestAttributes</h3> |
| <div class="member-signature"><span class="modifiers">default</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>,<wbr>byte[]></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-119">getRequestAttributes</a></span>()</div> |
| <div class="block">Get the map of request attributes</div> |
| <dl class="notes"> |
| <dt>Returns:</dt> |
| <dd>a map of request attributes supplied by the client</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="exists(org.apache.hadoop.hbase.client.Get)"> |
| <h3>exists</h3> |
| <div class="member-signature"><span class="modifiers">default</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-132">exists</a></span><wbr><span class="parameters">(<a href="Get.html" title="class in org.apache.hadoop.hbase.client">Get</a> get)</span></div> |
| <div class="block">Test for the existence of columns in the table, as specified by the Get. |
| <p> |
| This will return true if the Get matches one or more keys, false if not. |
| <p> |
| This is a server-side call so it prevents any data from being transfered to the client.</div> |
| <dl class="notes"> |
| <dt>Returns:</dt> |
| <dd>true if the specified Get matches one or more keys, false if not. The return value will |
| be wrapped by a <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a>.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="get(org.apache.hadoop.hbase.client.Get)"> |
| <h3>get</h3> |
| <div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="Result.html" title="class in org.apache.hadoop.hbase.client">Result</a>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-144">get</a></span><wbr><span class="parameters">(<a href="Get.html" title="class in org.apache.hadoop.hbase.client">Get</a> get)</span></div> |
| <div class="block">Extracts certain cells from a given row.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>get</code> - The object that specifies what data to fetch and from which row.</dd> |
| <dt>Returns:</dt> |
| <dd>The data coming from the specified row, if it exists. If the row specified doesn't |
| exist, the <a href="Result.html" title="class in org.apache.hadoop.hbase.client"><code>Result</code></a> instance returned won't contain any |
| <a href="../KeyValue.html" title="class in org.apache.hadoop.hbase"><code>KeyValue</code></a>, as indicated by <a href="Result.html#isEmpty()"><code>Result.isEmpty()</code></a>. The |
| return value will be wrapped by a <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a>.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="put(org.apache.hadoop.hbase.client.Put)"> |
| <h3>put</h3> |
| <div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Void.html" title="class or interface in java.lang" class="external-link">Void</a>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-151">put</a></span><wbr><span class="parameters">(<a href="Put.html" title="class in org.apache.hadoop.hbase.client">Put</a> put)</span></div> |
| <div class="block">Puts some data to the table.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>put</code> - The data to put.</dd> |
| <dt>Returns:</dt> |
| <dd>A <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a> that always returns null when complete normally.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="delete(org.apache.hadoop.hbase.client.Delete)"> |
| <h3>delete</h3> |
| <div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Void.html" title="class or interface in java.lang" class="external-link">Void</a>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-158">delete</a></span><wbr><span class="parameters">(<a href="Delete.html" title="class in org.apache.hadoop.hbase.client">Delete</a> delete)</span></div> |
| <div class="block">Deletes the specified cells/row.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>delete</code> - The object that specifies what to delete.</dd> |
| <dt>Returns:</dt> |
| <dd>A <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a> that always returns null when complete normally.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="append(org.apache.hadoop.hbase.client.Append)"> |
| <h3>append</h3> |
| <div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="Result.html" title="class in org.apache.hadoop.hbase.client">Result</a>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-171">append</a></span><wbr><span class="parameters">(<a href="Append.html" title="class in org.apache.hadoop.hbase.client">Append</a> append)</span></div> |
| <div class="block">Appends values to one or more columns within a single row. |
| <p> |
| This operation does not appear atomic to readers. Appends are done under a single row lock, so |
| write operations to a row are synchronized, but readers do not take row locks so get and scan |
| operations can see this operation partially completed.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>append</code> - object that specifies the columns and amounts to be used for the increment |
| operations</dd> |
| <dt>Returns:</dt> |
| <dd>values of columns after the append operation (maybe null). The return value will be |
| wrapped by a <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a>.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="increment(org.apache.hadoop.hbase.client.Increment)"> |
| <h3>increment</h3> |
| <div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="Result.html" title="class in org.apache.hadoop.hbase.client">Result</a>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-184">increment</a></span><wbr><span class="parameters">(<a href="Increment.html" title="class in org.apache.hadoop.hbase.client">Increment</a> increment)</span></div> |
| <div class="block">Increments one or more columns within a single row. |
| <p> |
| This operation does not appear atomic to readers. Increments are done under a single row lock, |
| so write operations to a row are synchronized, but readers do not take row locks so get and |
| scan operations can see this operation partially completed.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>increment</code> - object that specifies the columns and amounts to be used for the increment |
| operations</dd> |
| <dt>Returns:</dt> |
| <dd>values of columns after the increment. The return value will be wrapped by a |
| <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a>.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="incrementColumnValue(byte[],byte[],byte[],long)"> |
| <h3>incrementColumnValue</h3> |
| <div class="member-signature"><span class="modifiers">default</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" class="external-link">Long</a>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-198">incrementColumnValue</a></span><wbr><span class="parameters">(byte[] row, |
| byte[] family, |
| byte[] qualifier, |
| long amount)</span></div> |
| <div class="block">See <a href="#incrementColumnValue(byte%5B%5D,byte%5B%5D,byte%5B%5D,long,org.apache.hadoop.hbase.client.Durability)"><code>incrementColumnValue(byte[], byte[], byte[], long, Durability)</code></a> |
| <p> |
| The <a href="Durability.html" title="enum class in org.apache.hadoop.hbase.client"><code>Durability</code></a> is defaulted to <a href="Durability.html#SYNC_WAL"><code>Durability.SYNC_WAL</code></a>.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>row</code> - The row that contains the cell to increment.</dd> |
| <dd><code>family</code> - The column family of the cell to increment.</dd> |
| <dd><code>qualifier</code> - The column qualifier of the cell to increment.</dd> |
| <dd><code>amount</code> - The amount to increment the cell with (or decrement, if the amount is |
| negative).</dd> |
| <dt>Returns:</dt> |
| <dd>The new value, post increment. The return value will be wrapped by a |
| <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a>.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="incrementColumnValue(byte[],byte[],byte[],long,org.apache.hadoop.hbase.client.Durability)"> |
| <h3>incrementColumnValue</h3> |
| <div class="member-signature"><span class="modifiers">default</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" class="external-link">Long</a>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-219">incrementColumnValue</a></span><wbr><span class="parameters">(byte[] row, |
| byte[] family, |
| byte[] qualifier, |
| long amount, |
| <a href="Durability.html" title="enum class in org.apache.hadoop.hbase.client">Durability</a> durability)</span></div> |
| <div class="block">Atomically increments a column value. If the column value already exists and is not a |
| big-endian long, this could throw an exception. If the column value does not yet exist it is |
| initialized to <code>amount</code> and written to the specified column. |
| <p> |
| Setting durability to <a href="Durability.html#SKIP_WAL"><code>Durability.SKIP_WAL</code></a> means that in a fail scenario you will lose |
| any increments that have not been flushed.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>row</code> - The row that contains the cell to increment.</dd> |
| <dd><code>family</code> - The column family of the cell to increment.</dd> |
| <dd><code>qualifier</code> - The column qualifier of the cell to increment.</dd> |
| <dd><code>amount</code> - The amount to increment the cell with (or decrement, if the amount is |
| negative).</dd> |
| <dd><code>durability</code> - The persistence guarantee for this increment.</dd> |
| <dt>Returns:</dt> |
| <dd>The new value, post increment. The return value will be wrapped by a |
| <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a>.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="checkAndMutate(byte[],byte[])"> |
| <h3>checkAndMutate</h3> |
| <div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a> |
| </span><span class="return-type"><a href="AsyncTable.CheckAndMutateBuilder.html" title="interface in org.apache.hadoop.hbase.client">AsyncTable.CheckAndMutateBuilder</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-249">checkAndMutate</a></span><wbr><span class="parameters">(byte[] row, |
| byte[] family)</span></div> |
| <div class="deprecation-block"><span class="deprecated-label">Deprecated.</span> |
| <div class="deprecation-comment">Since 3.0.0, will be removed in 4.0.0. For internal test use only, do not use it |
| any more.</div> |
| </div> |
| <div class="block">Atomically checks if a row/family/qualifier value matches the expected value. If it does, it |
| adds the Put/Delete/RowMutations. |
| <p> |
| Use the returned <a href="AsyncTable.CheckAndMutateBuilder.html" title="interface in org.apache.hadoop.hbase.client"><code>AsyncTable.CheckAndMutateBuilder</code></a> to construct your request and then execute it. |
| This is a fluent style API, the code is like: |
| |
| <pre> |
| table.checkAndMutate(row, family).qualifier(qualifier).ifNotExists().thenPut(put) |
| .thenAccept(succ -> { |
| if (succ) { |
| System.out.println("Check and put succeeded"); |
| } else { |
| System.out.println("Check and put failed"); |
| } |
| }); |
| </pre></div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="checkAndMutate(byte[],org.apache.hadoop.hbase.filter.Filter)"> |
| <h3>checkAndMutate</h3> |
| <div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a> |
| </span><span class="return-type"><a href="AsyncTable.CheckAndMutateWithFilterBuilder.html" title="interface in org.apache.hadoop.hbase.client">AsyncTable.CheckAndMutateWithFilterBuilder</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-337">checkAndMutate</a></span><wbr><span class="parameters">(byte[] row, |
| <a href="../filter/Filter.html" title="class in org.apache.hadoop.hbase.filter">Filter</a> filter)</span></div> |
| <div class="deprecation-block"><span class="deprecated-label">Deprecated.</span> |
| <div class="deprecation-comment">Since 3.0.0, will be removed in 4.0.0. For internal test use only, do not use it |
| any more.</div> |
| </div> |
| <div class="block">Atomically checks if a row matches the specified filter. If it does, it adds the |
| Put/Delete/RowMutations. |
| <p> |
| Use the returned <a href="AsyncTable.CheckAndMutateWithFilterBuilder.html" title="interface in org.apache.hadoop.hbase.client"><code>AsyncTable.CheckAndMutateWithFilterBuilder</code></a> to construct your request and then |
| execute it. This is a fluent style API, the code is like: |
| |
| <pre> |
| table.checkAndMutate(row, filter).thenPut(put).thenAccept(succ -> { |
| if (succ) { |
| System.out.println("Check and put succeeded"); |
| } else { |
| System.out.println("Check and put failed"); |
| } |
| }); |
| </pre></div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="checkAndMutate(org.apache.hadoop.hbase.client.CheckAndMutate)"> |
| <h3>checkAndMutate</h3> |
| <div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="CheckAndMutateResult.html" title="class in org.apache.hadoop.hbase.client">CheckAndMutateResult</a>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-385">checkAndMutate</a></span><wbr><span class="parameters">(<a href="CheckAndMutate.html" title="class in org.apache.hadoop.hbase.client">CheckAndMutate</a> checkAndMutate)</span></div> |
| <div class="block">checkAndMutate that atomically checks if a row matches the specified condition. If it does, it |
| performs the specified action.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>checkAndMutate</code> - The CheckAndMutate object.</dd> |
| <dt>Returns:</dt> |
| <dd>A <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a>s that represent the result for the CheckAndMutate.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="checkAndMutate(java.util.List)"> |
| <h3>checkAndMutate</h3> |
| <div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="CheckAndMutateResult.html" title="class in org.apache.hadoop.hbase.client">CheckAndMutateResult</a>>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-394">checkAndMutate</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="CheckAndMutate.html" title="class in org.apache.hadoop.hbase.client">CheckAndMutate</a>> checkAndMutates)</span></div> |
| <div class="block">Batch version of checkAndMutate. The specified CheckAndMutates are batched only in the sense |
| that they are sent to a RS in one RPC, but each CheckAndMutate operation is still executed |
| atomically (and thus, each may fail independently of others).</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>checkAndMutates</code> - The list of CheckAndMutate.</dd> |
| <dt>Returns:</dt> |
| <dd>A list of <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a>s that represent the result for each CheckAndMutate.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="checkAndMutateAll(java.util.List)"> |
| <h3>checkAndMutateAll</h3> |
| <div class="member-signature"><span class="modifiers">default</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="CheckAndMutateResult.html" title="class in org.apache.hadoop.hbase.client">CheckAndMutateResult</a>>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-402">checkAndMutateAll</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="CheckAndMutate.html" title="class in org.apache.hadoop.hbase.client">CheckAndMutate</a>> checkAndMutates)</span></div> |
| <div class="block">A simple version of batch checkAndMutate. It will fail if there are any failures.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>checkAndMutates</code> - The list of rows to apply.</dd> |
| <dt>Returns:</dt> |
| <dd>A <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a> that wrapper the result list.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="mutateRow(org.apache.hadoop.hbase.client.RowMutations)"> |
| <h3>mutateRow</h3> |
| <div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="Result.html" title="class in org.apache.hadoop.hbase.client">Result</a>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-413">mutateRow</a></span><wbr><span class="parameters">(<a href="RowMutations.html" title="class in org.apache.hadoop.hbase.client">RowMutations</a> mutation)</span></div> |
| <div class="block">Performs multiple mutations atomically on a single row. Currently <a href="Put.html" title="class in org.apache.hadoop.hbase.client"><code>Put</code></a> and |
| <a href="Delete.html" title="class in org.apache.hadoop.hbase.client"><code>Delete</code></a> are supported.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>mutation</code> - object that specifies the set of mutations to perform atomically</dd> |
| <dt>Returns:</dt> |
| <dd>A <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a> that returns results of Increment/Append operations</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="scan(org.apache.hadoop.hbase.client.Scan,C)"> |
| <h3 id="scan(org.apache.hadoop.hbase.client.Scan,org.apache.hadoop.hbase.client.ScanResultConsumerBase)">scan</h3> |
| <div class="member-signature"><span class="return-type">void</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-422">scan</a></span><wbr><span class="parameters">(<a href="Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a> scan, |
| <a href="AsyncTable.html" title="type parameter in AsyncTable">C</a> consumer)</span></div> |
| <div class="block">The scan API uses the observer pattern.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>scan</code> - A configured <a href="Scan.html" title="class in org.apache.hadoop.hbase.client"><code>Scan</code></a> object.</dd> |
| <dd><code>consumer</code> - the consumer used to receive results.</dd> |
| <dt>See Also:</dt> |
| <dd> |
| <ul class="see-list"> |
| <li><a href="ScanResultConsumer.html" title="interface in org.apache.hadoop.hbase.client"><code>ScanResultConsumer</code></a></li> |
| <li><a href="AdvancedScanResultConsumer.html" title="interface in org.apache.hadoop.hbase.client"><code>AdvancedScanResultConsumer</code></a></li> |
| </ul> |
| </dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getScanner(byte[])"> |
| <h3>getScanner</h3> |
| <div class="member-signature"><span class="modifiers">default</span> <span class="return-type"><a href="ResultScanner.html" title="interface in org.apache.hadoop.hbase.client">ResultScanner</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-429">getScanner</a></span><wbr><span class="parameters">(byte[] family)</span></div> |
| <div class="block">Gets a scanner on the current table for the given family.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>family</code> - The column family to scan.</dd> |
| <dt>Returns:</dt> |
| <dd>A scanner.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getScanner(byte[],byte[])"> |
| <h3>getScanner</h3> |
| <div class="member-signature"><span class="modifiers">default</span> <span class="return-type"><a href="ResultScanner.html" title="interface in org.apache.hadoop.hbase.client">ResultScanner</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-439">getScanner</a></span><wbr><span class="parameters">(byte[] family, |
| byte[] qualifier)</span></div> |
| <div class="block">Gets a scanner on the current table for the given family and qualifier.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>family</code> - The column family to scan.</dd> |
| <dd><code>qualifier</code> - The column qualifier to scan.</dd> |
| <dt>Returns:</dt> |
| <dd>A scanner.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getScanner(org.apache.hadoop.hbase.client.Scan)"> |
| <h3>getScanner</h3> |
| <div class="member-signature"><span class="return-type"><a href="ResultScanner.html" title="interface in org.apache.hadoop.hbase.client">ResultScanner</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-448">getScanner</a></span><wbr><span class="parameters">(<a href="Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a> scan)</span></div> |
| <div class="block">Returns a scanner on the current table as specified by the <a href="Scan.html" title="class in org.apache.hadoop.hbase.client"><code>Scan</code></a> object.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>scan</code> - A configured <a href="Scan.html" title="class in org.apache.hadoop.hbase.client"><code>Scan</code></a> object.</dd> |
| <dt>Returns:</dt> |
| <dd>A scanner.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="scanAll(org.apache.hadoop.hbase.client.Scan)"> |
| <h3>scanAll</h3> |
| <div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="Result.html" title="class in org.apache.hadoop.hbase.client">Result</a>>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-483">scanAll</a></span><wbr><span class="parameters">(<a href="Scan.html" title="class in org.apache.hadoop.hbase.client">Scan</a> scan)</span></div> |
| <div class="block">Return all the results that match the given scan object. |
| <p> |
| Notice that usually you should use this method with a <a href="Scan.html" title="class in org.apache.hadoop.hbase.client"><code>Scan</code></a> object that has limit set. |
| For example, if you want to get the closest row after a given row, you could do this: |
| <p> |
| |
| <pre> |
| table.scanAll(new Scan().withStartRow(row, false).setLimit(1)).thenAccept(results -> { |
| if (results.isEmpty()) { |
| System.out.println("No row after " + Bytes.toStringBinary(row)); |
| } else { |
| System.out.println("The closest row after " + Bytes.toStringBinary(row) + " is " |
| + Bytes.toStringBinary(results.stream().findFirst().get().getRow())); |
| } |
| }); |
| </pre> |
| <p> |
| If your result set is very large, you should use other scan method to get a scanner or use |
| callback to process the results. They will do chunking to prevent OOM. The scanAll method will |
| fetch all the results and store them in a List and then return the list to you. |
| <p> |
| The scan metrics will be collected background if you enable it but you have no way to get it. |
| Usually you can get scan metrics from <code>ResultScanner</code>, or through |
| <code>ScanResultConsumer.onScanMetricsCreated</code> but this method only returns a list of results. |
| So if you really care about scan metrics then you'd better use other scan methods which return |
| a <code>ResultScanner</code> or let you pass in a <code>ScanResultConsumer</code>. There is no |
| performance difference between these scan methods so do not worry.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>scan</code> - A configured <a href="Scan.html" title="class in org.apache.hadoop.hbase.client"><code>Scan</code></a> object. So if you use this method to fetch a really large |
| result set, it is likely to cause OOM.</dd> |
| <dt>Returns:</dt> |
| <dd>The results of this small scan operation. The return value will be wrapped by a |
| <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a>.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="exists(java.util.List)"> |
| <h3>exists</h3> |
| <div class="member-signature"><span class="modifiers">default</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a>>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-495">exists</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="Get.html" title="class in org.apache.hadoop.hbase.client">Get</a>> gets)</span></div> |
| <div class="block">Test for the existence of columns in the table, as specified by the Gets. |
| <p> |
| This will return a list of booleans. Each value will be true if the related Get matches one or |
| more keys, false if not. |
| <p> |
| This is a server-side call so it prevents any data from being transferred to the client.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>gets</code> - the Gets</dd> |
| <dt>Returns:</dt> |
| <dd>A list of <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a>s that represent the existence for each get.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="existsAll(java.util.List)"> |
| <h3>existsAll</h3> |
| <div class="member-signature"><span class="modifiers">default</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a>>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-506">existsAll</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="Get.html" title="class in org.apache.hadoop.hbase.client">Get</a>> gets)</span></div> |
| <div class="block">A simple version for batch exists. It will fail if there are any failures and you will get the |
| whole result boolean list at once if the operation is succeeded.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>gets</code> - the Gets</dd> |
| <dt>Returns:</dt> |
| <dd>A <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a> that wrapper the result boolean list.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="get(java.util.List)"> |
| <h3>get</h3> |
| <div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="Result.html" title="class in org.apache.hadoop.hbase.client">Result</a>>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-519">get</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="Get.html" title="class in org.apache.hadoop.hbase.client">Get</a>> gets)</span></div> |
| <div class="block">Extracts certain cells from the given rows, in batch. |
| <p> |
| Notice that you may not get all the results with this function, which means some of the |
| returned <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a>s may succeed while some of the other returned |
| <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a>s may fail.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>gets</code> - The objects that specify what data to fetch and from which rows.</dd> |
| <dt>Returns:</dt> |
| <dd>A list of <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a>s that represent the result for each get.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getAll(java.util.List)"> |
| <h3>getAll</h3> |
| <div class="member-signature"><span class="modifiers">default</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="Result.html" title="class in org.apache.hadoop.hbase.client">Result</a>>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-527">getAll</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="Get.html" title="class in org.apache.hadoop.hbase.client">Get</a>> gets)</span></div> |
| <div class="block">A simple version for batch get. It will fail if there are any failures and you will get the |
| whole result list at once if the operation is succeeded.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>gets</code> - The objects that specify what data to fetch and from which rows.</dd> |
| <dt>Returns:</dt> |
| <dd>A <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a> that wrapper the result list.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="put(java.util.List)"> |
| <h3>put</h3> |
| <div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Void.html" title="class or interface in java.lang" class="external-link">Void</a>>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-536">put</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="Put.html" title="class in org.apache.hadoop.hbase.client">Put</a>> puts)</span></div> |
| <div class="block">Puts some data in the table, in batch.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>puts</code> - The list of mutations to apply.</dd> |
| <dt>Returns:</dt> |
| <dd>A list of <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a>s that represent the result for each put.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="putAll(java.util.List)"> |
| <h3>putAll</h3> |
| <div class="member-signature"><span class="modifiers">default</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Void.html" title="class or interface in java.lang" class="external-link">Void</a>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-543">putAll</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="Put.html" title="class in org.apache.hadoop.hbase.client">Put</a>> puts)</span></div> |
| <div class="block">A simple version of batch put. It will fail if there are any failures.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>puts</code> - The list of mutations to apply.</dd> |
| <dt>Returns:</dt> |
| <dd>A <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a> that always returns null when complete normally.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="delete(java.util.List)"> |
| <h3>delete</h3> |
| <div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Void.html" title="class or interface in java.lang" class="external-link">Void</a>>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-552">delete</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="Delete.html" title="class in org.apache.hadoop.hbase.client">Delete</a>> deletes)</span></div> |
| <div class="block">Deletes the specified cells/rows in bulk.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>deletes</code> - list of things to delete.</dd> |
| <dt>Returns:</dt> |
| <dd>A list of <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a>s that represent the result for each delete.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="deleteAll(java.util.List)"> |
| <h3>deleteAll</h3> |
| <div class="member-signature"><span class="modifiers">default</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Void.html" title="class or interface in java.lang" class="external-link">Void</a>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-559">deleteAll</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="Delete.html" title="class in org.apache.hadoop.hbase.client">Delete</a>> deletes)</span></div> |
| <div class="block">A simple version of batch delete. It will fail if there are any failures.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>deletes</code> - list of things to delete.</dd> |
| <dt>Returns:</dt> |
| <dd>A <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a> that always returns null when complete normally.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="batch(java.util.List)"> |
| <h3>batch</h3> |
| <div class="member-signature"><span class="type-parameters"><T></span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><T>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-571">batch</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><? extends <a href="Row.html" title="interface in org.apache.hadoop.hbase.client">Row</a>> actions)</span></div> |
| <div class="block">Method that does a batch call on Deletes, Gets, Puts, Increments, Appends and RowMutations. The |
| ordering of execution of the actions is not defined. Meaning if you do a Put and a Get in the |
| same <a href="#batch(java.util.List)"><code>batch(java.util.List<? extends org.apache.hadoop.hbase.client.Row>)</code></a> call, you will not necessarily be guaranteed that the Get returns what the |
| Put had put.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>actions</code> - list of Get, Put, Delete, Increment, Append, and RowMutations objects</dd> |
| <dt>Returns:</dt> |
| <dd>A list of <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a>s that represent the result for each action.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="batchAll(java.util.List)"> |
| <h3>batchAll</h3> |
| <div class="member-signature"><span class="modifiers">default</span> <span class="type-parameters"><T></span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><T>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-579">batchAll</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><? extends <a href="Row.html" title="interface in org.apache.hadoop.hbase.client">Row</a>> actions)</span></div> |
| <div class="block">A simple version of batch. It will fail if there are any failures and you will get the whole |
| result list at once if the operation is succeeded.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>actions</code> - list of Get, Put, Delete, Increment, Append and RowMutations objects</dd> |
| <dt>Returns:</dt> |
| <dd>A list of the result for the actions. Wrapped by a <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a>.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="coprocessorService(java.util.function.Function,org.apache.hadoop.hbase.client.ServiceCaller,byte[])"> |
| <h3>coprocessorService</h3> |
| <div class="member-signature"><span class="type-parameters"><S,<wbr> |
| R></span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><R></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-602">coprocessorService</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/function/Function.html" title="class or interface in java.util.function" class="external-link">Function</a><org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel,<wbr>S> stubMaker, |
| <a href="ServiceCaller.html" title="interface in org.apache.hadoop.hbase.client">ServiceCaller</a><S,<wbr>R> callable, |
| byte[] row)</span></div> |
| <div class="block">Execute the given coprocessor call on the region which contains the given <code>row</code>. |
| <p> |
| The <code>stubMaker</code> is just a delegation to the <code>newStub</code> call. Usually it is only a |
| one line lambda expression, like: |
| |
| <pre> |
| channel -> xxxService.newStub(channel) |
| </pre></div> |
| <dl class="notes"> |
| <dt>Type Parameters:</dt> |
| <dd><code>S</code> - the type of the asynchronous stub</dd> |
| <dd><code>R</code> - the type of the return value</dd> |
| <dt>Parameters:</dt> |
| <dd><code>stubMaker</code> - a delegation to the actual <code>newStub</code> call.</dd> |
| <dd><code>callable</code> - a delegation to the actual protobuf rpc call. See the comment of |
| <a href="ServiceCaller.html" title="interface in org.apache.hadoop.hbase.client"><code>ServiceCaller</code></a> for more details.</dd> |
| <dd><code>row</code> - The row key used to identify the remote region location</dd> |
| <dt>Returns:</dt> |
| <dd>the return value of the protobuf rpc call, wrapped by a <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link"><code>CompletableFuture</code></a>.</dd> |
| <dt>See Also:</dt> |
| <dd> |
| <ul class="see-list"> |
| <li><a href="ServiceCaller.html" title="interface in org.apache.hadoop.hbase.client"><code>ServiceCaller</code></a></li> |
| </ul> |
| </dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="coprocessorService(java.util.function.Function,org.apache.hadoop.hbase.client.ServiceCaller,org.apache.hadoop.hbase.client.AsyncTable.CoprocessorCallback)"> |
| <h3>coprocessorService</h3> |
| <div class="member-signature"><span class="type-parameters"><S,<wbr> |
| R></span> <span class="return-type"><a href="AsyncTable.CoprocessorServiceBuilder.html" title="interface in org.apache.hadoop.hbase.client">AsyncTable.CoprocessorServiceBuilder</a><S,<wbr>R></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/AsyncTable.html#line-745">coprocessorService</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/function/Function.html" title="class or interface in java.util.function" class="external-link">Function</a><org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel,<wbr>S> stubMaker, |
| <a href="ServiceCaller.html" title="interface in org.apache.hadoop.hbase.client">ServiceCaller</a><S,<wbr>R> callable, |
| <a href="AsyncTable.CoprocessorCallback.html" title="interface in org.apache.hadoop.hbase.client">AsyncTable.CoprocessorCallback</a><R> callback)</span></div> |
| <div class="block">Execute a coprocessor call on the regions which are covered by a range. |
| <p> |
| Use the returned <a href="AsyncTable.CoprocessorServiceBuilder.html" title="interface in org.apache.hadoop.hbase.client"><code>AsyncTable.CoprocessorServiceBuilder</code></a> construct your request and then execute it. |
| <p> |
| The <code>stubMaker</code> is just a delegation to the <code>xxxService.newStub</code> call. Usually it |
| is only a one line lambda expression, like: |
| |
| <pre> |
| channel -> xxxService.newStub(channel) |
| </pre></div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>stubMaker</code> - a delegation to the actual <code>newStub</code> call.</dd> |
| <dd><code>callable</code> - a delegation to the actual protobuf rpc call. See the comment of |
| <a href="ServiceCaller.html" title="interface in org.apache.hadoop.hbase.client"><code>ServiceCaller</code></a> for more details.</dd> |
| <dd><code>callback</code> - callback to get the response. See the comment of <a href="AsyncTable.CoprocessorCallback.html" title="interface in org.apache.hadoop.hbase.client"><code>AsyncTable.CoprocessorCallback</code></a> |
| for more details.</dd> |
| </dl> |
| </section> |
| </li> |
| </ul> |
| </section> |
| </li> |
| </ul> |
| </section> |
| <!-- ========= END OF CLASS DATA ========= --> |
| </main> |
| <footer role="contentinfo"> |
| <hr> |
| <p class="legal-copy"><small>Copyright © 2007–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> |
| </footer> |
| </div> |
| </div> |
| </body> |
| </html> |