Skip to content

Commit a1b14b9

Browse files
authored
Updates for 1.10.4 release (#408)
Includes: * Remove draft status from release notes * User manual * Javadoc * Download page updates * DOAP release info * Navigation links
1 parent a61d2b4 commit a1b14b9

File tree

455 files changed

+1286
-1268
lines changed

Some content is hidden

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

455 files changed

+1286
-1268
lines changed

1.10/accumulo_user_manual.html

+20-8
Original file line numberDiff line numberDiff line change
@@ -1178,6 +1178,7 @@ <h1>Apache Accumulo® User Manual Version 1.10</h1>
11781178
<li><a href="#_string">A.4.13. string</a></li>
11791179
<li><a href="#_boolean">A.4.14. boolean</a></li>
11801180
<li><a href="#_uri">A.4.15. uri</a></li>
1181+
<li><a href="#_file_name_extension">A.4.16. file name extension</a></li>
11811182
</ul>
11821183
</li>
11831184
</ul>
@@ -3587,12 +3588,17 @@ <h4 id="_method_call_order">7.7.1. Method call order</h4>
35873588
<div class="sect3">
35883589
<h4 id="_teardown">7.7.2. Teardown</h4>
35893590
<div class="paragraph">
3590-
<p>As mentioned, instance of Iterators may be torn down inside of the server transparently. When a complex
3591-
collection of iterators is performing some advanced functionality, they will not be torn down until a Key-Value
3592-
pair is returned out of the "stack" of Iterators (and added into the batch of Key-Values to be returned
3593-
to the caller). Being torn-down is equivalent to a new instance of the Iterator being creating and <code>deepCopy</code>
3594-
being called on the new instance with the old instance provided as the argument to <code>deepCopy</code>. References
3595-
to the old instance are removed and the object is lazily garbage collected by the JVM.</p>
3591+
<p>Instances of iterators may be torn down inside the server transparently. When a complex collection
3592+
of iterators is performing advanced functionality, they will not be torn down until a Key-Value pair
3593+
is returned out of the "stack" of iterators (and added into the batch of Key-Values to be returned
3594+
to the caller), or the iterator is yielded.</p>
3595+
</div>
3596+
<div class="paragraph">
3597+
<p>When an iterator is torn down, the entire stack is dropped and no state is preserved. Only the last
3598+
key returned (or the yielded position), original options, and seek range are retained. When the scan
3599+
is continued, the iterator stack is rebuilt and re-initialized using the original options. The stack
3600+
is then seeked with the original range, and the start key is replaced by the last key returned (or
3601+
the yielded position), non-inclusive.</p>
35963602
</div>
35973603
</div>
35983604
</div>
@@ -11825,7 +11831,7 @@ <h5 id="_table_file_type">table.file.type</h5>
1182511831
<p>Change the type of file a table writes</p>
1182611832
</div>
1182711833
<div class="paragraph">
11828-
<p><em>Type:</em> STRING<br>
11834+
<p><em>Type:</em> FILENAME_EXT<br>
1182911835
<em>Zookeeper Mutable:</em> yes<br>
1183011836
<em>Default Value:</em> <code>rf</code></p>
1183111837
</div>
@@ -12343,13 +12349,19 @@ <h4 id="_uri">A.4.15. uri</h4>
1234312349
<p>A valid URI</p>
1234412350
</div>
1234512351
</div>
12352+
<div class="sect3">
12353+
<h4 id="_file_name_extension">A.4.16. file name extension</h4>
12354+
<div class="paragraph">
12355+
<p>One of the currently supported filename extensions for storing table data files. Currently, only rf is supported.</p>
12356+
</div>
12357+
</div>
1234612358
</div>
1234712359
</div>
1234812360
</div>
1234912361
</div>
1235012362
<div id="footer">
1235112363
<div id="footer-text">
12352-
Last updated 2023-04-07 16:16:54 -0400
12364+
Last updated 2023-11-13 09:33:45 -0500
1235312365
</div>
1235412366
</div>
1235512367
</body>

1.10/apidocs/allclasses-index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>All Classes and Interfaces (Apache Accumulo Project 1.10.3 API)</title>
5+
<title>All Classes and Interfaces (Apache Accumulo Project 1.10.4 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">
88
<meta name="description" content="class index">
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
1212
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
1313
<script type="text/javascript" src="script.js"></script>
14-
<script type="text/javascript" src="script-dir/jquery-3.6.0.min.js"></script>
14+
<script type="text/javascript" src="script-dir/jquery-3.6.1.min.js"></script>
1515
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
1616
</head>
1717
<body class="all-classes-index-page">

1.10/apidocs/allpackages-index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>All Packages (Apache Accumulo Project 1.10.3 API)</title>
5+
<title>All Packages (Apache Accumulo Project 1.10.4 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">
88
<meta name="description" content="package index">
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
1212
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
1313
<script type="text/javascript" src="script.js"></script>
14-
<script type="text/javascript" src="script-dir/jquery-3.6.0.min.js"></script>
14+
<script type="text/javascript" src="script-dir/jquery-3.6.1.min.js"></script>
1515
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
1616
</head>
1717
<body class="all-packages-index-page">

1.10/apidocs/constant-values.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>Constant Field Values (Apache Accumulo Project 1.10.3 API)</title>
5+
<title>Constant Field Values (Apache Accumulo Project 1.10.4 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">
88
<meta name="description" content="summary of constants">
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
1212
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
1313
<script type="text/javascript" src="script.js"></script>
14-
<script type="text/javascript" src="script-dir/jquery-3.6.0.min.js"></script>
14+
<script type="text/javascript" src="script-dir/jquery-3.6.1.min.js"></script>
1515
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
1616
</head>
1717
<body class="constants-summary-page">

1.10/apidocs/deprecated-list.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>Deprecated List (Apache Accumulo Project 1.10.3 API)</title>
5+
<title>Deprecated List (Apache Accumulo Project 1.10.4 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">
88
<meta name="description" content="deprecated elements">
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
1212
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
1313
<script type="text/javascript" src="script.js"></script>
14-
<script type="text/javascript" src="script-dir/jquery-3.6.0.min.js"></script>
14+
<script type="text/javascript" src="script-dir/jquery-3.6.1.min.js"></script>
1515
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
1616
</head>
1717
<body class="deprecated-list-page">

1.10/apidocs/help-doc.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>API Help (Apache Accumulo Project 1.10.3 API)</title>
5+
<title>API Help (Apache Accumulo Project 1.10.4 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">
88
<meta name="description" content="help">
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
1212
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
1313
<script type="text/javascript" src="script.js"></script>
14-
<script type="text/javascript" src="script-dir/jquery-3.6.0.min.js"></script>
14+
<script type="text/javascript" src="script-dir/jquery-3.6.1.min.js"></script>
1515
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
1616
</head>
1717
<body class="help-page">

1.10/apidocs/index-all.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>Index (Apache Accumulo Project 1.10.3 API)</title>
5+
<title>Index (Apache Accumulo Project 1.10.4 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">
88
<meta name="description" content="index">
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
1212
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
1313
<script type="text/javascript" src="script.js"></script>
14-
<script type="text/javascript" src="script-dir/jquery-3.6.0.min.js"></script>
14+
<script type="text/javascript" src="script-dir/jquery-3.6.1.min.js"></script>
1515
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
1616
</head>
1717
<body class="index-page">

1.10/apidocs/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>Overview (Apache Accumulo Project 1.10.3 API)</title>
5+
<title>Overview (Apache Accumulo Project 1.10.4 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">
88
<meta name="description" content="package index">
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
1212
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
1313
<script type="text/javascript" src="script.js"></script>
14-
<script type="text/javascript" src="script-dir/jquery-3.6.0.min.js"></script>
14+
<script type="text/javascript" src="script-dir/jquery-3.6.1.min.js"></script>
1515
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
1616
</head>
1717
<body class="package-index-page">
@@ -49,7 +49,7 @@
4949
<div class="flex-content">
5050
<main role="main">
5151
<div class="header">
52-
<h1 class="title">Apache Accumulo Project 1.10.3 API</h1>
52+
<h1 class="title">Apache Accumulo Project 1.10.4 API</h1>
5353
</div>
5454
<div id="all-packages-table">
5555
<div class="caption"><span>Packages</span></div>

1.10/apidocs/legal/jquery.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## jQuery v3.6.0
1+
## jQuery v3.6.1
22

33
### jQuery License
44
```
5-
jQuery v 3.6.0
5+
jQuery v 3.6.1
66
Copyright OpenJS Foundation and other contributors, https://openjsf.org/
77
88
Permission is hereby granted, free of charge, to any person obtaining
@@ -26,7 +26,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2626
2727
******************************************
2828
29-
The jQuery JavaScript Library v3.6.0 also includes Sizzle.js
29+
The jQuery JavaScript Library v3.6.1 also includes Sizzle.js
3030
3131
Sizzle.js includes the following license:
3232

1.10/apidocs/org/apache/accumulo/core/client/AccumuloException.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>AccumuloException (Apache Accumulo Project 1.10.3 API)</title>
5+
<title>AccumuloException (Apache Accumulo Project 1.10.4 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">
88
<meta name="description" content="declaration: package: org.apache.accumulo.core.client, class: AccumuloException">
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" type="text/css" href="../../../../../script-dir/jquery-ui.min.css" title="Style">
1212
<link rel="stylesheet" type="text/css" href="../../../../../jquery-ui.overrides.css" title="Style">
1313
<script type="text/javascript" src="../../../../../script.js"></script>
14-
<script type="text/javascript" src="../../../../../script-dir/jquery-3.6.0.min.js"></script>
14+
<script type="text/javascript" src="../../../../../script-dir/jquery-3.6.1.min.js"></script>
1515
<script type="text/javascript" src="../../../../../script-dir/jquery-ui.min.js"></script>
1616
</head>
1717
<body class="class-declaration-page">
@@ -123,10 +123,10 @@ <h2>Constructor Summary</h2>
123123
<h2>Method Summary</h2>
124124
<div class="inherited-list">
125125
<h3 id="methods-inherited-from-class-java.lang.Throwable">Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link">Throwable</a></h3>
126-
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#addSuppressed(java.lang.Throwable)" title="class or interface in java.lang" class="external-link">addSuppressed</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#fillInStackTrace()" title="class or interface in java.lang" class="external-link">fillInStackTrace</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getCause()" title="class or interface in java.lang" class="external-link">getCause</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getLocalizedMessage()" title="class or interface in java.lang" class="external-link">getLocalizedMessage</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getMessage()" title="class or interface in java.lang" class="external-link">getMessage</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getStackTrace()" title="class or interface in java.lang" class="external-link">getStackTrace</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getSuppressed()" title="class or interface in java.lang" class="external-link">getSuppressed</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#initCause(java.lang.Throwable)" title="class or interface in java.lang" class="external-link">initCause</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#printStackTrace()" title="class or interface in java.lang" class="external-link">printStackTrace</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#printStackTrace(java.io.PrintStream)" title="class or interface in java.lang" class="external-link">printStackTrace</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#printStackTrace(java.io.PrintWriter)" title="class or interface in java.lang" class="external-link">printStackTrace</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#setStackTrace(java.lang.StackTraceElement%5B%5D)" title="class or interface in java.lang" class="external-link">setStackTrace</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#toString()" title="class or interface in java.lang" class="external-link">toString</a></code></div>
126+
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#addSuppressed-java.lang.Throwable-" title="class or interface in java.lang" class="external-link">addSuppressed</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#fillInStackTrace--" title="class or interface in java.lang" class="external-link">fillInStackTrace</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getCause--" title="class or interface in java.lang" class="external-link">getCause</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getLocalizedMessage--" title="class or interface in java.lang" class="external-link">getLocalizedMessage</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getMessage--" title="class or interface in java.lang" class="external-link">getMessage</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getStackTrace--" title="class or interface in java.lang" class="external-link">getStackTrace</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getSuppressed--" title="class or interface in java.lang" class="external-link">getSuppressed</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#initCause-java.lang.Throwable-" title="class or interface in java.lang" class="external-link">initCause</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#printStackTrace--" title="class or interface in java.lang" class="external-link">printStackTrace</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#printStackTrace-java.io.PrintStream-" title="class or interface in java.lang" class="external-link">printStackTrace</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#printStackTrace-java.io.PrintWriter-" title="class or interface in java.lang" class="external-link">printStackTrace</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#setStackTrace-java.lang.StackTraceElement:A-" title="class or interface in java.lang" class="external-link">setStackTrace</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#toString--" title="class or interface in java.lang" class="external-link">toString</a></code></div>
127127
<div class="inherited-list">
128128
<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3>
129-
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div>
129+
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-" title="class or interface in java.lang" class="external-link">wait</a></code></div>
130130
</section>
131131
</li>
132132
</ul>

0 commit comments

Comments
 (0)