| <!DOCTYPE HTML> |
| <html lang="en"> |
| <head> |
| <!-- Generated by javadoc (17) --> |
| <title>Mutation (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, class: Mutation"> |
| <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/Mutation.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>Nested | </li> |
| <li><a href="#field-summary">Field</a> | </li> |
| <li><a href="#constructor-summary">Constr</a> | </li> |
| <li><a href="#method-summary">Method</a></li> |
| </ul> |
| <ul class="sub-nav-list"> |
| <li>Detail: </li> |
| <li><a href="#field-detail">Field</a> | </li> |
| <li><a href="#constructor-detail">Constr</a> | </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="Class Mutation" class="title">Class Mutation</h1> |
| </div> |
| <div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a> |
| <div class="inheritance"><a href="Operation.html" title="class in org.apache.hadoop.hbase.client">org.apache.hadoop.hbase.client.Operation</a> |
| <div class="inheritance"><a href="OperationWithAttributes.html" title="class in org.apache.hadoop.hbase.client">org.apache.hadoop.hbase.client.OperationWithAttributes</a> |
| <div class="inheritance">org.apache.hadoop.hbase.client.Mutation</div> |
| </div> |
| </div> |
| </div> |
| <section class="class-description" id="class-description"> |
| <dl class="notes"> |
| <dt>All Implemented Interfaces:</dt> |
| <dd><code><a href="../CellScannable.html" title="interface in org.apache.hadoop.hbase">CellScannable</a></code>, <code><a href="Attributes.html" title="interface in org.apache.hadoop.hbase.client">Attributes</a></code>, <code><a href="Row.html" title="interface in org.apache.hadoop.hbase.client">Row</a></code>, <code><a href="../ExtendedCellScannable.html" title="interface in org.apache.hadoop.hbase">ExtendedCellScannable</a></code>, <code><a href="../io/HeapSize.html" title="interface in org.apache.hadoop.hbase.io">HeapSize</a></code></dd> |
| </dl> |
| <dl class="notes"> |
| <dt>Direct Known Subclasses:</dt> |
| <dd><code><a href="Append.html" title="class in org.apache.hadoop.hbase.client">Append</a></code>, <code><a href="Delete.html" title="class in org.apache.hadoop.hbase.client">Delete</a></code>, <code><a href="Increment.html" title="class in org.apache.hadoop.hbase.client">Increment</a></code>, <code><a href="Put.html" title="class in org.apache.hadoop.hbase.client">Put</a></code></dd> |
| </dl> |
| <hr> |
| <div class="type-signature"><span class="annotations">@Public |
| </span><span class="modifiers">public abstract class </span><span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-65">Mutation</a></span> |
| <span class="extends-implements">extends <a href="OperationWithAttributes.html" title="class in org.apache.hadoop.hbase.client">OperationWithAttributes</a> |
| implements <a href="Row.html" title="interface in org.apache.hadoop.hbase.client">Row</a>, <a href="../ExtendedCellScannable.html" title="interface in org.apache.hadoop.hbase">ExtendedCellScannable</a>, <a href="../io/HeapSize.html" title="interface in org.apache.hadoop.hbase.io">HeapSize</a></span></div> |
| </section> |
| <section class="summary"> |
| <ul class="summary-list"> |
| <!-- =========== FIELD SUMMARY =========== --> |
| <li> |
| <section class="field-summary" id="field-summary"> |
| <h2>Field Summary</h2> |
| <div class="caption"><span>Fields</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">Field</div> |
| <div class="table-header col-last">Description</div> |
| <div class="col-first even-row-color"><code>private static final <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></code></div> |
| <div class="col-second even-row-color"><code><a href="#CONSUMED_CLUSTER_IDS" class="member-name-link">CONSUMED_CLUSTER_IDS</a></code></div> |
| <div class="col-last even-row-color"> |
| <div class="block">The attribute for storing the list of clusters that have consumed the change.</div> |
| </div> |
| <div class="col-first odd-row-color"><code>protected <a href="Durability.html" title="enum class in org.apache.hadoop.hbase.client">Durability</a></code></div> |
| <div class="col-second odd-row-color"><code><a href="#durability" class="member-name-link">durability</a></code></div> |
| <div class="col-last odd-row-color"> </div> |
| <div class="col-first even-row-color"><code>protected final <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/NavigableMap.html" title="class or interface in java.util" class="external-link">NavigableMap</a><byte[],<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="../ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a>>></code></div> |
| <div class="col-second even-row-color"><code><a href="#familyMap" class="member-name-link">familyMap</a></code></div> |
| <div class="col-last even-row-color"> </div> |
| <div class="col-first odd-row-color"><code>static final long</code></div> |
| <div class="col-second odd-row-color"><code><a href="#MUTATION_OVERHEAD" class="member-name-link">MUTATION_OVERHEAD</a></code></div> |
| <div class="col-last odd-row-color"> </div> |
| <div class="col-first even-row-color"><code>private static final <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></code></div> |
| <div class="col-second even-row-color"><code><a href="#OP_ATTRIBUTE_TTL" class="member-name-link">OP_ATTRIBUTE_TTL</a></code></div> |
| <div class="col-last even-row-color"> |
| <div class="block">The attribute for storing TTL for the result of the mutation.</div> |
| </div> |
| <div class="col-first odd-row-color"><code>private static final <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></code></div> |
| <div class="col-second odd-row-color"><code><a href="#RETURN_RESULTS" class="member-name-link">RETURN_RESULTS</a></code></div> |
| <div class="col-last odd-row-color"> </div> |
| <div class="col-first even-row-color"><code>protected byte[]</code></div> |
| <div class="col-second even-row-color"><code><a href="#row" class="member-name-link">row</a></code></div> |
| <div class="col-last even-row-color"> </div> |
| <div class="col-first odd-row-color"><code>protected long</code></div> |
| <div class="col-second odd-row-color"><code><a href="#ts" class="member-name-link">ts</a></code></div> |
| <div class="col-last odd-row-color"> </div> |
| </div> |
| <div class="inherited-list"> |
| <h3 id="fields-inherited-from-class-org.apache.hadoop.hbase.client.OperationWithAttributes">Fields inherited from class org.apache.hadoop.hbase.client.<a href="OperationWithAttributes.html" title="class in org.apache.hadoop.hbase.client">OperationWithAttributes</a></h3> |
| <code><a href="OperationWithAttributes.html#ID_ATRIBUTE">ID_ATRIBUTE</a></code></div> |
| <div class="inherited-list"> |
| <h3 id="fields-inherited-from-class-org.apache.hadoop.hbase.client.Row">Fields inherited from interface org.apache.hadoop.hbase.client.<a href="Row.html" title="interface in org.apache.hadoop.hbase.client">Row</a></h3> |
| <code><a href="Row.html#COMPARATOR">COMPARATOR</a></code></div> |
| </section> |
| </li> |
| <!-- ======== CONSTRUCTOR SUMMARY ======== --> |
| <li> |
| <section class="constructor-summary" id="constructor-summary"> |
| <h2>Constructor Summary</h2> |
| <div class="caption"><span>Constructors</span></div> |
| <div class="summary-table three-column-summary"> |
| <div class="table-header col-first">Modifier</div> |
| <div class="table-header col-second">Constructor</div> |
| <div class="table-header col-last">Description</div> |
| <div class="col-first even-row-color"><code>protected </code></div> |
| <div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E()" class="member-name-link">Mutation</a>()</code></div> |
| <div class="col-last even-row-color"> |
| <div class="block">empty construction.</div> |
| </div> |
| <div class="col-first odd-row-color"><code>protected </code></div> |
| <div class="col-constructor-name odd-row-color"><code><a href="#%3Cinit%3E(byte%5B%5D,long,java.util.NavigableMap)" class="member-name-link">Mutation</a><wbr>(byte[] row, |
| long ts, |
| <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/NavigableMap.html" title="class or interface in java.util" class="external-link">NavigableMap</a><byte[],<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="../Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>>> familyMap)</code></div> |
| <div class="col-last odd-row-color"> |
| <div class="block">Construct the mutation with user defined data.</div> |
| </div> |
| <div class="col-first even-row-color"><code>protected </code></div> |
| <div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E(org.apache.hadoop.hbase.client.Mutation)" class="member-name-link">Mutation</a><wbr>(<a href="Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a> clone)</code></div> |
| <div class="col-last even-row-color"> </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-tab1" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab1', 3)" class="table-tab">Static 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-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete 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-tab4"><code>(package private) <a href="Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#add(org.apache.hadoop.hbase.Cell)" class="member-name-link">add</a><wbr>(<a href="../Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a> cell)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="../ExtendedCellScanner.html" title="interface in org.apache.hadoop.hbase">ExtendedCellScanner</a></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#cellScanner()" class="member-name-link">cellScanner</a>()</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">For client users: You should only use the return value as a |
| <a href="../CellScanner.html" title="interface in org.apache.hadoop.hbase"><code>CellScanner</code></a>, <a href="../ExtendedCellScanner.html" title="interface in org.apache.hadoop.hbase"><code>ExtendedCellScanner</code></a> is marked as |
| IA.Private which means there is no guarantee about its API stability.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>private static <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><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#cellToStringMap(org.apache.hadoop.hbase.ExtendedCell)" class="member-name-link">cellToStringMap</a><wbr>(<a href="../ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a> c)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"> </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>(package private) static byte[]</code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#checkRow(byte%5B%5D)" class="member-name-link">checkRow</a><wbr>(byte[] row)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"> </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>(package private) static byte[]</code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#checkRow(byte%5B%5D,int,int)" class="member-name-link">checkRow</a><wbr>(byte[] row, |
| int offset, |
| int length)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"> </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>(package private) static void</code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#checkRow(java.nio.ByteBuffer)" class="member-name-link">checkRow</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/nio/ByteBuffer.html" title="class or interface in java.nio" class="external-link">ByteBuffer</a> row)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"> </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>protected final void</code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#checkTimestamp(long)" class="member-name-link">checkTimestamp</a><wbr>(long ts)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>(package private) <a href="../KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#createPutKeyValue(byte%5B%5D,byte%5B%5D,long,byte%5B%5D)" class="member-name-link">createPutKeyValue</a><wbr>(byte[] family, |
| byte[] qualifier, |
| long ts, |
| byte[] value)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Create a KeyValue with this objects row key and the Put identifier.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>(package private) <a href="../KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#createPutKeyValue(byte%5B%5D,byte%5B%5D,long,byte%5B%5D,org.apache.hadoop.hbase.Tag%5B%5D)" class="member-name-link">createPutKeyValue</a><wbr>(byte[] family, |
| byte[] qualifier, |
| long ts, |
| byte[] value, |
| <a href="../Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>[] tags)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Create a KeyValue with this objects row key and the Put identifier.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>(package private) <a href="../KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#createPutKeyValue(byte%5B%5D,java.nio.ByteBuffer,long,java.nio.ByteBuffer,org.apache.hadoop.hbase.Tag%5B%5D)" class="member-name-link">createPutKeyValue</a><wbr>(byte[] family, |
| <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/nio/ByteBuffer.html" title="class or interface in java.nio" class="external-link">ByteBuffer</a> qualifier, |
| long ts, |
| <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/nio/ByteBuffer.html" title="class or interface in java.nio" class="external-link">ByteBuffer</a> value, |
| <a href="../Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>[] tags)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Create a KeyValue with this objects row key and the Put identifier.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>protected long</code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#extraHeapSize()" class="member-name-link">extraHeapSize</a>()</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Subclasses should override this method to add the heap size of their own fields.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><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="../Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#get(byte%5B%5D,byte%5B%5D)" class="member-name-link">get</a><wbr>(byte[] family, |
| byte[] qualifier)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Returns a list of all KeyValue objects with matching column family and qualifier.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>byte[]</code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getACL()" class="member-name-link">getACL</a>()</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Returns The serialized ACL for this operation, or null if none</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="../CellBuilder.html" title="interface in org.apache.hadoop.hbase">CellBuilder</a></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getCellBuilder()" class="member-name-link">getCellBuilder</a>()</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">get a CellBuilder instance that already has relevant Type and Row set.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>abstract <a href="../CellBuilder.html" title="interface in org.apache.hadoop.hbase">CellBuilder</a></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getCellBuilder(org.apache.hadoop.hbase.CellBuilderType)" class="member-name-link">getCellBuilder</a><wbr>(<a href="../CellBuilderType.html" title="enum class in org.apache.hadoop.hbase">CellBuilderType</a> cellBuilderType)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">get a CellBuilder instance that already has relevant Type and Row set.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>protected final <a href="../CellBuilder.html" title="interface in org.apache.hadoop.hbase">CellBuilder</a></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getCellBuilder(org.apache.hadoop.hbase.CellBuilderType,org.apache.hadoop.hbase.Cell.Type)" class="member-name-link">getCellBuilder</a><wbr>(<a href="../CellBuilderType.html" title="enum class in org.apache.hadoop.hbase">CellBuilderType</a> cellBuilderType, |
| <a href="../Cell.Type.html" title="enum class in org.apache.hadoop.hbase">Cell.Type</a> cellType)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">get a CellBuilder instance that already has relevant Type and Row set.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>(package private) <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="../ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a>></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getCellList(byte%5B%5D)" class="member-name-link">getCellList</a><wbr>(byte[] family)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Creates an empty list if one doesn't exist for the given column family or else it returns the |
| associated list of Cell objects.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="../security/visibility/CellVisibility.html" title="class in org.apache.hadoop.hbase.security.visibility">CellVisibility</a></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getCellVisibility()" class="member-name-link">getCellVisibility</a>()</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Returns CellVisibility associated with cells in this Mutation.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><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/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getClusterIds()" class="member-name-link">getClusterIds</a>()</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Returns the set of clusterIds that have consumed the mutation</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Durability.html" title="enum class in org.apache.hadoop.hbase.client">Durability</a></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getDurability()" class="member-name-link">getDurability</a>()</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Get the current durability</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/NavigableMap.html" title="class or interface in java.util" class="external-link">NavigableMap</a><byte[],<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="../Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>>></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getFamilyCellMap()" class="member-name-link">getFamilyCellMap</a>()</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Method for retrieving the put's familyMap</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><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><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getFingerprint()" class="member-name-link">getFingerprint</a>()</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Compile the column family (i.e.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>byte[]</code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getRow()" class="member-name-link">getRow</a>()</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Method for retrieving the delete's row</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>long</code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTimestamp()" class="member-name-link">getTimestamp</a>()</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Method for retrieving the timestamp.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>long</code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTTL()" class="member-name-link">getTTL</a>()</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Return the TTL requested for the result of the mutation, in milliseconds.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#has(byte%5B%5D,byte%5B%5D)" class="member-name-link">has</a><wbr>(byte[] family, |
| byte[] qualifier)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">A convenience method to determine if this object's familyMap contains a value assigned to the |
| given family & qualifier.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#has(byte%5B%5D,byte%5B%5D,byte%5B%5D)" class="member-name-link">has</a><wbr>(byte[] family, |
| byte[] qualifier, |
| byte[] value)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">A convenience method to determine if this object's familyMap contains a value assigned to the |
| given family, qualifier and timestamp.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#has(byte%5B%5D,byte%5B%5D,long)" class="member-name-link">has</a><wbr>(byte[] family, |
| byte[] qualifier, |
| long ts)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">A convenience method to determine if this object's familyMap contains a value assigned to the |
| given family, qualifier and timestamp.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#has(byte%5B%5D,byte%5B%5D,long,byte%5B%5D)" class="member-name-link">has</a><wbr>(byte[] family, |
| byte[] qualifier, |
| long ts, |
| byte[] value)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">A convenience method to determine if this object's familyMap contains the given value assigned |
| to the given family, qualifier and timestamp.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>protected boolean</code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#has(byte%5B%5D,byte%5B%5D,long,byte%5B%5D,boolean,boolean)" class="member-name-link">has</a><wbr>(byte[] family, |
| byte[] qualifier, |
| long ts, |
| byte[] value, |
| boolean ignoreTS, |
| boolean ignoreValue)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Private method to determine if this object's familyMap contains the given value assigned to the |
| given family, qualifier and timestamp, respecting the 2 boolean arguments.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>long</code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#heapSize()" class="member-name-link">heapSize</a>()</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Returns Calculate what Mutation adds to class heap size.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#isEmpty()" class="member-name-link">isEmpty</a>()</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Method to check if the familyMap is empty</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>protected boolean</code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#isReturnResults()" class="member-name-link">isReturnResults</a>()</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Returns current value for returnResults</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>int</code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#numFamilies()" class="member-name-link">numFamilies</a>()</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Returns the number of different families</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setACL(java.lang.String,org.apache.hadoop.hbase.security.access.Permission)" class="member-name-link">setACL</a><wbr>(<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> user, |
| <a href="../security/access/Permission.html" title="class in org.apache.hadoop.hbase.security.access">Permission</a> perms)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Set the ACL for this operation.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setACL(java.util.Map)" class="member-name-link">setACL</a><wbr>(<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><a href="../security/access/Permission.html" title="class in org.apache.hadoop.hbase.security.access">Permission</a>> perms)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Set the ACL for this operation.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility)" class="member-name-link">setCellVisibility</a><wbr>(<a href="../security/visibility/CellVisibility.html" title="class in org.apache.hadoop.hbase.security.visibility">CellVisibility</a> expression)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Sets the visibility expression associated with cells in this Mutation.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setClusterIds(java.util.List)" class="member-name-link">setClusterIds</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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>> clusterIds)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Marks that the clusters with the given clusterIds have consumed the mutation</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setDurability(org.apache.hadoop.hbase.client.Durability)" class="member-name-link">setDurability</a><wbr>(<a href="Durability.html" title="enum class in org.apache.hadoop.hbase.client">Durability</a> d)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Set the durability for this mutation</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>protected <a href="Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setReturnResults(boolean)" class="member-name-link">setReturnResults</a><wbr>(boolean returnResults)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setTimestamp(long)" class="member-name-link">setTimestamp</a><wbr>(long timestamp)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Set the timestamp of the delete.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setTTL(long)" class="member-name-link">setTTL</a><wbr>(long ttl)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Set the TTL desired for the result of the mutation, in milliseconds.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>int</code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#size()" class="member-name-link">size</a>()</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Number of KeyValues carried by this Mutation.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>private static <a href="../security/visibility/CellVisibility.html" title="class in org.apache.hadoop.hbase.security.visibility">CellVisibility</a></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#toCellVisibility(byte%5B%5D)" class="member-name-link">toCellVisibility</a><wbr>(byte[] protoBytes)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"> |
| <div class="block">Convert a protocol buffer CellVisibility bytes to a client CellVisibility</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>(package private) static org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.CellVisibility</code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#toCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility)" class="member-name-link">toCellVisibility</a><wbr>(<a href="../security/visibility/CellVisibility.html" title="class in org.apache.hadoop.hbase.security.visibility">CellVisibility</a> cellVisibility)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"> |
| <div class="block">Create a protocol buffer CellVisibility based on a client CellVisibility.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>private static <a href="../security/visibility/CellVisibility.html" title="class in org.apache.hadoop.hbase.security.visibility">CellVisibility</a></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#toCellVisibility(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.CellVisibility)" class="member-name-link">toCellVisibility</a><wbr>(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.CellVisibility proto)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"> |
| <div class="block">Convert a protocol buffer CellVisibility to a client CellVisibility</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><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><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#toMap(int)" class="member-name-link">toMap</a><wbr>(int maxCols)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Compile the details beyond the scope of getFingerprint (row, columns, timestamps, etc.) into a |
| Map along with the fingerprinted information.</div> |
| </div> |
| </div> |
| </div> |
| </div> |
| <div class="inherited-list"> |
| <h3 id="methods-inherited-from-class-org.apache.hadoop.hbase.client.OperationWithAttributes">Methods inherited from class org.apache.hadoop.hbase.client.<a href="OperationWithAttributes.html" title="class in org.apache.hadoop.hbase.client">OperationWithAttributes</a></h3> |
| <code><a href="OperationWithAttributes.html#getAttribute(java.lang.String)">getAttribute</a>, <a href="OperationWithAttributes.html#getAttributeSize()">getAttributeSize</a>, <a href="OperationWithAttributes.html#getAttributesMap()">getAttributesMap</a>, <a href="OperationWithAttributes.html#getId()">getId</a>, <a href="OperationWithAttributes.html#getPriority()">getPriority</a>, <a href="OperationWithAttributes.html#setAttribute(java.lang.String,byte%5B%5D)">setAttribute</a>, <a href="OperationWithAttributes.html#setId(java.lang.String)">setId</a>, <a href="OperationWithAttributes.html#setPriority(int)">setPriority</a></code></div> |
| <div class="inherited-list"> |
| <h3 id="methods-inherited-from-class-org.apache.hadoop.hbase.client.Operation">Methods inherited from class org.apache.hadoop.hbase.client.<a href="Operation.html" title="class in org.apache.hadoop.hbase.client">Operation</a></h3> |
| <code><a href="Operation.html#toJSON()">toJSON</a>, <a href="Operation.html#toJSON(int)">toJSON</a>, <a href="Operation.html#toMap()">toMap</a>, <a href="Operation.html#toString()">toString</a>, <a href="Operation.html#toString(int)">toString</a></code></div> |
| <div class="inherited-list"> |
| <h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class java.lang.<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3> |
| <code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#clone()" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#finalize()" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div> |
| </section> |
| </li> |
| </ul> |
| </section> |
| <section class="details"> |
| <ul class="details-list"> |
| <!-- ============ FIELD DETAIL =========== --> |
| <li> |
| <section class="field-details" id="field-detail"> |
| <h2>Field Details</h2> |
| <ul class="member-list"> |
| <li> |
| <section class="detail" id="MUTATION_OVERHEAD"> |
| <h3>MUTATION_OVERHEAD</h3> |
| <div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type">long</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-68">MUTATION_OVERHEAD</a></span></div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="CONSUMED_CLUSTER_IDS"> |
| <h3>CONSUMED_CLUSTER_IDS</h3> |
| <div class="member-signature"><span class="modifiers">private static final</span> <span class="return-type"><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></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-87">CONSUMED_CLUSTER_IDS</a></span></div> |
| <div class="block">The attribute for storing the list of clusters that have consumed the change.</div> |
| <dl class="notes"> |
| <dt>See Also:</dt> |
| <dd> |
| <ul class="see-list"> |
| <li><a href="../../../../../constant-values.html#org.apache.hadoop.hbase.client.Mutation.CONSUMED_CLUSTER_IDS">Constant Field Values</a></li> |
| </ul> |
| </dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="OP_ATTRIBUTE_TTL"> |
| <h3>OP_ATTRIBUTE_TTL</h3> |
| <div class="member-signature"><span class="modifiers">private static final</span> <span class="return-type"><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></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-92">OP_ATTRIBUTE_TTL</a></span></div> |
| <div class="block">The attribute for storing TTL for the result of the mutation.</div> |
| <dl class="notes"> |
| <dt>See Also:</dt> |
| <dd> |
| <ul class="see-list"> |
| <li><a href="../../../../../constant-values.html#org.apache.hadoop.hbase.client.Mutation.OP_ATTRIBUTE_TTL">Constant Field Values</a></li> |
| </ul> |
| </dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="RETURN_RESULTS"> |
| <h3>RETURN_RESULTS</h3> |
| <div class="member-signature"><span class="modifiers">private static final</span> <span class="return-type"><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></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-94">RETURN_RESULTS</a></span></div> |
| <dl class="notes"> |
| <dt>See Also:</dt> |
| <dd> |
| <ul class="see-list"> |
| <li><a href="../../../../../constant-values.html#org.apache.hadoop.hbase.client.Mutation.RETURN_RESULTS">Constant Field Values</a></li> |
| </ul> |
| </dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="row"> |
| <h3>row</h3> |
| <div class="member-signature"><span class="modifiers">protected</span> <span class="return-type">byte[]</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-97">row</a></span></div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="ts"> |
| <h3>ts</h3> |
| <div class="member-signature"><span class="modifiers">protected</span> <span class="return-type">long</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-98">ts</a></span></div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="durability"> |
| <h3>durability</h3> |
| <div class="member-signature"><span class="modifiers">protected</span> <span class="return-type"><a href="Durability.html" title="enum class in org.apache.hadoop.hbase.client">Durability</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-99">durability</a></span></div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="familyMap"> |
| <h3>familyMap</h3> |
| <div class="member-signature"><span class="modifiers">protected final</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/NavigableMap.html" title="class or interface in java.util" class="external-link">NavigableMap</a><byte[],<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="../ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a>>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-102">familyMap</a></span></div> |
| </section> |
| </li> |
| </ul> |
| </section> |
| </li> |
| <!-- ========= CONSTRUCTOR DETAIL ======== --> |
| <li> |
| <section class="constructor-details" id="constructor-detail"> |
| <h2>Constructor Details</h2> |
| <ul class="member-list"> |
| <li> |
| <section class="detail" id="<init>()"> |
| <h3>Mutation</h3> |
| <div class="member-signature"><span class="modifiers">protected</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-107">Mutation</a></span>()</div> |
| <div class="block">empty construction. We need this empty construction to keep binary compatibility.</div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="<init>(org.apache.hadoop.hbase.client.Mutation)"> |
| <h3>Mutation</h3> |
| <div class="member-signature"><span class="modifiers">protected</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-111">Mutation</a></span><wbr><span class="parameters">(<a href="Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a> clone)</span></div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="<init>(byte[],long,java.util.NavigableMap)"> |
| <h3>Mutation</h3> |
| <div class="member-signature"><span class="modifiers">protected</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-127">Mutation</a></span><wbr><span class="parameters">(byte[] row, |
| long ts, |
| <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/NavigableMap.html" title="class or interface in java.util" class="external-link">NavigableMap</a><byte[],<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="../Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>>> familyMap)</span></div> |
| <div class="block">Construct the mutation with user defined data.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>row</code> - row. CAN'T be null</dd> |
| <dd><code>ts</code> - timestamp</dd> |
| <dd><code>familyMap</code> - the map to collect all cells internally. CAN'T be null</dd> |
| </dl> |
| </section> |
| </li> |
| </ul> |
| </section> |
| </li> |
| <!-- ============ METHOD DETAIL ========== --> |
| <li> |
| <section class="method-details" id="method-detail"> |
| <h2>Method Details</h2> |
| <ul class="member-list"> |
| <li> |
| <section class="detail" id="cellScanner()"> |
| <h3>cellScanner</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="../ExtendedCellScanner.html" title="interface in org.apache.hadoop.hbase">ExtendedCellScanner</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-141">cellScanner</a></span>()</div> |
| <div class="block">For client users: You should only use the return value as a |
| <a href="../CellScanner.html" title="interface in org.apache.hadoop.hbase"><code>CellScanner</code></a>, <a href="../ExtendedCellScanner.html" title="interface in org.apache.hadoop.hbase"><code>ExtendedCellScanner</code></a> is marked as |
| IA.Private which means there is no guarantee about its API stability.</div> |
| <dl class="notes"> |
| <dt>Specified by:</dt> |
| <dd><code><a href="../CellScannable.html#cellScanner()">cellScanner</a></code> in interface <code><a href="../CellScannable.html" title="interface in org.apache.hadoop.hbase">CellScannable</a></code></dd> |
| <dt>Specified by:</dt> |
| <dd><code><a href="../ExtendedCellScannable.html#cellScanner()">cellScanner</a></code> in interface <code><a href="../ExtendedCellScannable.html" title="interface in org.apache.hadoop.hbase">ExtendedCellScannable</a></code></dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getCellList(byte[])"> |
| <h3>getCellList</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="../ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-152">getCellList</a></span><wbr><span class="parameters">(byte[] family)</span></div> |
| <div class="block">Creates an empty list if one doesn't exist for the given column family or else it returns the |
| associated list of Cell objects.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>family</code> - column family</dd> |
| <dt>Returns:</dt> |
| <dd>a list of Cell objects, returns an empty list if one doesn't exist.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="createPutKeyValue(byte[],byte[],long,byte[])"> |
| <h3>createPutKeyValue</h3> |
| <div class="member-signature"><span class="return-type"><a href="../KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-160">createPutKeyValue</a></span><wbr><span class="parameters">(byte[] family, |
| byte[] qualifier, |
| long ts, |
| byte[] value)</span></div> |
| <div class="block">Create a KeyValue with this objects row key and the Put identifier.</div> |
| <dl class="notes"> |
| <dt>Returns:</dt> |
| <dd>a KeyValue with this objects row key and the Put identifier.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="createPutKeyValue(byte[],byte[],long,byte[],org.apache.hadoop.hbase.Tag[])"> |
| <h3>createPutKeyValue</h3> |
| <div class="member-signature"><span class="return-type"><a href="../KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-168">createPutKeyValue</a></span><wbr><span class="parameters">(byte[] family, |
| byte[] qualifier, |
| long ts, |
| byte[] value, |
| <a href="../Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>[] tags)</span></div> |
| <div class="block">Create a KeyValue with this objects row key and the Put identifier.</div> |
| <dl class="notes"> |
| <dt>Returns:</dt> |
| <dd>a KeyValue with this objects row key and the Put identifier.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="createPutKeyValue(byte[],java.nio.ByteBuffer,long,java.nio.ByteBuffer,org.apache.hadoop.hbase.Tag[])"> |
| <h3>createPutKeyValue</h3> |
| <div class="member-signature"><span class="return-type"><a href="../KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-177">createPutKeyValue</a></span><wbr><span class="parameters">(byte[] family, |
| <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/nio/ByteBuffer.html" title="class or interface in java.nio" class="external-link">ByteBuffer</a> qualifier, |
| long ts, |
| <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/nio/ByteBuffer.html" title="class or interface in java.nio" class="external-link">ByteBuffer</a> value, |
| <a href="../Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>[] tags)</span></div> |
| <div class="block">Create a KeyValue with this objects row key and the Put identifier.</div> |
| <dl class="notes"> |
| <dt>Returns:</dt> |
| <dd>a KeyValue with this objects row key and the Put identifier.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getFingerprint()"> |
| <h3>getFingerprint</h3> |
| <div class="member-signature"><span class="modifiers">public</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><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-188">getFingerprint</a></span>()</div> |
| <div class="block">Compile the column family (i.e. schema) information into a Map. Useful for parsing and |
| aggregation by debugging, logging, and administration tools.</div> |
| <dl class="notes"> |
| <dt>Specified by:</dt> |
| <dd><code><a href="Operation.html#getFingerprint()">getFingerprint</a></code> in class <code><a href="Operation.html" title="class in org.apache.hadoop.hbase.client">Operation</a></code></dd> |
| <dt>Returns:</dt> |
| <dd>a map containing fingerprint information (i.e. column families)</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="toMap(int)"> |
| <h3>toMap</h3> |
| <div class="member-signature"><span class="modifiers">public</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><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-207">toMap</a></span><wbr><span class="parameters">(int maxCols)</span></div> |
| <div class="block">Compile the details beyond the scope of getFingerprint (row, columns, timestamps, etc.) into a |
| Map along with the fingerprinted information. Useful for debugging, logging, and administration |
| tools.</div> |
| <dl class="notes"> |
| <dt>Specified by:</dt> |
| <dd><code><a href="Operation.html#toMap(int)">toMap</a></code> in class <code><a href="Operation.html" title="class in org.apache.hadoop.hbase.client">Operation</a></code></dd> |
| <dt>Parameters:</dt> |
| <dd><code>maxCols</code> - a limit on the number of columns output prior to truncation</dd> |
| <dt>Returns:</dt> |
| <dd>a map containing parameters of a query (i.e. rows, columns...)</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="cellToStringMap(org.apache.hadoop.hbase.ExtendedCell)"> |
| <h3>cellToStringMap</h3> |
| <div class="member-signature"><span class="modifiers">private static</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><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-250">cellToStringMap</a></span><wbr><span class="parameters">(<a href="../ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a> c)</span></div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="setDurability(org.apache.hadoop.hbase.client.Durability)"> |
| <h3>setDurability</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-270">setDurability</a></span><wbr><span class="parameters">(<a href="Durability.html" title="enum class in org.apache.hadoop.hbase.client">Durability</a> d)</span></div> |
| <div class="block">Set the durability for this mutation</div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getDurability()"> |
| <h3>getDurability</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="Durability.html" title="enum class in org.apache.hadoop.hbase.client">Durability</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-276">getDurability</a></span>()</div> |
| <div class="block">Get the current durability</div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getFamilyCellMap()"> |
| <h3>getFamilyCellMap</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/NavigableMap.html" title="class or interface in java.util" class="external-link">NavigableMap</a><byte[],<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="../Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-283">getFamilyCellMap</a></span>()</div> |
| <div class="block">Method for retrieving the put's familyMap</div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="isEmpty()"> |
| <h3>isEmpty</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type">boolean</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-292">isEmpty</a></span>()</div> |
| <div class="block">Method to check if the familyMap is empty</div> |
| <dl class="notes"> |
| <dt>Returns:</dt> |
| <dd>true if empty, false otherwise</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getRow()"> |
| <h3>getRow</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type">byte[]</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-299">getRow</a></span>()</div> |
| <div class="block">Method for retrieving the delete's row</div> |
| <dl class="notes"> |
| <dt>Specified by:</dt> |
| <dd><code><a href="Row.html#getRow()">getRow</a></code> in interface <code><a href="Row.html" title="interface in org.apache.hadoop.hbase.client">Row</a></code></dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getTimestamp()"> |
| <h3>getTimestamp</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type">long</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-307">getTimestamp</a></span>()</div> |
| <div class="block">Method for retrieving the timestamp.</div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="setClusterIds(java.util.List)"> |
| <h3>setClusterIds</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-315">setClusterIds</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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>> clusterIds)</span></div> |
| <div class="block">Marks that the clusters with the given clusterIds have consumed the mutation</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>clusterIds</code> - of the clusters that have consumed the mutation</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getClusterIds()"> |
| <h3>getClusterIds</h3> |
| <div class="member-signature"><span class="modifiers">public</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/UUID.html" title="class or interface in java.util" class="external-link">UUID</a>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-327">getClusterIds</a></span>()</div> |
| <div class="block">Returns the set of clusterIds that have consumed the mutation</div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="setCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility)"> |
| <h3>setCellVisibility</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-343">setCellVisibility</a></span><wbr><span class="parameters">(<a href="../security/visibility/CellVisibility.html" title="class in org.apache.hadoop.hbase.security.visibility">CellVisibility</a> expression)</span></div> |
| <div class="block">Sets the visibility expression associated with cells in this Mutation.</div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getCellVisibility()"> |
| <h3>getCellVisibility</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="../security/visibility/CellVisibility.html" title="class in org.apache.hadoop.hbase.security.visibility">CellVisibility</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-350">getCellVisibility</a></span>() |
| throws <span class="exceptions"><a href="../exceptions/DeserializationException.html" title="class in org.apache.hadoop.hbase.exceptions">DeserializationException</a></span></div> |
| <div class="block">Returns CellVisibility associated with cells in this Mutation. n</div> |
| <dl class="notes"> |
| <dt>Throws:</dt> |
| <dd><code><a href="../exceptions/DeserializationException.html" title="class in org.apache.hadoop.hbase.exceptions">DeserializationException</a></code></dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="toCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility)"> |
| <h3>toCellVisibility</h3> |
| <div class="member-signature"><span class="modifiers">static</span> <span class="return-type">org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.CellVisibility</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-360">toCellVisibility</a></span><wbr><span class="parameters">(<a href="../security/visibility/CellVisibility.html" title="class in org.apache.hadoop.hbase.security.visibility">CellVisibility</a> cellVisibility)</span></div> |
| <div class="block">Create a protocol buffer CellVisibility based on a client CellVisibility.</div> |
| <dl class="notes"> |
| <dt>Returns:</dt> |
| <dd>a protocol buffer CellVisibility</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="toCellVisibility(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.CellVisibility)"> |
| <h3>toCellVisibility</h3> |
| <div class="member-signature"><span class="modifiers">private static</span> <span class="return-type"><a href="../security/visibility/CellVisibility.html" title="class in org.apache.hadoop.hbase.security.visibility">CellVisibility</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-370">toCellVisibility</a></span><wbr><span class="parameters">(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.CellVisibility proto)</span></div> |
| <div class="block">Convert a protocol buffer CellVisibility to a client CellVisibility</div> |
| <dl class="notes"> |
| <dt>Returns:</dt> |
| <dd>the converted client CellVisibility</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="toCellVisibility(byte[])"> |
| <h3>toCellVisibility</h3> |
| <div class="member-signature"><span class="modifiers">private static</span> <span class="return-type"><a href="../security/visibility/CellVisibility.html" title="class in org.apache.hadoop.hbase.security.visibility">CellVisibility</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-379">toCellVisibility</a></span><wbr><span class="parameters">(byte[] protoBytes)</span> |
| throws <span class="exceptions"><a href="../exceptions/DeserializationException.html" title="class in org.apache.hadoop.hbase.exceptions">DeserializationException</a></span></div> |
| <div class="block">Convert a protocol buffer CellVisibility bytes to a client CellVisibility</div> |
| <dl class="notes"> |
| <dt>Returns:</dt> |
| <dd>the converted client CellVisibility</dd> |
| <dt>Throws:</dt> |
| <dd><code><a href="../exceptions/DeserializationException.html" title="class in org.apache.hadoop.hbase.exceptions">DeserializationException</a></code></dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="size()"> |
| <h3>size</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type">int</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-397">size</a></span>()</div> |
| <div class="block">Number of KeyValues carried by this Mutation.</div> |
| <dl class="notes"> |
| <dt>Returns:</dt> |
| <dd>the total number of KeyValues</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="numFamilies()"> |
| <h3>numFamilies</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type">int</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-406">numFamilies</a></span>()</div> |
| <div class="block">Returns the number of different families</div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="heapSize()"> |
| <h3>heapSize</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type">long</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-411">heapSize</a></span>()</div> |
| <div class="block">Returns Calculate what Mutation adds to class heap size.</div> |
| <dl class="notes"> |
| <dt>Specified by:</dt> |
| <dd><code><a href="../io/HeapSize.html#heapSize()">heapSize</a></code> in interface <code><a href="../io/HeapSize.html" title="interface in org.apache.hadoop.hbase.io">HeapSize</a></code></dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getACL()"> |
| <h3>getACL</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type">byte[]</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-440">getACL</a></span>()</div> |
| <div class="block">Returns The serialized ACL for this operation, or null if none</div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="setACL(java.lang.String,org.apache.hadoop.hbase.security.access.Permission)"> |
| <h3>setACL</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-449">setACL</a></span><wbr><span class="parameters">(<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> user, |
| <a href="../security/access/Permission.html" title="class in org.apache.hadoop.hbase.security.access">Permission</a> perms)</span></div> |
| <div class="block">Set the ACL for this operation.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>user</code> - User short name</dd> |
| <dd><code>perms</code> - Permissions for the user</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="setACL(java.util.Map)"> |
| <h3>setACL</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-459">setACL</a></span><wbr><span class="parameters">(<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><a href="../security/access/Permission.html" title="class in org.apache.hadoop.hbase.security.access">Permission</a>> perms)</span></div> |
| <div class="block">Set the ACL for this operation.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>perms</code> - A map of permissions for a user or users</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getTTL()"> |
| <h3>getTTL</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type">long</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-474">getTTL</a></span>()</div> |
| <div class="block">Return the TTL requested for the result of the mutation, in milliseconds.</div> |
| <dl class="notes"> |
| <dt>Returns:</dt> |
| <dd>the TTL requested for the result of the mutation, in milliseconds, or Long.MAX_VALUE if |
| unset</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="setTTL(long)"> |
| <h3>setTTL</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-486">setTTL</a></span><wbr><span class="parameters">(long ttl)</span></div> |
| <div class="block">Set the TTL desired for the result of the mutation, in milliseconds.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>ttl</code> - the TTL desired for the result of the mutation, in milliseconds</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="isReturnResults()"> |
| <h3>isReturnResults</h3> |
| <div class="member-signature"><span class="annotations">@Private |
| </span><span class="modifiers">protected</span> <span class="return-type">boolean</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-493">isReturnResults</a></span>()</div> |
| <div class="block">Returns current value for returnResults</div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="setReturnResults(boolean)"> |
| <h3>setReturnResults</h3> |
| <div class="member-signature"><span class="annotations">@Private |
| </span><span class="modifiers">protected</span> <span class="return-type"><a href="Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-499">setReturnResults</a></span><wbr><span class="parameters">(boolean returnResults)</span></div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="extraHeapSize()"> |
| <h3>extraHeapSize</h3> |
| <div class="member-signature"><span class="modifiers">protected</span> <span class="return-type">long</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-510">extraHeapSize</a></span>()</div> |
| <div class="block">Subclasses should override this method to add the heap size of their own fields.</div> |
| <dl class="notes"> |
| <dt>Returns:</dt> |
| <dd>the heap size to add (will be aligned).</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="setTimestamp(long)"> |
| <h3>setTimestamp</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-517">setTimestamp</a></span><wbr><span class="parameters">(long timestamp)</span></div> |
| <div class="block">Set the timestamp of the delete.</div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="has(byte[],byte[])"> |
| <h3>has</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type">boolean</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-532">has</a></span><wbr><span class="parameters">(byte[] family, |
| byte[] qualifier)</span></div> |
| <div class="block">A convenience method to determine if this object's familyMap contains a value assigned to the |
| given family & qualifier. Both given arguments must match the KeyValue object to return |
| true.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>family</code> - column family</dd> |
| <dd><code>qualifier</code> - column qualifier</dd> |
| <dt>Returns:</dt> |
| <dd>returns true if the given family and qualifier already has an existing KeyValue object |
| in the family map.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="has(byte[],byte[],long)"> |
| <h3>has</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type">boolean</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-546">has</a></span><wbr><span class="parameters">(byte[] family, |
| byte[] qualifier, |
| long ts)</span></div> |
| <div class="block">A convenience method to determine if this object's familyMap contains a value assigned to the |
| given family, qualifier and timestamp. All 3 given arguments must match the KeyValue object to |
| return true.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>family</code> - column family</dd> |
| <dd><code>qualifier</code> - column qualifier</dd> |
| <dd><code>ts</code> - timestamp</dd> |
| <dt>Returns:</dt> |
| <dd>returns true if the given family, qualifier and timestamp already has an existing |
| KeyValue object in the family map.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="has(byte[],byte[],byte[])"> |
| <h3>has</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type">boolean</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-560">has</a></span><wbr><span class="parameters">(byte[] family, |
| byte[] qualifier, |
| byte[] value)</span></div> |
| <div class="block">A convenience method to determine if this object's familyMap contains a value assigned to the |
| given family, qualifier and timestamp. All 3 given arguments must match the KeyValue object to |
| return true.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>family</code> - column family</dd> |
| <dd><code>qualifier</code> - column qualifier</dd> |
| <dd><code>value</code> - value to check</dd> |
| <dt>Returns:</dt> |
| <dd>returns true if the given family, qualifier and value already has an existing KeyValue |
| object in the family map.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="has(byte[],byte[],long,byte[])"> |
| <h3>has</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type">boolean</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-575">has</a></span><wbr><span class="parameters">(byte[] family, |
| byte[] qualifier, |
| long ts, |
| byte[] value)</span></div> |
| <div class="block">A convenience method to determine if this object's familyMap contains the given value assigned |
| to the given family, qualifier and timestamp. All 4 given arguments must match the KeyValue |
| object to return true.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>family</code> - column family</dd> |
| <dd><code>qualifier</code> - column qualifier</dd> |
| <dd><code>ts</code> - timestamp</dd> |
| <dd><code>value</code> - value to check</dd> |
| <dt>Returns:</dt> |
| <dd>returns true if the given family, qualifier timestamp and value already has an existing |
| KeyValue object in the family map.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="get(byte[],byte[])"> |
| <h3>get</h3> |
| <div class="member-signature"><span class="modifiers">public</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="../Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-586">get</a></span><wbr><span class="parameters">(byte[] family, |
| byte[] qualifier)</span></div> |
| <div class="block">Returns a list of all KeyValue objects with matching column family and qualifier.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>family</code> - column family</dd> |
| <dd><code>qualifier</code> - column qualifier</dd> |
| <dt>Returns:</dt> |
| <dd>a list of KeyValue objects with the matching family and qualifier, returns an empty |
| list if one doesn't exist for the given family.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="has(byte[],byte[],long,byte[],boolean,boolean)"> |
| <h3>has</h3> |
| <div class="member-signature"><span class="modifiers">protected</span> <span class="return-type">boolean</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-600">has</a></span><wbr><span class="parameters">(byte[] family, |
| byte[] qualifier, |
| long ts, |
| byte[] value, |
| boolean ignoreTS, |
| boolean ignoreValue)</span></div> |
| <div class="block">Private method to determine if this object's familyMap contains the given value assigned to the |
| given family, qualifier and timestamp, respecting the 2 boolean arguments.</div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="checkRow(byte[])"> |
| <h3>checkRow</h3> |
| <div class="member-signature"><span class="modifiers">static</span> <span class="return-type">byte[]</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-654">checkRow</a></span><wbr><span class="parameters">(byte[] row)</span></div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>row</code> - Row to check</dd> |
| <dt>Returns:</dt> |
| <dd><code>row</code></dd> |
| <dt>Throws:</dt> |
| <dd><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/IllegalArgumentException.html" title="class or interface in java.lang" class="external-link">IllegalArgumentException</a></code> - Thrown if <code>row</code> is empty or null or > |
| <a href="../HConstants.html#MAX_ROW_LENGTH"><code>HConstants.MAX_ROW_LENGTH</code></a></dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="checkRow(byte[],int,int)"> |
| <h3>checkRow</h3> |
| <div class="member-signature"><span class="modifiers">static</span> <span class="return-type">byte[]</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-664">checkRow</a></span><wbr><span class="parameters">(byte[] row, |
| int offset, |
| int length)</span></div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>row</code> - Row to check</dd> |
| <dt>Returns:</dt> |
| <dd><code>row</code></dd> |
| <dt>Throws:</dt> |
| <dd><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/IllegalArgumentException.html" title="class or interface in java.lang" class="external-link">IllegalArgumentException</a></code> - Thrown if <code>row</code> is empty or null or > |
| <a href="../HConstants.html#MAX_ROW_LENGTH"><code>HConstants.MAX_ROW_LENGTH</code></a></dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="checkRow(java.nio.ByteBuffer)"> |
| <h3>checkRow</h3> |
| <div class="member-signature"><span class="modifiers">static</span> <span class="return-type">void</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-678">checkRow</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/nio/ByteBuffer.html" title="class or interface in java.nio" class="external-link">ByteBuffer</a> row)</span></div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="checkTimestamp(long)"> |
| <h3>checkTimestamp</h3> |
| <div class="member-signature"><span class="modifiers">protected final</span> <span class="return-type">void</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-691">checkTimestamp</a></span><wbr><span class="parameters">(long ts)</span></div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="add(org.apache.hadoop.hbase.Cell)"> |
| <h3>add</h3> |
| <div class="member-signature"><span class="return-type"><a href="Mutation.html" title="class in org.apache.hadoop.hbase.client">Mutation</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-695">add</a></span><wbr><span class="parameters">(<a href="../Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a> cell)</span> |
| throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></span></div> |
| <dl class="notes"> |
| <dt>Throws:</dt> |
| <dd><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></code></dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getCellBuilder(org.apache.hadoop.hbase.CellBuilderType)"> |
| <h3>getCellBuilder</h3> |
| <div class="member-signature"><span class="modifiers">public abstract</span> <span class="return-type"><a href="../CellBuilder.html" title="interface in org.apache.hadoop.hbase">CellBuilder</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-729">getCellBuilder</a></span><wbr><span class="parameters">(<a href="../CellBuilderType.html" title="enum class in org.apache.hadoop.hbase">CellBuilderType</a> cellBuilderType)</span></div> |
| <div class="block">get a CellBuilder instance that already has relevant Type and Row set.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>cellBuilderType</code> - e.g CellBuilderType.SHALLOW_COPY</dd> |
| <dt>Returns:</dt> |
| <dd>CellBuilder which already has relevant Type and Row set.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getCellBuilder()"> |
| <h3>getCellBuilder</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="../CellBuilder.html" title="interface in org.apache.hadoop.hbase">CellBuilder</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-736">getCellBuilder</a></span>()</div> |
| <div class="block">get a CellBuilder instance that already has relevant Type and Row set. the default |
| CellBuilderType is CellBuilderType.SHALLOW_COPY</div> |
| <dl class="notes"> |
| <dt>Returns:</dt> |
| <dd>CellBuilder which already has relevant Type and Row set.</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="getCellBuilder(org.apache.hadoop.hbase.CellBuilderType,org.apache.hadoop.hbase.Cell.Type)"> |
| <h3>getCellBuilder</h3> |
| <div class="member-signature"><span class="modifiers">protected final</span> <span class="return-type"><a href="../CellBuilder.html" title="interface in org.apache.hadoop.hbase">CellBuilder</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/client/Mutation.html#line-746">getCellBuilder</a></span><wbr><span class="parameters">(<a href="../CellBuilderType.html" title="enum class in org.apache.hadoop.hbase">CellBuilderType</a> cellBuilderType, |
| <a href="../Cell.Type.html" title="enum class in org.apache.hadoop.hbase">Cell.Type</a> cellType)</span></div> |
| <div class="block">get a CellBuilder instance that already has relevant Type and Row set.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>cellBuilderType</code> - e.g CellBuilderType.SHALLOW_COPY</dd> |
| <dd><code>cellType</code> - e.g Cell.Type.Put</dd> |
| <dt>Returns:</dt> |
| <dd>CellBuilder which already has relevant Type and Row set.</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> |