You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by aj...@apache.org on 2023/01/18 19:33:31 UTC

svn commit: r1906774 [19/49] - in /samza/site: ./ archive/ blog/ case-studies/ community/ contribute/ img/latest/learn/documentation/api/ learn/documentation/latest/ learn/documentation/latest/api/ learn/documentation/latest/api/javadocs/ learn/documen...

Added: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/ReadWriteUpdateTable.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/ReadWriteUpdateTable.html?rev=1906774&view=auto
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/ReadWriteUpdateTable.html (added)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/ReadWriteUpdateTable.html Wed Jan 18 19:33:25 2023
@@ -0,0 +1,503 @@
+<!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 -->
+<title>ReadWriteUpdateTable (samza-api 1.9.0-SNAPSHOT API)</title>
+<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="ReadWriteUpdateTable (samza-api 1.9.0-SNAPSHOT API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":18,"i7":6,"i8":6,"i9":18};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</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="navBarCell1Rev">Class</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><a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="interface in org.apache.samza.table"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/samza/table/RecordNotFoundException.html" title="class in org.apache.samza.table"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/samza/table/ReadWriteUpdateTable.html" target="_top">Frames</a></li>
+<li><a href="ReadWriteUpdateTable.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>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.samza.table</div>
+<h2 title="Interface ReadWriteUpdateTable" class="title">Interface ReadWriteUpdateTable&lt;K,V,U&gt;</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt><span class="paramLabel">Type Parameters:</span></dt>
+<dd><code>K</code> - the type of the key in this table</dd>
+<dd><code>V</code> - the type of the value in this table</dd>
+<dd><code>U</code> - the type of the update applied to records in this table</dd>
+</dl>
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd><a href="../../../../org/apache/samza/table/AsyncReadWriteUpdateTable.html" title="interface in org.apache.samza.table">AsyncReadWriteUpdateTable</a>&lt;K,V,U&gt;, <a href="../../../../org/apache/samza/table/Table.html" title="interface in org.apache.samza.table">Table</a></dd>
+</dl>
+<dl>
+<dt>All Known Subinterfaces:</dt>
+<dd><a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="interface in org.apache.samza.table">ReadWriteTable</a>&lt;K,V&gt;</dd>
+</dl>
+<hr>
+<br>
+<pre><a href="../../../../org/apache/samza/annotation/InterfaceStability.Unstable.html" title="annotation in org.apache.samza.annotation">@InterfaceStability.Unstable</a>
+public interface <span class="typeNameLabel">ReadWriteUpdateTable&lt;K,V,U&gt;</span>
+extends <a href="../../../../org/apache/samza/table/AsyncReadWriteUpdateTable.html" title="interface in org.apache.samza.table">AsyncReadWriteUpdateTable</a>&lt;K,V,U&gt;</pre>
+<div class="block">A table that supports synchronous and asynchronous get, put, update and delete by one or more keys</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html#delete-K-java.lang.Object...-">delete</a></span>(<a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">K</a>&nbsp;key,
+      java.lang.Object...&nbsp;args)</code>
+<div class="block">Deletes the mapping for the specified <code>key</code> from this table (if such mapping exists).</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html#deleteAll-java.util.List-java.lang.Object...-">deleteAll</a></span>(java.util.List&lt;<a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">K</a>&gt;&nbsp;keys,
+         java.lang.Object...&nbsp;args)</code>
+<div class="block">Deletes the mappings for the specified <code>keys</code> from this table.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">V</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html#get-K-java.lang.Object...-">get</a></span>(<a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">K</a>&nbsp;key,
+   java.lang.Object...&nbsp;args)</code>
+<div class="block">Gets the value associated with the specified <code>key</code>.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>java.util.Map&lt;<a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">K</a>,<a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">V</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html#getAll-java.util.List-java.lang.Object...-">getAll</a></span>(java.util.List&lt;<a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">K</a>&gt;&nbsp;keys,
+      java.lang.Object...&nbsp;args)</code>
+<div class="block">Gets the values with which the specified <code>keys</code> are associated.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html#put-K-V-java.lang.Object...-">put</a></span>(<a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">K</a>&nbsp;key,
+   <a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">V</a>&nbsp;value,
+   java.lang.Object...&nbsp;args)</code>
+<div class="block">Updates the mapping of the specified key-value pair;
+ Associates the specified <code>key</code> with the specified <code>value</code>.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html#putAll-java.util.List-java.lang.Object...-">putAll</a></span>(java.util.List&lt;<a href="../../../../org/apache/samza/storage/kv/Entry.html" title="class in org.apache.samza.storage.kv">Entry</a>&lt;<a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">K</a>,<a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">V</a>&gt;&gt;&nbsp;entries,
+      java.lang.Object...&nbsp;args)</code>
+<div class="block">Updates the mappings of the specified key-value <code>entries</code>.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>default &lt;T&gt;&nbsp;T</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html#read-int-java.lang.Object...-">read</a></span>(int&nbsp;opId,
+    java.lang.Object...&nbsp;args)</code>
+<div class="block">Executes a read operation.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html#update-K-U-">update</a></span>(<a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">K</a>&nbsp;key,
+      <a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">U</a>&nbsp;update)</code>
+<div class="block">Updates the record associated with a given <code>key</code> with the specified <code>update</code>.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html#updateAll-java.util.List-">updateAll</a></span>(java.util.List&lt;<a href="../../../../org/apache/samza/storage/kv/Entry.html" title="class in org.apache.samza.storage.kv">Entry</a>&lt;<a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">K</a>,<a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">U</a>&gt;&gt;&nbsp;updates)</code>
+<div class="block">Updates the mappings of the given keys with the corresponding updates.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>default &lt;T&gt;&nbsp;T</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html#write-int-java.lang.Object...-">write</a></span>(int&nbsp;opId,
+     java.lang.Object...&nbsp;args)</code>
+<div class="block">Executes a write operation.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.samza.table.AsyncReadWriteUpdateTable">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.samza.table.<a href="../../../../org/apache/samza/table/AsyncReadWriteUpdateTable.html" title="interface in org.apache.samza.table">AsyncReadWriteUpdateTable</a></h3>
+<code><a href="../../../../org/apache/samza/table/AsyncReadWriteUpdateTable.html#close--">close</a>, <a href="../../../../org/apache/samza/table/AsyncReadWriteUpdateTable.html#deleteAllAsync-java.util.List-java.lang.Object...-">deleteAllAsync</a>, <a href="../../../../org/apache/samza/table/AsyncReadWriteUpdateTable.html#deleteAsync-K-java.lang.Object...-">deleteAsync</a>, <a href="../../../../org/apache/samza/table/AsyncReadWriteUpdateTable.html#flush--">flush</a>, <a href="../../../../org/apache/samza/table/AsyncReadWriteUpdateTable.html#getAllAsync-java.util.List-java.lang.Object...-">getAllAsync</a>, <a href="../../../../org/apache/samza/table/AsyncReadWriteUpdateTable.html#getAsync-K-java.lang.Object...-">getAsync</a>, <a href="../../../../org/apache/samza/table/AsyncReadWriteUpdateTable.html#init-org.apache.samza.context.Context-">init</a>, <a href="../../../../org/apache/samza/table/AsyncReadWriteUpdateTable.html#putAllAsync-java.util.List-java.lang.Object...-">putAllAsync</a
 >, <a href="../../../../org/apache/samza/table/AsyncReadWriteUpdateTable.html#putAsync-K-V-java.lang.Object...-">putAsync</a>, <a href="../../../../org/apache/samza/table/AsyncReadWriteUpdateTable.html#readAsync-int-java.lang.Object...-">readAsync</a>, <a href="../../../../org/apache/samza/table/AsyncReadWriteUpdateTable.html#updateAllAsync-java.util.List-">updateAllAsync</a>, <a href="../../../../org/apache/samza/table/AsyncReadWriteUpdateTable.html#updateAsync-K-U-">updateAsync</a>, <a href="../../../../org/apache/samza/table/AsyncReadWriteUpdateTable.html#writeAsync-int-java.lang.Object...-">writeAsync</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="get-java.lang.Object-java.lang.Object:A-">
