blob: c409d387b84e91197451aa81e62c2ea6c38e153f [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_252) on Thu Feb 04 20:36:08 PST 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Deprecated List (datasketches-java 2.0.0 API)</title>
<meta name="date" content="2021-02-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="Deprecated List (datasketches-java 2.0.0 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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</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?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.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="Deprecated API" class="title">Deprecated API</h1>
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#class">Deprecated Classes</a></li>
<li><a href="#method">Deprecated Methods</a></li>
</ul>
</div>
<div class="contentContainer"><a name="class">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Classes table, listing deprecated classes, and an explanation">
<caption><span>Deprecated Classes</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="org/apache/datasketches/theta/PairwiseSetOperations.html" title="class in org.apache.datasketches.theta">org.apache.datasketches.theta.PairwiseSetOperations</a>
<div class="block"><span class="deprecationComment">v2.0.0. This class has been deprecated as equivalent functionality has been added to the
SetOperation classes: <a href="org/apache/datasketches/theta/Union.html" title="class in org.apache.datasketches.theta"><code>Union</code></a>, <a href="org/apache/datasketches/theta/Intersection.html" title="class in org.apache.datasketches.theta"><code>Intersection</code></a> and <a href="org/apache/datasketches/theta/AnotB.html" title="class in org.apache.datasketches.theta"><code>AnotB</code></a>.</span></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="method">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation">
<caption><span>Deprecated Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/apache/datasketches/theta/PairwiseSetOperations.html#aNotB-org.apache.datasketches.theta.Sketch-org.apache.datasketches.theta.Sketch-">org.apache.datasketches.theta.PairwiseSetOperations.aNotB(Sketch, Sketch)</a>
<div class="block"><span class="deprecationComment">v2.0.0. Use <a href="org/apache/datasketches/theta/AnotB.html#aNotB-org.apache.datasketches.theta.Sketch-org.apache.datasketches.theta.Sketch-"><code>AnotB.aNotB(Sketch, Sketch)</code></a> instead, which has more
complete seed handling.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/datasketches/theta/Sketch.html#getCountLessThanTheta-double-">org.apache.datasketches.theta.Sketch.getCountLessThanTheta(double)</a>
<div class="block"><span class="deprecationComment">v2.0.0. Use <a href="org/apache/datasketches/theta/Sketch.html#getCountLessThanThetaLong-long-"><code>Sketch.getCountLessThanThetaLong(long)</code></a>. It is more accurate.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/datasketches/theta/Sketch.html#getCurrentBytes-boolean-">org.apache.datasketches.theta.Sketch.getCurrentBytes(boolean)</a>
<div class="block"><span class="deprecationComment">v2.0.0. use either <a href="org/apache/datasketches/theta/Sketch.html#getCompactBytes--"><code>Sketch.getCompactBytes()</code></a> or <a href="org/apache/datasketches/theta/Sketch.html#getCurrentBytes--"><code>Sketch.getCurrentBytes()</code></a>.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/datasketches/tuple/SketchIterator.html#getKey--">org.apache.datasketches.tuple.SketchIterator.getKey()</a>
<div class="block"><span class="deprecationComment">v2.0.0. Please use <a href="org/apache/datasketches/tuple/SketchIterator.html#getHash--"><code>SketchIterator.getHash()</code></a></span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/datasketches/kll/KllFloatsSketch.html#getNormalizedRankError--">org.apache.datasketches.kll.KllFloatsSketch.getNormalizedRankError()</a>
<div class="block"><span class="deprecationComment">v2.0.0. Replaced by <a href="org/apache/datasketches/kll/KllFloatsSketch.html#getNormalizedRankError-boolean-"><code>KllFloatsSketch.getNormalizedRankError(boolean)</code></a></span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/datasketches/quantiles/DoublesSketch.html#getNormalizedRankError--">org.apache.datasketches.quantiles.DoublesSketch.getNormalizedRankError()</a>
<div class="block"><span class="deprecationComment">v2.0.0. Replaced by <a href="org/apache/datasketches/quantiles/DoublesSketch.html#getNormalizedRankError-boolean-"><code>DoublesSketch.getNormalizedRankError(boolean)</code></a></span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/datasketches/quantiles/ItemsSketch.html#getNormalizedRankError--">org.apache.datasketches.quantiles.ItemsSketch.getNormalizedRankError()</a>
<div class="block"><span class="deprecationComment">v2.0.0. Replaced by <a href="org/apache/datasketches/quantiles/ItemsSketch.html#getNormalizedRankError-boolean-"><code>getNormalizedRankError(boolean)</code></a></span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/datasketches/kll/KllFloatsSketch.html#getNormalizedRankError-int-">org.apache.datasketches.kll.KllFloatsSketch.getNormalizedRankError(int)</a>
<div class="block"><span class="deprecationComment">v2.0.0. Replaced by <a href="org/apache/datasketches/kll/KllFloatsSketch.html#getNormalizedRankError-int-boolean-"><code>KllFloatsSketch.getNormalizedRankError(int, boolean)</code></a></span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/datasketches/quantiles/DoublesSketch.html#getNormalizedRankError-int-">org.apache.datasketches.quantiles.DoublesSketch.getNormalizedRankError(int)</a>
<div class="block"><span class="deprecationComment">v2.0.0. Replaced by <a href="org/apache/datasketches/quantiles/DoublesSketch.html#getNormalizedRankError-int-boolean-"><code>DoublesSketch.getNormalizedRankError(int, boolean)</code></a></span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/datasketches/quantiles/ItemsSketch.html#getNormalizedRankError-int-">org.apache.datasketches.quantiles.ItemsSketch.getNormalizedRankError(int)</a>
<div class="block"><span class="deprecationComment">v2.0.0. Replaced by <a href="org/apache/datasketches/quantiles/ItemsSketch.html#getNormalizedRankError-int-boolean-"><code>getNormalizedRankError(int, boolean)</code></a></span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/datasketches/tuple/AnotB.html#getResult--">org.apache.datasketches.tuple.AnotB.getResult()</a>
<div class="block"><span class="deprecationComment">v2.0.0. Instead use <a href="org/apache/datasketches/tuple/AnotB.html#getResult-boolean-"><code>AnotB.getResult(boolean)</code></a>.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/datasketches/theta/AnotB.html#getResult--">org.apache.datasketches.theta.AnotB.getResult()</a>
<div class="block"><span class="deprecationComment">v2.0.0. Instead use <a href="org/apache/datasketches/theta/AnotB.html#getResult-boolean-"><code>AnotB.getResult(boolean)</code></a> or
<a href="org/apache/datasketches/theta/AnotB.html#getResult-boolean-org.apache.datasketches.memory.WritableMemory-boolean-"><code>AnotB.getResult(boolean, WritableMemory, boolean)</code></a>.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/datasketches/theta/AnotB.html#getResult-boolean-org.apache.datasketches.memory.WritableMemory-">org.apache.datasketches.theta.AnotB.getResult(boolean, WritableMemory)</a>
<div class="block"><span class="deprecationComment">v2.0.0. Instead use <a href="org/apache/datasketches/theta/AnotB.html#getResult-boolean-"><code>AnotB.getResult(boolean)</code></a> or
<a href="org/apache/datasketches/theta/AnotB.html#getResult-boolean-org.apache.datasketches.memory.WritableMemory-boolean-"><code>AnotB.getResult(boolean, WritableMemory, boolean)</code></a>.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/datasketches/quantiles/DoublesUnionBuilder.html#heapify-org.apache.datasketches.quantiles.DoublesSketch-">org.apache.datasketches.quantiles.DoublesUnionBuilder.heapify(DoublesSketch)</a>
<div class="block"><span class="deprecationComment">v2.0.0. Moved to DoublesUnion</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/datasketches/quantiles/DoublesUnionBuilder.html#heapify-org.apache.datasketches.memory.Memory-">org.apache.datasketches.quantiles.DoublesUnionBuilder.heapify(Memory)</a>
<div class="block"><span class="deprecationComment">v2.0.0. Moved to DoublesUnion</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/datasketches/theta/PairwiseSetOperations.html#intersect-org.apache.datasketches.theta.Sketch-org.apache.datasketches.theta.Sketch-">org.apache.datasketches.theta.PairwiseSetOperations.intersect(Sketch, Sketch)</a>
<div class="block"><span class="deprecationComment">v2.0.0. Use <a href="org/apache/datasketches/theta/Intersection.html#intersect-org.apache.datasketches.theta.Sketch-org.apache.datasketches.theta.Sketch-"><code>Intersection.intersect(Sketch, Sketch)</code></a> instead, which has more
complete seed handling.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/datasketches/theta/PairwiseSetOperations.html#union-org.apache.datasketches.theta.CompactSketch-org.apache.datasketches.theta.CompactSketch-">org.apache.datasketches.theta.PairwiseSetOperations.union(CompactSketch, CompactSketch)</a>
<div class="block"><span class="deprecationComment">v2.0.0. Please use <a href="org/apache/datasketches/theta/Union.html#union-org.apache.datasketches.theta.Sketch-org.apache.datasketches.theta.Sketch-"><code>Union.union(Sketch, Sketch)</code></a> instead, which has more
complete seed handling.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/datasketches/theta/PairwiseSetOperations.html#union-org.apache.datasketches.theta.CompactSketch-org.apache.datasketches.theta.CompactSketch-int-">org.apache.datasketches.theta.PairwiseSetOperations.union(CompactSketch, CompactSketch, int)</a>
<div class="block"><span class="deprecationComment">v2.0.0. Please use <a href="org/apache/datasketches/theta/Union.html#union-org.apache.datasketches.theta.Sketch-org.apache.datasketches.theta.Sketch-"><code>Union.union(Sketch, Sketch)</code></a> instead, which has more
complete seed handling.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/datasketches/theta/Union.html#update-org.apache.datasketches.memory.Memory-">org.apache.datasketches.theta.Union.update(Memory)</a>
<div class="block"><span class="deprecationComment">2.0.0. Use <a href="org/apache/datasketches/theta/Union.html#union-org.apache.datasketches.memory.Memory-"><code>Union.union(Memory)</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/datasketches/theta/Intersection.html#update-org.apache.datasketches.theta.Sketch-">org.apache.datasketches.theta.Intersection.update(Sketch)</a>
<div class="block"><span class="deprecationComment">v2.0.0. Use <a href="org/apache/datasketches/theta/Intersection.html#intersect-org.apache.datasketches.theta.Sketch-"><code>Intersection.intersect(Sketch)</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/datasketches/theta/Union.html#update-org.apache.datasketches.theta.Sketch-">org.apache.datasketches.theta.Union.update(Sketch)</a>
<div class="block"><span class="deprecationComment">2.0.0. Use <a href="org/apache/datasketches/theta/Union.html#union-org.apache.datasketches.theta.Sketch-"><code>Union.union(Sketch)</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/datasketches/tuple/AnotB.html#update-org.apache.datasketches.tuple.Sketch-org.apache.datasketches.tuple.Sketch-">org.apache.datasketches.tuple.AnotB.update(Sketch&lt;S&gt;, Sketch&lt;S&gt;)</a>
<div class="block"><span class="deprecationComment">v2.0.0. Instead please use <a href="org/apache/datasketches/tuple/AnotB.html#aNotB-org.apache.datasketches.tuple.Sketch-org.apache.datasketches.theta.Sketch-"><code>AnotB.aNotB(Sketch, Sketch)</code></a>.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/datasketches/theta/AnotB.html#update-org.apache.datasketches.theta.Sketch-org.apache.datasketches.theta.Sketch-">org.apache.datasketches.theta.AnotB.update(Sketch, Sketch)</a>
<div class="block"><span class="deprecationComment">v2.0.0. Instead use <a href="org/apache/datasketches/theta/AnotB.html#aNotB-org.apache.datasketches.theta.Sketch-org.apache.datasketches.theta.Sketch-"><code>AnotB.aNotB(Sketch, Sketch)</code></a>.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/datasketches/quantiles/DoublesUnionBuilder.html#wrap-org.apache.datasketches.memory.Memory-">org.apache.datasketches.quantiles.DoublesUnionBuilder.wrap(Memory)</a>
<div class="block"><span class="deprecationComment">v2.0.0. Moved to DoublesUnion</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/datasketches/quantiles/DoublesUnionBuilder.html#wrap-org.apache.datasketches.memory.WritableMemory-">org.apache.datasketches.quantiles.DoublesUnionBuilder.wrap(WritableMemory)</a>
<div class="block"><span class="deprecationComment">v2.0.0. Moved to DoublesUnion</span></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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</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?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.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;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>