blob: 7e06eba10cd70685c606c03a42ad5fc1ebe2ca0c [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 (1.8.0_162) on Tue Dec 04 17:15:14 PST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package com.yahoo.memory (com.yahoo.datasketches:memory 0.12.1 API)</title>
<meta name="date" content="2018-12-04">
<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="Uses of Package com.yahoo.memory (com.yahoo.datasketches:memory 0.12.1 API)";
}
}
catch(err) {
}
//-->
</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="../../../com/yahoo/memory/package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</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</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/yahoo/memory/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Uses of Package com.yahoo.memory" class="title">Uses of Package<br>com.yahoo.memory</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList"><a name="com.yahoo.memory">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../com/yahoo/memory/package-summary.html">com.yahoo.memory</a> used by <a href="../../../com/yahoo/memory/package-summary.html">com.yahoo.memory</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../com/yahoo/memory/class-use/BaseBuffer.html#com.yahoo.memory">BaseBuffer</a>
<div class="block">A new positional API.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../com/yahoo/memory/class-use/Buffer.html#com.yahoo.memory">Buffer</a>
<div class="block">Provides read-only, positional primitive and primitive array methods to any of the four resources
mentioned in the package level documentation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../com/yahoo/memory/class-use/Handle.html#com.yahoo.memory">Handle</a>
<div class="block">A handle for Memory.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../com/yahoo/memory/class-use/MapHandle.html#com.yahoo.memory">MapHandle</a>
<div class="block">Gets a Memory for a memory-mapped, read-only file resource, It is highly recommended that this
be created inside a <i>try-with-resources</i> statement.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../com/yahoo/memory/class-use/Memory.html#com.yahoo.memory">Memory</a>
<div class="block">Provides read-only primitive and primitive array methods to any of the four resources
mentioned in the package level documentation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../com/yahoo/memory/class-use/MemoryRequestServer.html#com.yahoo.memory">MemoryRequestServer</a>
<div class="block">The MemoryRequestServer is a callback interface to provide a means for a direct (off-heap),
dynamic WritableMemory object to request more memory from the owner of the
<a href="../../../com/yahoo/memory/WritableDirectHandle.html" title="class in com.yahoo.memory"><code>WritableDirectHandle</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../com/yahoo/memory/class-use/Utf8CodingException.html#com.yahoo.memory">Utf8CodingException</a>
<div class="block">This exception will be thrown for errors encountered during either the encoding of characters
to Utf8 bytes, or the decoding of Utf8 bytes to characters.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../com/yahoo/memory/class-use/WritableBuffer.html#com.yahoo.memory">WritableBuffer</a>
<div class="block">Provides read and write, positional primitive and primitive array access to any of the four
resources mentioned at the package level.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../com/yahoo/memory/class-use/WritableDirectHandle.html#com.yahoo.memory">WritableDirectHandle</a>
<div class="block">References a WritableMemory for a writable direct memory resource.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../com/yahoo/memory/class-use/WritableHandle.html#com.yahoo.memory">WritableHandle</a>
<div class="block">A handle for WritableMemory</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../com/yahoo/memory/class-use/WritableMapHandle.html#com.yahoo.memory">WritableMapHandle</a>
<div class="block">Gets a WritableMemory for a writable memory-mapped file resource.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../com/yahoo/memory/class-use/WritableMemory.html#com.yahoo.memory">WritableMemory</a>
<div class="block">Provides read and write primitive and primitive array access to any of the four resources
mentioned at the package level.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= 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="../../../com/yahoo/memory/package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</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</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/yahoo/memory/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.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>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2015&#x2013;2018 <a href="https://www.yahoo.com">Yahoo! Inc.</a>. All rights reserved.</small></p>
</body>
</html>