blob: 07fd308c39116d168cb03e3cff021dd8f00c2edc [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ArrowByteBufAllocator (Apache Arrow Java Root POM 17.0.0-SNAPSHOT API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ArrowByteBufAllocator (Apache Arrow Java Root POM 17.0.0-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":42,"i1":42,"i2":42,"i3":42,"i4":42,"i5":42,"i6":42,"i7":42,"i8":42,"i9":42,"i10":42,"i11":42,"i12":42,"i13":42,"i14":42,"i15":42,"i16":42,"i17":42,"i18":42,"i19":42,"i20":42,"i21":42};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ArrowByteBufAllocator.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">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev&nbsp;Class</li>
<li>Next&nbsp;Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/arrow/memory/patch/ArrowByteBufAllocator.html" target="_top">Frames</a></li>
<li><a href="ArrowByteBufAllocator.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.arrow.memory.patch</div>
<h2 title="Class ArrowByteBufAllocator" class="title">Class ArrowByteBufAllocator</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>io.netty.buffer.AbstractByteBufAllocator</li>
<li>
<ul class="inheritance">
<li>org.apache.arrow.memory.patch.ArrowByteBufAllocator</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>io.netty.buffer.ByteBufAllocator</dd>
</dl>
<hr>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">This class may be removed in a future release.</span></div>
</div>
<br>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
public class <span class="typeNameLabel">ArrowByteBufAllocator</span>
extends io.netty.buffer.AbstractByteBufAllocator</pre>
<div class="block">An implementation of ByteBufAllocator that wraps a Arrow BufferAllocator. This allows the RPC
layer to be accounted
and managed using Arrow's BufferAllocator infrastructure. The only thin different from a
typical BufferAllocator is
the signature and the fact that this Allocator returns ExpandableByteBufs which enable
otherwise non-expandable
ArrowBufs to be expandable.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.io.netty.buffer.ByteBufAllocator">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;io.netty.buffer.ByteBufAllocator</h3>
<code>DEFAULT</code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/arrow/memory/patch/ArrowByteBufAllocator.html#ArrowByteBufAllocator-org.apache.arrow.memory.BufferAllocator-">ArrowByteBufAllocator</a></span>(<a href="../../../../../org/apache/arrow/memory/BufferAllocator.html" title="interface in org.apache.arrow.memory">BufferAllocator</a>&nbsp;allocator)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/arrow/memory/patch/ArrowByteBufAllocator.html#buffer--">buffer</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/arrow/memory/patch/ArrowByteBufAllocator.html#buffer-int-">buffer</a></span>(int&nbsp;initialCapacity)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/arrow/memory/patch/ArrowByteBufAllocator.html#buffer-int-int-">buffer</a></span>(int&nbsp;initialCapacity,
int&nbsp;maxCapacity)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>io.netty.buffer.CompositeByteBuf</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/arrow/memory/patch/ArrowByteBufAllocator.html#compositeBuffer--">compositeBuffer</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>io.netty.buffer.CompositeByteBuf</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/arrow/memory/patch/ArrowByteBufAllocator.html#compositeBuffer-int-">compositeBuffer</a></span>(int&nbsp;maxNumComponents)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>io.netty.buffer.CompositeByteBuf</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/arrow/memory/patch/ArrowByteBufAllocator.html#compositeDirectBuffer--">compositeDirectBuffer</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>io.netty.buffer.CompositeByteBuf</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/arrow/memory/patch/ArrowByteBufAllocator.html#compositeDirectBuffer-int-">compositeDirectBuffer</a></span>(int&nbsp;maxNumComponents)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>io.netty.buffer.CompositeByteBuf</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/arrow/memory/patch/ArrowByteBufAllocator.html#compositeHeapBuffer--">compositeHeapBuffer</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>io.netty.buffer.CompositeByteBuf</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/arrow/memory/patch/ArrowByteBufAllocator.html#compositeHeapBuffer-int-">compositeHeapBuffer</a></span>(int&nbsp;maxNumComponents)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/arrow/memory/patch/ArrowByteBufAllocator.html#directBuffer--">directBuffer</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/arrow/memory/patch/ArrowByteBufAllocator.html#directBuffer-int-">directBuffer</a></span>(int&nbsp;initialCapacity)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/arrow/memory/patch/ArrowByteBufAllocator.html#directBuffer-int-int-">directBuffer</a></span>(int&nbsp;initialCapacity,
int&nbsp;maxCapacity)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/arrow/memory/patch/ArrowByteBufAllocator.html#heapBuffer--">heapBuffer</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/arrow/memory/patch/ArrowByteBufAllocator.html#heapBuffer-int-">heapBuffer</a></span>(int&nbsp;initialCapacity)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/arrow/memory/patch/ArrowByteBufAllocator.html#heapBuffer-int-int-">heapBuffer</a></span>(int&nbsp;initialCapacity,
int&nbsp;maxCapacity)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/arrow/memory/patch/ArrowByteBufAllocator.html#ioBuffer--">ioBuffer</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/arrow/memory/patch/ArrowByteBufAllocator.html#ioBuffer-int-">ioBuffer</a></span>(int&nbsp;initialCapacity)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>io.netty.buffer.ByteBuf</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/arrow/memory/patch/ArrowByteBufAllocator.html#ioBuffer-int-int-">ioBuffer</a></span>(int&nbsp;initialCapacity,
int&nbsp;maxCapacity)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/arrow/memory/patch/ArrowByteBufAllocator.html#isDirectBufferPooled--">isDirectBufferPooled</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>protected io.netty.buffer.ByteBuf</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/arrow/memory/patch/ArrowByteBufAllocator.html#newDirectBuffer-int-int-">newDirectBuffer</a></span>(int&nbsp;initialCapacity,
int&nbsp;maxCapacity)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>protected io.netty.buffer.ByteBuf</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/arrow/memory/patch/ArrowByteBufAllocator.html#newHeapBuffer-int-int-">newHeapBuffer</a></span>(int&nbsp;initialCapacity,
int&nbsp;maxCapacity)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/arrow/memory/BufferAllocator.html" title="interface in org.apache.arrow.memory">BufferAllocator</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/arrow/memory/patch/ArrowByteBufAllocator.html#unwrap--">unwrap</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.io.netty.buffer.AbstractByteBufAllocator">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;io.netty.buffer.AbstractByteBufAllocator</h3>
<code>calculateNewCapacity, toLeakAwareBuffer, toLeakAwareBuffer, toString</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ArrowByteBufAllocator-org.apache.arrow.memory.BufferAllocator-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ArrowByteBufAllocator</h4>
<pre>public&nbsp;ArrowByteBufAllocator(<a href="../../../../../org/apache/arrow/memory/BufferAllocator.html" title="interface in org.apache.arrow.memory">BufferAllocator</a>&nbsp;allocator)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="unwrap--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>unwrap</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/arrow/memory/BufferAllocator.html" title="interface in org.apache.arrow.memory">BufferAllocator</a>&nbsp;unwrap()</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
</li>
</ul>
<a name="buffer--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>buffer</h4>
<pre>public&nbsp;io.netty.buffer.ByteBuf&nbsp;buffer()</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>buffer</code>&nbsp;in interface&nbsp;<code>io.netty.buffer.ByteBufAllocator</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>buffer</code>&nbsp;in class&nbsp;<code>io.netty.buffer.AbstractByteBufAllocator</code></dd>
</dl>
</li>
</ul>
<a name="buffer-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>buffer</h4>
<pre>public&nbsp;io.netty.buffer.ByteBuf&nbsp;buffer(int&nbsp;initialCapacity)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>buffer</code>&nbsp;in interface&nbsp;<code>io.netty.buffer.ByteBufAllocator</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>buffer</code>&nbsp;in class&nbsp;<code>io.netty.buffer.AbstractByteBufAllocator</code></dd>
</dl>
</li>
</ul>
<a name="buffer-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>buffer</h4>
<pre>public&nbsp;io.netty.buffer.ByteBuf&nbsp;buffer(int&nbsp;initialCapacity,
int&nbsp;maxCapacity)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>buffer</code>&nbsp;in interface&nbsp;<code>io.netty.buffer.ByteBufAllocator</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>buffer</code>&nbsp;in class&nbsp;<code>io.netty.buffer.AbstractByteBufAllocator</code></dd>
</dl>
</li>
</ul>
<a name="ioBuffer--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ioBuffer</h4>
<pre>public&nbsp;io.netty.buffer.ByteBuf&nbsp;ioBuffer()</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>ioBuffer</code>&nbsp;in interface&nbsp;<code>io.netty.buffer.ByteBufAllocator</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>ioBuffer</code>&nbsp;in class&nbsp;<code>io.netty.buffer.AbstractByteBufAllocator</code></dd>
</dl>
</li>
</ul>
<a name="ioBuffer-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ioBuffer</h4>
<pre>public&nbsp;io.netty.buffer.ByteBuf&nbsp;ioBuffer(int&nbsp;initialCapacity)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>ioBuffer</code>&nbsp;in interface&nbsp;<code>io.netty.buffer.ByteBufAllocator</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>ioBuffer</code>&nbsp;in class&nbsp;<code>io.netty.buffer.AbstractByteBufAllocator</code></dd>
</dl>
</li>
</ul>
<a name="ioBuffer-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ioBuffer</h4>
<pre>public&nbsp;io.netty.buffer.ByteBuf&nbsp;ioBuffer(int&nbsp;initialCapacity,
int&nbsp;maxCapacity)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>ioBuffer</code>&nbsp;in interface&nbsp;<code>io.netty.buffer.ByteBufAllocator</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>ioBuffer</code>&nbsp;in class&nbsp;<code>io.netty.buffer.AbstractByteBufAllocator</code></dd>
</dl>
</li>
</ul>
<a name="directBuffer--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>directBuffer</h4>
<pre>public&nbsp;io.netty.buffer.ByteBuf&nbsp;directBuffer()</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>directBuffer</code>&nbsp;in interface&nbsp;<code>io.netty.buffer.ByteBufAllocator</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>directBuffer</code>&nbsp;in class&nbsp;<code>io.netty.buffer.AbstractByteBufAllocator</code></dd>
</dl>
</li>
</ul>
<a name="directBuffer-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>directBuffer</h4>
<pre>public&nbsp;io.netty.buffer.ByteBuf&nbsp;directBuffer(int&nbsp;initialCapacity)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>directBuffer</code>&nbsp;in interface&nbsp;<code>io.netty.buffer.ByteBufAllocator</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>directBuffer</code>&nbsp;in class&nbsp;<code>io.netty.buffer.AbstractByteBufAllocator</code></dd>
</dl>
</li>
</ul>
<a name="directBuffer-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>directBuffer</h4>
<pre>public&nbsp;io.netty.buffer.ByteBuf&nbsp;directBuffer(int&nbsp;initialCapacity,
int&nbsp;maxCapacity)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>directBuffer</code>&nbsp;in interface&nbsp;<code>io.netty.buffer.ByteBufAllocator</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>directBuffer</code>&nbsp;in class&nbsp;<code>io.netty.buffer.AbstractByteBufAllocator</code></dd>
</dl>
</li>
</ul>
<a name="compositeBuffer--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>compositeBuffer</h4>
<pre>public&nbsp;io.netty.buffer.CompositeByteBuf&nbsp;compositeBuffer()</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>compositeBuffer</code>&nbsp;in interface&nbsp;<code>io.netty.buffer.ByteBufAllocator</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>compositeBuffer</code>&nbsp;in class&nbsp;<code>io.netty.buffer.AbstractByteBufAllocator</code></dd>
</dl>
</li>
</ul>
<a name="compositeBuffer-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>compositeBuffer</h4>
<pre>public&nbsp;io.netty.buffer.CompositeByteBuf&nbsp;compositeBuffer(int&nbsp;maxNumComponents)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>compositeBuffer</code>&nbsp;in interface&nbsp;<code>io.netty.buffer.ByteBufAllocator</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>compositeBuffer</code>&nbsp;in class&nbsp;<code>io.netty.buffer.AbstractByteBufAllocator</code></dd>
</dl>
</li>
</ul>
<a name="compositeDirectBuffer--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>compositeDirectBuffer</h4>
<pre>public&nbsp;io.netty.buffer.CompositeByteBuf&nbsp;compositeDirectBuffer()</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>compositeDirectBuffer</code>&nbsp;in interface&nbsp;<code>io.netty.buffer.ByteBufAllocator</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>compositeDirectBuffer</code>&nbsp;in class&nbsp;<code>io.netty.buffer.AbstractByteBufAllocator</code></dd>
</dl>
</li>
</ul>
<a name="compositeDirectBuffer-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>compositeDirectBuffer</h4>
<pre>public&nbsp;io.netty.buffer.CompositeByteBuf&nbsp;compositeDirectBuffer(int&nbsp;maxNumComponents)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>compositeDirectBuffer</code>&nbsp;in interface&nbsp;<code>io.netty.buffer.ByteBufAllocator</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>compositeDirectBuffer</code>&nbsp;in class&nbsp;<code>io.netty.buffer.AbstractByteBufAllocator</code></dd>
</dl>
</li>
</ul>
<a name="isDirectBufferPooled--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isDirectBufferPooled</h4>
<pre>public&nbsp;boolean&nbsp;isDirectBufferPooled()</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
</li>
</ul>
<a name="heapBuffer--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>heapBuffer</h4>
<pre>public&nbsp;io.netty.buffer.ByteBuf&nbsp;heapBuffer()</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>heapBuffer</code>&nbsp;in interface&nbsp;<code>io.netty.buffer.ByteBufAllocator</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>heapBuffer</code>&nbsp;in class&nbsp;<code>io.netty.buffer.AbstractByteBufAllocator</code></dd>
</dl>
</li>
</ul>
<a name="heapBuffer-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>heapBuffer</h4>
<pre>public&nbsp;io.netty.buffer.ByteBuf&nbsp;heapBuffer(int&nbsp;initialCapacity)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>heapBuffer</code>&nbsp;in interface&nbsp;<code>io.netty.buffer.ByteBufAllocator</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>heapBuffer</code>&nbsp;in class&nbsp;<code>io.netty.buffer.AbstractByteBufAllocator</code></dd>
</dl>
</li>
</ul>
<a name="heapBuffer-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>heapBuffer</h4>
<pre>public&nbsp;io.netty.buffer.ByteBuf&nbsp;heapBuffer(int&nbsp;initialCapacity,
int&nbsp;maxCapacity)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>heapBuffer</code>&nbsp;in interface&nbsp;<code>io.netty.buffer.ByteBufAllocator</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>heapBuffer</code>&nbsp;in class&nbsp;<code>io.netty.buffer.AbstractByteBufAllocator</code></dd>
</dl>
</li>
</ul>
<a name="compositeHeapBuffer--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>compositeHeapBuffer</h4>
<pre>public&nbsp;io.netty.buffer.CompositeByteBuf&nbsp;compositeHeapBuffer()</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>compositeHeapBuffer</code>&nbsp;in interface&nbsp;<code>io.netty.buffer.ByteBufAllocator</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>compositeHeapBuffer</code>&nbsp;in class&nbsp;<code>io.netty.buffer.AbstractByteBufAllocator</code></dd>
</dl>
</li>
</ul>
<a name="compositeHeapBuffer-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>compositeHeapBuffer</h4>
<pre>public&nbsp;io.netty.buffer.CompositeByteBuf&nbsp;compositeHeapBuffer(int&nbsp;maxNumComponents)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>compositeHeapBuffer</code>&nbsp;in interface&nbsp;<code>io.netty.buffer.ByteBufAllocator</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>compositeHeapBuffer</code>&nbsp;in class&nbsp;<code>io.netty.buffer.AbstractByteBufAllocator</code></dd>
</dl>
</li>
</ul>
<a name="newHeapBuffer-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newHeapBuffer</h4>
<pre>protected&nbsp;io.netty.buffer.ByteBuf&nbsp;newHeapBuffer(int&nbsp;initialCapacity,
int&nbsp;maxCapacity)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>newHeapBuffer</code>&nbsp;in class&nbsp;<code>io.netty.buffer.AbstractByteBufAllocator</code></dd>
</dl>
</li>
</ul>
<a name="newDirectBuffer-int-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>newDirectBuffer</h4>
<pre>protected&nbsp;io.netty.buffer.ByteBuf&nbsp;newDirectBuffer(int&nbsp;initialCapacity,
int&nbsp;maxCapacity)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>newDirectBuffer</code>&nbsp;in class&nbsp;<code>io.netty.buffer.AbstractByteBufAllocator</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ArrowByteBufAllocator.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">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev&nbsp;Class</li>
<li>Next&nbsp;Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/arrow/memory/patch/ArrowByteBufAllocator.html" target="_top">Frames</a></li>
<li><a href="ArrowByteBufAllocator.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>