Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/MessageStream.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/MessageStream.html?rev=1832282&r1=1832281&r2=1832282&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/MessageStream.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/MessageStream.html Fri May 25 22:32:33 2018 @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Thu May 24 12:04:06 PDT 2018 --> -<title>MessageStream (samza-api 0.14.1 API)</title> -<meta name="date" content="2018-05-24"> +<!-- Generated by javadoc (1.8.0_121) on Fri May 25 15:29:53 PDT 2018 --> +<title>MessageStream (samza-api 0.15.0-SNAPSHOT API)</title> +<meta name="date" content="2018-05-25"> <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="MessageStream (samza-api 0.14.1 API)"; + parent.document.title="MessageStream (samza-api 0.15.0-SNAPSHOT API)"; } } catch(err) { @@ -196,8 +196,8 @@ public interface <span class="typeNameLa </tr> <tr id="i9" class="rowColor"> <td class="colFirst"><code><K,V> <a href="../../../../org/apache/samza/operators/MessageStream.html" title="interface in org.apache.samza.operators">MessageStream</a><<a href="../../../../org/apache/samza/operators/KV.html" title="class in org.apache.samza.operators">KV</a><K,V>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/operators/MessageStream.html#partitionBy-java.util.function.Function-java.util.function.Function-org.apache.samza.serializers.KVSerde-java.lang.String-">partitionBy</a></span>(java.util.function.Function<? super <a href="../../../../org/apache/samza/operators/MessageStream.html" title="type parameter in MessageStream">M</a>,? extends K> keyExtractor, - java.util.function.Function<? super <a href="../../../../org/apache/samza/operators/MessageStream.html" title="type parameter in MessageStream">M</a>,? extends V> valueExtractor, +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/operators/MessageStream.html#partitionBy-org.apache.samza.operators.functions.MapFunction-org.apache.samza.operators.functions.MapFunction-org.apache.samza.serializers.KVSerde-java.lang.String-">partitionBy</a></span>(<a href="../../../../org/apache/samza/operators/functions/MapFunction.html" title="interface in org.apache.samza.operators.functions">MapFunction</a><? super <a href="../../../../org/apache/samza/operators/MessageStream.html" title="type parameter in MessageStream">M</a>,? extends K> keyExtractor, + <a href="../../../../org/apache/samza/operators/functions/MapFunction.html" title="interface in org.apache.samza.operators.functions">MapFunction</a><? super <a href="../../../../org/apache/samza/operators/MessageStream.html" title="type parameter in MessageStream">M</a>,? extends V> valueExtractor, <a href="../../../../org/apache/samza/serializers/KVSerde.html" title="class in org.apache.samza.serializers">KVSerde</a><K,V> serde, java.lang.String id)</code> <div class="block">Re-partitions this <a href="../../../../org/apache/samza/operators/MessageStream.html" title="interface in org.apache.samza.operators"><code>MessageStream</code></a> using keys from the <code>keyExtractor</code> by creating a new @@ -206,10 +206,10 @@ public interface <span class="typeNameLa </tr> <tr id="i10" class="altColor"> <td class="colFirst"><code><K,V> <a href="../../../../org/apache/samza/operators/MessageStream.html" title="interface in org.apache.samza.operators">MessageStream</a><<a href="../../../../org/apache/samza/operators/KV.html" title="class in org.apache.samza.operators">KV</a><K,V>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/operators/MessageStream.html#partitionBy-java.util.function.Function-java.util.function.Function-java.lang.String-">partitionBy</a></span>(java.util.function.Function<? super <a href="../../../../org/apache/samza/operators/MessageStream.html" title="type parameter in MessageStream">M</a>,? extends K> keyExtractor, - java.util.function.Function<? super <a href="../../../../org/apache/samza/operators/MessageStream.html" title="type parameter in MessageStream">M</a>,? extends V> valueExtractor, +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/samza/operators/MessageStream.html#partitionBy-org.apache.samza.operators.functions.MapFunction-org.apache.samza.operators.functions.MapFunction-java.lang.String-">partitionBy</a></span>(<a href="../../../../org/apache/samza/operators/functions/MapFunction.html" title="interface in org.apache.samza.operators.functions">MapFunction</a><? super <a href="../../../../org/apache/samza/operators/MessageStream.html" title="type parameter in MessageStream">M</a>,? extends K> keyExtractor, + <a href="../../../../org/apache/samza/operators/functions/MapFunction.html" title="interface in org.apache.samza.operators.functions">MapFunction</a><? super <a href="../../../../org/apache/samza/operators/MessageStream.html" title="type parameter in MessageStream">M</a>,? extends V> valueExtractor, java.lang.String id)</code> -<div class="block">Same as calling <a href="../../../../org/apache/samza/operators/MessageStream.html#partitionBy-java.util.function.Function-java.util.function.Function-org.apache.samza.serializers.KVSerde-java.lang.String-"><code>partitionBy(Function, Function, KVSerde, String)</code></a> with a null KVSerde.</div> +<div class="block">Same as calling <a href="../../../../org/apache/samza/operators/MessageStream.html#partitionBy-org.apache.samza.operators.functions.MapFunction-org.apache.samza.operators.functions.MapFunction-org.apache.samza.serializers.KVSerde-java.lang.String-"><code>partitionBy(MapFunction, MapFunction, KVSerde, String)</code></a> with a null KVSerde.</div> </td> </tr> <tr id="i11" class="rowColor"> @@ -500,14 +500,14 @@ public interface <span class="typeNameLa </dl> </li> </ul> -<a name="partitionBy-java.util.function.Function-java.util.function.Function-org.apache.samza.serializers.KVSerde-java.lang.String-"> +<a name="partitionBy-org.apache.samza.operators.functions.MapFunction-org.apache.samza.operators.functions.MapFunction-org.apache.samza.serializers.KVSerde-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>partitionBy</h4> -<pre><K,V> <a href="../../../../org/apache/samza/operators/MessageStream.html" title="interface in org.apache.samza.operators">MessageStream</a><<a href="../../../../org/apache/samza/operators/KV.html" title="class in org.apache.samza.operators">KV</a><K,V>> partitionBy(java.util.function.Function<? super <a href="../../../../org/apache/samza/operators/MessageStream.html" title="type parameter in MessageStream">M</a>,? extends K> keyExtractor, - java.util.function.Function<? super <a href="../../../../org/apache/samza/operators/MessageStream.html" title="type parameter in MessageStream">M</a>,? extends V> valueExtractor, +<pre><K,V> <a href="../../../../org/apache/samza/operators/MessageStream.html" title="interface in org.apache.samza.operators">MessageStream</a><<a href="../../../../org/apache/samza/operators/KV.html" title="class in org.apache.samza.operators">KV</a><K,V>> partitionBy(<a href="../../../../org/apache/samza/operators/functions/MapFunction.html" title="interface in org.apache.samza.operators.functions">MapFunction</a><? super <a href="../../../../org/apache/samza/operators/MessageStream.html" title="type parameter in MessageStream">M</a>,? extends K> keyExtractor, + <a href="../../../../org/apache/samza/operators/functions/MapFunction.html" title="interface in org.apache.samza.operators.functions">MapFunction</a><? super <a href="../../../../org/apache/samza/operators/MessageStream.html" title="type parameter in MessageStream">M</a>,? extends V> valueExtractor, <a href="../../../../org/apache/samza/serializers/KVSerde.html" title="class in org.apache.samza.serializers">KVSerde</a><K,V> serde, java.lang.String id)</pre> <div class="block">Re-partitions this <a href="../../../../org/apache/samza/operators/MessageStream.html" title="interface in org.apache.samza.operators"><code>MessageStream</code></a> using keys from the <code>keyExtractor</code> by creating a new @@ -538,9 +538,9 @@ public interface <span class="typeNameLa <dd><code>K</code> - the type of output key</dd> <dd><code>V</code> - the type of output value</dd> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>keyExtractor</code> - the <code>Function</code> to extract the message and partition key from the input message. +<dd><code>keyExtractor</code> - the <a href="../../../../org/apache/samza/operators/functions/MapFunction.html" title="interface in org.apache.samza.operators.functions"><code>MapFunction</code></a> to extract the message and partition key from the input message. Messages with a null key are all sent to partition 0.</dd> -<dd><code>valueExtractor</code> - the <code>Function</code> to extract the value from the input message</dd> +<dd><code>valueExtractor</code> - the <a href="../../../../org/apache/samza/operators/functions/MapFunction.html" title="interface in org.apache.samza.operators.functions"><code>MapFunction</code></a> to extract the value from the input message</dd> <dd><code>serde</code> - the <a href="../../../../org/apache/samza/serializers/KVSerde.html" title="class in org.apache.samza.serializers"><code>KVSerde</code></a> to use for (de)serializing the key and value.</dd> <dd><code>id</code> - the unique id of this operator in this application</dd> <dt><span class="returnLabel">Returns:</span></dt> @@ -548,16 +548,16 @@ public interface <span class="typeNameLa </dl> </li> </ul> -<a name="partitionBy-java.util.function.Function-java.util.function.Function-java.lang.String-"> +<a name="partitionBy-org.apache.samza.operators.functions.MapFunction-org.apache.samza.operators.functions.MapFunction-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>partitionBy</h4> -<pre><K,V> <a href="../../../../org/apache/samza/operators/MessageStream.html" title="interface in org.apache.samza.operators">MessageStream</a><<a href="../../../../org/apache/samza/operators/KV.html" title="class in org.apache.samza.operators">KV</a><K,V>> partitionBy(java.util.function.Function<? super <a href="../../../../org/apache/samza/operators/MessageStream.html" title="type parameter in MessageStream">M</a>,? extends K> keyExtractor, - java.util.function.Function<? super <a href="../../../../org/apache/samza/operators/MessageStream.html" title="type parameter in MessageStream">M</a>,? extends V> valueExtractor, +<pre><K,V> <a href="../../../../org/apache/samza/operators/MessageStream.html" title="interface in org.apache.samza.operators">MessageStream</a><<a href="../../../../org/apache/samza/operators/KV.html" title="class in org.apache.samza.operators">KV</a><K,V>> partitionBy(<a href="../../../../org/apache/samza/operators/functions/MapFunction.html" title="interface in org.apache.samza.operators.functions">MapFunction</a><? super <a href="../../../../org/apache/samza/operators/MessageStream.html" title="type parameter in MessageStream">M</a>,? extends K> keyExtractor, + <a href="../../../../org/apache/samza/operators/functions/MapFunction.html" title="interface in org.apache.samza.operators.functions">MapFunction</a><? super <a href="../../../../org/apache/samza/operators/MessageStream.html" title="type parameter in MessageStream">M</a>,? extends V> valueExtractor, java.lang.String id)</pre> -<div class="block">Same as calling <a href="../../../../org/apache/samza/operators/MessageStream.html#partitionBy-java.util.function.Function-java.util.function.Function-org.apache.samza.serializers.KVSerde-java.lang.String-"><code>partitionBy(Function, Function, KVSerde, String)</code></a> with a null KVSerde. +<div class="block">Same as calling <a href="../../../../org/apache/samza/operators/MessageStream.html#partitionBy-org.apache.samza.operators.functions.MapFunction-org.apache.samza.operators.functions.MapFunction-org.apache.samza.serializers.KVSerde-java.lang.String-"><code>partitionBy(MapFunction, MapFunction, KVSerde, String)</code></a> with a null KVSerde. <p> Uses the default serde provided via <a href="../../../../org/apache/samza/operators/StreamGraph.html#setDefaultSerde-org.apache.samza.serializers.Serde-"><code>StreamGraph.setDefaultSerde(org.apache.samza.serializers.Serde<?>)</code></a>, which must be a KVSerde. If the default serde is not a <a href="../../../../org/apache/samza/serializers/KVSerde.html" title="class in org.apache.samza.serializers"><code>KVSerde</code></a>, a runtime exception will be thrown. If no default serde has been provided @@ -567,8 +567,8 @@ public interface <span class="typeNameLa <dd><code>K</code> - the type of output key</dd> <dd><code>V</code> - the type of output value</dd> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>keyExtractor</code> - the <code>Function</code> to extract the message and partition key from the input message</dd> -<dd><code>valueExtractor</code> - the <code>Function</code> to extract the value from the input message</dd> +<dd><code>keyExtractor</code> - the <a href="../../../../org/apache/samza/operators/functions/MapFunction.html" title="interface in org.apache.samza.operators.functions"><code>MapFunction</code></a> to extract the message and partition key from the input message</dd> +<dd><code>valueExtractor</code> - the <a href="../../../../org/apache/samza/operators/functions/MapFunction.html" title="interface in org.apache.samza.operators.functions"><code>MapFunction</code></a> to extract the value from the input message</dd> <dd><code>id</code> - the unique id of this operator in this application</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the repartitioned <a href="../../../../org/apache/samza/operators/MessageStream.html" title="interface in org.apache.samza.operators"><code>MessageStream</code></a></dd>
Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/OutputStream.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/OutputStream.html?rev=1832282&r1=1832281&r2=1832282&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/OutputStream.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/OutputStream.html Fri May 25 22:32:33 2018 @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Thu May 24 12:04:06 PDT 2018 --> -<title>OutputStream (samza-api 0.14.1 API)</title> -<meta name="date" content="2018-05-24"> +<!-- Generated by javadoc (1.8.0_121) on Fri May 25 15:29:53 PDT 2018 --> +<title>OutputStream (samza-api 0.15.0-SNAPSHOT API)</title> +<meta name="date" content="2018-05-25"> <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="OutputStream (samza-api 0.14.1 API)"; + parent.document.title="OutputStream (samza-api 0.15.0-SNAPSHOT API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/StreamGraph.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/StreamGraph.html?rev=1832282&r1=1832281&r2=1832282&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/StreamGraph.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/StreamGraph.html Fri May 25 22:32:33 2018 @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Thu May 24 12:04:06 PDT 2018 --> -<title>StreamGraph (samza-api 0.14.1 API)</title> -<meta name="date" content="2018-05-24"> +<!-- Generated by javadoc (1.8.0_121) on Fri May 25 15:29:53 PDT 2018 --> +<title>StreamGraph (samza-api 0.15.0-SNAPSHOT API)</title> +<meta name="date" content="2018-05-25"> <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="StreamGraph (samza-api 0.14.1 API)"; + parent.document.title="StreamGraph (samza-api 0.15.0-SNAPSHOT API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/TableDescriptor.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/TableDescriptor.html?rev=1832282&r1=1832281&r2=1832282&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/TableDescriptor.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/TableDescriptor.html Fri May 25 22:32:33 2018 @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Thu May 24 12:04:06 PDT 2018 --> -<title>TableDescriptor (samza-api 0.14.1 API)</title> -<meta name="date" content="2018-05-24"> +<!-- Generated by javadoc (1.8.0_121) on Fri May 25 15:29:53 PDT 2018 --> +<title>TableDescriptor (samza-api 0.15.0-SNAPSHOT API)</title> +<meta name="date" content="2018-05-25"> <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="TableDescriptor (samza-api 0.14.1 API)"; + parent.document.title="TableDescriptor (samza-api 0.15.0-SNAPSHOT API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/TimerRegistry.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/TimerRegistry.html?rev=1832282&r1=1832281&r2=1832282&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/TimerRegistry.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/TimerRegistry.html Fri May 25 22:32:33 2018 @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Thu May 24 12:04:06 PDT 2018 --> -<title>TimerRegistry (samza-api 0.14.1 API)</title> -<meta name="date" content="2018-05-24"> +<!-- Generated by javadoc (1.8.0_121) on Fri May 25 15:29:53 PDT 2018 --> +<title>TimerRegistry (samza-api 0.15.0-SNAPSHOT API)</title> +<meta name="date" content="2018-05-25"> <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="TimerRegistry (samza-api 0.14.1 API)"; + parent.document.title="TimerRegistry (samza-api 0.15.0-SNAPSHOT API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/ClosableFunction.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/ClosableFunction.html?rev=1832282&r1=1832281&r2=1832282&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/ClosableFunction.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/ClosableFunction.html Fri May 25 22:32:33 2018 @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Thu May 24 12:04:06 PDT 2018 --> -<title>ClosableFunction (samza-api 0.14.1 API)</title> -<meta name="date" content="2018-05-24"> +<!-- Generated by javadoc (1.8.0_121) on Fri May 25 15:29:53 PDT 2018 --> +<title>ClosableFunction (samza-api 0.15.0-SNAPSHOT API)</title> +<meta name="date" content="2018-05-25"> <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="ClosableFunction (samza-api 0.14.1 API)"; + parent.document.title="ClosableFunction (samza-api 0.15.0-SNAPSHOT API)"; } } catch(err) { @@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <dl> <dt>All Known Subinterfaces:</dt> -<dd><a href="../../../../../org/apache/samza/operators/functions/FilterFunction.html" title="interface in org.apache.samza.operators.functions">FilterFunction</a><M>, <a href="../../../../../org/apache/samza/operators/functions/FlatMapFunction.html" title="interface in org.apache.samza.operators.functions">FlatMapFunction</a><M,OM>, <a href="../../../../../org/apache/samza/operators/functions/FoldLeftFunction.html" title="interface in org.apache.samza.operators.functions">FoldLeftFunction</a><M,WV>, <a href="../../../../../org/apache/samza/operators/functions/JoinFunction.html" title="interface in org.apache.samza.operators.functions">JoinFunction</a><K,M,JM,RM>, <a href="../../../../../org/apache/samza/operators/functions/MapFunction.html" title="interface in org.apache.samza.operators.functions">MapFunction</a><M,OM>, <a href="../../../../../org/apache/samza/operators/functions/SinkFunction.html" title="interface in org.apache.samza.operators.function s">SinkFunction</a><M>, <a href="../../../../../org/apache/samza/operators/functions/StreamTableJoinFunction.html" title="interface in org.apache.samza.operators.functions">StreamTableJoinFunction</a><K,M,R,JM></dd> +<dd><a href="../../../../../org/apache/samza/operators/functions/FilterFunction.html" title="interface in org.apache.samza.operators.functions">FilterFunction</a><M>, <a href="../../../../../org/apache/samza/operators/functions/FlatMapFunction.html" title="interface in org.apache.samza.operators.functions">FlatMapFunction</a><M,OM>, <a href="../../../../../org/apache/samza/operators/functions/FoldLeftFunction.html" title="interface in org.apache.samza.operators.functions">FoldLeftFunction</a><M,WV>, <a href="../../../../../org/apache/samza/operators/functions/JoinFunction.html" title="interface in org.apache.samza.operators.functions">JoinFunction</a><K,M,JM,RM>, <a href="../../../../../org/apache/samza/operators/functions/MapFunction.html" title="interface in org.apache.samza.operators.functions">MapFunction</a><M,OM>, <a href="../../../../../org/apache/samza/operators/functions/SinkFunction.html" title="interface in org.apache.samza.operators.function s">SinkFunction</a><M>, <a href="../../../../../org/apache/samza/operators/functions/StreamTableJoinFunction.html" title="interface in org.apache.samza.operators.functions">StreamTableJoinFunction</a><K,M,R,JM>, <a href="../../../../../org/apache/samza/operators/functions/SupplierFunction.html" title="interface in org.apache.samza.operators.functions">SupplierFunction</a><T></dd> </dl> <hr> <br> @@ -133,7 +133,9 @@ public interface <span class="typeNameLa </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>default void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html#close--">close</a></span>()</code> </td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html#close--">close</a></span>()</code> +<div class="block">Frees any resource acquired by the operators in <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions"><code>InitableFunction</code></a></div> +</td> </tr> </table> </li> @@ -157,6 +159,7 @@ public interface <span class="typeNameLa <li class="blockList"> <h4>close</h4> <pre>default void close()</pre> +<div class="block">Frees any resource acquired by the operators in <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions"><code>InitableFunction</code></a></div> </li> </ul> </li> Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/FilterFunction.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/FilterFunction.html?rev=1832282&r1=1832281&r2=1832282&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/FilterFunction.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/FilterFunction.html Fri May 25 22:32:33 2018 @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Thu May 24 12:04:06 PDT 2018 --> -<title>FilterFunction (samza-api 0.14.1 API)</title> -<meta name="date" content="2018-05-24"> +<!-- Generated by javadoc (1.8.0_121) on Fri May 25 15:29:53 PDT 2018 --> +<title>FilterFunction (samza-api 0.15.0-SNAPSHOT API)</title> +<meta name="date" content="2018-05-25"> <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="FilterFunction (samza-api 0.14.1 API)"; + parent.document.title="FilterFunction (samza-api 0.15.0-SNAPSHOT API)"; } } catch(err) { @@ -104,7 +104,7 @@ var activeTableTab = "activeTableTab"; </dl> <dl> <dt>All Superinterfaces:</dt> -<dd><a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a></dd> +<dd><a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, java.io.Serializable</dd> </dl> <dl> <dt>Functional Interface:</dt> @@ -115,7 +115,7 @@ var activeTableTab = "activeTableTab"; <pre><a href="../../../../../org/apache/samza/annotation/InterfaceStability.Unstable.html" title="annotation in org.apache.samza.annotation">@InterfaceStability.Unstable</a> @FunctionalInterface public interface <span class="typeNameLabel">FilterFunction<M></span> -extends <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a></pre> +extends <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, java.io.Serializable</pre> <div class="block">Specifies whether a message should be retained for further processing.</div> </li> </ul> Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/FlatMapFunction.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/FlatMapFunction.html?rev=1832282&r1=1832281&r2=1832282&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/FlatMapFunction.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/FlatMapFunction.html Fri May 25 22:32:33 2018 @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Thu May 24 12:04:06 PDT 2018 --> -<title>FlatMapFunction (samza-api 0.14.1 API)</title> -<meta name="date" content="2018-05-24"> +<!-- Generated by javadoc (1.8.0_121) on Fri May 25 15:29:53 PDT 2018 --> +<title>FlatMapFunction (samza-api 0.15.0-SNAPSHOT API)</title> +<meta name="date" content="2018-05-25"> <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="FlatMapFunction (samza-api 0.14.1 API)"; + parent.document.title="FlatMapFunction (samza-api 0.15.0-SNAPSHOT API)"; } } catch(err) { @@ -105,7 +105,7 @@ var activeTableTab = "activeTableTab"; </dl> <dl> <dt>All Superinterfaces:</dt> -<dd><a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a></dd> +<dd><a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, java.io.Serializable</dd> </dl> <dl> <dt>Functional Interface:</dt> @@ -116,7 +116,7 @@ var activeTableTab = "activeTableTab"; <pre><a href="../../../../../org/apache/samza/annotation/InterfaceStability.Unstable.html" title="annotation in org.apache.samza.annotation">@InterfaceStability.Unstable</a> @FunctionalInterface public interface <span class="typeNameLabel">FlatMapFunction<M,OM></span> -extends <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a></pre> +extends <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, java.io.Serializable</pre> <div class="block">Transforms an input message into a collection of 0 or more messages, possibly of a different type.</div> </li> </ul> Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/FoldLeftFunction.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/FoldLeftFunction.html?rev=1832282&r1=1832281&r2=1832282&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/FoldLeftFunction.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/FoldLeftFunction.html Fri May 25 22:32:33 2018 @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Thu May 24 12:04:06 PDT 2018 --> -<title>FoldLeftFunction (samza-api 0.14.1 API)</title> -<meta name="date" content="2018-05-24"> +<!-- Generated by javadoc (1.8.0_121) on Fri May 25 15:29:53 PDT 2018 --> +<title>FoldLeftFunction (samza-api 0.15.0-SNAPSHOT API)</title> +<meta name="date" content="2018-05-25"> <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="FoldLeftFunction (samza-api 0.14.1 API)"; + parent.document.title="FoldLeftFunction (samza-api 0.15.0-SNAPSHOT API)"; } } catch(err) { @@ -100,13 +100,19 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <dl> <dt>All Superinterfaces:</dt> -<dd><a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a></dd> +<dd><a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, java.io.Serializable</dd> +</dl> +<dl> +<dt>Functional Interface:</dt> +<dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd> </dl> <hr> <br> -<pre>public interface <span class="typeNameLabel">FoldLeftFunction<M,WV></span> -extends <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a></pre> -<div class="block">Incrementally updates the window value as messages are added to the window.</div> +<pre><a href="../../../../../org/apache/samza/annotation/InterfaceStability.Unstable.html" title="annotation in org.apache.samza.annotation">@InterfaceStability.Unstable</a> + @FunctionalInterface +public interface <span class="typeNameLabel">FoldLeftFunction<M,WV></span> +extends <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, java.io.Serializable</pre> +<div class="block">Incrementally updates the aggregated value as messages are added. Main usage is in <a href="../../../../../org/apache/samza/operators/windows/Window.html" title="interface in org.apache.samza.operators.windows"><code>Window</code></a> operator.</div> </li> </ul> </div> @@ -129,7 +135,7 @@ extends <a href="../../../../../org/apac <td class="colFirst"><code><a href="../../../../../org/apache/samza/operators/functions/FoldLeftFunction.html" title="type parameter in FoldLeftFunction">WV</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/operators/functions/FoldLeftFunction.html#apply-M-WV-">apply</a></span>(<a href="../../../../../org/apache/samza/operators/functions/FoldLeftFunction.html" title="type parameter in FoldLeftFunction">M</a> message, <a href="../../../../../org/apache/samza/operators/functions/FoldLeftFunction.html" title="type parameter in FoldLeftFunction">WV</a> oldValue)</code> -<div class="block">Incrementally updates the window value as messages are added to the window.</div> +<div class="block">Incrementally updates the aggregated value as messages are added.</div> </td> </tr> </table> @@ -171,11 +177,11 @@ extends <a href="../../../../../org/apac <h4>apply</h4> <pre><a href="../../../../../org/apache/samza/operators/functions/FoldLeftFunction.html" title="type parameter in FoldLeftFunction">WV</a> apply(<a href="../../../../../org/apache/samza/operators/functions/FoldLeftFunction.html" title="type parameter in FoldLeftFunction">M</a> message, <a href="../../../../../org/apache/samza/operators/functions/FoldLeftFunction.html" title="type parameter in FoldLeftFunction">WV</a> oldValue)</pre> -<div class="block">Incrementally updates the window value as messages are added to the window.</div> +<div class="block">Incrementally updates the aggregated value as messages are added.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>message</code> - the message being added to the window</dd> -<dd><code>oldValue</code> - the previous value associated with the window</dd> +<dd><code>message</code> - the message being added to the aggregated value</dd> +<dd><code>oldValue</code> - the previous value</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the new value</dd> </dl> Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/InitableFunction.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/InitableFunction.html?rev=1832282&r1=1832281&r2=1832282&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/InitableFunction.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/InitableFunction.html Fri May 25 22:32:33 2018 @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Thu May 24 12:04:06 PDT 2018 --> -<title>InitableFunction (samza-api 0.14.1 API)</title> -<meta name="date" content="2018-05-24"> +<!-- Generated by javadoc (1.8.0_121) on Fri May 25 15:29:53 PDT 2018 --> +<title>InitableFunction (samza-api 0.15.0-SNAPSHOT API)</title> +<meta name="date" content="2018-05-25"> <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="InitableFunction (samza-api 0.14.1 API)"; + parent.document.title="InitableFunction (samza-api 0.15.0-SNAPSHOT API)"; } } catch(err) { @@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <dl> <dt>All Known Subinterfaces:</dt> -<dd><a href="../../../../../org/apache/samza/operators/functions/FilterFunction.html" title="interface in org.apache.samza.operators.functions">FilterFunction</a><M>, <a href="../../../../../org/apache/samza/operators/functions/FlatMapFunction.html" title="interface in org.apache.samza.operators.functions">FlatMapFunction</a><M,OM>, <a href="../../../../../org/apache/samza/operators/functions/FoldLeftFunction.html" title="interface in org.apache.samza.operators.functions">FoldLeftFunction</a><M,WV>, <a href="../../../../../org/apache/samza/operators/functions/JoinFunction.html" title="interface in org.apache.samza.operators.functions">JoinFunction</a><K,M,JM,RM>, <a href="../../../../../org/apache/samza/operators/functions/MapFunction.html" title="interface in org.apache.samza.operators.functions">MapFunction</a><M,OM>, <a href="../../../../../org/apache/samza/operators/functions/SinkFunction.html" title="interface in org.apache.samza.operators.function s">SinkFunction</a><M>, <a href="../../../../../org/apache/samza/operators/functions/StreamTableJoinFunction.html" title="interface in org.apache.samza.operators.functions">StreamTableJoinFunction</a><K,M,R,JM></dd> +<dd><a href="../../../../../org/apache/samza/operators/functions/FilterFunction.html" title="interface in org.apache.samza.operators.functions">FilterFunction</a><M>, <a href="../../../../../org/apache/samza/operators/functions/FlatMapFunction.html" title="interface in org.apache.samza.operators.functions">FlatMapFunction</a><M,OM>, <a href="../../../../../org/apache/samza/operators/functions/FoldLeftFunction.html" title="interface in org.apache.samza.operators.functions">FoldLeftFunction</a><M,WV>, <a href="../../../../../org/apache/samza/operators/functions/JoinFunction.html" title="interface in org.apache.samza.operators.functions">JoinFunction</a><K,M,JM,RM>, <a href="../../../../../org/apache/samza/operators/functions/MapFunction.html" title="interface in org.apache.samza.operators.functions">MapFunction</a><M,OM>, <a href="../../../../../org/apache/samza/operators/functions/SinkFunction.html" title="interface in org.apache.samza.operators.function s">SinkFunction</a><M>, <a href="../../../../../org/apache/samza/operators/functions/StreamTableJoinFunction.html" title="interface in org.apache.samza.operators.functions">StreamTableJoinFunction</a><K,M,R,JM>, <a href="../../../../../org/apache/samza/operators/functions/SupplierFunction.html" title="interface in org.apache.samza.operators.functions">SupplierFunction</a><T></dd> </dl> <hr> <br> Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/JoinFunction.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/JoinFunction.html?rev=1832282&r1=1832281&r2=1832282&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/JoinFunction.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/JoinFunction.html Fri May 25 22:32:33 2018 @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Thu May 24 12:04:06 PDT 2018 --> -<title>JoinFunction (samza-api 0.14.1 API)</title> -<meta name="date" content="2018-05-24"> +<!-- Generated by javadoc (1.8.0_121) on Fri May 25 15:29:53 PDT 2018 --> +<title>JoinFunction (samza-api 0.15.0-SNAPSHOT API)</title> +<meta name="date" content="2018-05-25"> <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="JoinFunction (samza-api 0.14.1 API)"; + parent.document.title="JoinFunction (samza-api 0.15.0-SNAPSHOT API)"; } } catch(err) { @@ -107,13 +107,13 @@ var activeTableTab = "activeTableTab"; </dl> <dl> <dt>All Superinterfaces:</dt> -<dd><a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a></dd> +<dd><a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, java.io.Serializable</dd> </dl> <hr> <br> <pre><a href="../../../../../org/apache/samza/annotation/InterfaceStability.Unstable.html" title="annotation in org.apache.samza.annotation">@InterfaceStability.Unstable</a> public interface <span class="typeNameLabel">JoinFunction<K,M,JM,RM></span> -extends <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a></pre> +extends <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, java.io.Serializable</pre> <div class="block">Joins incoming messages in two streams by key.</div> </li> </ul> Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/MapFunction.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/MapFunction.html?rev=1832282&r1=1832281&r2=1832282&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/MapFunction.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/MapFunction.html Fri May 25 22:32:33 2018 @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Thu May 24 12:04:06 PDT 2018 --> -<title>MapFunction (samza-api 0.14.1 API)</title> -<meta name="date" content="2018-05-24"> +<!-- Generated by javadoc (1.8.0_121) on Fri May 25 15:29:53 PDT 2018 --> +<title>MapFunction (samza-api 0.15.0-SNAPSHOT API)</title> +<meta name="date" content="2018-05-25"> <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="MapFunction (samza-api 0.14.1 API)"; + parent.document.title="MapFunction (samza-api 0.15.0-SNAPSHOT API)"; } } catch(err) { @@ -105,7 +105,7 @@ var activeTableTab = "activeTableTab"; </dl> <dl> <dt>All Superinterfaces:</dt> -<dd><a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a></dd> +<dd><a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, java.io.Serializable</dd> </dl> <dl> <dt>Functional Interface:</dt> @@ -116,7 +116,7 @@ var activeTableTab = "activeTableTab"; <pre><a href="../../../../../org/apache/samza/annotation/InterfaceStability.Unstable.html" title="annotation in org.apache.samza.annotation">@InterfaceStability.Unstable</a> @FunctionalInterface public interface <span class="typeNameLabel">MapFunction<M,OM></span> -extends <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a></pre> +extends <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, java.io.Serializable</pre> <div class="block">Transforms an input message into another message, possibly of a different type.</div> </li> </ul> Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/SinkFunction.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/SinkFunction.html?rev=1832282&r1=1832281&r2=1832282&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/SinkFunction.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/SinkFunction.html Fri May 25 22:32:33 2018 @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Thu May 24 12:04:06 PDT 2018 --> -<title>SinkFunction (samza-api 0.14.1 API)</title> -<meta name="date" content="2018-05-24"> +<!-- Generated by javadoc (1.8.0_121) on Fri May 25 15:29:53 PDT 2018 --> +<title>SinkFunction (samza-api 0.15.0-SNAPSHOT API)</title> +<meta name="date" content="2018-05-25"> <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="SinkFunction (samza-api 0.14.1 API)"; + parent.document.title="SinkFunction (samza-api 0.15.0-SNAPSHOT API)"; } } catch(err) { @@ -104,7 +104,7 @@ var activeTableTab = "activeTableTab"; </dl> <dl> <dt>All Superinterfaces:</dt> -<dd><a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a></dd> +<dd><a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, java.io.Serializable</dd> </dl> <dl> <dt>Functional Interface:</dt> @@ -115,7 +115,7 @@ var activeTableTab = "activeTableTab"; <pre><a href="../../../../../org/apache/samza/annotation/InterfaceStability.Unstable.html" title="annotation in org.apache.samza.annotation">@InterfaceStability.Unstable</a> @FunctionalInterface public interface <span class="typeNameLabel">SinkFunction<M></span> -extends <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a></pre> +extends <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, java.io.Serializable</pre> <div class="block">Allows sending a message to an output system.</div> </li> </ul> Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/StreamTableJoinFunction.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/StreamTableJoinFunction.html?rev=1832282&r1=1832281&r2=1832282&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/StreamTableJoinFunction.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/StreamTableJoinFunction.html Fri May 25 22:32:33 2018 @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Thu May 24 12:04:06 PDT 2018 --> -<title>StreamTableJoinFunction (samza-api 0.14.1 API)</title> -<meta name="date" content="2018-05-24"> +<!-- Generated by javadoc (1.8.0_121) on Fri May 25 15:29:53 PDT 2018 --> +<title>StreamTableJoinFunction (samza-api 0.15.0-SNAPSHOT API)</title> +<meta name="date" content="2018-05-25"> <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="StreamTableJoinFunction (samza-api 0.14.1 API)"; + parent.document.title="StreamTableJoinFunction (samza-api 0.15.0-SNAPSHOT API)"; } } catch(err) { @@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab"; <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/samza/operators/functions/SinkFunction.html" title="interface in org.apache.samza.operators.functions"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../../../org/apache/samza/operators/functions/TimerFunction.html" title="interface in org.apache.samza.operators.functions"><span class="typeNameLink">Next Class</span></a></li> +<li><a href="../../../../../org/apache/samza/operators/functions/SupplierFunction.html" title="interface in org.apache.samza.operators.functions"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/samza/operators/functions/StreamTableJoinFunction.html" target="_top">Frames</a></li> @@ -107,13 +107,13 @@ var activeTableTab = "activeTableTab"; </dl> <dl> <dt>All Superinterfaces:</dt> -<dd><a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a></dd> +<dd><a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, java.io.Serializable</dd> </dl> <hr> <br> <pre><a href="../../../../../org/apache/samza/annotation/InterfaceStability.Unstable.html" title="annotation in org.apache.samza.annotation">@InterfaceStability.Unstable</a> public interface <span class="typeNameLabel">StreamTableJoinFunction<K,M,R,JM></span> -extends <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a></pre> +extends <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, java.io.Serializable</pre> <div class="block">Joins incoming messages with records from a table by the join key.</div> </li> </ul> @@ -265,7 +265,7 @@ extends <a href="../../../../../org/apac <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/samza/operators/functions/SinkFunction.html" title="interface in org.apache.samza.operators.functions"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../../../org/apache/samza/operators/functions/TimerFunction.html" title="interface in org.apache.samza.operators.functions"><span class="typeNameLink">Next Class</span></a></li> +<li><a href="../../../../../org/apache/samza/operators/functions/SupplierFunction.html" title="interface in org.apache.samza.operators.functions"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/samza/operators/functions/StreamTableJoinFunction.html" target="_top">Frames</a></li> Added: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/SupplierFunction.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/SupplierFunction.html?rev=1832282&view=auto ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/SupplierFunction.html (added) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/SupplierFunction.html Fri May 25 22:32:33 2018 @@ -0,0 +1,252 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (1.8.0_121) on Fri May 25 15:29:53 PDT 2018 --> +<title>SupplierFunction (samza-api 0.15.0-SNAPSHOT API)</title> +<meta name="date" content="2018-05-25"> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="SupplierFunction (samza-api 0.15.0-SNAPSHOT API)"; + } + } + catch(err) { + } +//--> +var methods = {"i0":6}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/samza/operators/functions/StreamTableJoinFunction.html" title="interface in org.apache.samza.operators.functions"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/samza/operators/functions/TimerFunction.html" title="interface in org.apache.samza.operators.functions"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/samza/operators/functions/SupplierFunction.html" target="_top">Frames</a></li> +<li><a href="SupplierFunction.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.samza.operators.functions</div> +<h2 title="Interface SupplierFunction" class="title">Interface SupplierFunction<T></h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Superinterfaces:</dt> +<dd><a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, java.io.Serializable</dd> +</dl> +<dl> +<dt>Functional Interface:</dt> +<dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd> +</dl> +<hr> +<br> +<pre><a href="../../../../../org/apache/samza/annotation/InterfaceStability.Unstable.html" title="annotation in org.apache.samza.annotation">@InterfaceStability.Unstable</a> + @FunctionalInterface +public interface <span class="typeNameLabel">SupplierFunction<T></span> +extends <a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a>, <a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a>, java.io.Serializable</pre> +<div class="block">A supplier to return a new value at each invocation</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/samza/operators/functions/SupplierFunction.html" title="type parameter in SupplierFunction">T</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/samza/operators/functions/SupplierFunction.html#get--">get</a></span>()</code> +<div class="block">Returns a value of type T</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.org.apache.samza.operators.functions.InitableFunction"> +<!-- --> +</a> +<h3>Methods inherited from interface org.apache.samza.operators.functions.<a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html" title="interface in org.apache.samza.operators.functions">InitableFunction</a></h3> +<code><a href="../../../../../org/apache/samza/operators/functions/InitableFunction.html#init-org.apache.samza.config.Config-org.apache.samza.task.TaskContext-">init</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.org.apache.samza.operators.functions.ClosableFunction"> +<!-- --> +</a> +<h3>Methods inherited from interface org.apache.samza.operators.functions.<a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html" title="interface in org.apache.samza.operators.functions">ClosableFunction</a></h3> +<code><a href="../../../../../org/apache/samza/operators/functions/ClosableFunction.html#close--">close</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="get--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>get</h4> +<pre><a href="../../../../../org/apache/samza/operators/functions/SupplierFunction.html" title="type parameter in SupplierFunction">T</a> get()</pre> +<div class="block">Returns a value of type T</div> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a value for type T</dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/samza/operators/functions/StreamTableJoinFunction.html" title="interface in org.apache.samza.operators.functions"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/samza/operators/functions/TimerFunction.html" title="interface in org.apache.samza.operators.functions"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/samza/operators/functions/SupplierFunction.html" target="_top">Frames</a></li> +<li><a href="SupplierFunction.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/TimerFunction.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/TimerFunction.html?rev=1832282&r1=1832281&r2=1832282&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/TimerFunction.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/TimerFunction.html Fri May 25 22:32:33 2018 @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Thu May 24 12:04:06 PDT 2018 --> -<title>TimerFunction (samza-api 0.14.1 API)</title> -<meta name="date" content="2018-05-24"> +<!-- Generated by javadoc (1.8.0_121) on Fri May 25 15:29:53 PDT 2018 --> +<title>TimerFunction (samza-api 0.15.0-SNAPSHOT API)</title> +<meta name="date" content="2018-05-25"> <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="TimerFunction (samza-api 0.14.1 API)"; + parent.document.title="TimerFunction (samza-api 0.15.0-SNAPSHOT API)"; } } catch(err) { @@ -48,7 +48,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/samza/operators/functions/StreamTableJoinFunction.html" title="interface in org.apache.samza.operators.functions"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/samza/operators/functions/SupplierFunction.html" title="interface in org.apache.samza.operators.functions"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../../../../../org/apache/samza/operators/functions/WatermarkFunction.html" title="interface in org.apache.samza.operators.functions"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> @@ -233,7 +233,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/samza/operators/functions/StreamTableJoinFunction.html" title="interface in org.apache.samza.operators.functions"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/samza/operators/functions/SupplierFunction.html" title="interface in org.apache.samza.operators.functions"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../../../../../org/apache/samza/operators/functions/WatermarkFunction.html" title="interface in org.apache.samza.operators.functions"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/WatermarkFunction.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/WatermarkFunction.html?rev=1832282&r1=1832281&r2=1832282&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/WatermarkFunction.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/WatermarkFunction.html Fri May 25 22:32:33 2018 @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Thu May 24 12:04:06 PDT 2018 --> -<title>WatermarkFunction (samza-api 0.14.1 API)</title> -<meta name="date" content="2018-05-24"> +<!-- Generated by javadoc (1.8.0_121) on Fri May 25 15:29:53 PDT 2018 --> +<title>WatermarkFunction (samza-api 0.15.0-SNAPSHOT API)</title> +<meta name="date" content="2018-05-25"> <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="WatermarkFunction (samza-api 0.14.1 API)"; + parent.document.title="WatermarkFunction (samza-api 0.15.0-SNAPSHOT API)"; } } catch(err) { Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/package-frame.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/package-frame.html?rev=1832282&r1=1832281&r2=1832282&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/package-frame.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/package-frame.html Fri May 25 22:32:33 2018 @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Thu May 24 12:04:07 PDT 2018 --> -<title>org.apache.samza.operators.functions (samza-api 0.14.1 API)</title> -<meta name="date" content="2018-05-24"> +<!-- Generated by javadoc (1.8.0_121) on Fri May 25 15:29:54 PDT 2018 --> +<title>org.apache.samza.operators.functions (samza-api 0.15.0-SNAPSHOT API)</title> +<meta name="date" content="2018-05-25"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -22,6 +22,7 @@ <li><a href="MapFunction.html" title="interface in org.apache.samza.operators.functions" target="classFrame"><span class="interfaceName">MapFunction</span></a></li> <li><a href="SinkFunction.html" title="interface in org.apache.samza.operators.functions" target="classFrame"><span class="interfaceName">SinkFunction</span></a></li> <li><a href="StreamTableJoinFunction.html" title="interface in org.apache.samza.operators.functions" target="classFrame"><span class="interfaceName">StreamTableJoinFunction</span></a></li> +<li><a href="SupplierFunction.html" title="interface in org.apache.samza.operators.functions" target="classFrame"><span class="interfaceName">SupplierFunction</span></a></li> <li><a href="TimerFunction.html" title="interface in org.apache.samza.operators.functions" target="classFrame"><span class="interfaceName">TimerFunction</span></a></li> <li><a href="WatermarkFunction.html" title="interface in org.apache.samza.operators.functions" target="classFrame"><span class="interfaceName">WatermarkFunction</span></a></li> </ul> Modified: samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/package-summary.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/package-summary.html?rev=1832282&r1=1832281&r2=1832282&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/package-summary.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/org/apache/samza/operators/functions/package-summary.html Fri May 25 22:32:33 2018 @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Thu May 24 12:04:07 PDT 2018 --> -<title>org.apache.samza.operators.functions (samza-api 0.14.1 API)</title> -<meta name="date" content="2018-05-24"> +<!-- Generated by javadoc (1.8.0_121) on Fri May 25 15:29:54 PDT 2018 --> +<title>org.apache.samza.operators.functions (samza-api 0.15.0-SNAPSHOT API)</title> +<meta name="date" content="2018-05-25"> <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.operators.functions (samza-api 0.14.1 API)"; + parent.document.title="org.apache.samza.operators.functions (samza-api 0.15.0-SNAPSHOT API)"; } } catch(err) { @@ -102,7 +102,7 @@ <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/samza/operators/functions/FoldLeftFunction.html" title="interface in org.apache.samza.operators.functions">FoldLeftFunction</a><M,WV></td> <td class="colLast"> -<div class="block">Incrementally updates the window value as messages are added to the window.</div> +<div class="block">Incrementally updates the aggregated value as messages are added.</div> </td> </tr> <tr class="altColor"> @@ -136,12 +136,18 @@ </td> </tr> <tr class="rowColor"> +<td class="colFirst"><a href="../../../../../org/apache/samza/operators/functions/SupplierFunction.html" title="interface in org.apache.samza.operators.functions">SupplierFunction</a><T></td> +<td class="colLast"> +<div class="block">A supplier to return a new value at each invocation</div> +</td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/samza/operators/functions/TimerFunction.html" title="interface in org.apache.samza.operators.functions">TimerFunction</a><K,OM></td> <td class="colLast"> <div class="block">Allows timer registration with a key and is invoked when the timer is fired.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/samza/operators/functions/WatermarkFunction.html" title="interface in org.apache.samza.operators.functions">WatermarkFunction</a><T></td> <td class="colLast"> <div class="block">Allows handling of watermarks.</div>
