http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/21e277e0/content/javadoc/latest/org/apache/edgent/function/class-use/Consumer.html
----------------------------------------------------------------------
diff --git
a/content/javadoc/latest/org/apache/edgent/function/class-use/Consumer.html
b/content/javadoc/latest/org/apache/edgent/function/class-use/Consumer.html
index 6103823..201e8a7 100644
--- a/content/javadoc/latest/org/apache/edgent/function/class-use/Consumer.html
+++ b/content/javadoc/latest/org/apache/edgent/function/class-use/Consumer.html
@@ -2,9 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 -->
-<title>Uses of Interface org.apache.edgent.function.Consumer (Edgent
v1.1.0)</title>
-<meta name="date" content="2017-02-26">
+<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:22 EST 2017 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Interface org.apache.edgent.function.Consumer (Apache Edgent
(incubating) v1.2.0 API)</title>
+<meta name="date" content="2017-12-18">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -12,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Interface
org.apache.edgent.function.Consumer (Edgent v1.1.0)";
+ parent.document.title="Uses of Interface
org.apache.edgent.function.Consumer (Apache Edgent (incubating) v1.2.0 API)";
}
}
catch(err) {
@@ -35,7 +36,7 @@
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/edgent/function/Consumer.html"
title="interface in org.apache.edgent.function">Class</a></li>
<li class="navBarCell1Rev">Use</li>
-<li><a href="../../../../../overview-tree.html">Tree</a></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>
@@ -196,8 +197,8 @@
</tr>
<tbody>
<tr class="altColor">
-<td class="colFirst"><code>static <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><java.lang.String></code></td>
-<td class="colLast"><span
class="typeNameLabel">CommandStreams.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/connectors/command/CommandStreams.html#commandWriter-java.lang.ProcessBuilder-">commandWriter</a></span>(java.lang.ProcessBuilder cmd)</code>
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a>></code></td>
+<td class="colLast"><span
class="typeNameLabel">CommandStreams.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/connectors/command/CommandStreams.html#commandWriter-java.lang.ProcessBuilder-">commandWriter</a></span>(<a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/ProcessBuilder.html?is-external=true"
title="class or interface in java.lang">ProcessBuilder</a> cmd)</code>
<div class="block">Create a <code>Consumer<String></code> to write UTF8
string data to a command's input.</div>
</td>
</tr>
@@ -218,8 +219,8 @@
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span
class="typeNameLabel">ResultsHandler.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/connectors/jdbc/ResultsHandler.html#handleResults-T-java.sql.ResultSet-java.lang.Exception-org.apache.edgent.function.Consumer-">handleResults</a></span>(<a
href="../../../../../org/apache/edgent/connectors/jdbc/ResultsHandler.html"
title="type parameter in ResultsHandler">T</a> tuple,
- java.sql.ResultSet resultSet,
- java.lang.Exception exc,
+ <a
href="http://docs.oracle.com/javase/8/docs/api/java/sql/ResultSet.html?is-external=true"
title="class or interface in java.sql">ResultSet</a> resultSet,
+ <a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true"
title="class or interface in java.lang">Exception</a> exc,
<a href="../../../../../org/apache/edgent/function/Consumer.html"
title="interface in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/connectors/jdbc/ResultsHandler.html"
title="type parameter in ResultsHandler">R</a>> consumer)</code>
<div class="block">Process the <code>ResultSet</code> and add 0 or more tuples
to <code>consumer</code>.</div>
</td>
@@ -240,15 +241,15 @@
<tbody>
<tr class="altColor">
<td class="colFirst"><code><T> <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><T></code></td>
-<td class="colLast"><span
class="typeNameLabel">ProviderPubSub.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/connectors/pubsub/service/ProviderPubSub.html#getPublishDestination-java.lang.String-java.lang.Class-">getPublishDestination</a></span>(java.lang.String topic,
- java.lang.Class<? super
T> streamType)</code> </td>
+<td class="colLast"><span
class="typeNameLabel">PublishSubscribeService.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/connectors/pubsub/service/PublishSubscribeService.html#getPublishDestination-java.lang.String-java.lang.Class-">getPublishDestination</a></span>(<a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> topic,
+ <a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true"
title="class or interface in java.lang">Class</a><? super
T> streamType)</code>
+<div class="block">Get the destination for a publisher.</div>
+</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><T> <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><T></code></td>
-<td class="colLast"><span
class="typeNameLabel">PublishSubscribeService.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/connectors/pubsub/service/PublishSubscribeService.html#getPublishDestination-java.lang.String-java.lang.Class-">getPublishDestination</a></span>(java.lang.String topic,
- java.lang.Class<? super T> streamType)</code>
-<div class="block">Get the destination for a publisher.</div>
-</td>
+<td class="colLast"><span
class="typeNameLabel">ProviderPubSub.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/connectors/pubsub/service/ProviderPubSub.html#getPublishDestination-java.lang.String-java.lang.Class-">getPublishDestination</a></span>(<a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> topic,
+ <a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true"
title="class or interface in java.lang">Class</a><? super
T> streamType)</code> </td>
</tr>
</tbody>
</table>
@@ -261,26 +262,26 @@
<tbody>
<tr class="altColor">
<td class="colFirst"><code><T> void</code></td>
-<td class="colLast"><span
class="typeNameLabel">ProviderPubSub.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/connectors/pubsub/service/ProviderPubSub.html#addSubscriber-java.lang.String-java.lang.Class-org.apache.edgent.function.Consumer-">addSubscriber</a></span>(java.lang.String topic,
- java.lang.Class<T> streamType,
- <a href="../../../../../org/apache/edgent/function/Consumer.html"
title="interface in
org.apache.edgent.function">Consumer</a><T> subscriber)</code> </td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><T> void</code></td>
-<td class="colLast"><span
class="typeNameLabel">PublishSubscribeService.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/connectors/pubsub/service/PublishSubscribeService.html#addSubscriber-java.lang.String-java.lang.Class-org.apache.edgent.function.Consumer-">addSubscriber</a></span>(java.lang.String topic,
- java.lang.Class<T> streamType,
+<td class="colLast"><span
class="typeNameLabel">PublishSubscribeService.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/connectors/pubsub/service/PublishSubscribeService.html#addSubscriber-java.lang.String-java.lang.Class-org.apache.edgent.function.Consumer-">addSubscriber</a></span>(<a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> topic,
+ <a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true"
title="class or interface in java.lang">Class</a><T> streamType,
<a href="../../../../../org/apache/edgent/function/Consumer.html"
title="interface in
org.apache.edgent.function">Consumer</a><T> subscriber)</code>
<div class="block">Add a subscriber to a published topic.</div>
</td>
</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><T> void</code></td>
+<td class="colLast"><span
class="typeNameLabel">ProviderPubSub.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/connectors/pubsub/service/ProviderPubSub.html#addSubscriber-java.lang.String-java.lang.Class-org.apache.edgent.function.Consumer-">addSubscriber</a></span>(<a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> topic,
+ <a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true"
title="class or interface in java.lang">Class</a><T> streamType,
+ <a href="../../../../../org/apache/edgent/function/Consumer.html"
title="interface in
org.apache.edgent.function">Consumer</a><T> subscriber)</code> </td>
+</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="typeNameLabel">ProviderPubSub.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/connectors/pubsub/service/ProviderPubSub.html#removeSubscriber-java.lang.String-org.apache.edgent.function.Consumer-">removeSubscriber</a></span>(java.lang.String topic,
+<td class="colLast"><span
class="typeNameLabel">PublishSubscribeService.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/connectors/pubsub/service/PublishSubscribeService.html#removeSubscriber-java.lang.String-org.apache.edgent.function.Consumer-">removeSubscriber</a></span>(<a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> topic,
<a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in
org.apache.edgent.function">Consumer</a><?> subscriber)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="typeNameLabel">PublishSubscribeService.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/connectors/pubsub/service/PublishSubscribeService.html#removeSubscriber-java.lang.String-org.apache.edgent.function.Consumer-">removeSubscriber</a></span>(java.lang.String topic,
+<td class="colLast"><span
class="typeNameLabel">ProviderPubSub.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/connectors/pubsub/service/ProviderPubSub.html#removeSubscriber-java.lang.String-org.apache.edgent.function.Consumer-">removeSubscriber</a></span>(<a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> topic,
<a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in
org.apache.edgent.function">Consumer</a><?> subscriber)</code> </td>
</tr>
</tbody>
@@ -339,7 +340,7 @@
</tr>
<tbody>
<tr class="altColor">
-<td class="colFirst"><code>static <T> java.lang.Runnable</code></td>
+<td class="colFirst"><code>static <T> <a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true"
title="class or interface in java.lang">Runnable</a></code></td>
<td class="colLast"><span class="typeNameLabel">Functions.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/function/Functions.html#delayedConsume-org.apache.edgent.function.Consumer-T-">delayedConsume</a></span>(<a
href="../../../../../org/apache/edgent/function/Consumer.html"
title="interface in
org.apache.edgent.function">Consumer</a><T> consumer,
T value)</code>
<div class="block">Create a <code>Runnable</code> that calls
@@ -400,13 +401,13 @@
</tr>
<tbody>
<tr class="altColor">
-<td class="colFirst"><code>java.util.List<? extends <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/oplet/Oplet.html" title="type parameter
in Oplet">I</a>>></code></td>
+<td class="colFirst"><code><a
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><? extends <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/oplet/Oplet.html" title="type parameter
in Oplet">I</a>>></code></td>
<td class="colLast"><span class="typeNameLabel">Oplet.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/oplet/Oplet.html#getInputs--">getInputs</a></span>()</code>
<div class="block">Get the input stream data handlers for this oplet.</div>
</td>
</tr>
<tr class="rowColor">
-<td class="colFirst"><code>java.util.List<? extends <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/oplet/OpletContext.html" title="type
parameter in OpletContext">O</a>>></code></td>
+<td class="colFirst"><code><a
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><? extends <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/oplet/OpletContext.html" title="type
parameter in OpletContext">O</a>>></code></td>
<td class="colLast"><span
class="typeNameLabel">OpletContext.</span><code><span class="memberNameLink"><a
href="../../../../../org/apache/edgent/oplet/OpletContext.html#getOutputs--">getOutputs</a></span>()</code>
<div class="block">Get the mechanism to submit tuples on an output port.</div>
</td>
@@ -466,16 +467,16 @@
</td>
</tr>
<tr class="rowColor">
-<td class="colFirst"><code>protected <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/oplet/core/FanIn.html" title="type
parameter in FanIn">U</a>></code></td>
-<td class="colLast"><span class="typeNameLabel">FanIn.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/oplet/core/FanIn.html#getDestination--">getDestination</a></span>()</code> </td>
+<td class="colFirst"><code>protected <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/oplet/core/Source.html" title="type
parameter in Source">T</a>></code></td>
+<td class="colLast"><span class="typeNameLabel">Source.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/oplet/core/Source.html#getDestination--">getDestination</a></span>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/oplet/core/Pipe.html" title="type
parameter in Pipe">O</a>></code></td>
<td class="colLast"><span class="typeNameLabel">Pipe.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/oplet/core/Pipe.html#getDestination--">getDestination</a></span>()</code> </td>
</tr>
<tr class="rowColor">
-<td class="colFirst"><code>protected <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/oplet/core/Source.html" title="type
parameter in Source">T</a>></code></td>
-<td class="colLast"><span class="typeNameLabel">Source.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/oplet/core/Source.html#getDestination--">getDestination</a></span>()</code> </td>
+<td class="colFirst"><code>protected <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/oplet/core/FanIn.html" title="type
parameter in FanIn">U</a>></code></td>
+<td class="colLast"><span class="typeNameLabel">FanIn.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/oplet/core/FanIn.html#getDestination--">getDestination</a></span>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/oplet/core/Sink.html" title="type
parameter in Sink">T</a>></code></td>
@@ -493,28 +494,28 @@
</tr>
<tbody>
<tr class="altColor">
-<td class="colFirst"><code>java.util.List<? extends <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/oplet/core/FanIn.html" title="type
parameter in FanIn">T</a>>></code></td>
-<td class="colLast"><span class="typeNameLabel">FanIn.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/oplet/core/FanIn.html#getInputs--">getInputs</a></span>()</code> </td>
+<td class="colFirst"><code><a
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/oplet/core/Split.html" title="type
parameter in Split">T</a>>></code></td>
+<td class="colLast"><span class="typeNameLabel">Split.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/oplet/core/Split.html#getInputs--">getInputs</a></span>()</code> </td>
</tr>
<tr class="rowColor">
-<td class="colFirst"><code>java.util.List<? extends <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/oplet/core/FanOut.html" title="type
parameter in FanOut">T</a>>></code></td>
-<td class="colLast"><span class="typeNameLabel">FanOut.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/oplet/core/FanOut.html#getInputs--">getInputs</a></span>()</code> </td>
+<td class="colFirst"><code><a
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true"
title="class or interface in java.lang">Void</a>>></code></td>
+<td class="colLast"><span class="typeNameLabel">Source.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/oplet/core/Source.html#getInputs--">getInputs</a></span>()</code> </td>
</tr>
<tr class="altColor">
-<td class="colFirst"><code>java.util.List<<a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/oplet/core/Pipe.html" title="type
parameter in Pipe">I</a>>></code></td>
-<td class="colLast"><span class="typeNameLabel">Pipe.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/oplet/core/Pipe.html#getInputs--">getInputs</a></span>()</code> </td>
+<td class="colFirst"><code><a
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/oplet/core/Sink.html" title="type
parameter in Sink">T</a>>></code></td>
+<td class="colLast"><span class="typeNameLabel">Sink.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/oplet/core/Sink.html#getInputs--">getInputs</a></span>()</code> </td>
</tr>
<tr class="rowColor">
-<td class="colFirst"><code>java.util.List<<a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/oplet/core/Sink.html" title="type
parameter in Sink">T</a>>></code></td>
-<td class="colLast"><span class="typeNameLabel">Sink.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/oplet/core/Sink.html#getInputs--">getInputs</a></span>()</code> </td>
+<td class="colFirst"><code><a
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/oplet/core/Pipe.html" title="type
parameter in Pipe">I</a>>></code></td>
+<td class="colLast"><span class="typeNameLabel">Pipe.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/oplet/core/Pipe.html#getInputs--">getInputs</a></span>()</code> </td>
</tr>
<tr class="altColor">
-<td class="colFirst"><code>java.util.List<<a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in
org.apache.edgent.function">Consumer</a><java.lang.Void>></code></td>
-<td class="colLast"><span class="typeNameLabel">Source.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/oplet/core/Source.html#getInputs--">getInputs</a></span>()</code> </td>
+<td class="colFirst"><code><a
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><? extends <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/oplet/core/FanOut.html" title="type
parameter in FanOut">T</a>>></code></td>
+<td class="colLast"><span class="typeNameLabel">FanOut.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/oplet/core/FanOut.html#getInputs--">getInputs</a></span>()</code> </td>
</tr>
<tr class="rowColor">
-<td class="colFirst"><code>java.util.List<<a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/oplet/core/Split.html" title="type
parameter in Split">T</a>>></code></td>
-<td class="colLast"><span class="typeNameLabel">Split.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/oplet/core/Split.html#getInputs--">getInputs</a></span>()</code> </td>
+<td class="colFirst"><code><a
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><? extends <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/oplet/core/FanIn.html" title="type
parameter in FanIn">T</a>>></code></td>
+<td class="colLast"><span class="typeNameLabel">FanIn.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/oplet/core/FanIn.html#getInputs--">getInputs</a></span>()</code> </td>
</tr>
</tbody>
</table>
@@ -720,13 +721,13 @@
</tr>
<tbody>
<tr class="altColor">
-<td class="colFirst"><code>java.util.List<? extends <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/runtime/etiao/Invocation.html"
title="type parameter in Invocation">I</a>>></code></td>
+<td class="colFirst"><code><a
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><? extends <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/runtime/etiao/Invocation.html"
title="type parameter in Invocation">I</a>>></code></td>
<td class="colLast"><span class="typeNameLabel">Invocation.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/runtime/etiao/Invocation.html#getInputs--">getInputs</a></span>()</code>
<div class="block">Returns the list of input stream forwarders for this
invocation.</div>
</td>
</tr>
<tr class="rowColor">
-<td class="colFirst"><code>java.util.List<? extends <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/runtime/etiao/InvocationContext.html"
title="type parameter in InvocationContext">O</a>>></code></td>
+<td class="colFirst"><code><a
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><? extends <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/runtime/etiao/InvocationContext.html"
title="type parameter in InvocationContext">O</a>>></code></td>
<td class="colLast"><span
class="typeNameLabel">InvocationContext.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/runtime/etiao/InvocationContext.html#getOutputs--">getOutputs</a></span>()</code> </td>
</tr>
</tbody>
@@ -773,12 +774,12 @@
</tr>
<tbody>
<tr class="altColor">
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/edgent/runtime/etiao/InvocationContext.html#InvocationContext-java.lang.String-org.apache.edgent.oplet.JobContext-org.apache.edgent.execution.services.RuntimeServices-int-java.util.List-java.util.List-">InvocationContext</a></span>(java.lang.String id,
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/edgent/runtime/etiao/InvocationContext.html#InvocationContext-java.lang.String-org.apache.edgent.oplet.JobContext-org.apache.edgent.execution.services.RuntimeServices-int-java.util.List-java.util.List-">InvocationContext</a></span>(<a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> id,
<a
href="../../../../../org/apache/edgent/oplet/JobContext.html" title="interface
in org.apache.edgent.oplet">JobContext</a> job,
<a
href="../../../../../org/apache/edgent/execution/services/RuntimeServices.html"
title="interface in
org.apache.edgent.execution.services">RuntimeServices</a> services,
int inputCount,
- java.util.List<? extends <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/runtime/etiao/InvocationContext.html"
title="type parameter in InvocationContext">O</a>>> outputs,
- java.util.List<<a
href="../../../../../org/apache/edgent/oplet/OutputPortContext.html"
title="interface in
org.apache.edgent.oplet">OutputPortContext</a>> outputContext)</code>
+ <a
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><? extends <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/runtime/etiao/InvocationContext.html"
title="type parameter in InvocationContext">O</a>>> outputs,
+ <a
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="../../../../../org/apache/edgent/oplet/OutputPortContext.html"
title="interface in
org.apache.edgent.oplet">OutputPortContext</a>> outputContext)</code>
<div class="block">Creates an <code>InvocationContext</code> with the
specified parameters.</div>
</td>
</tr>
@@ -931,16 +932,16 @@
</tr>
<tbody>
<tr class="altColor">
-<td class="colFirst"><code>static <T,K,L extends
java.util.List<T>><br><a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/window/Partition.html" title="interface
in org.apache.edgent.window">Partition</a><T,K,L>></code></td>
+<td class="colFirst"><code>static <T,K,L extends <a
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><T>><br><a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/window/Partition.html" title="interface
in org.apache.edgent.window">Partition</a><T,K,L>></code></td>
<td class="colLast"><span class="typeNameLabel">Policies.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/window/Policies.html#evictAll--">evictAll</a></span>()</code>
<div class="block">Returns a Consumer representing an evict determiner that
evict all tuples
from the window.</div>
</td>
</tr>
<tr class="rowColor">
-<td class="colFirst"><code>static <T,K> <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/window/Partition.html" title="interface
in
org.apache.edgent.window">Partition</a><T,K,java.util.List<T>>></code></td>
+<td class="colFirst"><code>static <T,K> <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/window/Partition.html" title="interface
in org.apache.edgent.window">Partition</a><T,K,<a
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><T>>></code></td>
<td class="colLast"><span class="typeNameLabel">Policies.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/window/Policies.html#evictAllAndScheduleEvictWithProcess-long-java.util.concurrent.TimeUnit-">evictAllAndScheduleEvictWithProcess</a></span>(long time,
-
java.util.concurrent.TimeUnit unit)</code>
+ <a
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/TimeUnit.html?is-external=true"
title="class or interface in
java.util.concurrent">TimeUnit</a> unit)</code>
<div class="block">An eviction policy which processes the window, evicts all
tuples, and
schedules the next eviction after the appropriate interval.</div>
</td>
@@ -948,12 +949,12 @@
<tr class="altColor">
<td class="colFirst"><code>static <T,K> <a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/window/Partition.html" title="interface
in org.apache.edgent.window">Partition</a><T,K,<a
href="../../../../../org/apache/edgent/window/InsertionTimeList.html"
title="class in
org.apache.edgent.window">InsertionTimeList</a><T>>></code></td>
<td class="colLast"><span class="typeNameLabel">Policies.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/window/Policies.html#evictOlderWithProcess-long-java.util.concurrent.TimeUnit-">evictOlderWithProcess</a></span>(long time,
- java.util.concurrent.TimeUnit unit)</code>
+ <a
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/TimeUnit.html?is-external=true"
title="class or interface in
java.util.concurrent">TimeUnit</a> unit)</code>
<div class="block">An eviction policy which evicts all tuples that are older
than a specified time.</div>
</td>
</tr>
<tr class="rowColor">
-<td class="colFirst"><code>static <T,K,L extends
java.util.List<T>><br><a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/window/Partition.html" title="interface
in org.apache.edgent.window">Partition</a><T,K,L>></code></td>
+<td class="colFirst"><code>static <T,K,L extends <a
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><T>><br><a
href="../../../../../org/apache/edgent/function/Consumer.html" title="interface
in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/window/Partition.html" title="interface
in org.apache.edgent.window">Partition</a><T,K,L>></code></td>
<td class="colLast"><span class="typeNameLabel">Policies.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/window/Policies.html#evictOldest--">evictOldest</a></span>()</code>
<div class="block">Returns an evict determiner that evicts the oldest
tuple.</div>
</td>
@@ -974,8 +975,8 @@
</tr>
<tbody>
<tr class="altColor">
-<td class="colFirst"><code>static <T,K,L extends
java.util.List<T>><br><a
href="../../../../../org/apache/edgent/window/Window.html" title="interface in
org.apache.edgent.window">Window</a><T,K,L></code></td>
-<td class="colLast"><span class="typeNameLabel">Windows.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/window/Windows.html#window-org.apache.edgent.function.BiFunction-org.apache.edgent.function.BiConsumer-org.apache.edgent.function.Consumer-org.apache.edgent.function.BiConsumer-org.apache.edgent.function.Function-org.apache.edgent.function.Supplier-">window</a></span>(<a
href="../../../../../org/apache/edgent/function/BiFunction.html"
title="interface in org.apache.edgent.function">BiFunction</a><<a
href="../../../../../org/apache/edgent/window/Partition.html" title="interface
in
org.apache.edgent.window">Partition</a><T,K,L>,T,java.lang.Boolean> insertionPolicy,
+<td class="colFirst"><code>static <T,K,L extends <a
href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><T>><br><a
href="../../../../../org/apache/edgent/window/Window.html" title="interface in
org.apache.edgent.window">Window</a><T,K,L></code></td>
+<td class="colLast"><span class="typeNameLabel">Windows.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/edgent/window/Windows.html#window-org.apache.edgent.function.BiFunction-org.apache.edgent.function.BiConsumer-org.apache.edgent.function.Consumer-org.apache.edgent.function.BiConsumer-org.apache.edgent.function.Function-org.apache.edgent.function.Supplier-">window</a></span>(<a
href="../../../../../org/apache/edgent/function/BiFunction.html"
title="interface in org.apache.edgent.function">BiFunction</a><<a
href="../../../../../org/apache/edgent/window/Partition.html" title="interface
in org.apache.edgent.window">Partition</a><T,K,L>,T,<a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true"
title="class or interface in java.lang">Boolean</a>> insertionPolicy,
<a href="../../../../../org/apache/edgent/function/BiConsumer.html"
title="interface in org.apache.edgent.function">BiConsumer</a><<a
href="../../../../../org/apache/edgent/window/Partition.html" title="interface
in
org.apache.edgent.window">Partition</a><T,K,L>,T> contentsPolicy,
<a href="../../../../../org/apache/edgent/function/Consumer.html"
title="interface in org.apache.edgent.function">Consumer</a><<a
href="../../../../../org/apache/edgent/window/Partition.html" title="interface
in
org.apache.edgent.window">Partition</a><T,K,L>> evictDeterminer,
<a href="../../../../../org/apache/edgent/function/BiConsumer.html"
title="interface in org.apache.edgent.function">BiConsumer</a><<a
href="../../../../../org/apache/edgent/window/Partition.html" title="interface
in
org.apache.edgent.window">Partition</a><T,K,L>,T> triggerPolicy,
@@ -1004,12 +1005,11 @@
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/edgent/function/Consumer.html"
title="interface in org.apache.edgent.function">Class</a></li>
<li class="navBarCell1Rev">Use</li>
-<li><a href="../../../../../overview-tree.html">Tree</a></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 class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache
Edgent (incubating)</a></div>
</div>
<div class="subNav">
<ul class="navList">
@@ -1039,6 +1039,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2017 The Apache Software
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
+<p class="legalCopy"><small>Copyright © 2016–2017 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>