This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-java.git
The following commit(s) were added to refs/heads/asf-site by this push:
new e5c61639b Publish documentation
(5dfd2595080a15d3d6ff3e40d8de57af4bdd7858)
e5c61639b is described below
commit e5c61639b03770dc300b4215698bb903cfa78ab5
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 4 20:44:11 2026 +0000
Publish documentation (5dfd2595080a15d3d6ff3e40d8de57af4bdd7858)
---
main/reference/index-all.html | 2 +-
.../org/apache/arrow/memory/ArrowBuf.html | 9 ++++++---
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/main/reference/index-all.html b/main/reference/index-all.html
index da6124695..aba48cd67 100644
--- a/main/reference/index-all.html
+++ b/main/reference/index-all.html
@@ -21240,7 +21240,7 @@ loadScripts(document, 'script');</script>
</dd>
<dt><a
href="org.apache.arrow.memory.core/org/apache/arrow/memory/ArrowBuf.html#getId()"
class="member-name-link">getId()</a> - Method in class
org.apache.arrow.memory.<a
href="org.apache.arrow.memory.core/org/apache/arrow/memory/ArrowBuf.html"
title="class in org.apache.arrow.memory">ArrowBuf</a></dt>
<dd>
-<div class="block">Get the integer id assigned to this ArrowBuf for debugging
purposes.</div>
+<div class="block">Get the id assigned to this ArrowBuf for debugging
purposes.</div>
</dd>
<dt><a
href="org.apache.arrow.vector/org/apache/arrow/vector/types/pojo/DictionaryEncoding.html#getId()"
class="member-name-link">getId()</a> - Method in class
org.apache.arrow.vector.types.pojo.<a
href="org.apache.arrow.vector/org/apache/arrow/vector/types/pojo/DictionaryEncoding.html"
title="class in org.apache.arrow.vector.types.pojo">DictionaryEncoding</a></dt>
<dd> </dd>
diff --git
a/main/reference/org.apache.arrow.memory.core/org/apache/arrow/memory/ArrowBuf.html
b/main/reference/org.apache.arrow.memory.core/org/apache/arrow/memory/ArrowBuf.html
index 248fe6021..a39c9d1da 100644
---
a/main/reference/org.apache.arrow.memory.core/org/apache/arrow/memory/ArrowBuf.html
+++
b/main/reference/org.apache.arrow.memory.core/org/apache/arrow/memory/ArrowBuf.html
@@ -221,7 +221,7 @@ implements <a
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base
<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="#getId()"
class="member-name-link">getId</a>()</code></div>
<div class="col-last even-row-color method-summary-table
method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Get the integer id assigned to this ArrowBuf for debugging
purposes.</div>
+<div class="block">Get the id assigned to this ArrowBuf for debugging
purposes.</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="#getInt(long)"
class="member-name-link">getInt</a><wbr>(long index)</code></div>
@@ -1319,10 +1319,13 @@ implements <a
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base
<section class="detail" id="getId()">
<h3>getId</h3>
<div class="member-signature"><span class="modifiers">public</span> <span
class="return-type">long</span> <span
class="element-name">getId</span>()</div>
-<div class="block">Get the integer id assigned to this ArrowBuf for debugging
purposes.</div>
+<div class="block">Get the id assigned to this ArrowBuf for debugging purposes.
+
+ <p>Returns <a
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/System.html#identityHashCode(java.lang.Object)"
title="class or interface in java.lang"
class="external-link"><code>System.identityHashCode(Object)</code></a> which
provides a unique identifier for this
+ buffer without any per-instance memory overhead.</div>
<dl class="notes">
<dt>Returns:</dt>
-<dd>integer id</dd>
+<dd>the identity hash code for this buffer</dd>
</dl>
</section>
</li>