You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ja...@apache.org on 2019/02/01 19:39:38 UTC

svn commit: r1852769 [12/18] - in /samza/site: ./ archive/ blog/ case-studies/ community/ contribute/ learn/documentation/latest/ learn/documentation/latest/api/ learn/documentation/latest/api/javadocs/ learn/documentation/latest/api/javadocs/org/apach...

Added: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/AsyncReadWriteTable.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/AsyncReadWriteTable.html?rev=1852769&view=auto
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/AsyncReadWriteTable.html (added)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/AsyncReadWriteTable.html Fri Feb  1 19:39:34 2019
@@ -0,0 +1,431 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:45 PST 2019 -->
+<title>AsyncReadWriteTable (samza-api 1.0.1-SNAPSHOT API)</title>
+<meta name="date" content="2019-02-01">
+<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="AsyncReadWriteTable (samza-api 1.0.1-SNAPSHOT API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":18,"i7":6,"i8":6};
+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>Prev&nbsp;Class</li>
+<li><a href="../../../../org/apache/samza/table/ReadWriteTable.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/AsyncReadWriteTable.html" target="_top">Frames</a></li>
+<li><a href="AsyncReadWriteTable.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 AsyncReadWriteTable" class="title">Interface AsyncReadWriteTable&lt;K,V&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>
+</dl>
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd><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>public interface <span class="typeNameLabel">AsyncReadWriteTable&lt;K,V&gt;</span>
+extends <a href="../../../../org/apache/samza/table/Table.html" title="interface in org.apache.samza.table">Table</a></pre>
+<div class="block">A table that supports asynchronous get, put 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/AsyncReadWriteTable.html#close--">close</a></span>()</code>
+<div class="block">Close the table and release any resources acquired</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<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/AsyncReadWriteTable.html#deleteAllAsync-java.util.List-">deleteAllAsync</a></span>(java.util.List&lt;<a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="type parameter in AsyncReadWriteTable">K</a>&gt;&nbsp;keys)</code>
+<div class="block">Asynchronously deletes the mappings for the specified <code>keys</code> from this table.</div>
+</td>
+</tr>
+<tr id="i2" 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/AsyncReadWriteTable.html#deleteAsync-K-">deleteAsync</a></span>(<a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="type parameter in AsyncReadWriteTable">K</a>&nbsp;key)</code>
+<div class="block">Asynchronously deletes the mapping for the specified <code>key</code> from this table (if such mapping exists).</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html#flush--">flush</a></span>()</code>
+<div class="block">Flushes the underlying store of this table, if applicable.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>java.util.concurrent.CompletableFuture&lt;java.util.Map&lt;<a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="type parameter in AsyncReadWriteTable">K</a>,<a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="type parameter in AsyncReadWriteTable">V</a>&gt;&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html#getAllAsync-java.util.List-">getAllAsync</a></span>(java.util.List&lt;<a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="type parameter in AsyncReadWriteTable">K</a>&gt;&nbsp;keys)</code>
+<div class="block">Asynchronously gets the values with which the specified <code>keys</code> are associated.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>java.util.concurrent.CompletableFuture&lt;<a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="type parameter in AsyncReadWriteTable">V</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html#getAsync-K-">getAsync</a></span>(<a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="type parameter in AsyncReadWriteTable">K</a>&nbsp;key)</code>
+<div class="block">Asynchronously gets the value associated with the specified <code>key</code>.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>default void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html#init-org.apache.samza.context.Context-">init</a></span>(<a href="../../../../org/apache/samza/context/Context.html" title="interface in org.apache.samza.context">Context</a>&nbsp;context)</code>
+<div class="block">Initializes the table during container initialization.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<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/AsyncReadWriteTable.html#putAllAsync-java.util.List-">putAllAsync</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/AsyncReadWriteTable.html" title="type parameter in AsyncReadWriteTable">K</a>,<a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="type parameter in AsyncReadWriteTable">V</a>&gt;&gt;&nbsp;entries)</code>
+<div class="block">Asynchronously updates the mappings of the specified key-value <code>entries</code>.</div>
+</td>
+</tr>
+<tr id="i8" 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/AsyncReadWriteTable.html#putAsync-K-V-">putAsync</a></span>(<a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="type parameter in AsyncReadWriteTable">K</a>&nbsp;key,
+        <a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="type parameter in AsyncReadWriteTable">V</a>&nbsp;value)</code>
+<div class="block">Asynchronously updates the mapping of the specified key-value pair;
+ Associates the specified <code>key</code> with the specified <code>value</code>.</div>
+</td>
+</tr>
+</table>
+</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="getAsync-java.lang.Object-">
+<!--   -->
+</a><a name="getAsync-K-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAsync</h4>
+<pre>java.util.concurrent.CompletableFuture&lt;<a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="type parameter in AsyncReadWriteTable">V</a>&gt;&nbsp;getAsync(<a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="type parameter in AsyncReadWriteTable">K</a>&nbsp;key)</pre>
+<div class="block">Asynchronously 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>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>completableFuture for the requested value</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="getAllAsync-java.util.List-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAllAsync</h4>
+<pre>java.util.concurrent.CompletableFuture&lt;java.util.Map&lt;<a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="type parameter in AsyncReadWriteTable">K</a>,<a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="type parameter in AsyncReadWriteTable">V</a>&gt;&gt;&nbsp;getAllAsync(java.util.List&lt;<a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="type parameter in AsyncReadWriteTable">K</a>&gt;&nbsp;keys)</pre>
+<div class="block">Asynchronously 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>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>completableFuture for the requested entries</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="putAsync-java.lang.Object-java.lang.Object-">
+<!--   -->
+</a><a name="putAsync-K-V-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>putAsync</h4>
+<pre>java.util.concurrent.CompletableFuture&lt;java.lang.Void&gt;&nbsp;putAsync(<a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="type parameter in AsyncReadWriteTable">K</a>&nbsp;key,
+                                                                <a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="type parameter in AsyncReadWriteTable">V</a>&nbsp;value)</pre>
+<div class="block">Asynchronously 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>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>CompletableFuture for the operation</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="putAllAsync-java.util.List-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>putAllAsync</h4>
+<pre>java.util.concurrent.CompletableFuture&lt;java.lang.Void&gt;&nbsp;putAllAsync(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/AsyncReadWriteTable.html" title="type parameter in AsyncReadWriteTable">K</a>,<a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="type parameter in AsyncReadWriteTable">V</a>&gt;&gt;&nbsp;entries)</pre>
+<div class="block">Asynchronously 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>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>CompletableFuture for the operation</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="deleteAsync-java.lang.Object-">
+<!--   -->
+</a><a name="deleteAsync-K-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>deleteAsync</h4>
+<pre>java.util.concurrent.CompletableFuture&lt;java.lang.Void&gt;&nbsp;deleteAsync(<a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="type parameter in AsyncReadWriteTable">K</a>&nbsp;key)</pre>
+<div class="block">Asynchronously 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>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>CompletableFuture for the operation</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="deleteAllAsync-java.util.List-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>deleteAllAsync</h4>
+<pre>java.util.concurrent.CompletableFuture&lt;java.lang.Void&gt;&nbsp;deleteAllAsync(java.util.List&lt;<a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="type parameter in AsyncReadWriteTable">K</a>&gt;&nbsp;keys)</pre>
+<div class="block">Asynchronously 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>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>CompletableFuture for the operation</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="init-org.apache.samza.context.Context-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>init</h4>
+<pre>default&nbsp;void&nbsp;init(<a href="../../../../org/apache/samza/context/Context.html" title="interface in org.apache.samza.context">Context</a>&nbsp;context)</pre>
+<div class="block">Initializes the table during container initialization.
+ Guaranteed to be invoked as the first operation on the table.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>context</code> - <a href="../../../../org/apache/samza/context/Context.html" title="interface in org.apache.samza.context"><code>Context</code></a> corresponding to this table</dd>
+</dl>
+</li>
+</ul>
+<a name="flush--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>flush</h4>
+<pre>void&nbsp;flush()</pre>
+<div class="block">Flushes the underlying store of this table, if applicable.</div>
+</li>
+</ul>
+<a name="close--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>close</h4>
+<pre>void&nbsp;close()</pre>
+<div class="block">Close the table and release any resources acquired</div>
+</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>Prev&nbsp;Class</li>
+<li><a href="../../../../org/apache/samza/table/ReadWriteTable.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/AsyncReadWriteTable.html" target="_top">Frames</a></li>
+<li><a href="AsyncReadWriteTable.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>

Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/ReadWriteTable.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/ReadWriteTable.html?rev=1852769&r1=1852768&r2=1852769&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/ReadWriteTable.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/ReadWriteTable.html Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:54 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:45 PST 2019 -->
 <title>ReadWriteTable (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -18,8 +18,8 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":18,"i11":6,"i12":6,"i13":6,"i14":6};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
 var tableTab = "tableTab";
@@ -48,7 +48,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li>Prev&nbsp;Class</li>
+<li><a href="../../../../org/apache/samza/table/AsyncReadWriteTable.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">
@@ -105,14 +105,14 @@ var activeTableTab = "activeTableTab";
 </dl>
 <dl>
 <dt>All Superinterfaces:</dt>
-<dd><a href="../../../../org/apache/samza/table/Table.html" title="interface in org.apache.samza.table">Table</a></dd>
+<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/Table.html" title="interface in org.apache.samza.table">Table</a></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">ReadWriteTable&lt;K,V&gt;</span>
-extends <a href="../../../../org/apache/samza/table/Table.html" title="interface in org.apache.samza.table">Table</a></pre>
-<div class="block">A table that supports get, put and delete by one or more keys</div>
+extends <a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="interface in org.apache.samza.table">AsyncReadWriteTable</a>&lt;K,V&gt;</pre>
+<div class="block">A table that supports synchronous and asynchronousget, put and delete by one or more keys</div>
 </li>
 </ul>
 </div>
@@ -126,78 +126,36 @@ extends <a href="../../../../org/apache/
 </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>
+<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></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/ReadWriteTable.html#close--">close</a></span>()</code>
-<div class="block">Close the table and release any resources acquired</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/ReadWriteTable.html#delete-K-">delete</a></span>(<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">K</a>&nbsp;key)</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="i2" class="altColor">
+<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/ReadWriteTable.html#deleteAll-java.util.List-">deleteAll</a></span>(java.util.List&lt;<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">K</a>&gt;&nbsp;keys)</code>
 <div class="block">Deletes the mappings for the specified <code>keys</code> from this table.</div>
 </td>
 </tr>
-<tr id="i3" class="rowColor">
-<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/ReadWriteTable.html#deleteAllAsync-java.util.List-">deleteAllAsync</a></span>(java.util.List&lt;<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">K</a>&gt;&nbsp;keys)</code>
-<div class="block">Asynchronously deletes the mappings for the specified <code>keys</code> from this table.</div>
-</td>
-</tr>
-<tr id="i4" 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/ReadWriteTable.html#deleteAsync-K-">deleteAsync</a></span>(<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">K</a>&nbsp;key)</code>
-<div class="block">Asynchronously deletes the mapping for the specified <code>key</code> from this table (if such mapping exists).</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/ReadWriteTable.html#flush--">flush</a></span>()</code>
-<div class="block">Flushes the underlying store of this table, if applicable.</div>
-</td>
-</tr>
-<tr id="i6" class="altColor">
+<tr id="i2" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">V</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/table/ReadWriteTable.html#get-K-">get</a></span>(<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">K</a>&nbsp;key)</code>
 <div class="block">Gets the value associated with the specified <code>key</code>.</div>
 </td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i3" class="rowColor">
 <td class="colFirst"><code>java.util.Map&lt;<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">K</a>,<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">V</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/table/ReadWriteTable.html#getAll-java.util.List-">getAll</a></span>(java.util.List&lt;<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">K</a>&gt;&nbsp;keys)</code>
 <div class="block">Gets the values with which the specified <code>keys</code> are associated.</div>
 </td>
 </tr>
-<tr id="i8" class="altColor">
-<td class="colFirst"><code>java.util.concurrent.CompletableFuture&lt;java.util.Map&lt;<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">K</a>,<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">V</a>&gt;&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/table/ReadWriteTable.html#getAllAsync-java.util.List-">getAllAsync</a></span>(java.util.List&lt;<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">K</a>&gt;&nbsp;keys)</code>
-<div class="block">Asynchronously gets the values with which the specified <code>keys</code> are associated.</div>
-</td>
-</tr>
-<tr id="i9" class="rowColor">
-<td class="colFirst"><code>java.util.concurrent.CompletableFuture&lt;<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">V</a>&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/table/ReadWriteTable.html#getAsync-K-">getAsync</a></span>(<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">K</a>&nbsp;key)</code>
-<div class="block">Asynchronously gets the value associated with the specified <code>key</code>.</div>
-</td>
-</tr>
-<tr id="i10" class="altColor">
-<td class="colFirst"><code>default void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/table/ReadWriteTable.html#init-org.apache.samza.context.Context-">init</a></span>(<a href="../../../../org/apache/samza/context/Context.html" title="interface in org.apache.samza.context">Context</a>&nbsp;context)</code>
-<div class="block">Initializes the table during container initialization.</div>
-</td>
-</tr>
-<tr id="i11" class="rowColor">
+<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/ReadWriteTable.html#put-K-V-">put</a></span>(<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">K</a>&nbsp;key,
    <a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">V</a>&nbsp;value)</code>
@@ -205,27 +163,20 @@ extends <a href="../../../../org/apache/
  Associates the specified <code>key</code> with the specified <code>value</code>.</div>
 </td>
 </tr>
-<tr id="i12" class="altColor">
+<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/ReadWriteTable.html#putAll-java.util.List-">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/ReadWriteTable.html" title="type parameter in ReadWriteTable">K</a>,<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">V</a>&gt;&gt;&nbsp;entries)</code>
 <div class="block">Updates the mappings of the specified key-value <code>entries</code>.</div>
 </td>
 </tr>
-<tr id="i13" class="rowColor">
-<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/ReadWriteTable.html#putAllAsync-java.util.List-">putAllAsync</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/ReadWriteTable.html" title="type parameter in ReadWriteTable">K</a>,<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">V</a>&gt;&gt;&nbsp;entries)</code>
-<div class="block">Asynchronously updates the mappings of the specified key-value <code>entries</code>.</div>
-</td>
-</tr>
-<tr id="i14" 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/ReadWriteTable.html#putAsync-K-V-">putAsync</a></span>(<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">K</a>&nbsp;key,
-        <a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">V</a>&nbsp;value)</code>
-<div class="block">Asynchronously updates the mapping of the specified key-value pair;
- Associates the specified <code>key</code> with the specified <code>value</code>.</div>
-</td>
-</tr>
 </table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.samza.table.AsyncReadWriteTable">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.samza.table.<a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="interface in org.apache.samza.table">AsyncReadWriteTable</a></h3>
+<code><a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html#close--">close</a>, <a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html#deleteAllAsync-java.util.List-">deleteAllAsync</a>, <a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html#deleteAsync-K-">deleteAsync</a>, <a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html#flush--">flush</a>, <a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html#getAllAsync-java.util.List-">getAllAsync</a>, <a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html#getAsync-K-">getAsync</a>, <a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html#init-org.apache.samza.context.Context-">init</a>, <a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html#putAllAsync-java.util.List-">putAllAsync</a>, <a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html#putAsync-K-V-">putAsync</a></code></li>
+</ul>
 </li>
 </ul>
 </li>
@@ -240,21 +191,6 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="init-org.apache.samza.context.Context-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>init</h4>
-<pre>default&nbsp;void&nbsp;init(<a href="../../../../org/apache/samza/context/Context.html" title="interface in org.apache.samza.context">Context</a>&nbsp;context)</pre>
-<div class="block">Initializes the table during container initialization.
- Guaranteed to be invoked as the first operation on the table.</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>context</code> - <a href="../../../../org/apache/samza/context/Context.html" title="interface in org.apache.samza.context"><code>Context</code></a> corresponding to this table</dd>
-</dl>
-</li>
-</ul>
 <a name="get-java.lang.Object-">
 <!--   -->
 </a><a name="get-K-">
@@ -275,26 +211,6 @@ extends <a href="../../../../org/apache/
 </dl>
 </li>
 </ul>
-<a name="getAsync-java.lang.Object-">
-<!--   -->
-</a><a name="getAsync-K-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getAsync</h4>
-<pre>java.util.concurrent.CompletableFuture&lt;<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">V</a>&gt;&nbsp;getAsync(<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">K</a>&nbsp;key)</pre>
-<div class="block">Asynchronously 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>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>completableFuture for the requested value</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-">
 <!--   -->
 </a>
@@ -313,24 +229,6 @@ extends <a href="../../../../org/apache/
 </dl>
 </li>
 </ul>
-<a name="getAllAsync-java.util.List-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getAllAsync</h4>
-<pre>java.util.concurrent.CompletableFuture&lt;java.util.Map&lt;<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">K</a>,<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">V</a>&gt;&gt;&nbsp;getAllAsync(java.util.List&lt;<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">K</a>&gt;&nbsp;keys)</pre>
-<div class="block">Asynchronously 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>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>completableFuture for the requested entries</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="put-java.lang.Object-java.lang.Object-">
 <!--   -->
 </a><a name="put-K-V-">
@@ -354,30 +252,6 @@ extends <a href="../../../../org/apache/
 </dl>
 </li>
 </ul>
-<a name="putAsync-java.lang.Object-java.lang.Object-">
-<!--   -->
-</a><a name="putAsync-K-V-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>putAsync</h4>
-<pre>java.util.concurrent.CompletableFuture&lt;java.lang.Void&gt;&nbsp;putAsync(<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">K</a>&nbsp;key,
-                                                                <a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">V</a>&nbsp;value)</pre>
-<div class="block">Asynchronously 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>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>CompletableFuture for the operation</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-">
 <!--   -->
 </a>
@@ -396,25 +270,6 @@ extends <a href="../../../../org/apache/
 </dl>
 </li>
 </ul>
-<a name="putAllAsync-java.util.List-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>putAllAsync</h4>
-<pre>java.util.concurrent.CompletableFuture&lt;java.lang.Void&gt;&nbsp;putAllAsync(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/ReadWriteTable.html" title="type parameter in ReadWriteTable">K</a>,<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">V</a>&gt;&gt;&nbsp;entries)</pre>
-<div class="block">Asynchronously 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>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>CompletableFuture for the operation</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-">
 <!--   -->
 </a><a name="delete-K-">
@@ -433,30 +288,10 @@ extends <a href="../../../../org/apache/
 </dl>
 </li>
 </ul>
-<a name="deleteAsync-java.lang.Object-">
-<!--   -->
-</a><a name="deleteAsync-K-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>deleteAsync</h4>
-<pre>java.util.concurrent.CompletableFuture&lt;java.lang.Void&gt;&nbsp;deleteAsync(<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">K</a>&nbsp;key)</pre>
-<div class="block">Asynchronously 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>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>CompletableFuture for the operation</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-">
 <!--   -->
 </a>
-<ul class="blockList">
+<ul class="blockListLast">
 <li class="blockList">
 <h4>deleteAll</h4>
 <pre>void&nbsp;deleteAll(java.util.List&lt;<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">K</a>&gt;&nbsp;keys)</pre>
@@ -469,44 +304,6 @@ extends <a href="../../../../org/apache/
 </dl>
 </li>
 </ul>
-<a name="deleteAllAsync-java.util.List-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>deleteAllAsync</h4>
-<pre>java.util.concurrent.CompletableFuture&lt;java.lang.Void&gt;&nbsp;deleteAllAsync(java.util.List&lt;<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="type parameter in ReadWriteTable">K</a>&gt;&nbsp;keys)</pre>
-<div class="block">Asynchronously 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>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>CompletableFuture for the operation</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="flush--">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>flush</h4>
-<pre>void&nbsp;flush()</pre>
-<div class="block">Flushes the underlying store of this table, if applicable.</div>
-</li>
-</ul>
-<a name="close--">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>close</h4>
-<pre>void&nbsp;close()</pre>
-<div class="block">Close the table and release any resources acquired</div>
-</li>
-</ul>
 </li>
 </ul>
 </li>
@@ -534,7 +331,7 @@ extends <a href="../../../../org/apache/
 </div>
 <div class="subNav">
 <ul class="navList">
-<li>Prev&nbsp;Class</li>
+<li><a href="../../../../org/apache/samza/table/AsyncReadWriteTable.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">

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=1852769&r1=1852768&r2=1852769&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 Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:54 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:45 PST 2019 -->
 <title>Table (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -98,7 +98,7 @@
 </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>
+<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>
 </dl>
 <hr>
 <br>

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=1852769&r1=1852768&r2=1852769&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 Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:54 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:45 PST 2019 -->
 <title>TableProvider (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <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/TableProviderFactory.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/TableProviderFactory.html?rev=1852769&r1=1852768&r2=1852769&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 Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:54 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:45 PST 2019 -->
 <title>TableProviderFactory (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <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/descriptors/BaseTableDescriptor.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/BaseTableDescriptor.html?rev=1852769&r1=1852768&r2=1852769&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 Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:55 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:46 PST 2019 -->
 <title>BaseTableDescriptor (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <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/descriptors/CachingTableDescriptor.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/CachingTableDescriptor.html?rev=1852769&r1=1852768&r2=1852769&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 Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:55 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:46 PST 2019 -->
 <title>CachingTableDescriptor (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <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/descriptors/GuavaCacheTableDescriptor.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/GuavaCacheTableDescriptor.html?rev=1852769&r1=1852768&r2=1852769&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 Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:55 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:46 PST 2019 -->
 <title>GuavaCacheTableDescriptor (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <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/descriptors/HybridTableDescriptor.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/HybridTableDescriptor.html?rev=1852769&r1=1852768&r2=1852769&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 Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:55 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:46 PST 2019 -->
 <title>HybridTableDescriptor (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <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/descriptors/LocalTableDescriptor.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/LocalTableDescriptor.html?rev=1852769&r1=1852768&r2=1852769&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/LocalTableDescriptor.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/LocalTableDescriptor.html Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:55 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:46 PST 2019 -->
 <title>LocalTableDescriptor (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <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/descriptors/RemoteTableDescriptor.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/RemoteTableDescriptor.html?rev=1852769&r1=1852768&r2=1852769&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/RemoteTableDescriptor.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/RemoteTableDescriptor.html Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:55 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:46 PST 2019 -->
 <title>RemoteTableDescriptor (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <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/descriptors/TableDescriptor.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/TableDescriptor.html?rev=1852769&r1=1852768&r2=1852769&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/TableDescriptor.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/TableDescriptor.html Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:55 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:46 PST 2019 -->
 <title>TableDescriptor (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <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/descriptors/package-frame.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/package-frame.html?rev=1852769&r1=1852768&r2=1852769&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/package-frame.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/package-frame.html Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:56 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:47 PST 2019 -->
 <title>org.apache.samza.table.descriptors (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <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/descriptors/package-summary.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/package-summary.html?rev=1852769&r1=1852768&r2=1852769&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/package-summary.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/package-summary.html Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:56 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:47 PST 2019 -->
 <title>org.apache.samza.table.descriptors (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <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/descriptors/package-tree.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/package-tree.html?rev=1852769&r1=1852768&r2=1852769&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/package-tree.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/descriptors/package-tree.html Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:56 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:47 PST 2019 -->
 <title>org.apache.samza.table.descriptors Class Hierarchy (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <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/package-frame.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/package-frame.html?rev=1852769&r1=1852768&r2=1852769&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/package-frame.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/package-frame.html Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:56 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:47 PST 2019 -->
 <title>org.apache.samza.table (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,6 +13,7 @@
 <div class="indexContainer">
 <h2 title="Interfaces">Interfaces</h2>
 <ul title="Interfaces">
+<li><a href="AsyncReadWriteTable.html" title="interface in org.apache.samza.table" target="classFrame"><span class="interfaceName">AsyncReadWriteTable</span></a></li>
 <li><a href="ReadWriteTable.html" title="interface in org.apache.samza.table" target="classFrame"><span class="interfaceName">ReadWriteTable</span></a></li>
 <li><a href="Table.html" title="interface in org.apache.samza.table" target="classFrame"><span class="interfaceName">Table</span></a></li>
 <li><a href="TableProvider.html" title="interface in org.apache.samza.table" target="classFrame"><span class="interfaceName">TableProvider</span></a></li>

Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/package-summary.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/package-summary.html?rev=1852769&r1=1852768&r2=1852769&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/package-summary.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/package-summary.html Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:56 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:47 PST 2019 -->
 <title>org.apache.samza.table (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -82,24 +82,30 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="interface in org.apache.samza.table">ReadWriteTable</a>&lt;K,V&gt;</td>
+<td class="colFirst"><a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="interface in org.apache.samza.table">AsyncReadWriteTable</a>&lt;K,V&gt;</td>
 <td class="colLast">
-<div class="block">A table that supports get, put and delete by one or more keys</div>
+<div class="block">A table that supports asynchronous get, put and delete by one or more keys</div>
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="interface in org.apache.samza.table">ReadWriteTable</a>&lt;K,V&gt;</td>
+<td class="colLast">
+<div class="block">A table that supports synchronous and asynchronousget, put and delete by one or more keys</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../org/apache/samza/table/Table.html" title="interface in org.apache.samza.table">Table</a>&lt;R&gt;</td>
 <td class="colLast">
 <div class="block">A <a href="../../../../org/apache/samza/table/Table.html" title="interface in org.apache.samza.table"><code>Table</code></a> is an abstraction for data sources that support random access by key.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../org/apache/samza/table/TableProvider.html" title="interface in org.apache.samza.table">TableProvider</a></td>
 <td class="colLast">
 <div class="block">A table provider provides the implementation for a table.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../org/apache/samza/table/TableProviderFactory.html" title="interface in org.apache.samza.table">TableProviderFactory</a></td>
 <td class="colLast">
 <div class="block">Factory of a table provider object</div>

Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/package-tree.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/package-tree.html?rev=1852769&r1=1852768&r2=1852769&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/package-tree.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/package-tree.html Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:56 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:47 PST 2019 -->
 <title>org.apache.samza.table Class Hierarchy (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -80,9 +80,13 @@
 <ul>
 <li type="circle">org.apache.samza.table.<a href="../../../../org/apache/samza/table/Table.html" title="interface in org.apache.samza.table"><span class="typeNameLink">Table</span></a>&lt;R&gt;
 <ul>
+<li type="circle">org.apache.samza.table.<a href="../../../../org/apache/samza/table/AsyncReadWriteTable.html" title="interface in org.apache.samza.table"><span class="typeNameLink">AsyncReadWriteTable</span></a>&lt;K,V&gt;
+<ul>
 <li type="circle">org.apache.samza.table.<a href="../../../../org/apache/samza/table/ReadWriteTable.html" title="interface in org.apache.samza.table"><span class="typeNameLink">ReadWriteTable</span></a>&lt;K,V&gt;</li>
 </ul>
 </li>
+</ul>
+</li>
 <li type="circle">org.apache.samza.table.<a href="../../../../org/apache/samza/table/TableProvider.html" title="interface in org.apache.samza.table"><span class="typeNameLink">TableProvider</span></a></li>
 <li type="circle">org.apache.samza.table.<a href="../../../../org/apache/samza/table/TableProviderFactory.html" title="interface in org.apache.samza.table"><span class="typeNameLink">TableProviderFactory</span></a></li>
 </ul>

Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/TableRateLimiter.CreditFunction.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/TableRateLimiter.CreditFunction.html?rev=1852769&r1=1852768&r2=1852769&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/TableRateLimiter.CreditFunction.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/TableRateLimiter.CreditFunction.html Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:55 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:46 PST 2019 -->
 <title>TableRateLimiter.CreditFunction (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <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/remote/TableRateLimiter.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/TableRateLimiter.html?rev=1852769&r1=1852768&r2=1852769&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/TableRateLimiter.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/TableRateLimiter.html Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:55 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:46 PST 2019 -->
 <title>TableRateLimiter (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -178,35 +178,31 @@ extends java.lang.Object</pre>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/table/remote/TableRateLimiter.html#isRateLimited--">isRateLimited</a></span>()</code>&nbsp;</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/remote/TableRateLimiter.html#setTimerMetric-org.apache.samza.metrics.Timer-">setTimerMetric</a></span>(<a href="../../../../../org/apache/samza/metrics/Timer.html" title="class in org.apache.samza.metrics">Timer</a>&nbsp;timer)</code>
 <div class="block">Set up waitTimeMetric metric for latency reporting due to throttling.</div>
 </td>
 </tr>
-<tr id="i2" class="altColor">
+<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/remote/TableRateLimiter.html#throttle-java.util.Collection-">throttle</a></span>(java.util.Collection&lt;<a href="../../../../../org/apache/samza/table/remote/TableRateLimiter.html" title="type parameter in TableRateLimiter">K</a>&gt;&nbsp;keys)</code>
 <div class="block">Throttle a request with a collection of keys as the argument if necessary.</div>
 </td>
 </tr>
-<tr id="i3" class="rowColor">
+<tr id="i2" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/table/remote/TableRateLimiter.html#throttle-K-">throttle</a></span>(<a href="../../../../../org/apache/samza/table/remote/TableRateLimiter.html" title="type parameter in TableRateLimiter">K</a>&nbsp;key)</code>
 <div class="block">Throttle a request with a key argument if necessary.</div>
 </td>
 </tr>
-<tr id="i4" class="altColor">
+<tr id="i3" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/table/remote/TableRateLimiter.html#throttle-K-V-">throttle</a></span>(<a href="../../../../../org/apache/samza/table/remote/TableRateLimiter.html" title="type parameter in TableRateLimiter">K</a>&nbsp;key,
         <a href="../../../../../org/apache/samza/table/remote/TableRateLimiter.html" title="type parameter in TableRateLimiter">V</a>&nbsp;value)</code>
 <div class="block">Throttle a request with both the key and value arguments if necessary.</div>
 </td>
 </tr>
-<tr id="i5" class="rowColor">
+<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/remote/TableRateLimiter.html#throttleRecords-java.util.Collection-">throttleRecords</a></span>(java.util.Collection&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/remote/TableRateLimiter.html" title="type parameter in TableRateLimiter">K</a>,<a href="../../../../../org/apache/samza/table/remote/TableRateLimiter.html" title="type parameter in TableRateLimiter">V</a>&gt;&gt;&nbsp;records)</code>
 <div class="block">Throttle a request with a collection of table records as the argument if necessary.</div>
@@ -326,7 +322,7 @@ extends java.lang.Object</pre>
 <a name="throttleRecords-java.util.Collection-">
 <!--   -->
 </a>
-<ul class="blockList">
+<ul class="blockListLast">
 <li class="blockList">
 <h4>throttleRecords</h4>
 <pre>public&nbsp;void&nbsp;throttleRecords(java.util.Collection&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/remote/TableRateLimiter.html" title="type parameter in TableRateLimiter">K</a>,<a href="../../../../../org/apache/samza/table/remote/TableRateLimiter.html" title="type parameter in TableRateLimiter">V</a>&gt;&gt;&nbsp;records)</pre>
@@ -337,19 +333,6 @@ extends java.lang.Object</pre>
 </dl>
 </li>
 </ul>
-<a name="isRateLimited--">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>isRateLimited</h4>
-<pre>public&nbsp;boolean&nbsp;isRateLimited()</pre>
-<dl>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>whether rate limiting is enabled for the associated table</dd>
-</dl>
-</li>
-</ul>
 </li>
 </ul>
 </li>

Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/TableReadFunction.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/TableReadFunction.html?rev=1852769&r1=1852768&r2=1852769&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/TableReadFunction.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/TableReadFunction.html Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:55 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:46 PST 2019 -->
 <title>TableReadFunction (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <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/remote/TableWriteFunction.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/TableWriteFunction.html?rev=1852769&r1=1852768&r2=1852769&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/TableWriteFunction.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/TableWriteFunction.html Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:55 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:46 PST 2019 -->
 <title>TableWriteFunction (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <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/remote/package-frame.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/package-frame.html?rev=1852769&r1=1852768&r2=1852769&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/package-frame.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/package-frame.html Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:56 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:47 PST 2019 -->
 <title>org.apache.samza.table.remote (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <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/remote/package-summary.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/package-summary.html?rev=1852769&r1=1852768&r2=1852769&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/package-summary.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/package-summary.html Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:56 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:47 PST 2019 -->
 <title>org.apache.samza.table.remote (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <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/remote/package-tree.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/package-tree.html?rev=1852769&r1=1852768&r2=1852769&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/package-tree.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/package-tree.html Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:56 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:47 PST 2019 -->
 <title>org.apache.samza.table.remote Class Hierarchy (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <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/retry/TableRetryPolicy.RetryPredicate.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/TableRetryPolicy.RetryPredicate.html?rev=1852769&r1=1852768&r2=1852769&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/TableRetryPolicy.RetryPredicate.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/TableRetryPolicy.RetryPredicate.html Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:55 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:46 PST 2019 -->
 <title>TableRetryPolicy.RetryPredicate (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <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/retry/TableRetryPolicy.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/TableRetryPolicy.html?rev=1852769&r1=1852768&r2=1852769&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/TableRetryPolicy.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/TableRetryPolicy.html Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:55 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:46 PST 2019 -->
 <title>TableRetryPolicy (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <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/retry/package-frame.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/package-frame.html?rev=1852769&r1=1852768&r2=1852769&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/package-frame.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/package-frame.html Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:56 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:47 PST 2019 -->
 <title>org.apache.samza.table.retry (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <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/retry/package-summary.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/package-summary.html?rev=1852769&r1=1852768&r2=1852769&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/package-summary.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/package-summary.html Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:56 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:47 PST 2019 -->
 <title>org.apache.samza.table.retry (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <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/retry/package-tree.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/package-tree.html?rev=1852769&r1=1852768&r2=1852769&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/package-tree.html (original)
+++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/package-tree.html Fri Feb  1 19:39:34 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Dec 21 10:55:56 PST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Fri Feb 01 11:33:47 PST 2019 -->
 <title>org.apache.samza.table.retry Class Hierarchy (samza-api 1.0.1-SNAPSHOT API)</title>
-<meta name="date" content="2018-12-21">
+<meta name="date" content="2019-02-01">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>