+<!--   -->
+</a><a name="get-K-java.lang.Object...-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>get</h4>
+<pre><a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">V</a>&nbsp;get(<a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">K</a>&nbsp;key,
+      java.lang.Object...&nbsp;args)</pre>
+<div class="block">Gets the value associated with the specified <code>key</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>key</code> - the key with which the associated value is to be fetched.</dd>
+<dd><code>args</code> - additional arguments</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>if found, the value associated with the specified <code>key</code>; otherwise, <code>null</code>.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.NullPointerException</code> - if the specified <code>key</code> is <code>null</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="getAll-java.util.List-java.lang.Object...-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAll</h4>
+<pre>java.util.Map&lt;<a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">K</a>,<a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">V</a>&gt;&nbsp;getAll(java.util.List&lt;<a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">K</a>&gt;&nbsp;keys,
+                          java.lang.Object...&nbsp;args)</pre>
+<div class="block">Gets the values with which the specified <code>keys</code> are associated.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>keys</code> - the keys with which the associated values are to be fetched.</dd>
+<dd><code>args</code> - additional arguments</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a map of the keys that were found and their respective values.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.NullPointerException</code> - if the specified <code>keys</code> list, or any of the keys, is <code>null</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="read-int-java.lang.Object...-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>read</h4>
+<pre>default&nbsp;&lt;T&gt;&nbsp;T&nbsp;read(int&nbsp;opId,
+                   java.lang.Object...&nbsp;args)</pre>
+<div class="block">Executes a read operation. opId is used to allow tracking of different
+ types of operation.</div>
+<dl>
+<dt><span class="paramLabel">Type Parameters:</span></dt>
+<dd><code>T</code> - return type</dd>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>opId</code> - operation identifier</dd>
+<dd><code>args</code> - additional arguments</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>read result</dd>
+</dl>
+</li>
+</ul>
+<a name="update-java.lang.Object-java.lang.Object-">
+<!--   -->
+</a><a name="update-K-U-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>update</h4>
+<pre>void&nbsp;update(<a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">K</a>&nbsp;key,
+            <a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">U</a>&nbsp;update)</pre>
+<div class="block">Updates the record associated with a given <code>key</code> with the specified <code>update</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>key</code> - the key with which the specified <code>value</code> is to be associated.</dd>
+<dd><code>update</code> - the update to be applied to the record specified by <code>key</code>.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.NullPointerException</code> - if the specified <code>key</code> is <code>null</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="updateAll-java.util.List-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>updateAll</h4>
+<pre>void&nbsp;updateAll(java.util.List&lt;<a href="../../../../org/apache/samza/storage/kv/Entry.html" title="class in org.apache.samza.storage.kv">Entry</a>&lt;<a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">K</a>,<a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">U</a>&gt;&gt;&nbsp;updates)</pre>
+<div class="block">Updates the mappings of the given keys with the corresponding updates.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>updates</code> - the updates for the given keys</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.NullPointerException</code> - if any of the specified <code>entries</code> has <code>null</code> as key.</dd>
+</dl>
+</li>
+</ul>
+<a name="put-java.lang.Object-java.lang.Object-java.lang.Object:A-">
+<!--   -->
+</a><a name="put-K-V-java.lang.Object...-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>put</h4>
+<pre>void&nbsp;put(<a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">K</a>&nbsp;key,
+         <a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">V</a>&nbsp;value,
+         java.lang.Object...&nbsp;args)</pre>
+<div class="block">Updates the mapping of the specified key-value pair;
+ Associates the specified <code>key</code> with the specified <code>value</code>.
+
+ The key is deleted from the table if value is <code>null</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>key</code> - the key with which the specified <code>value</code> is to be associated.</dd>
+<dd><code>value</code> - the value with which the specified <code>key</code> is to be associated.</dd>
+<dd><code>args</code> - additional arguments</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.NullPointerException</code> - if the specified <code>key</code> is <code>null</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="putAll-java.util.List-java.lang.Object...-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>putAll</h4>
+<pre>void&nbsp;putAll(java.util.List&lt;<a href="../../../../org/apache/samza/storage/kv/Entry.html" title="class in org.apache.samza.storage.kv">Entry</a>&lt;<a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">K</a>,<a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">V</a>&gt;&gt;&nbsp;entries,
+            java.lang.Object...&nbsp;args)</pre>
+<div class="block">Updates the mappings of the specified key-value <code>entries</code>.
+
+ A key is deleted from the table if its corresponding value is <code>null</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>entries</code> - the updated mappings to put into this table.</dd>
+<dd><code>args</code> - additional arguments</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.NullPointerException</code> - if any of the specified <code>entries</code> has <code>null</code> as key.</dd>
+</dl>
+</li>
+</ul>
+<a name="delete-java.lang.Object-java.lang.Object:A-">
+<!--   -->
+</a><a name="delete-K-java.lang.Object...-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>delete</h4>
+<pre>void&nbsp;delete(<a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">K</a>&nbsp;key,
+            java.lang.Object...&nbsp;args)</pre>
+<div class="block">Deletes the mapping for the specified <code>key</code> from this table (if such mapping exists).</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>key</code> - the key for which the mapping is to be deleted.</dd>
+<dd><code>args</code> - additional arguments</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.NullPointerException</code> - if the specified <code>key</code> is <code>null</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="deleteAll-java.util.List-java.lang.Object...-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>deleteAll</h4>
+<pre>void&nbsp;deleteAll(java.util.List&lt;<a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="type parameter in ReadWriteUpdateTable">K</a>&gt;&nbsp;keys,
+               java.lang.Object...&nbsp;args)</pre>
+<div class="block">Deletes the mappings for the specified <code>keys</code> from this table.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>keys</code> - the keys for which the mappings are to be deleted.</dd>
+<dd><code>args</code> - additional arguments</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.NullPointerException</code> - if the specified <code>keys</code> list, or any of the keys, is <code>null</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="write-int-java.lang.Object...-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>write</h4>
+<pre>default&nbsp;&lt;T&gt;&nbsp;T&nbsp;write(int&nbsp;opId,
+                    java.lang.Object...&nbsp;args)</pre>
+<div class="block">Executes a write operation. opId is used to allow tracking of different
+ types of operation.</div>
+<dl>
+<dt><span class="paramLabel">Type Parameters:</span></dt>
+<dd><code>T</code> - return type</dd>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>opId</code> - operation identifier</dd>
+<dd><code>args</code> - additional arguments</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>write result</dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= 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="navBarCell1Rev">Class</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><a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="interface in org.apache.samza.table"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/samza/table/RecordNotFoundException.html" title="class in org.apache.samza.table"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/samza/table/ReadWriteUpdateTable.html" target="_top">Frames</a></li>
+<li><a href="ReadWriteUpdateTable.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>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

Added: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/RecordNotFoundException.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/RecordNotFoundException.html?rev=1906774&view=auto
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/RecordNotFoundException.html (added)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/RecordNotFoundException.html Wed Jan 18 19:33:25 2023
@@ -0,0 +1,307 @@
+<!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 -->
+<title>RecordNotFoundException (samza-api 1.9.0-SNAPSHOT API)</title>
+<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="RecordNotFoundException (samza-api 1.9.0-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="navBarCell1Rev">Class</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><a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="interface in org.apache.samza.table"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/samza/table/Table.html" title="interface in org.apache.samza.table"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/samza/table/RecordNotFoundException.html" target="_top">Frames</a></li>
+<li><a href="RecordNotFoundException.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>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.java.lang.Throwable">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.samza.table</div>
+<h2 title="Class RecordNotFoundException" class="title">Class RecordNotFoundException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.samza.table.RecordNotFoundException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">RecordNotFoundException</span>
+extends java.lang.RuntimeException</pre>
+<div class="block">Custom exception which can be thrown by implementations of <a href="../../../../org/apache/samza/table/remote/TableWriteFunction.html" title="interface in org.apache.samza.table.remote"><code>TableWriteFunction</code></a>
+ when <a href="../../../../org/apache/samza/table/AsyncReadWriteUpdateTable.html#updateAsync-K-U-"><code>AsyncReadWriteUpdateTable.updateAsync(Object, Object)</code></a> fails due an existing record not being
+ present for the given key. <a href="../../../../org/apache/samza/operators/MessageStream.html#sendTo-org.apache.samza.table.Table-org.apache.samza.operators.UpdateOptions-"><code>MessageStream.sendTo(Table,
+ org.apache.samza.operators.UpdateOptions)</code></a> will attempt to call <a href="../../../../org/apache/samza/table/AsyncReadWriteUpdateTable.html#putAsync-K-V-java.lang.Object...-"><code>AsyncReadWriteUpdateTable.putAsync(Object, Object,
+ Object...)</code></a> instead to insert a new record if a default is provided.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../serialized-form.html#org.apache.samza.table.RecordNotFoundException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/table/RecordNotFoundException.html#RecordNotFoundException--">RecordNotFoundException</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/table/RecordNotFoundException.html#RecordNotFoundException-java.lang.String-">RecordNotFoundException</a></span>(java.lang.String&nbsp;s)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/table/RecordNotFoundException.html#RecordNotFoundException-java.lang.String-java.lang.Throwable-">RecordNotFoundException</a></span>(java.lang.String&nbsp;s,
+                       java.lang.Throwable&nbsp;t)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/table/RecordNotFoundException.html#RecordNotFoundException-java.lang.Throwable-">RecordNotFoundException</a></span>(java.lang.Throwable&nbsp;t)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="RecordNotFoundException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>RecordNotFoundException</h4>
+<pre>public&nbsp;RecordNotFoundException()</pre>
+</li>
+</ul>
+<a name="RecordNotFoundException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>RecordNotFoundException</h4>
+<pre>public&nbsp;RecordNotFoundException(java.lang.String&nbsp;s,
+                               java.lang.Throwable&nbsp;t)</pre>
+</li>
+</ul>
+<a name="RecordNotFoundException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>RecordNotFoundException</h4>
+<pre>public&nbsp;RecordNotFoundException(java.lang.String&nbsp;s)</pre>
+</li>
+</ul>
+<a name="RecordNotFoundException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>RecordNotFoundException</h4>
+<pre>public&nbsp;RecordNotFoundException(java.lang.Throwable&nbsp;t)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= 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="navBarCell1Rev">Class</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><a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="interface in org.apache.samza.table"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/samza/table/Table.html" title="interface in org.apache.samza.table"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/samza/table/RecordNotFoundException.html" target="_top">Frames</a></li>
+<li><a href="RecordNotFoundException.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>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.java.lang.Throwable">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/Table.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/Table.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/Table.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/Table.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:07:13 PST 2021 -->
-<title>Table (samza-api 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>Table (samza-api 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Table (samza-api 1.7.0-SNAPSHOT API)";
+            parent.document.title="Table (samza-api 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -42,7 +41,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="interface in org.apache.samza.table"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/samza/table/RecordNotFoundException.html" title="class in org.apache.samza.table"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../../org/apache/samza/table/TableProvider.html" title="interface in org.apache.samza.table"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -98,7 +97,7 @@
 </dl>
 <dl>
 <dt>All Known Subinterfaces:</dt>
-<dd><a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="interface in org.apache.samza.table">AsyncReadWriteTable</a>&lt;K,V&gt;, <a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="interface in org.apache.samza.table">ReadWriteTable</a>&lt;K,V&gt;</dd>
+<dd><a href="../../../../org/apache/samza/table/AsyncReadWriteUpdateTable.html" title="interface in org.apache.samza.table">AsyncReadWriteUpdateTable</a>&lt;K,V,U&gt;, <a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="interface in org.apache.samza.table">ReadWriteTable</a>&lt;K,V&gt;, <a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="interface in org.apache.samza.table">ReadWriteUpdateTable</a>&lt;K,V,U&gt;</dd>
 </dl>
 <hr>
 <br>
@@ -111,8 +110,8 @@ public interface <span class="typeNameLa
  <p>
  Use a <a href="../../../../org/apache/samza/table/descriptors/TableDescriptor.html" title="interface in org.apache.samza.table.descriptors"><code>TableDescriptor</code></a> to specify the properties of a <a href="../../../../org/apache/samza/table/Table.html" title="interface in org.apache.samza.table"><code>Table</code></a>. For High Level API
  <a href="../../../../org/apache/samza/application/StreamApplication.html" title="interface in org.apache.samza.application"><code>StreamApplication</code></a>s, use <a href="../../../../org/apache/samza/application/descriptors/StreamApplicationDescriptor.html#getTable-org.apache.samza.table.descriptors.TableDescriptor-"><code>StreamApplicationDescriptor.getTable(org.apache.samza.table.descriptors.TableDescriptor&lt;K, V, ?&gt;)</code></a> to obtain the <a href="../../../../org/apache/samza/table/Table.html" title="interface in org.apache.samza.table"><code>Table</code></a> instance for
- the descriptor that can be used with the <a href="../../../../org/apache/samza/operators/MessageStream.html" title="interface in org.apache.samza.operators"><code>MessageStream</code></a> operators like <a href="../../../../org/apache/samza/operators/MessageStream.html#sendTo-org.apache.samza.table.Table-java.lang.Object...-"><code>MessageStream.sendTo(Table, Object[])</code></a>.
- Alternatively, use <a href="../../../../org/apache/samza/context/TaskContext.html#getTable-java.lang.String-"><code>TaskContext.getTable(String)</code></a> in <a href="../../../../org/apache/samza/operators/functions/InitableFunction.html#init-org.apache.samza.context.Context-"><code>InitableFunction.init(org.apache.samza.context.Context)</code></a> to get the table instance
+ the descriptor that can be used with the <a href="../../../../org/apache/samza/operators/MessageStream.html" title="interface in org.apache.samza.operators"><code>MessageStream</code></a> operators like <a href="../../../../org/apache/samza/operators/MessageStream.html#sendTo-org.apache.samza.table.Table-"><code>MessageStream.sendTo(Table)</code></a>.
+ Alternatively, use <a href="../../../../org/apache/samza/context/TaskContext.html#getUpdatableTable-java.lang.String-"><code>TaskContext.getUpdatableTable(String)</code></a> in <a href="../../../../org/apache/samza/operators/functions/InitableFunction.html#init-org.apache.samza.context.Context-"><code>InitableFunction.init(org.apache.samza.context.Context)</code></a> to get the table instance
  for use within operator functions. For Low Level API <a href="../../../../org/apache/samza/application/TaskApplication.html" title="interface in org.apache.samza.application"><code>TaskApplication</code></a>s, use <a href="../../../../org/apache/samza/context/TaskContext.html#getTable-java.lang.String-"><code>TaskContext.getTable(java.lang.String)</code></a>
  in <a href="../../../../org/apache/samza/task/InitableTask.html#init-org.apache.samza.context.Context-"><code>InitableTask.init(org.apache.samza.context.Context)</code></a> to get the table instance for use within the Task.</div>
 </li>
@@ -140,7 +139,7 @@ public interface <span class="typeNameLa
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="interface in org.apache.samza.table"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/samza/table/RecordNotFoundException.html" title="class in org.apache.samza.table"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../../org/apache/samza/table/TableProvider.html" title="interface in org.apache.samza.table"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">

Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/TableProvider.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/TableProvider.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/TableProvider.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/TableProvider.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:07:13 PST 2021 -->
-<title>TableProvider (samza-api 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>TableProvider (samza-api 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TableProvider (samza-api 1.7.0-SNAPSHOT API)";
+            parent.document.title="TableProvider (samza-api 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -129,9 +128,9 @@ public interface <span class="typeNameLa
 </td>
 </tr>
 <tr id="i1" class="rowColor">
-<td class="colFirst"><code><a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="interface in org.apache.samza.table">ReadWriteTable</a></code></td>
+<td class="colFirst"><code><a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="interface in org.apache.samza.table">ReadWriteUpdateTable</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/table/TableProvider.html#getTable--">getTable</a></span>()</code>
-<div class="block">Get an instance of the <a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="interface in org.apache.samza.table"><code>ReadWriteTable</code></a></div>
+<div class="block">Get an instance of the <a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="interface in org.apache.samza.table"><code>ReadWriteUpdateTable</code></a></div>
 </td>
 </tr>
 <tr id="i2" class="altColor">
@@ -175,8 +174,8 @@ public interface <span class="typeNameLa
 <ul class="blockList">
 <li class="blockList">
 <h4>getTable</h4>
-<pre><a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="interface in org.apache.samza.table">ReadWriteTable</a>&nbsp;getTable()</pre>
-<div class="block">Get an instance of the <a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="interface in org.apache.samza.table"><code>ReadWriteTable</code></a></div>
+<pre><a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="interface in org.apache.samza.table">ReadWriteUpdateTable</a>&nbsp;getTable()</pre>
+<div class="block">Get an instance of the <a href="../../../../org/apache/samza/table/ReadWriteUpdateTable.html" title="interface in org.apache.samza.table"><code>ReadWriteUpdateTable</code></a></div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the underlying table</dd>

Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/TableProviderFactory.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/TableProviderFactory.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/TableProviderFactory.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/TableProviderFactory.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:07:13 PST 2021 -->
-<title>TableProviderFactory (samza-api 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>TableProviderFactory (samza-api 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TableProviderFactory (samza-api 1.7.0-SNAPSHOT API)";
+            parent.document.title="TableProviderFactory (samza-api 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/batching/Batch.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/batching/Batch.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/batching/Batch.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/batching/Batch.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:07:14 PST 2021 -->
-<title>Batch (samza-api 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>Batch (samza-api 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Batch (samza-api 1.7.0-SNAPSHOT API)";
+            parent.document.title="Batch (samza-api 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -92,7 +91,7 @@ var activeTableTab = "activeTableTab";
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.samza.table.batching</div>
-<h2 title="Interface Batch" class="title">Interface Batch&lt;K,V&gt;</h2>
+<h2 title="Interface Batch" class="title">Interface Batch&lt;K,V,U&gt;</h2>
 </div>
 <div class="contentContainer">
 <div class="description">
@@ -102,10 +101,11 @@ var activeTableTab = "activeTableTab";
 <dt><span class="paramLabel">Type Parameters:</span></dt>
 <dd><code>K</code> - The type of the key associated with the <a href="../../../../../org/apache/samza/table/batching/Operation.html" title="interface in org.apache.samza.table.batching"><code>Operation</code></a></dd>
 <dd><code>V</code> - The type of the value associated with the <a href="../../../../../org/apache/samza/table/batching/Operation.html" title="interface in org.apache.samza.table.batching"><code>Operation</code></a></dd>
+<dd><code>U</code> - The type of the update associated with the <a href="../../../../../org/apache/samza/table/batching/Operation.html" title="interface in org.apache.samza.table.batching"><code>Operation</code></a></dd>
 </dl>
 <hr>
 <br>
-<pre>public interface <span class="typeNameLabel">Batch&lt;K,V&gt;</span></pre>
+<pre>public interface <span class="typeNameLabel">Batch&lt;K,V,U&gt;</span></pre>
 <div class="block">Manages a sequence of <a href="../../../../../org/apache/samza/table/batching/Operation.html" title="interface in org.apache.samza.table.batching"><code>Operation</code></a>s, which will be performed as a batch.
  A batch can be configured with a <code>maxBatchSize</code> and/or <code>maxBatchDelay</code>.
  When the number of operations in the batch exceeds the <code>maxBatchSize</code>
@@ -130,7 +130,7 @@ var activeTableTab = "activeTableTab";
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>java.util.concurrent.CompletableFuture&lt;java.lang.Void&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/table/batching/Batch.html#addOperation-org.apache.samza.table.batching.Operation-">addOperation</a></span>(<a href="../../../../../org/apache/samza/table/batching/Operation.html" title="interface in org.apache.samza.table.batching">Operation</a>&lt;<a href="../../../../../org/apache/samza/table/batching/Batch.html" title="type parameter in Batch">K</a>,<a href="../../../../../org/apache/samza/table/batching/Batch.html" title="type parameter in Batch">V</a>&gt;&nbsp;operation)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/table/batching/Batch.html#addOperation-org.apache.samza.table.batching.Operation-">addOperation</a></span>(<a href="../../../../../org/apache/samza/table/batching/Operation.html" title="interface in org.apache.samza.table.batching">Operation</a>&lt;<a href="../../../../../org/apache/samza/table/batching/Batch.html" title="type parameter in Batch">K</a>,<a href="../../../../../org/apache/samza/table/batching/Batch.html" title="type parameter in Batch">V</a>,<a href="../../../../../org/apache/samza/table/batching/Batch.html" title="type parameter in Batch">U</a>&gt;&nbsp;operation)</code>
 <div class="block">Add an operation to the batch.</div>
 </td>
 </tr>
@@ -161,7 +161,7 @@ var activeTableTab = "activeTableTab";
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/table/batching/Batch.html#getMaxBatchSize--">getMaxBatchSize</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i6" class="altColor">
-<td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../org/apache/samza/table/batching/Operation.html" title="interface in org.apache.samza.table.batching">Operation</a>&lt;<a href="../../../../../org/apache/samza/table/batching/Batch.html" title="type parameter in Batch">K</a>,<a href="../../../../../org/apache/samza/table/batching/Batch.html" title="type parameter in Batch">V</a>&gt;&gt;</code></td>
+<td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../org/apache/samza/table/batching/Operation.html" title="interface in org.apache.samza.table.batching">Operation</a>&lt;<a href="../../../../../org/apache/samza/table/batching/Batch.html" title="type parameter in Batch">K</a>,<a href="../../../../../org/apache/samza/table/batching/Batch.html" title="type parameter in Batch">V</a>,<a href="../../../../../org/apache/samza/table/batching/Batch.html" title="type parameter in Batch">U</a>&gt;&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/table/batching/Batch.html#getOperations--">getOperations</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i7" class="rowColor">
@@ -197,7 +197,7 @@ var activeTableTab = "activeTableTab";
 <ul class="blockList">
 <li class="blockList">
 <h4>addOperation</h4>
-<pre>java.util.concurrent.CompletableFuture&lt;java.lang.Void&gt;&nbsp;addOperation(<a href="../../../../../org/apache/samza/table/batching/Operation.html" title="interface in org.apache.samza.table.batching">Operation</a>&lt;<a href="../../../../../org/apache/samza/table/batching/Batch.html" title="type parameter in Batch">K</a>,<a href="../../../../../org/apache/samza/table/batching/Batch.html" title="type parameter in Batch">V</a>&gt;&nbsp;operation)</pre>
+<pre>java.util.concurrent.CompletableFuture&lt;java.lang.Void&gt;&nbsp;addOperation(<a href="../../../../../org/apache/samza/table/batching/Operation.html" title="interface in org.apache.samza.table.batching">Operation</a>&lt;<a href="../../../../../org/apache/samza/table/batching/Batch.html" title="type parameter in Batch">K</a>,<a href="../../../../../org/apache/samza/table/batching/Batch.html" title="type parameter in Batch">V</a>,<a href="../../../../../org/apache/samza/table/batching/Batch.html" title="type parameter in Batch">U</a>&gt;&nbsp;operation)</pre>
 <div class="block">Add an operation to the batch.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -236,7 +236,7 @@ var activeTableTab = "activeTableTab";
 <ul class="blockList">
 <li class="blockList">
 <h4>getOperations</h4>
-<pre>java.util.Collection&lt;<a href="../../../../../org/apache/samza/table/batching/Operation.html" title="interface in org.apache.samza.table.batching">Operation</a>&lt;<a href="../../../../../org/apache/samza/table/batching/Batch.html" title="type parameter in Batch">K</a>,<a href="../../../../../org/apache/samza/table/batching/Batch.html" title="type parameter in Batch">V</a>&gt;&gt;&nbsp;getOperations()</pre>
+<pre>java.util.Collection&lt;<a href="../../../../../org/apache/samza/table/batching/Operation.html" title="interface in org.apache.samza.table.batching">Operation</a>&lt;<a href="../../../../../org/apache/samza/table/batching/Batch.html" title="type parameter in Batch">K</a>,<a href="../../../../../org/apache/samza/table/batching/Batch.html" title="type parameter in Batch">V</a>,<a href="../../../../../org/apache/samza/table/batching/Batch.html" title="type parameter in Batch">U</a>&gt;&gt;&nbsp;getOperations()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The operations buffered by the batch.</dd>

Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/batching/BatchProvider.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/batching/BatchProvider.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/batching/BatchProvider.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/batching/BatchProvider.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:07:14 PST 2021 -->
-<title>BatchProvider (samza-api 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>BatchProvider (samza-api 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="BatchProvider (samza-api 1.7.0-SNAPSHOT API)";
+            parent.document.title="BatchProvider (samza-api 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -92,14 +91,14 @@ var activeTableTab = "activeTableTab";
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.samza.table.batching</div>
-<h2 title="Class BatchProvider" class="title">Class BatchProvider&lt;K,V&gt;</h2>
+<h2 title="Class BatchProvider" class="title">Class BatchProvider&lt;K,V,U&gt;</h2>
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
 <li>java.lang.Object</li>
 <li>
 <ul class="inheritance">
-<li>org.apache.samza.table.batching.BatchProvider&lt;K,V&gt;</li>
+<li>org.apache.samza.table.batching.BatchProvider&lt;K,V,U&gt;</li>
 </ul>
 </li>
 </ul>
@@ -112,7 +111,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public abstract class <span class="typeNameLabel">BatchProvider&lt;K,V&gt;</span>
+<pre>public abstract class <span class="typeNameLabel">BatchProvider&lt;K,V,U&gt;</span>
 extends java.lang.Object
 implements <a href="../../../../../org/apache/samza/table/remote/TablePart.html" title="interface in org.apache.samza.table.remote">TablePart</a>, java.io.Serializable</pre>
 <dl>
@@ -155,7 +154,7 @@ implements <a href="../../../../../org/a
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code>abstract <a href="../../../../../org/apache/samza/table/batching/Batch.html" title="interface in org.apache.samza.table.batching">Batch</a>&lt;<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">K</a>,<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">V</a>&gt;</code></td>
+<td class="colFirst"><code>abstract <a href="../../../../../org/apache/samza/table/batching/Batch.html" title="interface in org.apache.samza.table.batching">Batch</a>&lt;<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">K</a>,<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">V</a>,<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">U</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/table/batching/BatchProvider.html#getBatch--">getBatch</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i1" class="rowColor">
@@ -167,11 +166,11 @@ implements <a href="../../../../../org/a
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/table/batching/BatchProvider.html#getMaxBatchSize--">getMaxBatchSize</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i3" class="rowColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="class in org.apache.samza.table.batching">BatchProvider</a>&lt;<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">K</a>,<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">V</a>&gt;</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="class in org.apache.samza.table.batching">BatchProvider</a>&lt;<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">K</a>,<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">V</a>,<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">U</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/table/batching/BatchProvider.html#withMaxBatchDelay-java.time.Duration-">withMaxBatchDelay</a></span>(java.time.Duration&nbsp;maxBatchDelay)</code>&nbsp;</td>
 </tr>
 <tr id="i4" class="altColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="class in org.apache.samza.table.batching">BatchProvider</a>&lt;<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">K</a>,<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">V</a>&gt;</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="class in org.apache.samza.table.batching">BatchProvider</a>&lt;<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">K</a>,<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">V</a>,<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">U</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/table/batching/BatchProvider.html#withMaxBatchSize-int-">withMaxBatchSize</a></span>(int&nbsp;maxBatchSize)</code>&nbsp;</td>
 </tr>
 </table>
@@ -226,7 +225,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getBatch</h4>
-<pre>public abstract&nbsp;<a href="../../../../../org/apache/samza/table/batching/Batch.html" title="interface in org.apache.samza.table.batching">Batch</a>&lt;<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">K</a>,<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">V</a>&gt;&nbsp;getBatch()</pre>
+<pre>public abstract&nbsp;<a href="../../../../../org/apache/samza/table/batching/Batch.html" title="interface in org.apache.samza.table.batching">Batch</a>&lt;<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">K</a>,<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">V</a>,<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">U</a>&gt;&nbsp;getBatch()</pre>
 </li>
 </ul>
 <a name="withMaxBatchSize-int-">
@@ -235,7 +234,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>withMaxBatchSize</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="class in org.apache.samza.table.batching">BatchProvider</a>&lt;<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">K</a>,<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">V</a>&gt;&nbsp;withMaxBatchSize(int&nbsp;maxBatchSize)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="class in org.apache.samza.table.batching">BatchProvider</a>&lt;<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">K</a>,<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">V</a>,<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">U</a>&gt;&nbsp;withMaxBatchSize(int&nbsp;maxBatchSize)</pre>
 </li>
 </ul>
 <a name="withMaxBatchDelay-java.time.Duration-">
@@ -244,7 +243,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>withMaxBatchDelay</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="class in org.apache.samza.table.batching">BatchProvider</a>&lt;<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">K</a>,<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">V</a>&gt;&nbsp;withMaxBatchDelay(java.time.Duration&nbsp;maxBatchDelay)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="class in org.apache.samza.table.batching">BatchProvider</a>&lt;<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">K</a>,<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">V</a>,<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="type parameter in BatchProvider">U</a>&gt;&nbsp;withMaxBatchDelay(java.time.Duration&nbsp;maxBatchDelay)</pre>
 </li>
 </ul>
 <a name="getMaxBatchSize--">

Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/batching/Operation.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/batching/Operation.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/batching/Operation.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/batching/Operation.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:07:14 PST 2021 -->
-<title>Operation (samza-api 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>Operation (samza-api 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,13 +11,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Operation (samza-api 1.7.0-SNAPSHOT API)";
+            parent.document.title="Operation (samza-api 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":6,"i1":6,"i2":6};
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -92,7 +91,7 @@ var activeTableTab = "activeTableTab";
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.samza.table.batching</div>
-<h2 title="Interface Operation" class="title">Interface Operation&lt;K,V&gt;</h2>
+<h2 title="Interface Operation" class="title">Interface Operation&lt;K,V,U&gt;</h2>
 </div>
 <div class="contentContainer">
 <div class="description">
@@ -102,11 +101,12 @@ var activeTableTab = "activeTableTab";
 <dt><span class="paramLabel">Type Parameters:</span></dt>
 <dd><code>K</code> - The key type associated with the operation.</dd>
 <dd><code>V</code> - The value type associated with the operation.</dd>
+<dd><code>U</code> - The update type associated with the operation.</dd>
 </dl>
 <hr>
 <br>
-<pre>public interface <span class="typeNameLabel">Operation&lt;K,V&gt;</span></pre>
-<div class="block">Interface for operations that can be batched.</div>
+<pre>public interface <span class="typeNameLabel">Operation&lt;K,V,U&gt;</span></pre>
+<div class="block">Interface for table operations that can be batched.</div>
 </li>
 </ul>
 </div>
@@ -134,6 +134,10 @@ var activeTableTab = "activeTableTab";
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/table/batching/Operation.html#getKey--">getKey</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i2" class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/samza/table/batching/Operation.html" title="type parameter in Operation">U</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/table/batching/Operation.html#getUpdate--">getUpdate</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i3" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/samza/table/batching/Operation.html" title="type parameter in Operation">V</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/table/batching/Operation.html#getValue--">getValue</a></span>()</code>&nbsp;</td>
 </tr>
@@ -178,6 +182,19 @@ var activeTableTab = "activeTableTab";
 </dl>
 </li>
 </ul>
+<a name="getUpdate--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getUpdate</h4>
+<pre><a href="../../../../../org/apache/samza/table/batching/Operation.html" title="type parameter in Operation">U</a>&nbsp;getUpdate()</pre>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The update associated with the operation.</dd>
+</dl>
+</li>
+</ul>
 <a name="getArgs--">
 <!--   -->
 </a>

Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/batching/package-frame.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/batching/package-frame.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/batching/package-frame.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/batching/package-frame.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:07:15 PST 2021 -->
-<title>org.apache.samza.table.batching (samza-api 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>org.apache.samza.table.batching (samza-api 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/batching/package-summary.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/batching/package-summary.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/batching/package-summary.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/batching/package-summary.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:07:15 PST 2021 -->
-<title>org.apache.samza.table.batching (samza-api 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>org.apache.samza.table.batching (samza-api 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.samza.table.batching (samza-api 1.7.0-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.table.batching (samza-api 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -82,15 +81,15 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/samza/table/batching/Batch.html" title="interface in org.apache.samza.table.batching">Batch</a>&lt;K,V&gt;</td>
+<td class="colFirst"><a href="../../../../../org/apache/samza/table/batching/Batch.html" title="interface in org.apache.samza.table.batching">Batch</a>&lt;K,V,U&gt;</td>
 <td class="colLast">
 <div class="block">Manages a sequence of <a href="../../../../../org/apache/samza/table/batching/Operation.html" title="interface in org.apache.samza.table.batching"><code>Operation</code></a>s, which will be performed as a batch.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/samza/table/batching/Operation.html" title="interface in org.apache.samza.table.batching">Operation</a>&lt;K,V&gt;</td>
+<td class="colFirst"><a href="../../../../../org/apache/samza/table/batching/Operation.html" title="interface in org.apache.samza.table.batching">Operation</a>&lt;K,V,U&gt;</td>
 <td class="colLast">
-<div class="block">Interface for operations that can be batched.</div>
+<div class="block">Interface for table operations that can be batched.</div>
 </td>
 </tr>
 </tbody>
@@ -105,7 +104,7 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="class in org.apache.samza.table.batching">BatchProvider</a>&lt;K,V&gt;</td>
+<td class="colFirst"><a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="class in org.apache.samza.table.batching">BatchProvider</a>&lt;K,V,U&gt;</td>
 <td class="colLast">&nbsp;</td>
 </tr>
 </tbody>

Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/batching/package-tree.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/batching/package-tree.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/batching/package-tree.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/batching/package-tree.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:07:15 PST 2021 -->
-<title>org.apache.samza.table.batching Class Hierarchy (samza-api 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>org.apache.samza.table.batching Class Hierarchy (samza-api 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.samza.table.batching Class Hierarchy (samza-api 1.7.0-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.table.batching Class Hierarchy (samza-api 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -80,14 +79,14 @@
 <ul>
 <li type="circle">java.lang.Object
 <ul>
-<li type="circle">org.apache.samza.table.batching.<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="class in org.apache.samza.table.batching"><span class="typeNameLink">BatchProvider</span></a>&lt;K,V&gt; (implements java.io.Serializable, org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TablePart.html" title="interface in org.apache.samza.table.remote">TablePart</a>)</li>
+<li type="circle">org.apache.samza.table.batching.<a href="../../../../../org/apache/samza/table/batching/BatchProvider.html" title="class in org.apache.samza.table.batching"><span class="typeNameLink">BatchProvider</span></a>&lt;K,V,U&gt; (implements java.io.Serializable, org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TablePart.html" title="interface in org.apache.samza.table.remote">TablePart</a>)</li>
 </ul>
 </li>
 </ul>
 <h2 title="Interface Hierarchy">Interface Hierarchy</h2>
 <ul>
-<li type="circle">org.apache.samza.table.batching.<a href="../../../../../org/apache/samza/table/batching/Batch.html" title="interface in org.apache.samza.table.batching"><span class="typeNameLink">Batch</span></a>&lt;K,V&gt;</li>
-<li type="circle">org.apache.samza.table.batching.<a href="../../../../../org/apache/samza/table/batching/Operation.html" title="interface in org.apache.samza.table.batching"><span class="typeNameLink">Operation</span></a>&lt;K,V&gt;</li>
+<li type="circle">org.apache.samza.table.batching.<a href="../../../../../org/apache/samza/table/batching/Batch.html" title="interface in org.apache.samza.table.batching"><span class="typeNameLink">Batch</span></a>&lt;K,V,U&gt;</li>
+<li type="circle">org.apache.samza.table.batching.<a href="../../../../../org/apache/samza/table/batching/Operation.html" title="interface in org.apache.samza.table.batching"><span class="typeNameLink">Operation</span></a>&lt;K,V,U&gt;</li>
 </ul>
 </div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->

Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/BaseTableDescriptor.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/BaseTableDescriptor.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/BaseTableDescriptor.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/BaseTableDescriptor.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:07:15 PST 2021 -->
-<title>BaseTableDescriptor (samza-api 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>BaseTableDescriptor (samza-api 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="BaseTableDescriptor (samza-api 1.7.0-SNAPSHOT API)";
+            parent.document.title="BaseTableDescriptor (samza-api 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/CachingTableDescriptor.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/CachingTableDescriptor.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/CachingTableDescriptor.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/CachingTableDescriptor.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:07:15 PST 2021 -->
-<title>CachingTableDescriptor (samza-api 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>CachingTableDescriptor (samza-api 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CachingTableDescriptor (samza-api 1.7.0-SNAPSHOT API)";
+            parent.document.title="CachingTableDescriptor (samza-api 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/GuavaCacheTableDescriptor.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/GuavaCacheTableDescriptor.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/GuavaCacheTableDescriptor.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/GuavaCacheTableDescriptor.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:07:15 PST 2021 -->
-<title>GuavaCacheTableDescriptor (samza-api 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>GuavaCacheTableDescriptor (samza-api 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="GuavaCacheTableDescriptor (samza-api 1.7.0-SNAPSHOT API)";
+            parent.document.title="GuavaCacheTableDescriptor (samza-api 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/HybridTableDescriptor.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/HybridTableDescriptor.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/HybridTableDescriptor.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/HybridTableDescriptor.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:07:15 PST 2021 -->
-<title>HybridTableDescriptor (samza-api 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>HybridTableDescriptor (samza-api 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="HybridTableDescriptor (samza-api 1.7.0-SNAPSHOT API)";
+            parent.document.title="HybridTableDescriptor (samza-api 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {