Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/package-frame.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/package-frame.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/package-frame.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/package-frame.html Fri 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.table.remote (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.table.remote (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> @@ -13,6 +13,7 @@ <div class="indexContainer"> <h2 title="Interfaces">Interfaces</h2> <ul title="Interfaces"> +<li><a href="TableFunction.html" title="interface in org.apache.samza.table.remote" target="classFrame"><span class="interfaceName">TableFunction</span></a></li> <li><a href="TablePart.html" title="interface in org.apache.samza.table.remote" target="classFrame"><span class="interfaceName">TablePart</span></a></li> <li><a href="TableRateLimiter.CreditFunction.html" title="interface in org.apache.samza.table.remote" target="classFrame"><span class="interfaceName">TableRateLimiter.CreditFunction</span></a></li> <li><a href="TableReadFunction.html" title="interface in org.apache.samza.table.remote" target="classFrame"><span class="interfaceName">TableReadFunction</span></a></li> @@ -20,6 +21,7 @@ </ul> <h2 title="Classes">Classes</h2> <ul title="Classes"> +<li><a href="BaseTableFunction.html" title="class in org.apache.samza.table.remote" target="classFrame">BaseTableFunction</a></li> <li><a href="TableRateLimiter.html" title="class in org.apache.samza.table.remote" target="classFrame">TableRateLimiter</a></li> </ul> </div>
Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/package-summary.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/package-summary.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/package-summary.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/package-summary.html Fri 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.table.remote (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.table.remote (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.table.remote (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="org.apache.samza.table.remote (samza-api 1.2.0 API)"; } } catch(err) { @@ -82,24 +82,30 @@ </tr> <tbody> <tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/samza/table/remote/TableFunction.html" title="interface in org.apache.samza.table.remote">TableFunction</a></td> +<td class="colLast"> +<div class="block">The root interface for table read and write function.</div> +</td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/samza/table/remote/TablePart.html" title="interface in org.apache.samza.table.remote">TablePart</a></td> <td class="colLast"> <div class="block">A building block of a remote table</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/samza/table/remote/TableRateLimiter.CreditFunction.html" title="interface in org.apache.samza.table.remote">TableRateLimiter.CreditFunction</a><K,V></td> <td class="colLast"> <div class="block">Function interface for providing rate limiting credits for each table record.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/samza/table/remote/TableReadFunction.html" title="interface in org.apache.samza.table.remote">TableReadFunction</a><K,V></td> <td class="colLast"> <div class="block">A function object to be used with a remote readable table implementation.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/samza/table/remote/TableWriteFunction.html" title="interface in org.apache.samza.table.remote">TableWriteFunction</a><K,V></td> <td class="colLast"> <div class="block">A function object to be used with a remote read/write table implementation.</div> @@ -117,6 +123,12 @@ </tr> <tbody> <tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/samza/table/remote/BaseTableFunction.html" title="class in org.apache.samza.table.remote">BaseTableFunction</a></td> +<td class="colLast"> +<div class="block">Base class for all table read and write functions.</div> +</td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/samza/table/remote/TableRateLimiter.html" title="class in org.apache.samza.table.remote">TableRateLimiter</a><K,V></td> <td class="colLast"> <div class="block">Helper class for remote table to throttle table IO requests with the configured rate limiter.</div> Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/package-tree.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/package-tree.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/package-tree.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/remote/package-tree.html Fri 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.table.remote 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.table.remote 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.table.remote Class Hierarchy (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="org.apache.samza.table.remote Class Hierarchy (samza-api 1.2.0 API)"; } } catch(err) { @@ -80,6 +80,7 @@ <ul> <li type="circle">java.lang.Object <ul> +<li type="circle">org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/BaseTableFunction.html" title="class in org.apache.samza.table.remote"><span class="typeNameLink">BaseTableFunction</span></a> (implements org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TableFunction.html" title="interface in org.apache.samza.table.remote">TableFunction</a>)</li> <li type="circle">org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TableRateLimiter.html" title="class in org.apache.samza.table.remote"><span class="typeNameLink">TableRateLimiter</span></a><K,V></li> </ul> </li> @@ -88,28 +89,34 @@ <ul> <li type="circle">org.apache.samza.operators.functions.<a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions"><span class="typeNameLink">ClosableFunction</span></a> <ul> -<li type="circle">org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TableReadFunction.html" title="interface in org.apache.samza.table.remote"><span class="typeNameLink">TableReadFunction</span></a><K,V> (also extends org.apache.samza.operators.functions.<a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, java.io.Serializable, org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TablePart.html" title="interface in org.apache.samza.table.remote">TablePart</a>)</li> -<li type="circle">org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TableWriteFunction.html" title="interface in org.apache.samza.table.remote"><span class="typeNameLink">TableWriteFunction</span></a><K,V> (also extends org.apache.samza.operators.functions.<a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, java.io.Serializable, org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TablePart.html" title="interface in org.apache.samza.table.remote">TablePart</a>)</li> +<li type="circle">org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TableFunction.html" title="interface in org.apache.samza.table.remote"><span class="typeNameLink">TableFunction</span></a> (also extends java.io.Serializable, org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TablePart.html" title="interface in org.apache.samza.table.remote">TablePart</a>) +<ul> +<li type="circle">org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TableReadFunction.html" title="interface in org.apache.samza.table.remote"><span class="typeNameLink">TableReadFunction</span></a><K,V></li> +<li type="circle">org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TableWriteFunction.html" title="interface in org.apache.samza.table.remote"><span class="typeNameLink">TableWriteFunction</span></a><K,V></li> </ul> </li> -<li type="circle">org.apache.samza.operators.functions.<a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions"><span class="typeNameLink">InitableFunction</span></a> -<ul> -<li type="circle">org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TableReadFunction.html" title="interface in org.apache.samza.table.remote"><span class="typeNameLink">TableReadFunction</span></a><K,V> (also extends org.apache.samza.operators.functions.<a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, java.io.Serializable, org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TablePart.html" title="interface in org.apache.samza.table.remote">TablePart</a>)</li> -<li type="circle">org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TableWriteFunction.html" title="interface in org.apache.samza.table.remote"><span class="typeNameLink">TableWriteFunction</span></a><K,V> (also extends org.apache.samza.operators.functions.<a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, java.io.Serializable, org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TablePart.html" title="interface in org.apache.samza.table.remote">TablePart</a>)</li> </ul> </li> <li type="circle">java.io.Serializable <ul> +<li type="circle">org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TableFunction.html" title="interface in org.apache.samza.table.remote"><span class="typeNameLink">TableFunction</span></a> (also extends org.apache.samza.operators.functions.<a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TablePart.html" title="interface in org.apache.samza.table.remote">TablePart</a>) +<ul> +<li type="circle">org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TableReadFunction.html" title="interface in org.apache.samza.table.remote"><span class="typeNameLink">TableReadFunction</span></a><K,V></li> +<li type="circle">org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TableWriteFunction.html" title="interface in org.apache.samza.table.remote"><span class="typeNameLink">TableWriteFunction</span></a><K,V></li> +</ul> +</li> <li type="circle">org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TableRateLimiter.CreditFunction.html" title="interface in org.apache.samza.table.remote"><span class="typeNameLink">TableRateLimiter.CreditFunction</span></a><K,V> (also extends org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TablePart.html" title="interface in org.apache.samza.table.remote">TablePart</a>)</li> -<li type="circle">org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TableReadFunction.html" title="interface in org.apache.samza.table.remote"><span class="typeNameLink">TableReadFunction</span></a><K,V> (also extends org.apache.samza.operators.functions.<a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, org.apache.samza.operators.functions.<a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TablePart.html" title="interface in org.apache.samza.table.remote">TablePart</a>)</li> -<li type="circle">org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TableWriteFunction.html" title="interface in org.apache.samza.table.remote"><span class="typeNameLink">TableWriteFunction</span></a><K,V> (also extends org.apache.samza.operators.functions.<a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, org.apache.samza.operators.functions.<a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TablePart.html" title="interface in org.apache.samza.table.remote">TablePart</a>)</li> </ul> </li> <li type="circle">org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TablePart.html" title="interface in org.apache.samza.table.remote"><span class="typeNameLink">TablePart</span></a> <ul> +<li type="circle">org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TableFunction.html" title="interface in org.apache.samza.table.remote"><span class="typeNameLink">TableFunction</span></a> (also extends org.apache.samza.operators.functions.<a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, java.io.Serializable) +<ul> +<li type="circle">org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TableReadFunction.html" title="interface in org.apache.samza.table.remote"><span class="typeNameLink">TableReadFunction</span></a><K,V></li> +<li type="circle">org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TableWriteFunction.html" title="interface in org.apache.samza.table.remote"><span class="typeNameLink">TableWriteFunction</span></a><K,V></li> +</ul> +</li> <li type="circle">org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TableRateLimiter.CreditFunction.html" title="interface in org.apache.samza.table.remote"><span class="typeNameLink">TableRateLimiter.CreditFunction</span></a><K,V> (also extends java.io.Serializable)</li> -<li type="circle">org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TableReadFunction.html" title="interface in org.apache.samza.table.remote"><span class="typeNameLink">TableReadFunction</span></a><K,V> (also extends org.apache.samza.operators.functions.<a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, org.apache.samza.operators.functions.<a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, java.io.Serializable)</li> -<li type="circle">org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TableWriteFunction.html" title="interface in org.apache.samza.table.remote"><span class="typeNameLink">TableWriteFunction</span></a><K,V> (also extends org.apache.samza.operators.functions.<a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, org.apache.samza.operators.functions.<a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, java.io.Serializable)</li> </ul> </li> </ul> Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/TableRetryPolicy.RetryPredicate.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/TableRetryPolicy.RetryPredicate.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/TableRetryPolicy.RetryPredicate.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/TableRetryPolicy.RetryPredicate.html Fri 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>TableRetryPolicy.RetryPredicate (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>TableRetryPolicy.RetryPredicate (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="TableRetryPolicy.RetryPredicate (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="TableRetryPolicy.RetryPredicate (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/TableRetryPolicy.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/TableRetryPolicy.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/TableRetryPolicy.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/TableRetryPolicy.html Fri 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>TableRetryPolicy (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>TableRetryPolicy (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="TableRetryPolicy (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="TableRetryPolicy (samza-api 1.2.0 API)"; } } catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -229,6 +229,13 @@ implements <a href="../../../../../org/a <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/table/retry/TableRetryPolicy.html#getSleepTime--">getSleepTime</a></span>()</code> </td> </tr> <tr id="i10" class="altColor"> +<td class="colFirst"><code>java.util.Map<java.lang.String,java.lang.String></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/table/retry/TableRetryPolicy.html#toConfig-org.apache.samza.config.Config-org.apache.samza.config.Config-">toConfig</a></span>(<a href="../../../../../org/apache/samza/config/Config.html" title="class in org.apache.samza.config">Config</a> jobConfig, + <a href="../../../../../org/apache/samza/config/Config.html" title="class in org.apache.samza.config">Config</a> tableConfig)</code> +<div class="block">Generate configuration for this building block.</div> +</td> +</tr> +<tr id="i11" class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/samza/table/retry/TableRetryPolicy.html" title="class in org.apache.samza.table.retry">TableRetryPolicy</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/table/retry/TableRetryPolicy.html#withExponentialBackoff-java.time.Duration-java.time.Duration-double-">withExponentialBackoff</a></span>(java.time.Duration sleepTime, java.time.Duration maxSleep, @@ -236,38 +243,38 @@ implements <a href="../../../../../org/a <div class="block">Set the parameters for the exponential backoff policy.</div> </td> </tr> -<tr id="i11" class="rowColor"> +<tr id="i12" class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/samza/table/retry/TableRetryPolicy.html" title="class in org.apache.samza.table.retry">TableRetryPolicy</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/table/retry/TableRetryPolicy.html#withFixedBackoff-java.time.Duration-">withFixedBackoff</a></span>(java.time.Duration sleepTime)</code> <div class="block">Set the sleepTime time for the fixed backoff policy.</div> </td> </tr> -<tr id="i12" class="altColor"> +<tr id="i13" class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/samza/table/retry/TableRetryPolicy.html" title="class in org.apache.samza.table.retry">TableRetryPolicy</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/table/retry/TableRetryPolicy.html#withJitter-java.time.Duration-">withJitter</a></span>(java.time.Duration jitter)</code> <div class="block">Set the jitter for the backoff policy to provide additional randomness.</div> </td> </tr> -<tr id="i13" class="rowColor"> +<tr id="i14" class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/samza/table/retry/TableRetryPolicy.html" title="class in org.apache.samza.table.retry">TableRetryPolicy</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/table/retry/TableRetryPolicy.html#withRandomBackoff-java.time.Duration-java.time.Duration-">withRandomBackoff</a></span>(java.time.Duration minSleep, java.time.Duration maxSleep)</code> <div class="block">Set the sleepTime time for the random backoff policy.</div> </td> </tr> -<tr id="i14" class="altColor"> +<tr id="i15" class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/samza/table/retry/TableRetryPolicy.html" title="class in org.apache.samza.table.retry">TableRetryPolicy</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/table/retry/TableRetryPolicy.html#withRetryPredicate-org.apache.samza.table.retry.TableRetryPolicy.RetryPredicate-">withRetryPredicate</a></span>(<a href="../../../../../org/apache/samza/table/retry/TableRetryPolicy.RetryPredicate.html" title="interface in org.apache.samza.table.retry">TableRetryPolicy.RetryPredicate</a> retryPredicate)</code> <div class="block">Set the predicate to use for identifying retriable exceptions.</div> </td> </tr> -<tr id="i15" class="rowColor"> +<tr id="i16" class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/samza/table/retry/TableRetryPolicy.html" title="class in org.apache.samza.table.retry">TableRetryPolicy</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/table/retry/TableRetryPolicy.html#withStopAfterAttempts-int-">withStopAfterAttempts</a></span>(int maxAttempts)</code> <div class="block">Set maximum number of attempts before terminating the operation.</div> </td> </tr> -<tr id="i16" class="altColor"> +<tr id="i17" class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/samza/table/retry/TableRetryPolicy.html" title="class in org.apache.samza.table.retry">TableRetryPolicy</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/table/retry/TableRetryPolicy.html#withStopAfterDelay-java.time.Duration-">withStopAfterDelay</a></span>(java.time.Duration maxDelay)</code> <div class="block">Set maximum total delay (sleepTime + execution) before terminating the operation.</div> @@ -281,13 +288,6 @@ implements <a href="../../../../../org/a <h3>Methods inherited from class java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> -<ul class="blockList"> -<li class="blockList"><a name="methods.inherited.from.class.org.apache.samza.table.remote.TablePart"> -<!-- --> -</a> -<h3>Methods inherited from interface org.apache.samza.table.remote.<a href="../../../../../org/apache/samza/table/remote/TablePart.html" title="interface in org.apache.samza.table.remote">TablePart</a></h3> -<code><a href="../../../../../org/apache/samza/table/remote/TablePart.html#toConfig-org.apache.samza.config.Config-org.apache.samza.config.Config-">toConfig</a></code></li> -</ul> </li> </ul> </li> @@ -568,7 +568,7 @@ implements <a href="../../../../../org/a <a name="getRetryPredicate--"> <!-- --> </a> -<ul class="blockListLast"> +<ul class="blockList"> <li class="blockList"> <h4>getRetryPredicate</h4> <pre>public <a href="../../../../../org/apache/samza/table/retry/TableRetryPolicy.RetryPredicate.html" title="interface in org.apache.samza.table.retry">TableRetryPolicy.RetryPredicate</a> getRetryPredicate()</pre> @@ -578,6 +578,28 @@ implements <a href="../../../../../org/a </dl> </li> </ul> +<a name="toConfig-org.apache.samza.config.Config-org.apache.samza.config.Config-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>toConfig</h4> +<pre>public java.util.Map<java.lang.String,java.lang.String> toConfig(<a href="../../../../../org/apache/samza/config/Config.html" title="class in org.apache.samza.config">Config</a> jobConfig, + <a href="../../../../../org/apache/samza/config/Config.html" title="class in org.apache.samza.config">Config</a> tableConfig)</pre> +<div class="block">Generate configuration for this building block. There are situations where this object + or its external dependencies may require certain configuration, this method allows + generation and inclusion of them in the job configuration.</div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../org/apache/samza/table/remote/TablePart.html#toConfig-org.apache.samza.config.Config-org.apache.samza.config.Config-">toConfig</a></code> in interface <code><a href="../../../../../org/apache/samza/table/remote/TablePart.html" title="interface in org.apache.samza.table.remote">TablePart</a></code></dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>jobConfig</code> - job configuration</dd> +<dd><code>tableConfig</code> - so far generated configuration for this table</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>configuration for this build block</dd> +</dl> +</li> +</ul> </li> </ul> </li> Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/package-frame.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/package-frame.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/package-frame.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/package-frame.html Fri 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.table.retry (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.table.retry (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/table/retry/package-summary.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/package-summary.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/package-summary.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/package-summary.html Fri 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.table.retry (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.table.retry (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.table.retry (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="org.apache.samza.table.retry (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/package-tree.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/package-tree.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/package-tree.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/retry/package-tree.html Fri 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.table.retry 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.table.retry 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.table.retry Class Hierarchy (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="org.apache.samza.table.retry Class Hierarchy (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/utils/SerdeUtils.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/utils/SerdeUtils.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/utils/SerdeUtils.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/utils/SerdeUtils.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>SerdeUtils (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>SerdeUtils (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="SerdeUtils (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="SerdeUtils (samza-api 1.2.0 API)"; } } catch(err) { } //--> -var methods = {"i0":9,"i1":9}; +var methods = {"i0":9,"i1":9,"i2":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -159,6 +159,13 @@ extends java.lang.Object</pre> <div class="block">Helper method to serialize Java objects as Base64 strings</div> </td> </tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>static java.lang.String</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/table/utils/SerdeUtils.html#toJson-java.lang.String-java.lang.Object-">toJson</a></span>(java.lang.String name, + java.lang.Object object)</code> +<div class="block">Helper method to serialize Java objects as json strings</div> +</td> +</tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> @@ -223,7 +230,7 @@ extends java.lang.Object</pre> <a name="deserialize-java.lang.String-java.lang.String-"> <!-- --> </a> -<ul class="blockListLast"> +<ul class="blockList"> <li class="blockList"> <h4>deserialize</h4> <pre>public static <T> T deserialize(java.lang.String name, @@ -240,6 +247,24 @@ extends java.lang.Object</pre> </dl> </li> </ul> +<a name="toJson-java.lang.String-java.lang.Object-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>toJson</h4> +<pre>public static java.lang.String toJson(java.lang.String name, + java.lang.Object object)</pre> +<div class="block">Helper method to serialize Java objects as json strings</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>name</code> - name of object used for logging</dd> +<dd><code>object</code> - object to be serialized</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>Json representation of the object</dd> +</dl> +</li> +</ul> </li> </ul> </li> Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/utils/package-frame.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/utils/package-frame.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/utils/package-frame.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/utils/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.table.utils (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.table.utils (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/table/utils/package-summary.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/utils/package-summary.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/utils/package-summary.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/utils/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.table.utils (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.table.utils (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.table.utils (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="org.apache.samza.table.utils (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/utils/package-tree.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/utils/package-tree.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/utils/package-tree.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/table/utils/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.table.utils 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.table.utils 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.table.utils Class Hierarchy (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="org.apache.samza.table.utils Class Hierarchy (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/AsyncStreamTask.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/AsyncStreamTask.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/AsyncStreamTask.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/AsyncStreamTask.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>AsyncStreamTask (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>AsyncStreamTask (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="AsyncStreamTask (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="AsyncStreamTask (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/AsyncStreamTaskFactory.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/AsyncStreamTaskFactory.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/AsyncStreamTaskFactory.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/AsyncStreamTaskFactory.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>AsyncStreamTaskFactory (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>AsyncStreamTaskFactory (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="AsyncStreamTaskFactory (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="AsyncStreamTaskFactory (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/ClosableTask.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/ClosableTask.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/ClosableTask.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/ClosableTask.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>ClosableTask (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>ClosableTask (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="ClosableTask (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="ClosableTask (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/EndOfStreamListenerTask.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/EndOfStreamListenerTask.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/EndOfStreamListenerTask.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/EndOfStreamListenerTask.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>EndOfStreamListenerTask (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>EndOfStreamListenerTask (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="EndOfStreamListenerTask (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="EndOfStreamListenerTask (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/InitableTask.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/InitableTask.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/InitableTask.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/InitableTask.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>InitableTask (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>InitableTask (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="InitableTask (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="InitableTask (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/MessageCollector.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/MessageCollector.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/MessageCollector.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/MessageCollector.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>MessageCollector (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>MessageCollector (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="MessageCollector (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="MessageCollector (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/StreamTask.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/StreamTask.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/StreamTask.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/StreamTask.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>StreamTask (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>StreamTask (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="StreamTask (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="StreamTask (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/StreamTaskFactory.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/StreamTaskFactory.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/StreamTaskFactory.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/StreamTaskFactory.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>StreamTaskFactory (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>StreamTaskFactory (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="StreamTaskFactory (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="StreamTaskFactory (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/TaskCallback.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/TaskCallback.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/TaskCallback.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/TaskCallback.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>TaskCallback (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>TaskCallback (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="TaskCallback (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="TaskCallback (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/TaskCoordinator.RequestScope.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/TaskCoordinator.RequestScope.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/TaskCoordinator.RequestScope.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/TaskCoordinator.RequestScope.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>TaskCoordinator.RequestScope (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>TaskCoordinator.RequestScope (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="TaskCoordinator.RequestScope (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="TaskCoordinator.RequestScope (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/TaskCoordinator.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/TaskCoordinator.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/TaskCoordinator.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/TaskCoordinator.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>TaskCoordinator (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>TaskCoordinator (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="TaskCoordinator (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="TaskCoordinator (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/TaskFactory.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/TaskFactory.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/TaskFactory.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/TaskFactory.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>TaskFactory (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>TaskFactory (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="TaskFactory (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="TaskFactory (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/WindowableTask.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/WindowableTask.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/WindowableTask.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/WindowableTask.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>WindowableTask (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>WindowableTask (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="WindowableTask (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="WindowableTask (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/package-frame.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/package-frame.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/package-frame.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/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.task (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.task (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/task/package-summary.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/package-summary.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/package-summary.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/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.task (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.task (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.task (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="org.apache.samza.task (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/package-tree.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/package-tree.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/package-tree.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/task/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.task 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.task 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.task Class Hierarchy (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="org.apache.samza.task Class Hierarchy (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BlockingEnvelopeMapMetrics.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BlockingEnvelopeMapMetrics.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BlockingEnvelopeMapMetrics.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BlockingEnvelopeMapMetrics.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>BlockingEnvelopeMap.BlockingEnvelopeMapMetrics (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>BlockingEnvelopeMap.BlockingEnvelopeMapMetrics (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="BlockingEnvelopeMap.BlockingEnvelopeMapMetrics (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="BlockingEnvelopeMap.BlockingEnvelopeMapMetrics (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BufferGauge.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BufferGauge.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BufferGauge.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BufferGauge.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>BlockingEnvelopeMap.BufferGauge (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>BlockingEnvelopeMap.BufferGauge (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="BlockingEnvelopeMap.BufferGauge (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="BlockingEnvelopeMap.BufferGauge (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BufferSizeGauge.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BufferSizeGauge.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BufferSizeGauge.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BufferSizeGauge.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>BlockingEnvelopeMap.BufferSizeGauge (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>BlockingEnvelopeMap.BufferSizeGauge (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="BlockingEnvelopeMap.BufferSizeGauge (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="BlockingEnvelopeMap.BufferSizeGauge (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.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>BlockingEnvelopeMap (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>BlockingEnvelopeMap (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="BlockingEnvelopeMap (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="BlockingEnvelopeMap (samza-api 1.2.0 API)"; } } catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -267,19 +267,12 @@ implements <a href="../../../../org/apac </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/util/BlockingEnvelopeMap.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> systemStreamPartition, - <a href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in org.apache.samza.startpoint">Startpoint</a> 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="i8" class="altColor"> -<td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/util/BlockingEnvelopeMap.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> systemStreamPartition, java.lang.String offset)</code> <div class="block">Register a SystemStreamPartition to this SystemConsumer.</div> </td> </tr> -<tr id="i9" class="rowColor"> +<tr id="i8" class="altColor"> <td class="colFirst"><code>protected java.lang.Boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/util/BlockingEnvelopeMap.html#setIsAtHead-org.apache.samza.system.SystemStreamPartition-boolean-">setIsAtHead</a></span>(<a href="../../../../org/apache/samza/system/SystemStreamPartition.html" title="class in org.apache.samza.system">SystemStreamPartition</a> systemStreamPartition, boolean isAtHead)</code> </td> @@ -387,26 +380,6 @@ implements <a href="../../../../org/apac </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>public void register(<a href="../../../../org/apache/samza/system/SystemStreamPartition.html" title="class in org.apache.samza.system">SystemStreamPartition</a> systemStreamPartition, - <a href="../../../../org/apache/samza/startpoint/Startpoint.html" title="class in org.apache.samza.startpoint">Startpoint</a> 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="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../org/apache/samza/system/SystemConsumer.html#register-org.apache.samza.system.SystemStreamPartition-org.apache.samza.startpoint.Startpoint-">register</a></code> in interface <code><a href="../../../../org/apache/samza/system/SystemConsumer.html" title="interface in org.apache.samza.system">SystemConsumer</a></code></dd> -<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="newBlockingQueue--"> <!-- --> </a> Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/Clock.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/Clock.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/Clock.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/Clock.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>Clock (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>Clock (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="Clock (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="Clock (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/NoOpMetricsRegistry.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/NoOpMetricsRegistry.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/NoOpMetricsRegistry.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/NoOpMetricsRegistry.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>NoOpMetricsRegistry (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>NoOpMetricsRegistry (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="NoOpMetricsRegistry (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="NoOpMetricsRegistry (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/RateLimiter.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/RateLimiter.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/RateLimiter.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/RateLimiter.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>RateLimiter (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>RateLimiter (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="RateLimiter (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="RateLimiter (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/SinglePartitionWithoutOffsetsSystemAdmin.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/SinglePartitionWithoutOffsetsSystemAdmin.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/SinglePartitionWithoutOffsetsSystemAdmin.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/SinglePartitionWithoutOffsetsSystemAdmin.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>SinglePartitionWithoutOffsetsSystemAdmin (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>SinglePartitionWithoutOffsetsSystemAdmin (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="SinglePartitionWithoutOffsetsSystemAdmin (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="SinglePartitionWithoutOffsetsSystemAdmin (samza-api 1.2.0 API)"; } } catch(err) { @@ -188,7 +188,7 @@ implements <a href="../../../../org/apac <!-- --> </a> <h3>Methods inherited from interface org.apache.samza.system.<a href="../../../../org/apache/samza/system/SystemAdmin.html" title="interface in org.apache.samza.system">SystemAdmin</a></h3> -<code><a href="../../../../org/apache/samza/system/SystemAdmin.html#clearStream-org.apache.samza.system.StreamSpec-">clearStream</a>, <a href="../../../../org/apache/samza/system/SystemAdmin.html#createStream-org.apache.samza.system.StreamSpec-">createStream</a>, <a href="../../../../org/apache/samza/system/SystemAdmin.html#deleteMessages-java.util.Map-">deleteMessages</a>, <a href="../../../../org/apache/samza/system/SystemAdmin.html#getAllSystemStreams--">getAllSystemStreams</a>, <a href="../../../../org/apache/samza/system/SystemAdmin.html#getSSPMetadata-java.util.Set-">getSSPMetadata</a>, <a href="../../../../org/apache/samza/system/SystemAdmin.html#getSystemStreamPartitionCounts-java.util.Set-long-">getSystemStreamPartitionCounts</a>, <a href="../../../../org/apache/samza/system/SystemAdmin.html#start--">start</a>, <a href="../../../../org/apache/samza/system/SystemAdmin.html#stop--">stop</a>, <a href="../../../../org/apache/samza/system/SystemAdmin.html#validateStream-org.apac he.samza.system.StreamSpec-">validateStream</a></code></li> +<code><a href="../../../../org/apache/samza/system/SystemAdmin.html#clearStream-org.apache.samza.system.StreamSpec-">clearStream</a>, <a href="../../../../org/apache/samza/system/SystemAdmin.html#createStream-org.apache.samza.system.StreamSpec-">createStream</a>, <a href="../../../../org/apache/samza/system/SystemAdmin.html#deleteMessages-java.util.Map-">deleteMessages</a>, <a href="../../../../org/apache/samza/system/SystemAdmin.html#getAllSystemStreams--">getAllSystemStreams</a>, <a href="../../../../org/apache/samza/system/SystemAdmin.html#getSSPMetadata-java.util.Set-">getSSPMetadata</a>, <a href="../../../../org/apache/samza/system/SystemAdmin.html#getSystemStreamPartitionCounts-java.util.Set-long-">getSystemStreamPartitionCounts</a>, <a href="../../../../org/apache/samza/system/SystemAdmin.html#resolveStartpointToOffset-org.apache.samza.system.SystemStreamPartition-org.apache.samza.startpoint.Startpoint-">resolveStartpointToOffset</a>, <a href="../../../../org/apache/samza/sys tem/SystemAdmin.html#start--">start</a>, <a href="../../../../org/apache/samza/system/SystemAdmin.html#stop--">stop</a>, <a href="../../../../org/apache/samza/system/SystemAdmin.html#validateStream-org.apache.samza.system.StreamSpec-">validateStream</a></code></li> </ul> </li> </ul> Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/TimestampedValue.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/TimestampedValue.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/TimestampedValue.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/TimestampedValue.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>TimestampedValue (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>TimestampedValue (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="TimestampedValue (samza-api 1.1.1-SNAPSHOT API)"; + parent.document.title="TimestampedValue (samza-api 1.2.0 API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/package-frame.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/package-frame.html?rev=1860788&r1=1860787&r2=1860788&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/package-frame.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/util/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.util (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.util (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>
