Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/startpoint/StartpointTimestamp.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/startpoint/StartpointTimestamp.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/startpoint/StartpointTimestamp.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/startpoint/StartpointTimestamp.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:35 PDT 2019 -->
-<title>StartpointTimestamp (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:02 PDT 2019 -->
+<title>StartpointTimestamp (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StartpointTimestamp (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="StartpointTimestamp (samza-api 1.2.0 API)";
         }
     }
     catch(err) {
@@ -154,11 +154,11 @@ extends <a href="../../../../org/apache/
 <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/startpoint/StartpointTimestamp.html#apply-org.apache.samza.system.SystemStreamPartition-org.apache.samza.startpoint.StartpointVisitor-">apply</a></span>(<a
 href="../../../../org/apache/samza/system/SystemStreamPartition.html" 
title="class in 
org.apache.samza.system">SystemStreamPartition</a>&nbsp;systemStreamPartition,
-     <a href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="interface in 
org.apache.samza.startpoint">StartpointVisitor</a>&nbsp;startpointVisitor)</code>
-<div class="block">Apply the visitor <a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="interface in 
org.apache.samza.startpoint"><code>StartpointVisitor</code></a>'s register 
methods to the instance of this <a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint"><code>Startpoint</code></a>
- class.</div>
+<td class="colFirst"><code>&lt;IN,OUT&gt;&nbsp;OUT</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/samza/startpoint/StartpointTimestamp.html#apply-IN-org.apache.samza.startpoint.StartpointVisitor-">apply</a></span>(IN&nbsp;input,
+     <a href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="interface in 
org.apache.samza.startpoint">StartpointVisitor</a>&lt;IN,OUT&gt;&nbsp;startpointVisitor)</code>
+<div class="block">Applies the <a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="interface in 
org.apache.samza.startpoint"><code>StartpointVisitor</code></a>'s visit methods 
to the <a href="../../../../org/apache/samza/startpoint/Startpoint.html" 
title="class in org.apache.samza.startpoint"><code>Startpoint</code></a>
+ and returns the result of that operation.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
@@ -244,23 +244,27 @@ extends <a href="../../../../org/apache/
 </dl>
 </li>
 </ul>
-<a 
name="apply-org.apache.samza.system.SystemStreamPartition-org.apache.samza.startpoint.StartpointVisitor-">
+<a 
name="apply-java.lang.Object-org.apache.samza.startpoint.StartpointVisitor-">
+<!--   -->
+</a><a name="apply-IN-org.apache.samza.startpoint.StartpointVisitor-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>apply</h4>
-<pre>public&nbsp;void&nbsp;apply(<a 
href="../../../../org/apache/samza/system/SystemStreamPartition.html" 
title="class in 
org.apache.samza.system">SystemStreamPartition</a>&nbsp;systemStreamPartition,
-                  <a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="interface in 
org.apache.samza.startpoint">StartpointVisitor</a>&nbsp;startpointVisitor)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/samza/startpoint/Startpoint.html#apply-org.apache.samza.system.SystemStreamPartition-org.apache.samza.startpoint.StartpointVisitor-">Startpoint</a></code></span></div>
-<div class="block">Apply the visitor <a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="interface in 
org.apache.samza.startpoint"><code>StartpointVisitor</code></a>'s register 
methods to the instance of this <a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint"><code>Startpoint</code></a>
- class.</div>
+<pre>public&nbsp;&lt;IN,OUT&gt;&nbsp;OUT&nbsp;apply(IN&nbsp;input,
+                          <a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="interface in 
org.apache.samza.startpoint">StartpointVisitor</a>&lt;IN,OUT&gt;&nbsp;startpointVisitor)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/samza/startpoint/Startpoint.html#apply-IN-org.apache.samza.startpoint.StartpointVisitor-">Startpoint</a></code></span></div>
+<div class="block">Applies the <a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="interface in 
org.apache.samza.startpoint"><code>StartpointVisitor</code></a>'s visit methods 
to the <a href="../../../../org/apache/samza/startpoint/Startpoint.html" 
title="class in org.apache.samza.startpoint"><code>Startpoint</code></a>
+ and returns the result of that operation.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a 
href="../../../../org/apache/samza/startpoint/Startpoint.html#apply-org.apache.samza.system.SystemStreamPartition-org.apache.samza.startpoint.StartpointVisitor-">apply</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint">Startpoint</a></code></dd>
+<dd><code><a 
href="../../../../org/apache/samza/startpoint/Startpoint.html#apply-IN-org.apache.samza.startpoint.StartpointVisitor-">apply</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint">Startpoint</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>systemStreamPartition</code> - The <a 
href="../../../../org/apache/samza/system/SystemStreamPartition.html" 
title="class in org.apache.samza.system"><code>SystemStreamPartition</code></a> 
needed to register with the <a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="interface in 
org.apache.samza.startpoint"><code>StartpointVisitor</code></a></dd>
-<dd><code>startpointVisitor</code> - The visitor to register with.</dd>
+<dd><code>input</code> - the metadata associated with the startpoint.</dd>
+<dd><code>startpointVisitor</code> - the visitor of the startpoint.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the result of applying the visitor on startpoint.</dd>
 </dl>
 </li>
 </ul>

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/startpoint/StartpointUpcoming.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/startpoint/StartpointUpcoming.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/startpoint/StartpointUpcoming.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/startpoint/StartpointUpcoming.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:35 PDT 2019 -->
-<title>StartpointUpcoming (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:02 PDT 2019 -->
+<title>StartpointUpcoming (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StartpointUpcoming (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="StartpointUpcoming (samza-api 1.2.0 API)";
         }
     }
     catch(err) {
@@ -154,11 +154,11 @@ extends <a href="../../../../org/apache/
 <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/startpoint/StartpointUpcoming.html#apply-org.apache.samza.system.SystemStreamPartition-org.apache.samza.startpoint.StartpointVisitor-">apply</a></span>(<a
 href="../../../../org/apache/samza/system/SystemStreamPartition.html" 
title="class in 
org.apache.samza.system">SystemStreamPartition</a>&nbsp;systemStreamPartition,
-     <a href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="interface in 
org.apache.samza.startpoint">StartpointVisitor</a>&nbsp;startpointVisitor)</code>
-<div class="block">Apply the visitor <a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="interface in 
org.apache.samza.startpoint"><code>StartpointVisitor</code></a>'s register 
methods to the instance of this <a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint"><code>Startpoint</code></a>
- class.</div>
+<td class="colFirst"><code>&lt;IN,OUT&gt;&nbsp;OUT</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/samza/startpoint/StartpointUpcoming.html#apply-IN-org.apache.samza.startpoint.StartpointVisitor-">apply</a></span>(IN&nbsp;input,
+     <a href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="interface in 
org.apache.samza.startpoint">StartpointVisitor</a>&lt;IN,OUT&gt;&nbsp;startpointVisitor)</code>
+<div class="block">Applies the <a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="interface in 
org.apache.samza.startpoint"><code>StartpointVisitor</code></a>'s visit methods 
to the <a href="../../../../org/apache/samza/startpoint/Startpoint.html" 
title="class in org.apache.samza.startpoint"><code>Startpoint</code></a>
+ and returns the result of that operation.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
@@ -212,23 +212,27 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a 
name="apply-org.apache.samza.system.SystemStreamPartition-org.apache.samza.startpoint.StartpointVisitor-">
+<a 
name="apply-java.lang.Object-org.apache.samza.startpoint.StartpointVisitor-">
+<!--   -->
+</a><a name="apply-IN-org.apache.samza.startpoint.StartpointVisitor-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>apply</h4>
-<pre>public&nbsp;void&nbsp;apply(<a 
href="../../../../org/apache/samza/system/SystemStreamPartition.html" 
title="class in 
org.apache.samza.system">SystemStreamPartition</a>&nbsp;systemStreamPartition,
-                  <a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="interface in 
org.apache.samza.startpoint">StartpointVisitor</a>&nbsp;startpointVisitor)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/samza/startpoint/Startpoint.html#apply-org.apache.samza.system.SystemStreamPartition-org.apache.samza.startpoint.StartpointVisitor-">Startpoint</a></code></span></div>
-<div class="block">Apply the visitor <a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="interface in 
org.apache.samza.startpoint"><code>StartpointVisitor</code></a>'s register 
methods to the instance of this <a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint"><code>Startpoint</code></a>
- class.</div>
+<pre>public&nbsp;&lt;IN,OUT&gt;&nbsp;OUT&nbsp;apply(IN&nbsp;input,
+                          <a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="interface in 
org.apache.samza.startpoint">StartpointVisitor</a>&lt;IN,OUT&gt;&nbsp;startpointVisitor)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/samza/startpoint/Startpoint.html#apply-IN-org.apache.samza.startpoint.StartpointVisitor-">Startpoint</a></code></span></div>
+<div class="block">Applies the <a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="interface in 
org.apache.samza.startpoint"><code>StartpointVisitor</code></a>'s visit methods 
to the <a href="../../../../org/apache/samza/startpoint/Startpoint.html" 
title="class in org.apache.samza.startpoint"><code>Startpoint</code></a>
+ and returns the result of that operation.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a 
href="../../../../org/apache/samza/startpoint/Startpoint.html#apply-org.apache.samza.system.SystemStreamPartition-org.apache.samza.startpoint.StartpointVisitor-">apply</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint">Startpoint</a></code></dd>
+<dd><code><a 
href="../../../../org/apache/samza/startpoint/Startpoint.html#apply-IN-org.apache.samza.startpoint.StartpointVisitor-">apply</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint">Startpoint</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>systemStreamPartition</code> - The <a 
href="../../../../org/apache/samza/system/SystemStreamPartition.html" 
title="class in org.apache.samza.system"><code>SystemStreamPartition</code></a> 
needed to register with the <a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="interface in 
org.apache.samza.startpoint"><code>StartpointVisitor</code></a></dd>
-<dd><code>startpointVisitor</code> - The visitor to register with.</dd>
+<dd><code>input</code> - the metadata associated with the startpoint.</dd>
+<dd><code>startpointVisitor</code> - the visitor of the startpoint.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the result of applying the visitor on startpoint.</dd>
 </dl>
 </li>
 </ul>

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/startpoint/StartpointVisitor.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/startpoint/StartpointVisitor.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/startpoint/StartpointVisitor.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/startpoint/StartpointVisitor.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:35 PDT 2019 -->
-<title>StartpointVisitor (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:02 PDT 2019 -->
+<title>StartpointVisitor (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,14 +12,14 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StartpointVisitor (samza-api 1.1.1-SNAPSHOT 
API)";
+            parent.document.title="StartpointVisitor (samza-api 1.2.0 API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":18,"i1":18,"i2":6,"i3":18,"i4":18};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
+var methods = {"i0":18,"i1":18,"i2":18,"i3":18};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],16:["t5","Default Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
 var tableTab = "tableTab";
@@ -92,7 +92,7 @@ var activeTableTab = "activeTableTab";
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.samza.startpoint</div>
-<h2 title="Interface StartpointVisitor" class="title">Interface 
StartpointVisitor</h2>
+<h2 title="Interface StartpointVisitor" class="title">Interface 
StartpointVisitor&lt;IN,OUT&gt;</h2>
 </div>
 <div class="contentContainer">
 <div class="description">
@@ -100,8 +100,9 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public interface <span 
class="typeNameLabel">StartpointVisitor</span></pre>
-<div class="block">Visitor interface for system consumers to implement to 
support <a href="../../../../org/apache/samza/startpoint/Startpoint.html" 
title="class in org.apache.samza.startpoint"><code>Startpoint</code></a>s.</div>
+<pre><a 
href="../../../../org/apache/samza/annotation/InterfaceStability.Evolving.html" 
title="annotation in 
org.apache.samza.annotation">@InterfaceStability.Evolving</a>
+public interface <span 
class="typeNameLabel">StartpointVisitor&lt;IN,OUT&gt;</span></pre>
+<div class="block">A <a 
href="../../../../org/apache/samza/system/SystemAdmin.html" title="interface in 
org.apache.samza.system"><code>SystemAdmin</code></a> implementation should 
implement this abstraction to support <a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint"><code>Startpoint</code></a>.</div>
 </li>
 </ul>
 </div>
@@ -115,44 +116,37 @@ var activeTableTab = "activeTableTab";
 </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="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>default void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html#visit-org.apache.samza.system.SystemStreamPartition-org.apache.samza.startpoint.StartpointCustom-">visit</a></span>(<a
 href="../../../../org/apache/samza/system/SystemStreamPartition.html" 
title="class in 
org.apache.samza.system">SystemStreamPartition</a>&nbsp;systemStreamPartition,
-     <a href="../../../../org/apache/samza/startpoint/StartpointCustom.html" 
title="class in 
org.apache.samza.startpoint">StartpointCustom</a>&nbsp;startpointCustom)</code>
-<div class="block">Bootstrap signal represented by <a 
href="../../../../org/apache/samza/startpoint/StartpointCustom.html" 
title="class in 
org.apache.samza.startpoint"><code>StartpointCustom</code></a></div>
-</td>
-</tr>
-<tr id="i1" class="rowColor">
-<td class="colFirst"><code>default void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html#visit-org.apache.samza.system.SystemStreamPartition-org.apache.samza.startpoint.StartpointOldest-">visit</a></span>(<a
 href="../../../../org/apache/samza/system/SystemStreamPartition.html" 
title="class in 
org.apache.samza.system">SystemStreamPartition</a>&nbsp;systemStreamPartition,
+<td class="colFirst"><code>default <a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="type parameter in StartpointVisitor">OUT</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html#visit-IN-org.apache.samza.startpoint.StartpointOldest-">visit</a></span>(<a
 href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="type parameter in StartpointVisitor">IN</a>&nbsp;input,
      <a href="../../../../org/apache/samza/startpoint/StartpointOldest.html" 
title="class in 
org.apache.samza.startpoint">StartpointOldest</a>&nbsp;startpointOldest)</code>
-<div class="block">Seek to earliest offset represented by <a 
href="../../../../org/apache/samza/startpoint/StartpointOldest.html" 
title="class in 
org.apache.samza.startpoint"><code>StartpointOldest</code></a></div>
+<div class="block">Performs a sequence of operations using the <code>IN</code> 
and <a href="../../../../org/apache/samza/startpoint/StartpointOldest.html" 
title="class in org.apache.samza.startpoint"><code>StartpointOldest</code></a> 
and returns the result of the execution.</div>
 </td>
 </tr>
-<tr id="i2" class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html#visit-org.apache.samza.system.SystemStreamPartition-org.apache.samza.startpoint.StartpointSpecific-">visit</a></span>(<a
 href="../../../../org/apache/samza/system/SystemStreamPartition.html" 
title="class in 
org.apache.samza.system">SystemStreamPartition</a>&nbsp;systemStreamPartition,
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>default <a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="type parameter in StartpointVisitor">OUT</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html#visit-IN-org.apache.samza.startpoint.StartpointSpecific-">visit</a></span>(<a
 href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="type parameter in StartpointVisitor">IN</a>&nbsp;input,
      <a href="../../../../org/apache/samza/startpoint/StartpointSpecific.html" 
title="class in 
org.apache.samza.startpoint">StartpointSpecific</a>&nbsp;startpointSpecific)</code>
-<div class="block">Seek to specific offset represented by <a 
href="../../../../org/apache/samza/startpoint/StartpointSpecific.html" 
title="class in 
org.apache.samza.startpoint"><code>StartpointSpecific</code></a></div>
+<div class="block">Performs a sequence of operations using the <code>IN</code> 
and <a href="../../../../org/apache/samza/startpoint/StartpointSpecific.html" 
title="class in 
org.apache.samza.startpoint"><code>StartpointSpecific</code></a> and returns 
the result of the execution.</div>
 </td>
 </tr>
-<tr id="i3" class="rowColor">
-<td class="colFirst"><code>default void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html#visit-org.apache.samza.system.SystemStreamPartition-org.apache.samza.startpoint.StartpointTimestamp-">visit</a></span>(<a
 href="../../../../org/apache/samza/system/SystemStreamPartition.html" 
title="class in 
org.apache.samza.system">SystemStreamPartition</a>&nbsp;systemStreamPartition,
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>default <a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="type parameter in StartpointVisitor">OUT</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html#visit-IN-org.apache.samza.startpoint.StartpointTimestamp-">visit</a></span>(<a
 href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="type parameter in StartpointVisitor">IN</a>&nbsp;input,
      <a 
href="../../../../org/apache/samza/startpoint/StartpointTimestamp.html" 
title="class in 
org.apache.samza.startpoint">StartpointTimestamp</a>&nbsp;startpointTimestamp)</code>
-<div class="block">Seek to timestamp offset represented by <a 
href="../../../../org/apache/samza/startpoint/StartpointTimestamp.html" 
title="class in 
org.apache.samza.startpoint"><code>StartpointTimestamp</code></a></div>
+<div class="block">Performs a sequence of operations using the <code>IN</code> 
and <a href="../../../../org/apache/samza/startpoint/StartpointTimestamp.html" 
title="class in 
org.apache.samza.startpoint"><code>StartpointTimestamp</code></a> and returns 
the result of the execution.</div>
 </td>
 </tr>
-<tr id="i4" class="altColor">
-<td class="colFirst"><code>default void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html#visit-org.apache.samza.system.SystemStreamPartition-org.apache.samza.startpoint.StartpointUpcoming-">visit</a></span>(<a
 href="../../../../org/apache/samza/system/SystemStreamPartition.html" 
title="class in 
org.apache.samza.system">SystemStreamPartition</a>&nbsp;systemStreamPartition,
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>default <a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="type parameter in StartpointVisitor">OUT</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html#visit-IN-org.apache.samza.startpoint.StartpointUpcoming-">visit</a></span>(<a
 href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="type parameter in StartpointVisitor">IN</a>&nbsp;input,
      <a href="../../../../org/apache/samza/startpoint/StartpointUpcoming.html" 
title="class in 
org.apache.samza.startpoint">StartpointUpcoming</a>&nbsp;startpointUpcoming)</code>
-<div class="block">Seek to latest offset represented by <a 
href="../../../../org/apache/samza/startpoint/StartpointUpcoming.html" 
title="class in 
org.apache.samza.startpoint"><code>StartpointUpcoming</code></a></div>
+<div class="block">Performs a sequence of operations using the <code>IN</code> 
and <a href="../../../../org/apache/samza/startpoint/StartpointUpcoming.html" 
title="class in 
org.apache.samza.startpoint"><code>StartpointUpcoming</code></a> and returns 
the result of the execution.</div>
 </td>
 </tr>
 </table>
@@ -170,83 +164,83 @@ var activeTableTab = "activeTableTab";
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a 
name="visit-org.apache.samza.system.SystemStreamPartition-org.apache.samza.startpoint.StartpointSpecific-">
+<a 
name="visit-java.lang.Object-org.apache.samza.startpoint.StartpointSpecific-">
 <!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>visit</h4>
-<pre>void&nbsp;visit(<a 
href="../../../../org/apache/samza/system/SystemStreamPartition.html" 
title="class in 
org.apache.samza.system">SystemStreamPartition</a>&nbsp;systemStreamPartition,
-           <a 
href="../../../../org/apache/samza/startpoint/StartpointSpecific.html" 
title="class in 
org.apache.samza.startpoint">StartpointSpecific</a>&nbsp;startpointSpecific)</pre>
-<div class="block">Seek to specific offset represented by <a 
href="../../../../org/apache/samza/startpoint/StartpointSpecific.html" 
title="class in 
org.apache.samza.startpoint"><code>StartpointSpecific</code></a></div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>systemStreamPartition</code> - The <a 
href="../../../../org/apache/samza/system/SystemStreamPartition.html" 
title="class in org.apache.samza.system"><code>SystemStreamPartition</code></a> 
to seek the offset to.</dd>
-<dd><code>startpointSpecific</code> - The <a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint"><code>Startpoint</code></a> that represents the 
specific offset.</dd>
-</dl>
-</li>
-</ul>
-<a 
name="visit-org.apache.samza.system.SystemStreamPartition-org.apache.samza.startpoint.StartpointTimestamp-">
+</a><a name="visit-IN-org.apache.samza.startpoint.StartpointSpecific-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>visit</h4>
-<pre>default&nbsp;void&nbsp;visit(<a 
href="../../../../org/apache/samza/system/SystemStreamPartition.html" 
title="class in 
org.apache.samza.system">SystemStreamPartition</a>&nbsp;systemStreamPartition,
-                   <a 
href="../../../../org/apache/samza/startpoint/StartpointTimestamp.html" 
title="class in 
org.apache.samza.startpoint">StartpointTimestamp</a>&nbsp;startpointTimestamp)</pre>
-<div class="block">Seek to timestamp offset represented by <a 
href="../../../../org/apache/samza/startpoint/StartpointTimestamp.html" 
title="class in 
org.apache.samza.startpoint"><code>StartpointTimestamp</code></a></div>
+<pre>default&nbsp;<a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="type parameter in StartpointVisitor">OUT</a>&nbsp;visit(<a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="type parameter in StartpointVisitor">IN</a>&nbsp;input,
+                  <a 
href="../../../../org/apache/samza/startpoint/StartpointSpecific.html" 
title="class in 
org.apache.samza.startpoint">StartpointSpecific</a>&nbsp;startpointSpecific)</pre>
+<div class="block">Performs a sequence of operations using the <code>IN</code> 
and <a href="../../../../org/apache/samza/startpoint/StartpointSpecific.html" 
title="class in 
org.apache.samza.startpoint"><code>StartpointSpecific</code></a> and returns 
the result of the execution.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>systemStreamPartition</code> - The <a 
href="../../../../org/apache/samza/system/SystemStreamPartition.html" 
title="class in org.apache.samza.system"><code>SystemStreamPartition</code></a> 
to seek the offset to.</dd>
-<dd><code>startpointTimestamp</code> - The <a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint"><code>Startpoint</code></a> that represents the 
timestamp offset.</dd>
+<dd><code>input</code> - the input metadata about the startpoint.</dd>
+<dd><code>startpointSpecific</code> - the <a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint"><code>Startpoint</code></a> that represents the 
specific offset.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the result of executing the operations defined by the visit method.</dd>
 </dl>
 </li>
 </ul>
-<a 
name="visit-org.apache.samza.system.SystemStreamPartition-org.apache.samza.startpoint.StartpointOldest-">
+<a 
name="visit-java.lang.Object-org.apache.samza.startpoint.StartpointTimestamp-">
+<!--   -->
+</a><a name="visit-IN-org.apache.samza.startpoint.StartpointTimestamp-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>visit</h4>
-<pre>default&nbsp;void&nbsp;visit(<a 
href="../../../../org/apache/samza/system/SystemStreamPartition.html" 
title="class in 
org.apache.samza.system">SystemStreamPartition</a>&nbsp;systemStreamPartition,
-                   <a 
href="../../../../org/apache/samza/startpoint/StartpointOldest.html" 
title="class in 
org.apache.samza.startpoint">StartpointOldest</a>&nbsp;startpointOldest)</pre>
-<div class="block">Seek to earliest offset represented by <a 
href="../../../../org/apache/samza/startpoint/StartpointOldest.html" 
title="class in 
org.apache.samza.startpoint"><code>StartpointOldest</code></a></div>
+<pre>default&nbsp;<a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="type parameter in StartpointVisitor">OUT</a>&nbsp;visit(<a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="type parameter in StartpointVisitor">IN</a>&nbsp;input,
+                  <a 
href="../../../../org/apache/samza/startpoint/StartpointTimestamp.html" 
title="class in 
org.apache.samza.startpoint">StartpointTimestamp</a>&nbsp;startpointTimestamp)</pre>
+<div class="block">Performs a sequence of operations using the <code>IN</code> 
and <a href="../../../../org/apache/samza/startpoint/StartpointTimestamp.html" 
title="class in 
org.apache.samza.startpoint"><code>StartpointTimestamp</code></a> and returns 
the result of the execution.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>systemStreamPartition</code> - The <a 
href="../../../../org/apache/samza/system/SystemStreamPartition.html" 
title="class in org.apache.samza.system"><code>SystemStreamPartition</code></a> 
to seek the offset to.</dd>
-<dd><code>startpointOldest</code> - The <a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint"><code>Startpoint</code></a> that represents the 
earliest offset.</dd>
+<dd><code>input</code> - the input metadata about the startpoint.</dd>
+<dd><code>startpointTimestamp</code> - the <a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint"><code>Startpoint</code></a> that represents the 
timestamp.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the result of executing the operations defined by the visit method.</dd>
 </dl>
 </li>
 </ul>
-<a 
name="visit-org.apache.samza.system.SystemStreamPartition-org.apache.samza.startpoint.StartpointUpcoming-">
+<a name="visit-java.lang.Object-org.apache.samza.startpoint.StartpointOldest-">
+<!--   -->
+</a><a name="visit-IN-org.apache.samza.startpoint.StartpointOldest-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>visit</h4>
-<pre>default&nbsp;void&nbsp;visit(<a 
href="../../../../org/apache/samza/system/SystemStreamPartition.html" 
title="class in 
org.apache.samza.system">SystemStreamPartition</a>&nbsp;systemStreamPartition,
-                   <a 
href="../../../../org/apache/samza/startpoint/StartpointUpcoming.html" 
title="class in 
org.apache.samza.startpoint">StartpointUpcoming</a>&nbsp;startpointUpcoming)</pre>
-<div class="block">Seek to latest offset represented by <a 
href="../../../../org/apache/samza/startpoint/StartpointUpcoming.html" 
title="class in 
org.apache.samza.startpoint"><code>StartpointUpcoming</code></a></div>
+<pre>default&nbsp;<a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="type parameter in StartpointVisitor">OUT</a>&nbsp;visit(<a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="type parameter in StartpointVisitor">IN</a>&nbsp;input,
+                  <a 
href="../../../../org/apache/samza/startpoint/StartpointOldest.html" 
title="class in 
org.apache.samza.startpoint">StartpointOldest</a>&nbsp;startpointOldest)</pre>
+<div class="block">Performs a sequence of operations using the <code>IN</code> 
and <a href="../../../../org/apache/samza/startpoint/StartpointOldest.html" 
title="class in org.apache.samza.startpoint"><code>StartpointOldest</code></a> 
and returns the result of the execution.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>systemStreamPartition</code> - The <a 
href="../../../../org/apache/samza/system/SystemStreamPartition.html" 
title="class in org.apache.samza.system"><code>SystemStreamPartition</code></a> 
to seek the offset to.</dd>
-<dd><code>startpointUpcoming</code> - The <a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint"><code>Startpoint</code></a> that represents the 
latest offset.</dd>
+<dd><code>input</code> - the input metadata about the startpoint.</dd>
+<dd><code>startpointOldest</code> - the <a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint"><code>Startpoint</code></a> that represents the 
earliest offset.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the result of executing the operations defined by the visit method.</dd>
 </dl>
 </li>
 </ul>
-<a 
name="visit-org.apache.samza.system.SystemStreamPartition-org.apache.samza.startpoint.StartpointCustom-">
+<a 
name="visit-java.lang.Object-org.apache.samza.startpoint.StartpointUpcoming-">
+<!--   -->
+</a><a name="visit-IN-org.apache.samza.startpoint.StartpointUpcoming-">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>visit</h4>
-<pre>default&nbsp;void&nbsp;visit(<a 
href="../../../../org/apache/samza/system/SystemStreamPartition.html" 
title="class in 
org.apache.samza.system">SystemStreamPartition</a>&nbsp;systemStreamPartition,
-                   <a 
href="../../../../org/apache/samza/startpoint/StartpointCustom.html" 
title="class in 
org.apache.samza.startpoint">StartpointCustom</a>&nbsp;startpointCustom)</pre>
-<div class="block">Bootstrap signal represented by <a 
href="../../../../org/apache/samza/startpoint/StartpointCustom.html" 
title="class in 
org.apache.samza.startpoint"><code>StartpointCustom</code></a></div>
+<pre>default&nbsp;<a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="type parameter in StartpointVisitor">OUT</a>&nbsp;visit(<a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="type parameter in StartpointVisitor">IN</a>&nbsp;input,
+                  <a 
href="../../../../org/apache/samza/startpoint/StartpointUpcoming.html" 
title="class in 
org.apache.samza.startpoint">StartpointUpcoming</a>&nbsp;startpointUpcoming)</pre>
+<div class="block">Performs a sequence of operations using the <code>IN</code> 
and <a href="../../../../org/apache/samza/startpoint/StartpointUpcoming.html" 
title="class in 
org.apache.samza.startpoint"><code>StartpointUpcoming</code></a> and returns 
the result of the execution.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>systemStreamPartition</code> - The <a 
href="../../../../org/apache/samza/system/SystemStreamPartition.html" 
title="class in org.apache.samza.system"><code>SystemStreamPartition</code></a> 
to seek the offset to.</dd>
-<dd><code>startpointCustom</code> - The <a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint"><code>Startpoint</code></a> that represents the 
bootstrap signal.</dd>
+<dd><code>input</code> - the input metadata about the startpoint.</dd>
+<dd><code>startpointUpcoming</code> - the <a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint"><code>Startpoint</code></a> that represents the 
latest offset.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the result of executing the operations defined by the visit method.</dd>
 </dl>
 </li>
 </ul>

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/startpoint/package-frame.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/startpoint/package-frame.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/startpoint/package-frame.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/startpoint/package-frame.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:36 PDT 2019 -->
-<title>org.apache.samza.startpoint (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:03 PDT 2019 -->
+<title>org.apache.samza.startpoint (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -18,7 +18,6 @@
 <h2 title="Classes">Classes</h2>
 <ul title="Classes">
 <li><a href="Startpoint.html" title="class in org.apache.samza.startpoint" 
target="classFrame">Startpoint</a></li>
-<li><a href="StartpointCustom.html" title="class in 
org.apache.samza.startpoint" target="classFrame">StartpointCustom</a></li>
 <li><a href="StartpointOldest.html" title="class in 
org.apache.samza.startpoint" target="classFrame">StartpointOldest</a></li>
 <li><a href="StartpointSpecific.html" title="class in 
org.apache.samza.startpoint" target="classFrame">StartpointSpecific</a></li>
 <li><a href="StartpointTimestamp.html" title="class in 
org.apache.samza.startpoint" target="classFrame">StartpointTimestamp</a></li>

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/startpoint/package-summary.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/startpoint/package-summary.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/startpoint/package-summary.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/startpoint/package-summary.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:36 PDT 2019 -->
-<title>org.apache.samza.startpoint (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:03 PDT 2019 -->
+<title>org.apache.samza.startpoint (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.samza.startpoint (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.startpoint (samza-api 
1.2.0 API)";
         }
     }
     catch(err) {
@@ -82,9 +82,9 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="interface in org.apache.samza.startpoint">StartpointVisitor</a></td>
+<td class="colFirst"><a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="interface in 
org.apache.samza.startpoint">StartpointVisitor</a>&lt;IN,OUT&gt;</td>
 <td class="colLast">
-<div class="block">Visitor interface for system consumers to implement to 
support <a href="../../../../org/apache/samza/startpoint/Startpoint.html" 
title="class in org.apache.samza.startpoint"><code>Startpoint</code></a>s.</div>
+<div class="block">A <a 
href="../../../../org/apache/samza/system/SystemAdmin.html" title="interface in 
org.apache.samza.system"><code>SystemAdmin</code></a> implementation should 
implement this abstraction to support <a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint"><code>Startpoint</code></a>.</div>
 </td>
 </tr>
 </tbody>
@@ -105,30 +105,24 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a 
href="../../../../org/apache/samza/startpoint/StartpointCustom.html" 
title="class in org.apache.samza.startpoint">StartpointCustom</a></td>
-<td class="colLast">
-<div class="block">A <a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint"><code>Startpoint</code></a> that represents a 
custom startpoint.</div>
-</td>
-</tr>
-<tr class="altColor">
 <td class="colFirst"><a 
href="../../../../org/apache/samza/startpoint/StartpointOldest.html" 
title="class in org.apache.samza.startpoint">StartpointOldest</a></td>
 <td class="colLast">
 <div class="block">A <a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint"><code>Startpoint</code></a> that represents the 
earliest offset in a stream partition.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a 
href="../../../../org/apache/samza/startpoint/StartpointSpecific.html" 
title="class in org.apache.samza.startpoint">StartpointSpecific</a></td>
 <td class="colLast">
 <div class="block">A <a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint"><code>Startpoint</code></a> that represents a 
specific offset in a stream partition.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a 
href="../../../../org/apache/samza/startpoint/StartpointTimestamp.html" 
title="class in org.apache.samza.startpoint">StartpointTimestamp</a></td>
 <td class="colLast">
 <div class="block">A <a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint"><code>Startpoint</code></a> that represents a 
timestamp offset in a stream partition.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a 
href="../../../../org/apache/samza/startpoint/StartpointUpcoming.html" 
title="class in org.apache.samza.startpoint">StartpointUpcoming</a></td>
 <td class="colLast">
 <div class="block">A <a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint"><code>Startpoint</code></a> that represents the 
latest offset in a stream partition.</div>

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/startpoint/package-tree.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/startpoint/package-tree.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/startpoint/package-tree.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/startpoint/package-tree.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:36 PDT 2019 -->
-<title>org.apache.samza.startpoint Class Hierarchy (samza-api 1.1.1-SNAPSHOT 
API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:03 PDT 2019 -->
+<title>org.apache.samza.startpoint Class Hierarchy (samza-api 1.2.0 
API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.samza.startpoint Class Hierarchy 
(samza-api 1.1.1-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.startpoint Class Hierarchy 
(samza-api 1.2.0 API)";
         }
     }
     catch(err) {
@@ -82,7 +82,6 @@
 <ul>
 <li type="circle">org.apache.samza.startpoint.<a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint"><span class="typeNameLink">Startpoint</span></a>
 <ul>
-<li type="circle">org.apache.samza.startpoint.<a 
href="../../../../org/apache/samza/startpoint/StartpointCustom.html" 
title="class in org.apache.samza.startpoint"><span 
class="typeNameLink">StartpointCustom</span></a></li>
 <li type="circle">org.apache.samza.startpoint.<a 
href="../../../../org/apache/samza/startpoint/StartpointOldest.html" 
title="class in org.apache.samza.startpoint"><span 
class="typeNameLink">StartpointOldest</span></a></li>
 <li type="circle">org.apache.samza.startpoint.<a 
href="../../../../org/apache/samza/startpoint/StartpointSpecific.html" 
title="class in org.apache.samza.startpoint"><span 
class="typeNameLink">StartpointSpecific</span></a></li>
 <li type="circle">org.apache.samza.startpoint.<a 
href="../../../../org/apache/samza/startpoint/StartpointTimestamp.html" 
title="class in org.apache.samza.startpoint"><span 
class="typeNameLink">StartpointTimestamp</span></a></li>
@@ -94,7 +93,7 @@
 </ul>
 <h2 title="Interface Hierarchy">Interface Hierarchy</h2>
 <ul>
-<li type="circle">org.apache.samza.startpoint.<a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="interface in org.apache.samza.startpoint"><span 
class="typeNameLink">StartpointVisitor</span></a></li>
+<li type="circle">org.apache.samza.startpoint.<a 
href="../../../../org/apache/samza/startpoint/StartpointVisitor.html" 
title="interface in org.apache.samza.startpoint"><span 
class="typeNameLink">StartpointVisitor</span></a>&lt;IN,OUT&gt;</li>
 </ul>
 </div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/SideInputsProcessor.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/SideInputsProcessor.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/SideInputsProcessor.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/SideInputsProcessor.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:35 PDT 2019 -->
-<title>SideInputsProcessor (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:02 PDT 2019 -->
+<title>SideInputsProcessor (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SideInputsProcessor (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="SideInputsProcessor (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/SideInputsProcessorFactory.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/SideInputsProcessorFactory.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/SideInputsProcessorFactory.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/SideInputsProcessorFactory.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:35 PDT 2019 -->
-<title>SideInputsProcessorFactory (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:02 PDT 2019 -->
+<title>SideInputsProcessorFactory (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SideInputsProcessorFactory (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="SideInputsProcessorFactory (samza-api 1.2.0 
API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/StorageEngine.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/StorageEngine.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/StorageEngine.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/StorageEngine.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:35 PDT 2019 -->
-<title>StorageEngine (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:02 PDT 2019 -->
+<title>StorageEngine (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StorageEngine (samza-api 1.1.1-SNAPSHOT 
API)";
+            parent.document.title="StorageEngine (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/StorageEngineFactory.StoreMode.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/StorageEngineFactory.StoreMode.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/StorageEngineFactory.StoreMode.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/StorageEngineFactory.StoreMode.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:35 PDT 2019 -->
-<title>StorageEngineFactory.StoreMode (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:02 PDT 2019 -->
+<title>StorageEngineFactory.StoreMode (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StorageEngineFactory.StoreMode (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="StorageEngineFactory.StoreMode (samza-api 
1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/StorageEngineFactory.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/StorageEngineFactory.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/StorageEngineFactory.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/StorageEngineFactory.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:35 PDT 2019 -->
-<title>StorageEngineFactory (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:02 PDT 2019 -->
+<title>StorageEngineFactory (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StorageEngineFactory (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="StorageEngineFactory (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/StoreProperties.StorePropertiesBuilder.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/StoreProperties.StorePropertiesBuilder.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/StoreProperties.StorePropertiesBuilder.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/StoreProperties.StorePropertiesBuilder.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:35 PDT 2019 -->
-<title>StoreProperties.StorePropertiesBuilder (samza-api 1.1.1-SNAPSHOT 
API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:02 PDT 2019 -->
+<title>StoreProperties.StorePropertiesBuilder (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StoreProperties.StorePropertiesBuilder 
(samza-api 1.1.1-SNAPSHOT API)";
+            parent.document.title="StoreProperties.StorePropertiesBuilder 
(samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/StoreProperties.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/StoreProperties.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/StoreProperties.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/StoreProperties.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:35 PDT 2019 -->
-<title>StoreProperties (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:02 PDT 2019 -->
+<title>StoreProperties (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StoreProperties (samza-api 1.1.1-SNAPSHOT 
API)";
+            parent.document.title="StoreProperties (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/ClosableIterator.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/ClosableIterator.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/ClosableIterator.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/ClosableIterator.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:36 PDT 2019 -->
-<title>ClosableIterator (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:03 PDT 2019 -->
+<title>ClosableIterator (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ClosableIterator (samza-api 1.1.1-SNAPSHOT 
API)";
+            parent.document.title="ClosableIterator (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/Entry.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/Entry.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/Entry.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/Entry.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:36 PDT 2019 -->
-<title>Entry (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:03 PDT 2019 -->
+<title>Entry (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Entry (samza-api 1.1.1-SNAPSHOT API)";
+            parent.document.title="Entry (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/KeyValueIterator.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/KeyValueIterator.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/KeyValueIterator.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/KeyValueIterator.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:36 PDT 2019 -->
-<title>KeyValueIterator (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:03 PDT 2019 -->
+<title>KeyValueIterator (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="KeyValueIterator (samza-api 1.1.1-SNAPSHOT 
API)";
+            parent.document.title="KeyValueIterator (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/KeyValueSnapshot.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/KeyValueSnapshot.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/KeyValueSnapshot.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/KeyValueSnapshot.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:36 PDT 2019 -->
-<title>KeyValueSnapshot (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:03 PDT 2019 -->
+<title>KeyValueSnapshot (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="KeyValueSnapshot (samza-api 1.1.1-SNAPSHOT 
API)";
+            parent.document.title="KeyValueSnapshot (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/KeyValueStore.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/KeyValueStore.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/KeyValueStore.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/KeyValueStore.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:36 PDT 2019 -->
-<title>KeyValueStore (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:03 PDT 2019 -->
+<title>KeyValueStore (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="KeyValueStore (samza-api 1.1.1-SNAPSHOT 
API)";
+            parent.document.title="KeyValueStore (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/package-frame.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/package-frame.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/package-frame.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/package-frame.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:36 PDT 2019 -->
-<title>org.apache.samza.storage.kv (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:03 PDT 2019 -->
+<title>org.apache.samza.storage.kv (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <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/storage/kv/package-summary.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/package-summary.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/package-summary.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/package-summary.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:36 PDT 2019 -->
-<title>org.apache.samza.storage.kv (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:03 PDT 2019 -->
+<title>org.apache.samza.storage.kv (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.samza.storage.kv (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.storage.kv (samza-api 
1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/package-tree.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/package-tree.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/package-tree.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/kv/package-tree.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:36 PDT 2019 -->
-<title>org.apache.samza.storage.kv Class Hierarchy (samza-api 1.1.1-SNAPSHOT 
API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:03 PDT 2019 -->
+<title>org.apache.samza.storage.kv Class Hierarchy (samza-api 1.2.0 
API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.samza.storage.kv Class Hierarchy 
(samza-api 1.1.1-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.storage.kv Class Hierarchy 
(samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/package-frame.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/package-frame.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/package-frame.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/package-frame.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:36 PDT 2019 -->
-<title>org.apache.samza.storage (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:03 PDT 2019 -->
+<title>org.apache.samza.storage (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <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/storage/package-summary.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/package-summary.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/package-summary.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/package-summary.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:36 PDT 2019 -->
-<title>org.apache.samza.storage (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:03 PDT 2019 -->
+<title>org.apache.samza.storage (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.samza.storage (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.storage (samza-api 1.2.0 
API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/package-tree.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/package-tree.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/package-tree.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/storage/package-tree.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:36 PDT 2019 -->
-<title>org.apache.samza.storage Class Hierarchy (samza-api 1.1.1-SNAPSHOT 
API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:03 PDT 2019 -->
+<title>org.apache.samza.storage Class Hierarchy (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.samza.storage Class Hierarchy 
(samza-api 1.1.1-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.storage Class Hierarchy 
(samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/ControlMessage.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/ControlMessage.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/ControlMessage.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/ControlMessage.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:35 PDT 2019 -->
-<title>ControlMessage (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:02 PDT 2019 -->
+<title>ControlMessage (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ControlMessage (samza-api 1.1.1-SNAPSHOT 
API)";
+            parent.document.title="ControlMessage (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/EndOfStreamMessage.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/EndOfStreamMessage.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/EndOfStreamMessage.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/EndOfStreamMessage.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:35 PDT 2019 -->
-<title>EndOfStreamMessage (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:02 PDT 2019 -->
+<title>EndOfStreamMessage (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="EndOfStreamMessage (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="EndOfStreamMessage (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/IncomingMessageEnvelope.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/IncomingMessageEnvelope.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/IncomingMessageEnvelope.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/IncomingMessageEnvelope.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:35 PDT 2019 -->
-<title>IncomingMessageEnvelope (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:02 PDT 2019 -->
+<title>IncomingMessageEnvelope (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="IncomingMessageEnvelope (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="IncomingMessageEnvelope (samza-api 1.2.0 
API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/MessageType.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/MessageType.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/MessageType.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/MessageType.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:35 PDT 2019 -->
-<title>MessageType (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:02 PDT 2019 -->
+<title>MessageType (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="MessageType (samza-api 1.1.1-SNAPSHOT API)";
+            parent.document.title="MessageType (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/OutgoingMessageEnvelope.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/OutgoingMessageEnvelope.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/OutgoingMessageEnvelope.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/OutgoingMessageEnvelope.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:35 PDT 2019 -->
-<title>OutgoingMessageEnvelope (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:02 PDT 2019 -->
+<title>OutgoingMessageEnvelope (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OutgoingMessageEnvelope (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="OutgoingMessageEnvelope (samza-api 1.2.0 
API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/StreamSpec.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/StreamSpec.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/StreamSpec.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/StreamSpec.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:35 PDT 2019 -->
-<title>StreamSpec (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:02 PDT 2019 -->
+<title>StreamSpec (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StreamSpec (samza-api 1.1.1-SNAPSHOT API)";
+            parent.document.title="StreamSpec (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/StreamValidationException.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/StreamValidationException.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/StreamValidationException.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/StreamValidationException.html
 Fri Jun  7 20:22:19 2019
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_202) on Mon Apr 15 15:43:35 PDT 2019 -->
-<title>StreamValidationException (samza-api 1.1.1-SNAPSHOT API)</title>
-<meta name="date" content="2019-04-15">
+<!-- Generated by javadoc (1.8.0_121) on Thu Jun 06 15:02:02 PDT 2019 -->
+<title>StreamValidationException (samza-api 1.2.0 API)</title>
+<meta name="date" content="2019-06-06">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StreamValidationException (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="StreamValidationException (samza-api 1.2.0 
API)";
         }
     }
     catch(err) {


Reply via email to