Skip to content

Commit 91137a4

Browse files
committed
Deploying to gh-pages from @ 2ffc5db 🚀
1 parent e04807d commit 91137a4

35 files changed

+557
-1165
lines changed

docs/main/allclasses-index.html

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Dec 10 16:12:41 UTC 2024 -->
5-
<title>All Classes and Interfaces (datasketches-memory 5.0.0-SNAPSHOT API)</title>
4+
<!-- Generated by javadoc (21) on Tue Feb 18 19:33:30 UTC 2025 -->
5+
<title>All Classes and Interfaces (datasketches-memory 6.1.0-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2024-12-10">
8+
<meta name="dc.created" content="2025-02-18">
99
<meta name="description" content="class index">
1010
<meta name="generator" content="javadoc/AllClassesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@@ -67,40 +67,35 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
6767
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/apache/datasketches/memory/DefaultMemoryRequestServer.html" title="class in org.apache.datasketches.memory">DefaultMemoryRequestServer</a></div>
6868
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
6969
<div class="block">This example MemoryRequestServer is simple but demonstrates one of many ways to
70-
manage continuous requests for larger memory.</div>
70+
manage continuous requests for larger or smaller memory.</div>
7171
</div>
7272
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/apache/datasketches/memory/Memory.html" title="interface in org.apache.datasketches.memory">Memory</a></div>
7373
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
7474
<div class="block">Defines the read-only API for offset access to a resource.</div>
7575
</div>
7676
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/apache/datasketches/memory/MemoryRequestServer.html" title="interface in org.apache.datasketches.memory">MemoryRequestServer</a></div>
7777
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
78-
<div class="block">The MemoryRequestServer is a callback interface to provide a means to request more memory
78+
<div class="block">The MemoryRequestServer is a callback interface to provide a means to request more or less memory
7979
for heap and off-heap WritableMemory resources that are not file-memory-mapped backed resources.</div>
8080
</div>
81-
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/apache/datasketches/memory/MurmurHash3.html" title="class in org.apache.datasketches.memory">MurmurHash3</a></div>
82-
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
83-
<div class="block">The MurmurHash3 is a fast, non-cryptographic, 128-bit hash function that has
84-
excellent avalanche and 2-way bit independence properties.</div>
85-
</div>
86-
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/apache/datasketches/memory/Positional.html" title="interface in org.apache.datasketches.memory">Positional</a></div>
87-
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
81+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/apache/datasketches/memory/Positional.html" title="interface in org.apache.datasketches.memory">Positional</a></div>
82+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
8883
<div class="block">Defines the relative positional API.</div>
8984
</div>
90-
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/apache/datasketches/memory/Resource.html" title="interface in org.apache.datasketches.memory">Resource</a></div>
91-
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
85+
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/apache/datasketches/memory/Resource.html" title="interface in org.apache.datasketches.memory">Resource</a></div>
86+
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
9287
<div class="block">The base class for Memory and Buffer plus some common static variables and check methods.</div>
9388
</div>
94-
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/apache/datasketches/memory/WritableBuffer.html" title="interface in org.apache.datasketches.memory">WritableBuffer</a></div>
95-
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
89+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/apache/datasketches/memory/WritableBuffer.html" title="interface in org.apache.datasketches.memory">WritableBuffer</a></div>
90+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
9691
<div class="block">Defines the writable API for relative positional access to a resource</div>
9792
</div>
98-
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/apache/datasketches/memory/WritableMemory.html" title="interface in org.apache.datasketches.memory">WritableMemory</a></div>
99-
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
93+
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="org/apache/datasketches/memory/WritableMemory.html" title="interface in org.apache.datasketches.memory">WritableMemory</a></div>
94+
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
10095
<div class="block">Defines the writable API for offset access to a resource.</div>
10196
</div>
102-
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/apache/datasketches/memory/XxHash.html" title="class in org.apache.datasketches.memory">XxHash</a></div>
103-
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
97+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/apache/datasketches/memory/XxHash.html" title="class in org.apache.datasketches.memory">XxHash</a></div>
98+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
10499
<div class="block">The XxHash is a fast, non-cryptographic, 64-bit hash function that has
105100
excellent avalanche and 2-way bit independence properties.</div>
106101
</div>
@@ -110,7 +105,7 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
110105
</main>
111106
<footer role="contentinfo">
112107
<hr>
113-
<p class="legal-copy"><small>Copyright &#169; 2015&#x2013;2024. All rights reserved.</small></p>
108+
<p class="legal-copy"><small>Copyright &#169; 2015&#x2013;2025. All rights reserved.</small></p>
114109
</footer>
115110
</div>
116111
</div>

docs/main/allpackages-index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Dec 10 16:12:41 UTC 2024 -->
5-
<title>All Packages (datasketches-memory 5.0.0-SNAPSHOT API)</title>
4+
<!-- Generated by javadoc (21) on Tue Feb 18 19:33:30 UTC 2025 -->
5+
<title>All Packages (datasketches-memory 6.1.0-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2024-12-10">
8+
<meta name="dc.created" content="2025-02-18">
99
<meta name="description" content="package index">
1010
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@@ -64,7 +64,7 @@ <h1 title="All&amp;nbsp;Packages" class="title">All&nbsp;Packages</h1>
6464
</main>
6565
<footer role="contentinfo">
6666
<hr>
67-
<p class="legal-copy"><small>Copyright &#169; 2015&#x2013;2024. All rights reserved.</small></p>
67+
<p class="legal-copy"><small>Copyright &#169; 2015&#x2013;2025. All rights reserved.</small></p>
6868
</footer>
6969
</div>
7070
</div>

docs/main/help-doc.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Dec 10 16:12:41 UTC 2024 -->
5-
<title>API Help (datasketches-memory 5.0.0-SNAPSHOT API)</title>
4+
<!-- Generated by javadoc (21) on Tue Feb 18 19:33:30 UTC 2025 -->
5+
<title>API Help (datasketches-memory 6.1.0-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2024-12-10">
8+
<meta name="dc.created" content="2025-02-18">
99
<meta name="description" content="help">
1010
<meta name="generator" content="javadoc/HelpWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@@ -184,7 +184,7 @@ <h3>Index</h3>
184184
<span class="help-footnote">This help file applies to API documentation generated by the standard doclet.</span></main>
185185
<footer role="contentinfo">
186186
<hr>
187-
<p class="legal-copy"><small>Copyright &#169; 2015&#x2013;2024. All rights reserved.</small></p>
187+
<p class="legal-copy"><small>Copyright &#169; 2015&#x2013;2025. All rights reserved.</small></p>
188188
</footer>
189189
</div>
190190
</div>

0 commit comments

Comments
 (0)