blob: 17f3f2ea483e3c6591931b672d2e66bb24ae2259 [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>KeyValue.KeyOnlyKeyValue (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, class: KeyValue, class: KeyOnlyKeyValue">
<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/KeyValue.KeyOnlyKeyValue.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:&nbsp;</li>
<li><a href="#nested-class-summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field-summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor-summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method-summary">Method</a></li>
</ul>
<ul class="sub-nav-list">
<li>Detail:&nbsp;</li>
<li><a href="#field-detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor-detail">Constr</a>&nbsp;|&nbsp;</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>&nbsp;<a href="package-summary.html">org.apache.hadoop.hbase</a></div>
<h1 title="Class KeyValue.KeyOnlyKeyValue" class="title">Class KeyValue.KeyOnlyKeyValue</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="KeyValue.html" title="class in org.apache.hadoop.hbase">org.apache.hadoop.hbase.KeyValue</a>
<div class="inheritance">org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue</div>
</div>
</div>
<section class="class-description" id="class-description">
<dl class="notes">
<dt>All Implemented Interfaces:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Cloneable.html" title="class or interface in java.lang" class="external-link">Cloneable</a></code>, <code><a href="Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code>, <code><a href="ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a></code>, <code><a href="io/HeapSize.html" title="interface in org.apache.hadoop.hbase.io">HeapSize</a></code>, <code><a href="RawCell.html" title="interface in org.apache.hadoop.hbase">RawCell</a></code></dd>
</dl>
<dl class="notes">
<dt>Enclosing class:</dt>
<dd><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></dd>
</dl>
<hr>
<div class="type-signature"><span class="modifiers">public static class </span><span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line-1599">KeyValue.KeyOnlyKeyValue</a></span>
<span class="extends-implements">extends <a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></span></div>
<div class="block">A simple form of KeyValue that creates a keyvalue with only the key part of the byte[] Mainly
used in places where we need to compare two cells. Avoids copying of bytes In places like block
index keys, we need to compare the key byte[] with a cell. Hence create a Keyvalue(aka Cell)
that would help in comparing as two cells</div>
</section>
<section class="summary">
<ul class="summary-list">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<li>
<section class="nested-class-summary" id="nested-class-summary">
<h2>Nested Class Summary</h2>
<div class="inherited-list">
<h2 id="nested-classes-inherited-from-class-org.apache.hadoop.hbase.KeyValue">Nested classes/interfaces inherited from class&nbsp;org.apache.hadoop.hbase.<a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></h2>
<code><a href="KeyValue.KeyOnlyKeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue.KeyOnlyKeyValue</a>, <a href="KeyValue.SamePrefixComparator.html" title="interface in org.apache.hadoop.hbase">KeyValue.SamePrefixComparator</a>&lt;<a href="KeyValue.SamePrefixComparator.html" title="type parameter in KeyValue.SamePrefixComparator">T</a>&gt;, <a href="KeyValue.Type.html" title="enum class in org.apache.hadoop.hbase">KeyValue.Type</a></code></div>
</section>
</li>
<!-- =========== 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 short</code></div>
<div class="col-second even-row-color"><code><a href="#rowLen" class="member-name-link">rowLen</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
<div class="inherited-list">
<h3 id="fields-inherited-from-class-org.apache.hadoop.hbase.KeyValue">Fields inherited from class&nbsp;org.apache.hadoop.hbase.<a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></h3>
<code><a href="KeyValue.html#bytes">bytes</a>, <a href="KeyValue.html#COLUMN_FAMILY_DELIM_ARRAY">COLUMN_FAMILY_DELIM_ARRAY</a>, <a href="KeyValue.html#COLUMN_FAMILY_DELIMITER">COLUMN_FAMILY_DELIMITER</a>, <a href="KeyValue.html#FAMILY_LENGTH_SIZE">FAMILY_LENGTH_SIZE</a>, <a href="KeyValue.html#FIXED_OVERHEAD">FIXED_OVERHEAD</a>, <a href="KeyValue.html#KEY_INFRASTRUCTURE_SIZE">KEY_INFRASTRUCTURE_SIZE</a>, <a href="KeyValue.html#KEY_LENGTH_SIZE">KEY_LENGTH_SIZE</a>, <a href="KeyValue.html#KEYVALUE_INFRASTRUCTURE_SIZE">KEYVALUE_INFRASTRUCTURE_SIZE</a>, <a href="KeyValue.html#KEYVALUE_WITH_TAGS_INFRASTRUCTURE_SIZE">KEYVALUE_WITH_TAGS_INFRASTRUCTURE_SIZE</a>, <a href="KeyValue.html#length">length</a>, <a href="KeyValue.html#LOWESTKEY">LOWESTKEY</a>, <a href="KeyValue.html#offset">offset</a>, <a href="KeyValue.html#ROW_KEY_OFFSET">ROW_KEY_OFFSET</a>, <a href="KeyValue.html#ROW_LENGTH_SIZE">ROW_LENGTH_SIZE</a>, <a href="KeyValue.html#ROW_OFFSET">ROW_OFFSET</a>, <a href="KeyValue.html#TAGS_LENGTH_SIZE">TAGS_LENGTH_SIZE</a>, <a href="KeyValue.html#TIMESTAMP_SIZE">TIMESTAMP_SIZE</a>, <a href="KeyValue.html#TIMESTAMP_TYPE_SIZE">TIMESTAMP_TYPE_SIZE</a>, <a href="KeyValue.html#TYPE_SIZE">TYPE_SIZE</a></code></div>
<div class="inherited-list">
<h3 id="fields-inherited-from-class-org.apache.hadoop.hbase.ExtendedCell">Fields inherited from interface&nbsp;org.apache.hadoop.hbase.<a href="ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a></h3>
<code><a href="ExtendedCell.html#CELL_NOT_BASED_ON_CHUNK">CELL_NOT_BASED_ON_CHUNK</a></code></div>
<div class="inherited-list">
<h3 id="fields-inherited-from-class-org.apache.hadoop.hbase.RawCell">Fields inherited from interface&nbsp;org.apache.hadoop.hbase.<a href="RawCell.html" title="interface in org.apache.hadoop.hbase">RawCell</a></h3>
<code><a href="RawCell.html#MAX_TAGS_LENGTH">MAX_TAGS_LENGTH</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 two-column-summary">
<div class="table-header col-first">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E()" class="member-name-link">KeyOnlyKeyValue</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-constructor-name odd-row-color"><code><a href="#%3Cinit%3E(byte%5B%5D)" class="member-name-link">KeyOnlyKeyValue</a><wbr>(byte[]&nbsp;b)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E(byte%5B%5D,int,int)" class="member-name-link">KeyOnlyKeyValue</a><wbr>(byte[]&nbsp;b,
int&nbsp;offset,
int&nbsp;length)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-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>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#clear()" class="member-name-link">clear</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</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="#equals(java.lang.Object)" class="member-name-link">equals</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>&nbsp;other)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Needed doing 'contains' on List.</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="#getFamilyArray()" class="member-name-link">getFamilyArray</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 backing array of the entire KeyValue (all KeyValue fields are in a single array)</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>byte</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getFamilyLength()" class="member-name-link">getFamilyLength</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 Family length</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>(package private) int</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getFamilyLengthPosition(int)" class="member-name-link">getFamilyLengthPosition</a><wbr>(int&nbsp;rowLength)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</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="#getFamilyOffset()" class="member-name-link">getFamilyOffset</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 Family offset</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="#getKey()" class="member-name-link">getKey</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Do not use unless you have to.</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="#getKeyLength()" class="member-name-link">getKeyLength</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 Length of key portion.</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="#getKeyOffset()" class="member-name-link">getKeyOffset</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 Key offset in backing buffer..</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>byte[]</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getQualifierArray()" class="member-name-link">getQualifierArray</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 backing array of the entire KeyValue (all KeyValue fields are in a single array)</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="#getQualifierLength()" class="member-name-link">getQualifierLength</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 Qualifier length</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>private int</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getQualifierLength(int,int)" class="member-name-link">getQualifierLength</a><wbr>(int&nbsp;rlength,
int&nbsp;flength)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</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="#getQualifierOffset()" class="member-name-link">getQualifierOffset</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 Qualifier offset</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>byte[]</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getRowArray()" class="member-name-link">getRowArray</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 backing array of the entire KeyValue (all KeyValue fields are in a single array)</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>short</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getRowLength()" class="member-name-link">getRowLength</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 Row length</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="#getRowOffset()" class="member-name-link">getRowOffset</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 Row offset</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="#getTagsArray()" class="member-name-link">getTagsArray</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 backing array of the entire KeyValue (all KeyValue fields are in a single array)</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="#getTagsLength()" class="member-name-link">getTagsLength</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Return the total length of the tag bytes</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="#getTagsOffset()" class="member-name-link">getTagsOffset</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 offset where the tag data starts.</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">Return the timestamp.</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="#getTimestampOffset()" class="member-name-link">getTimestampOffset</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 Timestamp offset</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>byte</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTypeByte()" class="member-name-link">getTypeByte</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 KeyValue.TYPE byte representation</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>(package private) byte</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTypeByte(int)" class="member-name-link">getTypeByte</a><wbr>(int&nbsp;keyLength)</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 KeyValue.TYPE byte representation</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>byte[]</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getValueArray()" class="member-name-link">getValueArray</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 backing array of the entire KeyValue (all KeyValue fields are in a single array)</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="#getValueLength()" class="member-name-link">getValueLength</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 Value length</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="#getValueOffset()" class="member-name-link">getValueOffset</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 value offset</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="#hashCode()" class="member-name-link">hashCode</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">In line with <a href="KeyValue.html#equals(java.lang.Object)"><code>KeyValue.equals(Object)</code></a>, only uses the key portion, not the value.</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="#heapSize()" class="member-name-link">heapSize</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">HeapSize implementation</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#set(org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue)" class="member-name-link">set</a><wbr>(<a href="KeyValue.KeyOnlyKeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue.KeyOnlyKeyValue</a>&nbsp;keyOnlyKeyValue)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setKey(byte%5B%5D,int,int)" class="member-name-link">setKey</a><wbr>(byte[]&nbsp;key,
int&nbsp;offset,
int&nbsp;length)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">A setter that helps to avoid object creation every time and whenever there is a need to
create new KeyOnlyKeyValue.</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/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#toString()" class="member-name-link">toString</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</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="#write(java.io.OutputStream,boolean)" class="member-name-link">write</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/OutputStream.html" title="class or interface in java.io" class="external-link">OutputStream</a>&nbsp;out,
boolean&nbsp;withTags)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Write this cell to an OutputStream in a <a href="KeyValue.html" title="class in org.apache.hadoop.hbase"><code>KeyValue</code></a> format.</div>
</div>
</div>
</div>
</div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-org.apache.hadoop.hbase.KeyValue">Methods inherited from class&nbsp;org.apache.hadoop.hbase.<a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></h3>
<code><a href="KeyValue.html#checkParameters(byte%5B%5D,int,byte%5B%5D,int,int,int)">checkParameters</a>, <a href="KeyValue.html#clone()">clone</a>, <a href="KeyValue.html#create(int,java.io.DataInput)">create</a>, <a href="KeyValue.html#create(java.io.DataInput)">create</a>, <a href="KeyValue.html#createKeyOnly(boolean)">createKeyOnly</a>, <a href="KeyValue.html#deepClone()">deepClone</a>, <a href="KeyValue.html#getBuffer()">getBuffer</a>, <a href="KeyValue.html#getDelimiter(byte%5B%5D,int,int,int)">getDelimiter</a>, <a href="KeyValue.html#getDelimiterInReverse(byte%5B%5D,int,int,int)">getDelimiterInReverse</a>, <a href="KeyValue.html#getFamilyLength(int)">getFamilyLength</a>, <a href="KeyValue.html#getFamilyOffset(int)">getFamilyOffset</a>, <a href="KeyValue.html#getKeyDataStructureSize(int,int,int)">getKeyDataStructureSize</a>, <a href="KeyValue.html#getKeyString()">getKeyString</a>, <a href="KeyValue.html#getKeyValueDataStructureSize(int,int,int)">getKeyValueDataStructureSize</a>, <a href="KeyValue.html#getKeyValueDataStructureSize(int,int,int,int)">getKeyValueDataStructureSize</a>, <a href="KeyValue.html#getKeyValueDataStructureSize(int,int,int,int,int)">getKeyValueDataStructureSize</a>, <a href="KeyValue.html#getLength()">getLength</a>, <a href="KeyValue.html#getOffset()">getOffset</a>, <a href="KeyValue.html#getQualifierLength(int,int,int)">getQualifierLength</a>, <a href="KeyValue.html#getQualifierOffset(int,int)">getQualifierOffset</a>, <a href="KeyValue.html#getSequenceId()">getSequenceId</a>, <a href="KeyValue.html#getSerializedSize()">getSerializedSize</a>, <a href="KeyValue.html#getSerializedSize(boolean)">getSerializedSize</a>, <a href="KeyValue.html#getTimestamp(int)">getTimestamp</a>, <a href="KeyValue.html#humanReadableTimestamp(long)">humanReadableTimestamp</a>, <a href="KeyValue.html#isLatestTimestamp()">isLatestTimestamp</a>, <a href="KeyValue.html#keyToString(byte%5B%5D)">keyToString</a>, <a href="KeyValue.html#keyToString(byte%5B%5D,int,int)">keyToString</a>, <a href="KeyValue.html#setSequenceId(long)">setSequenceId</a>, <a href="KeyValue.html#setTimestamp(byte%5B%5D)">setTimestamp</a>, <a href="KeyValue.html#setTimestamp(long)">setTimestamp</a>, <a href="KeyValue.html#shallowCopy()">shallowCopy</a>, <a href="KeyValue.html#toStringMap()">toStringMap</a>, <a href="KeyValue.html#updateLatestStamp(byte%5B%5D)">updateLatestStamp</a>, <a href="KeyValue.html#write(java.nio.ByteBuffer,int)">write</a>, <a href="KeyValue.html#write(org.apache.hadoop.hbase.KeyValue,java.io.DataOutput)">write</a>, <a href="KeyValue.html#writeByteArray(byte%5B%5D,int,byte%5B%5D,int,int,byte%5B%5D,int,int,byte%5B%5D,int,int,long,org.apache.hadoop.hbase.KeyValue.Type,byte%5B%5D,int,int,org.apache.hadoop.hbase.Tag%5B%5D)">writeByteArray</a></code></div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class&nbsp;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#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#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>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-org.apache.hadoop.hbase.ExtendedCell">Methods inherited from interface&nbsp;org.apache.hadoop.hbase.<a href="ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a></h3>
<code><a href="ExtendedCell.html#getChunkId()">getChunkId</a>, <a href="ExtendedCell.html#getType()">getType</a></code></div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-org.apache.hadoop.hbase.RawCell">Methods inherited from interface&nbsp;org.apache.hadoop.hbase.<a href="RawCell.html" title="interface in org.apache.hadoop.hbase">RawCell</a></h3>
<code><a href="RawCell.html#cloneTags()">cloneTags</a>, <a href="RawCell.html#getTag(byte)">getTag</a>, <a href="RawCell.html#getTags()">getTags</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="rowLen">
<h3>rowLen</h3>
<div class="member-signature"><span class="modifiers">private</span>&nbsp;<span class="return-type">short</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1600">rowLen</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="&lt;init&gt;()">
<h3>KeyOnlyKeyValue</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1602">KeyOnlyKeyValue</a></span>()</div>
</section>
</li>
<li>
<section class="detail" id="&lt;init&gt;(byte[])">
<h3>KeyOnlyKeyValue</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1606">KeyOnlyKeyValue</a></span><wbr><span class="parameters">(byte[]&nbsp;b)</span></div>
</section>
</li>
<li>
<section class="detail" id="&lt;init&gt;(byte[],int,int)">
<h3>KeyOnlyKeyValue</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1610">KeyOnlyKeyValue</a></span><wbr><span class="parameters">(byte[]&nbsp;b,
int&nbsp;offset,
int&nbsp;length)</span></div>
</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="set(org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue)">
<h3>set</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1617">set</a></span><wbr><span class="parameters">(<a href="KeyValue.KeyOnlyKeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue.KeyOnlyKeyValue</a>&nbsp;keyOnlyKeyValue)</span></div>
</section>
</li>
<li>
<section class="detail" id="clear()">
<h3>clear</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1624">clear</a></span>()</div>
</section>
</li>
<li>
<section class="detail" id="getKeyOffset()">
<h3>getKeyOffset</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1631">getKeyOffset</a></span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#getKeyOffset()">KeyValue</a></code></span></div>
<div class="block">Returns Key offset in backing buffer..</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#getKeyOffset()">getKeyOffset</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setKey(byte[],int,int)">
<h3>setKey</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1643">setKey</a></span><wbr><span class="parameters">(byte[]&nbsp;key,
int&nbsp;offset,
int&nbsp;length)</span></div>
<div class="block">A setter that helps to avoid object creation every time and whenever there is a need to
create new KeyOnlyKeyValue.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>key</code> - Key to set</dd>
<dd><code>offset</code> - Offset of the Key</dd>
<dd><code>length</code> - length of the Key</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getKey()">
<h3>getKey</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">byte[]</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1650">getKey</a></span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#getKey()">KeyValue</a></code></span></div>
<div class="block">Do not use unless you have to. Used internally for compacting and testing. Use
<a href="KeyValue.html#getRowArray()"><code>KeyValue.getRowArray()</code></a>, <a href="KeyValue.html#getFamilyArray()"><code>KeyValue.getFamilyArray()</code></a>, <a href="KeyValue.html#getQualifierArray()"><code>KeyValue.getQualifierArray()</code></a>, and
<a href="KeyValue.html#getValueArray()"><code>KeyValue.getValueArray()</code></a> if accessing a KeyValue client-side.</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#getKey()">getKey</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
<dt>Returns:</dt>
<dd>Copy of the key portion only.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getRowArray()">
<h3>getRowArray</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">byte[]</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1658">getRowArray</a></span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#getRowArray()">KeyValue</a></code></span></div>
<div class="block">Returns the backing array of the entire KeyValue (all KeyValue fields are in a single array)</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Cell.html#getRowArray()">getRowArray</a></code>&nbsp;in interface&nbsp;<code><a href="Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#getRowArray()">getRowArray</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
<dt>Returns:</dt>
<dd>The array containing the row bytes.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getRowOffset()">
<h3>getRowOffset</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1663">getRowOffset</a></span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#getRowOffset()">KeyValue</a></code></span></div>
<div class="block">Returns Row offset</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Cell.html#getRowOffset()">getRowOffset</a></code>&nbsp;in interface&nbsp;<code><a href="Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#getRowOffset()">getRowOffset</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getFamilyArray()">
<h3>getFamilyArray</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">byte[]</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1668">getFamilyArray</a></span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#getFamilyArray()">KeyValue</a></code></span></div>
<div class="block">Returns the backing array of the entire KeyValue (all KeyValue fields are in a single array)</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Cell.html#getFamilyArray()">getFamilyArray</a></code>&nbsp;in interface&nbsp;<code><a href="Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#getFamilyArray()">getFamilyArray</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
<dt>Returns:</dt>
<dd>the array containing the family bytes.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getFamilyLength()">
<h3>getFamilyLength</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">byte</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1673">getFamilyLength</a></span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#getFamilyLength()">KeyValue</a></code></span></div>
<div class="block">Returns Family length</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Cell.html#getFamilyLength()">getFamilyLength</a></code>&nbsp;in interface&nbsp;<code><a href="Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#getFamilyLength()">getFamilyLength</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getFamilyLengthPosition(int)">
<h3>getFamilyLengthPosition</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1678">getFamilyLengthPosition</a></span><wbr><span class="parameters">(int&nbsp;rowLength)</span></div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#getFamilyLengthPosition(int)">getFamilyLengthPosition</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getFamilyOffset()">
<h3>getFamilyOffset</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1683">getFamilyOffset</a></span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#getFamilyOffset()">KeyValue</a></code></span></div>
<div class="block">Returns Family offset</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Cell.html#getFamilyOffset()">getFamilyOffset</a></code>&nbsp;in interface&nbsp;<code><a href="Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#getFamilyOffset()">getFamilyOffset</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getQualifierArray()">
<h3>getQualifierArray</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">byte[]</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1688">getQualifierArray</a></span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#getQualifierArray()">KeyValue</a></code></span></div>
<div class="block">Returns the backing array of the entire KeyValue (all KeyValue fields are in a single array)</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Cell.html#getQualifierArray()">getQualifierArray</a></code>&nbsp;in interface&nbsp;<code><a href="Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#getQualifierArray()">getQualifierArray</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
<dt>Returns:</dt>
<dd>The array containing the qualifier bytes.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getQualifierLength()">
<h3>getQualifierLength</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1693">getQualifierLength</a></span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#getQualifierLength()">KeyValue</a></code></span></div>
<div class="block">Returns Qualifier length</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Cell.html#getQualifierLength()">getQualifierLength</a></code>&nbsp;in interface&nbsp;<code><a href="Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#getQualifierLength()">getQualifierLength</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getQualifierOffset()">
<h3>getQualifierOffset</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1698">getQualifierOffset</a></span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#getQualifierOffset()">KeyValue</a></code></span></div>
<div class="block">Returns Qualifier offset</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Cell.html#getQualifierOffset()">getQualifierOffset</a></code>&nbsp;in interface&nbsp;<code><a href="Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#getQualifierOffset()">getQualifierOffset</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getKeyLength()">
<h3>getKeyLength</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1703">getKeyLength</a></span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#getKeyLength()">KeyValue</a></code></span></div>
<div class="block">Returns Length of key portion.</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#getKeyLength()">getKeyLength</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getRowLength()">
<h3>getRowLength</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">short</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1708">getRowLength</a></span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#getRowLength()">KeyValue</a></code></span></div>
<div class="block">Returns Row length</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Cell.html#getRowLength()">getRowLength</a></code>&nbsp;in interface&nbsp;<code><a href="Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#getRowLength()">getRowLength</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getTypeByte()">
<h3>getTypeByte</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">byte</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1713">getTypeByte</a></span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#getTypeByte()">KeyValue</a></code></span></div>
<div class="block">Returns KeyValue.TYPE byte representation</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="ExtendedCell.html#getTypeByte()">getTypeByte</a></code>&nbsp;in interface&nbsp;<code><a href="ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a></code></dd>
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#getTypeByte()">getTypeByte</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getTypeByte(int)">
<h3>getTypeByte</h3>
<div class="member-signature"><span class="return-type">byte</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1718">getTypeByte</a></span><wbr><span class="parameters">(int&nbsp;keyLength)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#getTypeByte(int)">KeyValue</a></code></span></div>
<div class="block">Return the KeyValue.TYPE byte representation</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#getTypeByte(int)">getTypeByte</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getQualifierLength(int,int)">
<h3>getQualifierLength</h3>
<div class="member-signature"><span class="modifiers">private</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1723">getQualifierLength</a></span><wbr><span class="parameters">(int&nbsp;rlength,
int&nbsp;flength)</span></div>
</section>
</li>
<li>
<section class="detail" id="getTimestamp()">
<h3>getTimestamp</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">long</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1727">getTimestamp</a></span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#getTimestamp()">KeyValue</a></code></span></div>
<div class="block">Return the timestamp.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Cell.html#getTimestamp()">getTimestamp</a></code>&nbsp;in interface&nbsp;<code><a href="Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#getTimestamp()">getTimestamp</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getTimestampOffset()">
<h3>getTimestampOffset</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1733">getTimestampOffset</a></span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#getTimestampOffset()">KeyValue</a></code></span></div>
<div class="block">Returns Timestamp offset</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#getTimestampOffset()">getTimestampOffset</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getTagsArray()">
<h3>getTagsArray</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">byte[]</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1738">getTagsArray</a></span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#getTagsArray()">KeyValue</a></code></span></div>
<div class="block">Returns the backing array of the entire KeyValue (all KeyValue fields are in a single array)</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="RawCell.html#getTagsArray()">getTagsArray</a></code>&nbsp;in interface&nbsp;<code><a href="RawCell.html" title="interface in org.apache.hadoop.hbase">RawCell</a></code></dd>
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#getTagsArray()">getTagsArray</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
<dt>Returns:</dt>
<dd>the tags byte array</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getTagsOffset()">
<h3>getTagsOffset</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1743">getTagsOffset</a></span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#getTagsOffset()">KeyValue</a></code></span></div>
<div class="block">Return the offset where the tag data starts.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="RawCell.html#getTagsOffset()">getTagsOffset</a></code>&nbsp;in interface&nbsp;<code><a href="RawCell.html" title="interface in org.apache.hadoop.hbase">RawCell</a></code></dd>
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#getTagsOffset()">getTagsOffset</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getValueArray()">
<h3>getValueArray</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">byte[]</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1748">getValueArray</a></span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#getValueArray()">KeyValue</a></code></span></div>
<div class="block">Returns the backing array of the entire KeyValue (all KeyValue fields are in a single array)</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Cell.html#getValueArray()">getValueArray</a></code>&nbsp;in interface&nbsp;<code><a href="Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#getValueArray()">getValueArray</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
<dt>Returns:</dt>
<dd>The array containing the value bytes.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getValueOffset()">
<h3>getValueOffset</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1753">getValueOffset</a></span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#getValueOffset()">KeyValue</a></code></span></div>
<div class="block">Returns the value offset</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Cell.html#getValueOffset()">getValueOffset</a></code>&nbsp;in interface&nbsp;<code><a href="Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#getValueOffset()">getValueOffset</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getValueLength()">
<h3>getValueLength</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1758">getValueLength</a></span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#getValueLength()">KeyValue</a></code></span></div>
<div class="block">Returns Value length</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Cell.html#getValueLength()">getValueLength</a></code>&nbsp;in interface&nbsp;<code><a href="Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd>
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#getValueLength()">getValueLength</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getTagsLength()">
<h3>getTagsLength</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1763">getTagsLength</a></span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#getTagsLength()">KeyValue</a></code></span></div>
<div class="block">Return the total length of the tag bytes</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="RawCell.html#getTagsLength()">getTagsLength</a></code>&nbsp;in interface&nbsp;<code><a href="RawCell.html" title="interface in org.apache.hadoop.hbase">RawCell</a></code></dd>
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#getTagsLength()">getTagsLength</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
<dt>Returns:</dt>
<dd>the total length of the tags in the Cell.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="toString()">
<h3>toString</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<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>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1768">toString</a></span>()</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#toString()">toString</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="hashCode()">
<h3>hashCode</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1776">hashCode</a></span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#hashCode()">KeyValue</a></code></span></div>
<div class="block">In line with <a href="KeyValue.html#equals(java.lang.Object)"><code>KeyValue.equals(Object)</code></a>, only uses the key portion, not the value.</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#hashCode()">hashCode</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="equals(java.lang.Object)">
<h3>equals</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1781">equals</a></span><wbr><span class="parameters">(<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>&nbsp;other)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#equals(java.lang.Object)">KeyValue</a></code></span></div>
<div class="block">Needed doing 'contains' on List. Only compares the key portion, not the value.</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#equals(java.lang.Object)">equals</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="heapSize()">
<h3>heapSize</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">long</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1786">heapSize</a></span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from class:&nbsp;<code><a href="KeyValue.html#heapSize()">KeyValue</a></code></span></div>
<div class="block">HeapSize implementation
<p/>
We do not count the bytes in the rowCache because it should be empty for a KeyValue in the
MemStore.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="io/HeapSize.html#heapSize()">heapSize</a></code>&nbsp;in interface&nbsp;<code><a href="io/HeapSize.html" title="interface in org.apache.hadoop.hbase.io">HeapSize</a></code></dd>
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#heapSize()">heapSize</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="write(java.io.OutputStream,boolean)">
<h3>write</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name"><a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.KeyOnlyKeyValue.html#line-1791">write</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/OutputStream.html" title="class or interface in java.io" class="external-link">OutputStream</a>&nbsp;out,
boolean&nbsp;withTags)</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>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="ExtendedCell.html#write(java.io.OutputStream,boolean)">ExtendedCell</a></code></span></div>
<div class="block">Write this cell to an OutputStream in a <a href="KeyValue.html" title="class in org.apache.hadoop.hbase"><code>KeyValue</code></a> format. <br>
KeyValue format <br>
<code>&lt;4 bytes keylength&gt; &lt;4 bytes valuelength&gt; &lt;2 bytes rowlength&gt;
&lt;row&gt; &lt;1 byte columnfamilylength&gt; &lt;columnfamily&gt; &lt;columnqualifier&gt;
&lt;8 bytes timestamp&gt; &lt;1 byte keytype&gt; &lt;value&gt; &lt;2 bytes tagslength&gt;
&lt;tags&gt;</code></div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="ExtendedCell.html#write(java.io.OutputStream,boolean)">write</a></code>&nbsp;in interface&nbsp;<code><a href="ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a></code></dd>
<dt>Overrides:</dt>
<dd><code><a href="KeyValue.html#write(java.io.OutputStream,boolean)">write</a></code>&nbsp;in class&nbsp;<code><a href="KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></dd>
<dt>Parameters:</dt>
<dd><code>out</code> - Stream to which cell has to be written</dd>
<dd><code>withTags</code> - Whether to write tags.</dd>
<dt>Returns:</dt>
<dd>how many bytes are written.</dd>
<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>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>