blob: 0143cff560a323ba04d5d24a5e322481310f2ad1 [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 Thu Mar 14 13:13:09 PDT 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package com.yahoo.sketches.tuple (com.yahoo.datasketches:sketches-core 0.13.1-SNAPSHOT API)</title>
<meta name="date" content="2019-03-14">
<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.sketches.tuple (com.yahoo.datasketches:sketches-core 0.13.1-SNAPSHOT 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="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/sketches/tuple/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.sketches.tuple" class="title">Uses of Package<br>com.yahoo.sketches.tuple</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../com/yahoo/sketches/tuple/package-summary.html">com.yahoo.sketches.tuple</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#com.yahoo.sketches.tuple">com.yahoo.sketches.tuple</a></td>
<td class="colLast">
<div class="block">The tuple package contains implementation of sketches based on the idea of
theta sketches with the addition of values associated with unique keys.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.yahoo.sketches.tuple">
<!-- -->
</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/sketches/tuple/package-summary.html">com.yahoo.sketches.tuple</a> used by <a href="../../../../com/yahoo/sketches/tuple/package-summary.html">com.yahoo.sketches.tuple</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/sketches/tuple/class-use/ArrayOfDoublesAnotB.html#com.yahoo.sketches.tuple">ArrayOfDoublesAnotB</a>
<div class="block">Computes a set difference of two tuple sketches of type ArrayOfDoubles</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../com/yahoo/sketches/tuple/class-use/ArrayOfDoublesCombiner.html#com.yahoo.sketches.tuple">ArrayOfDoublesCombiner</a>
<div class="block">Combines two arrays of double values for use with ArrayOfDoubles tuple sketches</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../com/yahoo/sketches/tuple/class-use/ArrayOfDoublesCompactSketch.html#com.yahoo.sketches.tuple">ArrayOfDoublesCompactSketch</a>
<div class="block">Top level compact tuple sketch of type ArrayOfDoubles.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../com/yahoo/sketches/tuple/class-use/ArrayOfDoublesIntersection.html#com.yahoo.sketches.tuple">ArrayOfDoublesIntersection</a>
<div class="block">Computes the intersection of two or more tuple sketches of type ArrayOfDoubles.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../com/yahoo/sketches/tuple/class-use/ArrayOfDoublesSetOperationBuilder.html#com.yahoo.sketches.tuple">ArrayOfDoublesSetOperationBuilder</a>
<div class="block">Builds set operations object for tuple sketches of type ArrayOfDoubles.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../com/yahoo/sketches/tuple/class-use/ArrayOfDoublesSketch.html#com.yahoo.sketches.tuple">ArrayOfDoublesSketch</a>
<div class="block">The base class for the tuple sketch of type ArrayOfDoubles, where an array of double values
is associated with each key.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../com/yahoo/sketches/tuple/class-use/ArrayOfDoublesSketchIterator.html#com.yahoo.sketches.tuple">ArrayOfDoublesSketchIterator</a>
<div class="block">Interface for iterating over tuple sketches of type ArrayOfDoubles</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../com/yahoo/sketches/tuple/class-use/ArrayOfDoublesUnion.html#com.yahoo.sketches.tuple">ArrayOfDoublesUnion</a>
<div class="block">The base class for unions of tuple sketches of type ArrayOfDoubles.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../com/yahoo/sketches/tuple/class-use/ArrayOfDoublesUpdatableSketch.html#com.yahoo.sketches.tuple">ArrayOfDoublesUpdatableSketch</a>
<div class="block">The top level for updatable tuple sketches of type ArrayOfDoubles.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../com/yahoo/sketches/tuple/class-use/ArrayOfDoublesUpdatableSketchBuilder.html#com.yahoo.sketches.tuple">ArrayOfDoublesUpdatableSketchBuilder</a>
<div class="block">For building a new ArrayOfDoublesUpdatableSketch</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../com/yahoo/sketches/tuple/class-use/CompactSketch.html#com.yahoo.sketches.tuple">CompactSketch</a>
<div class="block">CompactSketches are never created directly.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../com/yahoo/sketches/tuple/class-use/DeserializeResult.html#com.yahoo.sketches.tuple">DeserializeResult</a>
<div class="block">Returns an object and its size in bytes as a result of a deserialize operation</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../com/yahoo/sketches/tuple/class-use/DoubleSummary.html#com.yahoo.sketches.tuple">DoubleSummary</a>
<div class="block">Summary for generic tuple sketches of type Double.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../com/yahoo/sketches/tuple/class-use/DoubleSummary.Mode.html#com.yahoo.sketches.tuple">DoubleSummary.Mode</a>
<div class="block">The aggregation modes for this Summary</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../com/yahoo/sketches/tuple/class-use/DoubleSummaryFactory.html#com.yahoo.sketches.tuple">DoubleSummaryFactory</a>
<div class="block">Factory for DoubleSummary.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../com/yahoo/sketches/tuple/class-use/Sketch.html#com.yahoo.sketches.tuple">Sketch</a>
<div class="block">This is an equivalent to com.yahoo.sketches.theta.Sketch with
addition of a user-defined Summary object associated with every unique entry
in the sketch.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../com/yahoo/sketches/tuple/class-use/SketchIterator.html#com.yahoo.sketches.tuple">SketchIterator</a>
<div class="block">Iterator over a generic tuple sketch</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../com/yahoo/sketches/tuple/class-use/Summary.html#com.yahoo.sketches.tuple">Summary</a>
<div class="block">Interface for user-defined Summary, which is associated with every key in a tuple sketch</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../com/yahoo/sketches/tuple/class-use/SummaryDeserializer.html#com.yahoo.sketches.tuple">SummaryDeserializer</a>
<div class="block">Interface for deserializing user-defined Summary</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../com/yahoo/sketches/tuple/class-use/SummaryFactory.html#com.yahoo.sketches.tuple">SummaryFactory</a>
<div class="block">Interface for user-defined SummaryFactory</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../com/yahoo/sketches/tuple/class-use/SummarySetOperations.html#com.yahoo.sketches.tuple">SummarySetOperations</a>
<div class="block">This is to provide methods of producing unions and intersections of two Summary objects.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../com/yahoo/sketches/tuple/class-use/UpdatableSketch.html#com.yahoo.sketches.tuple">UpdatableSketch</a>
<div class="block">An extension of QuickSelectSketch, which can be updated with many types of keys.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../com/yahoo/sketches/tuple/class-use/UpdatableSketchBuilder.html#com.yahoo.sketches.tuple">UpdatableSketchBuilder</a>
<div class="block">For building a new generic tuple UpdatableSketch</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../com/yahoo/sketches/tuple/class-use/UpdatableSummary.html#com.yahoo.sketches.tuple">UpdatableSummary</a>
<div class="block">Interface for updating user-defined Summary</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="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/sketches/tuple/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;2019. All rights reserved.</small></p>
</body>
</html>