Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemAdmin.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemAdmin.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemAdmin.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemAdmin.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>SystemAdmin (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>SystemAdmin (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,13 +12,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SystemAdmin (samza-api 1.1.1-SNAPSHOT API)";
+            parent.document.title="SystemAdmin (samza-api 1.2.0 API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = 
{"i0":18,"i1":18,"i2":18,"i3":18,"i4":6,"i5":18,"i6":6,"i7":18,"i8":6,"i9":18,"i10":18,"i11":18};
+var methods = 
{"i0":18,"i1":18,"i2":18,"i3":18,"i4":6,"i5":18,"i6":6,"i7":18,"i8":6,"i9":18,"i10":18,"i11":18,"i12":18};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -184,14 +184,21 @@ var activeTableTab = "activeTableTab";
 </td>
 </tr>
 <tr id="i9" class="rowColor">
+<td class="colFirst"><code>default java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/samza/system/SystemAdmin.html#resolveStartpointToOffset-org.apache.samza.system.SystemStreamPartition-org.apache.samza.startpoint.Startpoint-">resolveStartpointToOffset</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/Startpoint.html" title="class in 
org.apache.samza.startpoint">Startpoint</a>&nbsp;startpoint)</code>
+<div class="block">Resolves the startpoint to a system specific offset.</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/system/SystemAdmin.html#start--">start</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i10" class="altColor">
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code>default void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/samza/system/SystemAdmin.html#stop--">stop</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code>default void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/samza/system/SystemAdmin.html#validateStream-org.apache.samza.system.StreamSpec-">validateStream</a></span>(<a
 href="../../../../org/apache/samza/system/StreamSpec.html" title="class in 
org.apache.samza.system">StreamSpec</a>&nbsp;streamSpec)</code>
 <div class="block">Validates the stream described by the streamSpec on the 
system.</div>
@@ -396,7 +403,7 @@ var activeTableTab = "activeTableTab";
 <a name="getAllSystemStreams--">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>getAllSystemStreams</h4>
 <pre>default&nbsp;java.util.Set&lt;<a 
href="../../../../org/apache/samza/system/SystemStream.html" title="class in 
org.apache.samza.system">SystemStream</a>&gt;&nbsp;getAllSystemStreams()</pre>
@@ -407,6 +414,24 @@ var activeTableTab = "activeTableTab";
 </dl>
 </li>
 </ul>
+<a 
name="resolveStartpointToOffset-org.apache.samza.system.SystemStreamPartition-org.apache.samza.startpoint.Startpoint-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>resolveStartpointToOffset</h4>
+<pre>default&nbsp;java.lang.String&nbsp;resolveStartpointToOffset(<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/Startpoint.html" title="class in 
org.apache.samza.startpoint">Startpoint</a>&nbsp;startpoint)</pre>
+<div class="block">Resolves the startpoint to a system specific offset.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>startpoint</code> - represents the startpoint.</dd>
+<dd><code>systemStreamPartition</code> - represents the system stream 
partition.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the resolved offset.</dd>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemConsumer.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemConsumer.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemConsumer.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemConsumer.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>SystemConsumer (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>SystemConsumer (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="SystemConsumer (samza-api 1.1.1-SNAPSHOT 
API)";
+            parent.document.title="SystemConsumer (samza-api 1.2.0 API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":6,"i1":18,"i2":6,"i3":6,"i4":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};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
 var tableTab = "tableTab";
@@ -212,7 +212,7 @@ 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="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>
@@ -226,27 +226,20 @@ var activeTableTab = "activeTableTab";
 </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/system/SystemConsumer.html#register-org.apache.samza.system.SystemStreamPartition-org.apache.samza.startpoint.Startpoint-">register</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/Startpoint.html" 
title="class in 
org.apache.samza.startpoint">Startpoint</a>&nbsp;startpoint)</code>
-<div class="block">Registers the <a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint"><code>Startpoint</code></a> to the 
SystemConsumer.</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/system/SystemConsumer.html#register-org.apache.samza.system.SystemStreamPartition-java.lang.String-">register</a></span>(<a
 href="../../../../org/apache/samza/system/SystemStreamPartition.html" 
title="class in 
org.apache.samza.system">SystemStreamPartition</a>&nbsp;systemStreamPartition,
         java.lang.String&nbsp;offset)</code>
 <div class="block">Register a SystemStreamPartition to this 
SystemConsumer.</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/system/SystemConsumer.html#start--">start</a></span>()</code>
 <div class="block">Tells the SystemConsumer to connect to the underlying 
system, and prepare
  to begin serving messages when poll is invoked.</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/system/SystemConsumer.html#stop--">stop</a></span>()</code>
 <div class="block">Tells the SystemConsumer to close all connections, release 
all resource,
@@ -342,25 +335,6 @@ var activeTableTab = "activeTableTab";
 </dl>
 </li>
 </ul>
-<a 
name="register-org.apache.samza.system.SystemStreamPartition-org.apache.samza.startpoint.Startpoint-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>register</h4>
-<pre><a 
href="../../../../org/apache/samza/annotation/InterfaceStability.Evolving.html" 
title="annotation in 
org.apache.samza.annotation">@InterfaceStability.Evolving</a>
-default&nbsp;void&nbsp;register(<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/Startpoint.html" title="class in 
org.apache.samza.startpoint">Startpoint</a>&nbsp;startpoint)</pre>
-<div class="block">Registers the <a 
href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in 
org.apache.samza.startpoint"><code>Startpoint</code></a> to the SystemConsumer. 
SystemConsumer
- should read the messages from all the registered SystemStreamPartitions.
- SystemStreamPartitions should be registered before the start is called.</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>systemStreamPartition</code> - represents the SystemStreamPartition 
to be registered.</dd>
-<dd><code>startpoint</code> - represents the position in the 
SystemStreamPartition.</dd>
-</dl>
-</li>
-</ul>
 <a name="poll-java.util.Set-long-">
 <!--   -->
 </a>

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemFactory.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemFactory.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemFactory.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemFactory.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>SystemFactory (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>SystemFactory (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="SystemFactory (samza-api 1.1.1-SNAPSHOT 
API)";
+            parent.document.title="SystemFactory (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemProducer.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemProducer.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemProducer.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemProducer.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>SystemProducer (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>SystemProducer (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="SystemProducer (samza-api 1.1.1-SNAPSHOT 
API)";
+            parent.document.title="SystemProducer (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemProducerException.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemProducerException.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemProducerException.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemProducerException.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>SystemProducerException (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>SystemProducerException (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="SystemProducerException (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="SystemProducerException (samza-api 1.2.0 
API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStream.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStream.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStream.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStream.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>SystemStream (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>SystemStream (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="SystemStream (samza-api 1.1.1-SNAPSHOT 
API)";
+            parent.document.title="SystemStream (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStreamMetadata.OffsetType.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStreamMetadata.OffsetType.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStreamMetadata.OffsetType.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStreamMetadata.OffsetType.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>SystemStreamMetadata.OffsetType (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>SystemStreamMetadata.OffsetType (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="SystemStreamMetadata.OffsetType (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="SystemStreamMetadata.OffsetType (samza-api 
1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStreamMetadata.SystemStreamPartitionMetadata.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStreamMetadata.SystemStreamPartitionMetadata.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStreamMetadata.SystemStreamPartitionMetadata.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStreamMetadata.SystemStreamPartitionMetadata.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>SystemStreamMetadata.SystemStreamPartitionMetadata (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>SystemStreamMetadata.SystemStreamPartitionMetadata (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="SystemStreamMetadata.SystemStreamPartitionMetadata 
(samza-api 1.1.1-SNAPSHOT API)";
+            
parent.document.title="SystemStreamMetadata.SystemStreamPartitionMetadata 
(samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStreamMetadata.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStreamMetadata.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStreamMetadata.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStreamMetadata.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>SystemStreamMetadata (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>SystemStreamMetadata (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="SystemStreamMetadata (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="SystemStreamMetadata (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStreamPartition.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStreamPartition.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStreamPartition.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStreamPartition.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>SystemStreamPartition (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>SystemStreamPartition (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="SystemStreamPartition (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="SystemStreamPartition (samza-api 1.2.0 
API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStreamPartitionIterator.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStreamPartitionIterator.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStreamPartitionIterator.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStreamPartitionIterator.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>SystemStreamPartitionIterator (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>SystemStreamPartitionIterator (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="SystemStreamPartitionIterator (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="SystemStreamPartitionIterator (samza-api 
1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStreamPartitionMatcher.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStreamPartitionMatcher.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStreamPartitionMatcher.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/SystemStreamPartitionMatcher.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>SystemStreamPartitionMatcher (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>SystemStreamPartitionMatcher (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="SystemStreamPartitionMatcher (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="SystemStreamPartitionMatcher (samza-api 
1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/WatermarkMessage.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/WatermarkMessage.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/WatermarkMessage.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/WatermarkMessage.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>WatermarkMessage (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>WatermarkMessage (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="WatermarkMessage (samza-api 1.1.1-SNAPSHOT 
API)";
+            parent.document.title="WatermarkMessage (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/chooser/BaseMessageChooser.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/chooser/BaseMessageChooser.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/chooser/BaseMessageChooser.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/chooser/BaseMessageChooser.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>BaseMessageChooser (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>BaseMessageChooser (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="BaseMessageChooser (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="BaseMessageChooser (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/chooser/MessageChooser.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/chooser/MessageChooser.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/chooser/MessageChooser.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/chooser/MessageChooser.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>MessageChooser (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>MessageChooser (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="MessageChooser (samza-api 1.1.1-SNAPSHOT 
API)";
+            parent.document.title="MessageChooser (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/chooser/MessageChooserFactory.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/chooser/MessageChooserFactory.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/chooser/MessageChooserFactory.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/chooser/MessageChooserFactory.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>MessageChooserFactory (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>MessageChooserFactory (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="MessageChooserFactory (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="MessageChooserFactory (samza-api 1.2.0 
API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/chooser/package-frame.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/chooser/package-frame.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/chooser/package-frame.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/chooser/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.system.chooser (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.system.chooser (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/system/chooser/package-summary.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/chooser/package-summary.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/chooser/package-summary.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/chooser/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.system.chooser (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.system.chooser (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.system.chooser (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.system.chooser (samza-api 
1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/chooser/package-tree.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/chooser/package-tree.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/chooser/package-tree.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/chooser/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.system.chooser 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.system.chooser 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.system.chooser Class 
Hierarchy (samza-api 1.1.1-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.system.chooser Class 
Hierarchy (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/ExpandingInputDescriptorProvider.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/ExpandingInputDescriptorProvider.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/ExpandingInputDescriptorProvider.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/ExpandingInputDescriptorProvider.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>ExpandingInputDescriptorProvider (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>ExpandingInputDescriptorProvider (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="ExpandingInputDescriptorProvider (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="ExpandingInputDescriptorProvider (samza-api 
1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/GenericInputDescriptor.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/GenericInputDescriptor.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/GenericInputDescriptor.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/GenericInputDescriptor.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>GenericInputDescriptor (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>GenericInputDescriptor (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="GenericInputDescriptor (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="GenericInputDescriptor (samza-api 1.2.0 
API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/GenericOutputDescriptor.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/GenericOutputDescriptor.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/GenericOutputDescriptor.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/GenericOutputDescriptor.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>GenericOutputDescriptor (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>GenericOutputDescriptor (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="GenericOutputDescriptor (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="GenericOutputDescriptor (samza-api 1.2.0 
API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/GenericSystemDescriptor.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/GenericSystemDescriptor.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/GenericSystemDescriptor.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/GenericSystemDescriptor.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>GenericSystemDescriptor (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>GenericSystemDescriptor (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="GenericSystemDescriptor (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="GenericSystemDescriptor (samza-api 1.2.0 
API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/InputDescriptor.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/InputDescriptor.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/InputDescriptor.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/InputDescriptor.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>InputDescriptor (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>InputDescriptor (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="InputDescriptor (samza-api 1.1.1-SNAPSHOT 
API)";
+            parent.document.title="InputDescriptor (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/InputTransformer.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/InputTransformer.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/InputTransformer.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/InputTransformer.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>InputTransformer (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>InputTransformer (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="InputTransformer (samza-api 1.1.1-SNAPSHOT 
API)";
+            parent.document.title="InputTransformer (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/OutputDescriptor.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/OutputDescriptor.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/OutputDescriptor.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/OutputDescriptor.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>OutputDescriptor (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>OutputDescriptor (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="OutputDescriptor (samza-api 1.1.1-SNAPSHOT 
API)";
+            parent.document.title="OutputDescriptor (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/OutputDescriptorProvider.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/OutputDescriptorProvider.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/OutputDescriptorProvider.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/OutputDescriptorProvider.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>OutputDescriptorProvider (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>OutputDescriptorProvider (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="OutputDescriptorProvider (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="OutputDescriptorProvider (samza-api 1.2.0 
API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/SimpleInputDescriptorProvider.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/SimpleInputDescriptorProvider.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/SimpleInputDescriptorProvider.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/SimpleInputDescriptorProvider.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>SimpleInputDescriptorProvider (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>SimpleInputDescriptorProvider (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="SimpleInputDescriptorProvider (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="SimpleInputDescriptorProvider (samza-api 
1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/StreamDescriptor.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/StreamDescriptor.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/StreamDescriptor.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/StreamDescriptor.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>StreamDescriptor (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>StreamDescriptor (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="StreamDescriptor (samza-api 1.1.1-SNAPSHOT 
API)";
+            parent.document.title="StreamDescriptor (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/StreamExpander.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/StreamExpander.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/StreamExpander.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/StreamExpander.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>StreamExpander (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>StreamExpander (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="StreamExpander (samza-api 1.1.1-SNAPSHOT 
API)";
+            parent.document.title="StreamExpander (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/SystemDescriptor.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/SystemDescriptor.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/SystemDescriptor.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/SystemDescriptor.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>SystemDescriptor (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>SystemDescriptor (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="SystemDescriptor (samza-api 1.1.1-SNAPSHOT 
API)";
+            parent.document.title="SystemDescriptor (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/TransformingInputDescriptorProvider.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/TransformingInputDescriptorProvider.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/TransformingInputDescriptorProvider.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/TransformingInputDescriptorProvider.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>TransformingInputDescriptorProvider (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>TransformingInputDescriptorProvider (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="TransformingInputDescriptorProvider 
(samza-api 1.1.1-SNAPSHOT API)";
+            parent.document.title="TransformingInputDescriptorProvider 
(samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/package-frame.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/package-frame.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/package-frame.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/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.system.descriptors (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.system.descriptors (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/system/descriptors/package-summary.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/package-summary.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/package-summary.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/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.system.descriptors (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.system.descriptors (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.system.descriptors 
(samza-api 1.1.1-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.system.descriptors 
(samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/package-tree.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/package-tree.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/package-tree.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/descriptors/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.system.descriptors 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.system.descriptors 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.system.descriptors Class 
Hierarchy (samza-api 1.1.1-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.system.descriptors Class 
Hierarchy (samza-api 1.2.0 API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/package-frame.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/package-frame.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/package-frame.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/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.system (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.system (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/system/package-summary.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/package-summary.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/package-summary.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/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.system (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.system (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.system (samza-api 
1.1.1-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.system (samza-api 1.2.0 
API)";
         }
     }
     catch(err) {

Modified: 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/package-tree.html
URL: 
http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/package-tree.html?rev=1860788&r1=1860787&r2=1860788&view=diff
==============================================================================
--- 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/package-tree.html
 (original)
+++ 
samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/system/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.system 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.system 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.system Class Hierarchy 
(samza-api 1.1.1-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.system Class Hierarchy 
(samza-api 1.2.0 API)";
         }
     }
     catch(err) {
@@ -132,8 +132,8 @@
 <ul>
 <li type="circle">java.lang.Enum&lt;E&gt; (implements 
java.lang.Comparable&lt;T&gt;, java.io.Serializable)
 <ul>
-<li type="circle">org.apache.samza.system.<a 
href="../../../../org/apache/samza/system/SystemStreamMetadata.OffsetType.html" 
title="enum in org.apache.samza.system"><span 
class="typeNameLink">SystemStreamMetadata.OffsetType</span></a></li>
 <li type="circle">org.apache.samza.system.<a 
href="../../../../org/apache/samza/system/MessageType.html" title="enum in 
org.apache.samza.system"><span class="typeNameLink">MessageType</span></a></li>
+<li type="circle">org.apache.samza.system.<a 
href="../../../../org/apache/samza/system/SystemStreamMetadata.OffsetType.html" 
title="enum in org.apache.samza.system"><span 
class="typeNameLink">SystemStreamMetadata.OffsetType</span></a></li>
 </ul>
 </li>
 </ul>


Reply via email to