Skip to content

Commit 6bcd660

Browse files
committed
Deploying to gh-pages from @ 6f8cdf9 🚀
1 parent 990d84e commit 6bcd660

File tree

521 files changed

+167820
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

521 files changed

+167820
-0
lines changed

docs/6.2.X/allclasses-frame.html

Lines changed: 220 additions & 0 deletions
Large diffs are not rendered by default.

docs/6.2.X/allclasses-noframe.html

Lines changed: 220 additions & 0 deletions
Large diffs are not rendered by default.

docs/6.2.X/constant-values.html

Lines changed: 507 additions & 0 deletions
Large diffs are not rendered by default.

docs/6.2.X/deprecated-list.html

Lines changed: 172 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,172 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2+
<!-- NewPage -->
3+
<html lang>
4+
<head>
5+
<!-- Generated by javadoc -->
6+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7+
<title>Deprecated List (datasketches-java 6.2.0 API)</title>
8+
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
9+
<script type="text/javascript" src="script.js"></script>
10+
</head>
11+
<body>
12+
<script type="text/javascript"><!--
13+
try {
14+
if (location.href.indexOf('is-external=true') == -1) {
15+
parent.document.title="Deprecated List (datasketches-java 6.2.0 API)";
16+
}
17+
}
18+
catch(err) {
19+
}
20+
//-->
21+
</script>
22+
<noscript>
23+
<div>JavaScript is disabled on your browser.</div>
24+
</noscript>
25+
<!-- ========= START OF TOP NAVBAR ======= -->
26+
<div class="topNav"><a name="navbar.top">
27+
<!-- -->
28+
</a>
29+
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
30+
<a name="navbar.top.firstrow">
31+
<!-- -->
32+
</a>
33+
<ul class="navList" title="Navigation">
34+
<li><a href="overview-summary.html">Overview</a></li>
35+
<li>Package</li>
36+
<li>Class</li>
37+
<li>Use</li>
38+
<li><a href="overview-tree.html">Tree</a></li>
39+
<li class="navBarCell1Rev">Deprecated</li>
40+
<li><a href="index-all.html">Index</a></li>
41+
<li><a href="help-doc.html">Help</a></li>
42+
</ul>
43+
</div>
44+
<div class="subNav">
45+
<ul class="navList">
46+
<li>Prev</li>
47+
<li>Next</li>
48+
</ul>
49+
<ul class="navList">
50+
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
51+
<li><a href="deprecated-list.html" target="_top">No&nbsp;Frames</a></li>
52+
</ul>
53+
<ul class="navList" id="allclasses_navbar_top">
54+
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
55+
</ul>
56+
<div>
57+
<script type="text/javascript"><!--
58+
allClassesLink = document.getElementById("allclasses_navbar_top");
59+
if(window==top) {
60+
allClassesLink.style.display = "block";
61+
}
62+
else {
63+
allClassesLink.style.display = "none";
64+
}
65+
//-->
66+
</script>
67+
</div>
68+
<a name="skip.navbar.top">
69+
<!-- -->
70+
</a></div>
71+
<!-- ========= END OF TOP NAVBAR ========= -->
72+
<div class="header">
73+
<h1 title="Deprecated API" class="title">Deprecated API</h1>
74+
<h2 title="Contents">Contents</h2>
75+
<ul>
76+
<li><a href="#constructor">Deprecated Constructors</a></li>
77+
</ul>
78+
</div>
79+
<div class="contentContainer"><a name="constructor">
80+
<!-- -->
81+
</a>
82+
<ul class="blockList">
83+
<li class="blockList">
84+
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Constructors table, listing deprecated constructors, and an explanation">
85+
<caption><span>Deprecated Constructors</span><span class="tabEnd">&nbsp;</span></caption>
86+
<tr>
87+
<th class="colOne" scope="col">Constructor and Description</th>
88+
</tr>
89+
<tbody>
90+
<tr class="altColor">
91+
<td class="colOne"><a href="org/apache/datasketches/tuple/strings/ArrayOfStringsSketch.html#ArrayOfStringsSketch-org.apache.datasketches.memory.Memory-">org.apache.datasketches.tuple.strings.ArrayOfStringsSketch(Memory)</a>
92+
<div class="block"><span class="deprecationComment">As of 3.0.0, heapifying an UpdatableSketch is deprecated.
93+
This capability will be removed in a future release.
94+
Heapifying a CompactSketch is not deprecated.</span></div>
95+
</td>
96+
</tr>
97+
<tr class="rowColor">
98+
<td class="colOne"><a href="org/apache/datasketches/tuple/adouble/DoubleSketch.html#DoubleSketch-org.apache.datasketches.memory.Memory-org.apache.datasketches.tuple.adouble.DoubleSummary.Mode-">org.apache.datasketches.tuple.adouble.DoubleSketch(Memory, DoubleSummary.Mode)</a>
99+
<div class="block"><span class="deprecationComment">As of 3.0.0, heapifying an UpdatableSketch is deprecated.
100+
This capability will be removed in a future release.
101+
Heapifying a CompactSketch is not deprecated.</span></div>
102+
</td>
103+
</tr>
104+
<tr class="altColor">
105+
<td class="colOne"><a href="org/apache/datasketches/tuple/aninteger/IntegerSketch.html#IntegerSketch-org.apache.datasketches.memory.Memory-org.apache.datasketches.tuple.aninteger.IntegerSummary.Mode-">org.apache.datasketches.tuple.aninteger.IntegerSketch(Memory, IntegerSummary.Mode)</a>
106+
<div class="block"><span class="deprecationComment">As of 3.0.0, heapifying an UpdatableSketch is deprecated.
107+
This capability will be removed in a future release.
108+
Heapifying a CompactSketch is not deprecated.</span></div>
109+
</td>
110+
</tr>
111+
<tr class="rowColor">
112+
<td class="colOne"><a href="org/apache/datasketches/tuple/UpdatableSketch.html#UpdatableSketch-org.apache.datasketches.memory.Memory-org.apache.datasketches.tuple.SummaryDeserializer-org.apache.datasketches.tuple.SummaryFactory-">org.apache.datasketches.tuple.UpdatableSketch(Memory, SummaryDeserializer&lt;S&gt;, SummaryFactory&lt;S&gt;)</a>
113+
<div class="block"><span class="deprecationComment">As of 3.0.0, heapifying an UpdatableSketch is deprecated.
114+
This capability will be removed in a future release.
115+
Heapifying a CompactSketch is not deprecated.</span></div>
116+
</td>
117+
</tr>
118+
</tbody>
119+
</table>
120+
</li>
121+
</ul>
122+
</div>
123+
<!-- ======= START OF BOTTOM NAVBAR ====== -->
124+
<div class="bottomNav"><a name="navbar.bottom">
125+
<!-- -->
126+
</a>
127+
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
128+
<a name="navbar.bottom.firstrow">
129+
<!-- -->
130+
</a>
131+
<ul class="navList" title="Navigation">
132+
<li><a href="overview-summary.html">Overview</a></li>
133+
<li>Package</li>
134+
<li>Class</li>
135+
<li>Use</li>
136+
<li><a href="overview-tree.html">Tree</a></li>
137+
<li class="navBarCell1Rev">Deprecated</li>
138+
<li><a href="index-all.html">Index</a></li>
139+
<li><a href="help-doc.html">Help</a></li>
140+
</ul>
141+
</div>
142+
<div class="subNav">
143+
<ul class="navList">
144+
<li>Prev</li>
145+
<li>Next</li>
146+
</ul>
147+
<ul class="navList">
148+
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
149+
<li><a href="deprecated-list.html" target="_top">No&nbsp;Frames</a></li>
150+
</ul>
151+
<ul class="navList" id="allclasses_navbar_bottom">
152+
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
153+
</ul>
154+
<div>
155+
<script type="text/javascript"><!--
156+
allClassesLink = document.getElementById("allclasses_navbar_bottom");
157+
if(window==top) {
158+
allClassesLink.style.display = "block";
159+
}
160+
else {
161+
allClassesLink.style.display = "none";
162+
}
163+
//-->
164+
</script>
165+
</div>
166+
<a name="skip.navbar.bottom">
167+
<!-- -->
168+
</a></div>
169+
<!-- ======== END OF BOTTOM NAVBAR ======= -->
170+
<p class="legalCopy"><small>Copyright &#169; 2015&#x2013;2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
171+
</body>
172+
</html>

0 commit comments

Comments
 (0)