http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/136ab3dc/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/Direct$.html ---------------------------------------------------------------------- diff --git a/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/Direct$.html b/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/Direct$.html deleted file mode 100644 index 4cd63c9..0000000 --- a/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/Direct$.html +++ /dev/null @@ -1,289 +0,0 @@ -<!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 (version 1.6.0_36) on Sat Nov 28 01:44:50 CST 2015 --> -<title>Direct$</title> -<meta name="date" content="2015-11-28"> -<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> -</head> -<body> -<script type="text/javascript"><!-- - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Direct$"; - } -//--> -</script> -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar_top"> -<!-- --> -</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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="../../../../../io/gearpump/streaming/dsl/op/Direct.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?io/gearpump/streaming/dsl/op/Direct$.html" target="_top">FRAMES</a></li> -<li><a href="Direct$.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><a href="#field_summary">FIELD</a> | </li> -<li><a href="#constructor_summary">CONSTR</a> | </li> -<li><a href="#methods_inherited_from_class_java.lang.Object">METHOD</a></li> -</ul> -<ul class="subNavList"> -<li>DETAIL: </li> -<li><a href="#field_detail">FIELD</a> | </li> -<li><a href="#constructor_detail">CONSTR</a> | </li> -<li>METHOD</li> -</ul> -</div> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<!-- ======== START OF CLASS DATA ======== --> -<div class="header"> -<p class="subTitle">io.gearpump.streaming.dsl.op</p> -<h2 title="Class Direct$" class="title">Class Direct$</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>io.gearpump.streaming.dsl.op.Direct$</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../../io/gearpump/streaming/dsl/op/OpEdge.html" title="interface in io.gearpump.streaming.dsl.op">OpEdge</a>, java.io.Serializable, scala.Equals, scala.Product</dd> -</dl> -<hr> -<br> -<pre>public class <strong>Direct$</strong> -extends java.lang.Object -implements <a href="../../../../../io/gearpump/streaming/dsl/op/OpEdge.html" title="interface in io.gearpump.streaming.dsl.op">OpEdge</a>, scala.Product, scala.Serializable</pre> -<div class="block">The upstream OP and downstream OP doesn't require network data shuffle. - <p> - For example, map, flatmap operation doesn't require network shuffle, we can use Direct - to represent the relation with upstream operators.</div> -<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#io.gearpump.streaming.dsl.op.Direct$">Serialized Form</a></dd></dl> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> -<caption><span>Fields</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Field and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="../../../../../io/gearpump/streaming/dsl/op/Direct$.html" title="class in io.gearpump.streaming.dsl.op">Direct$</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../io/gearpump/streaming/dsl/op/Direct$.html#MODULE$">MODULE$</a></strong></code> -<div class="block">Static reference to the singleton instance of this Scala object.</div> -</td> -</tr> -</table> -</li> -</ul> -<!-- ======== CONSTRUCTOR SUMMARY ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_summary"> -<!-- --> -</a> -<h3>Constructor Summary</h3> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> -<caption><span>Constructors</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colOne" scope="col">Constructor and Description</th> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../io/gearpump/streaming/dsl/op/Direct$.html#Direct$()">Direct$</a></strong>()</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_scala.Product"> -<!-- --> -</a> -<h3>Methods inherited from interface scala.Product</h3> -<code>productArity, productElement, productIterator, productPrefix</code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_scala.Equals"> -<!-- --> -</a> -<h3>Methods inherited from interface scala.Equals</h3> -<code>canEqual, equals</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ============ FIELD DETAIL =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_detail"> -<!-- --> -</a> -<h3>Field Detail</h3> -<a name="MODULE$"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>MODULE$</h4> -<pre>public static final <a href="../../../../../io/gearpump/streaming/dsl/op/Direct$.html" title="class in io.gearpump.streaming.dsl.op">Direct$</a> MODULE$</pre> -<div class="block">Static reference to the singleton instance of this Scala object.</div> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="Direct$()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>Direct$</h4> -<pre>public Direct$()</pre> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -</div> -<!-- ========= END OF CLASS DATA ========= --> -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar_bottom"> -<!-- --> -</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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="../../../../../io/gearpump/streaming/dsl/op/Direct.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?io/gearpump/streaming/dsl/op/Direct$.html" target="_top">FRAMES</a></li> -<li><a href="Direct$.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><a href="#field_summary">FIELD</a> | </li> -<li><a href="#constructor_summary">CONSTR</a> | </li> -<li><a href="#methods_inherited_from_class_java.lang.Object">METHOD</a></li> -</ul> -<ul class="subNavList"> -<li>DETAIL: </li> -<li><a href="#field_detail">FIELD</a> | </li> -<li><a href="#constructor_detail">CONSTR</a> | </li> -<li>METHOD</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html>
http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/136ab3dc/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/Direct.html ---------------------------------------------------------------------- diff --git a/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/Direct.html b/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/Direct.html deleted file mode 100644 index 066472a..0000000 --- a/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/Direct.html +++ /dev/null @@ -1,250 +0,0 @@ -<!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 (version 1.6.0_36) on Sat Nov 28 01:44:50 CST 2015 --> -<title>Direct</title> -<meta name="date" content="2015-11-28"> -<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> -</head> -<body> -<script type="text/javascript"><!-- - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Direct"; - } -//--> -</script> -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar_top"> -<!-- --> -</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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="../../../../../io/gearpump/streaming/dsl/op/DataSourceOp$.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../../io/gearpump/streaming/dsl/op/Direct$.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?io/gearpump/streaming/dsl/op/Direct.html" target="_top">FRAMES</a></li> -<li><a href="Direct.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><a href="#constructor_summary">CONSTR</a> | </li> -<li><a href="#methods_inherited_from_class_java.lang.Object">METHOD</a></li> -</ul> -<ul class="subNavList"> -<li>DETAIL: </li> -<li>FIELD | </li> -<li><a href="#constructor_detail">CONSTR</a> | </li> -<li>METHOD</li> -</ul> -</div> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<!-- ======== START OF CLASS DATA ======== --> -<div class="header"> -<p class="subTitle">io.gearpump.streaming.dsl.op</p> -<h2 title="Class Direct" class="title">Class Direct</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>io.gearpump.streaming.dsl.op.Direct</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../../io/gearpump/streaming/dsl/op/OpEdge.html" title="interface in io.gearpump.streaming.dsl.op">OpEdge</a>, java.io.Serializable, scala.Equals, scala.Product</dd> -</dl> -<hr> -<br> -<pre>public class <strong>Direct</strong> -extends java.lang.Object -implements <a href="../../../../../io/gearpump/streaming/dsl/op/OpEdge.html" title="interface in io.gearpump.streaming.dsl.op">OpEdge</a>, scala.Product, scala.Serializable</pre> -<div class="block">The upstream OP and downstream OP doesn't require network data shuffle. - <p> - For example, map, flatmap operation doesn't require network shuffle, we can use Direct - to represent the relation with upstream operators.</div> -<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#io.gearpump.streaming.dsl.op.Direct">Serialized Form</a></dd></dl> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- ======== CONSTRUCTOR SUMMARY ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_summary"> -<!-- --> -</a> -<h3>Constructor Summary</h3> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> -<caption><span>Constructors</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colOne" scope="col">Constructor and Description</th> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../io/gearpump/streaming/dsl/op/Direct.html#Direct()">Direct</a></strong>()</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_scala.Product"> -<!-- --> -</a> -<h3>Methods inherited from interface scala.Product</h3> -<code>productArity, productElement, productIterator, productPrefix</code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_scala.Equals"> -<!-- --> -</a> -<h3>Methods inherited from interface scala.Equals</h3> -<code>canEqual, equals</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="Direct()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>Direct</h4> -<pre>public Direct()</pre> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -</div> -<!-- ========= END OF CLASS DATA ========= --> -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar_bottom"> -<!-- --> -</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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="../../../../../io/gearpump/streaming/dsl/op/DataSourceOp$.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../../io/gearpump/streaming/dsl/op/Direct$.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?io/gearpump/streaming/dsl/op/Direct.html" target="_top">FRAMES</a></li> -<li><a href="Direct.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><a href="#constructor_summary">CONSTR</a> | </li> -<li><a href="#methods_inherited_from_class_java.lang.Object">METHOD</a></li> -</ul> -<ul class="subNavList"> -<li>DETAIL: </li> -<li>FIELD | </li> -<li><a href="#constructor_detail">CONSTR</a> | </li> -<li>METHOD</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/136ab3dc/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/FlatMapOp$.html ---------------------------------------------------------------------- diff --git a/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/FlatMapOp$.html b/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/FlatMapOp$.html deleted file mode 100644 index 46b1e24..0000000 --- a/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/FlatMapOp$.html +++ /dev/null @@ -1,271 +0,0 @@ -<!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 (version 1.6.0_36) on Sat Nov 28 01:44:50 CST 2015 --> -<title>FlatMapOp$</title> -<meta name="date" content="2015-11-28"> -<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> -</head> -<body> -<script type="text/javascript"><!-- - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="FlatMapOp$"; - } -//--> -</script> -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar_top"> -<!-- --> -</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../../io/gearpump/streaming/dsl/op/GroupByOp.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?io/gearpump/streaming/dsl/op/FlatMapOp$.html" target="_top">FRAMES</a></li> -<li><a href="FlatMapOp$.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><a href="#field_summary">FIELD</a> | </li> -<li><a href="#constructor_summary">CONSTR</a> | </li> -<li><a href="#methods_inherited_from_class_java.lang.Object">METHOD</a></li> -</ul> -<ul class="subNavList"> -<li>DETAIL: </li> -<li><a href="#field_detail">FIELD</a> | </li> -<li><a href="#constructor_detail">CONSTR</a> | </li> -<li>METHOD</li> -</ul> -</div> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<!-- ======== START OF CLASS DATA ======== --> -<div class="header"> -<p class="subTitle">io.gearpump.streaming.dsl.op</p> -<h2 title="Class FlatMapOp$" class="title">Class FlatMapOp$</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>io.gearpump.streaming.dsl.op.FlatMapOp$</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Implemented Interfaces:</dt> -<dd>java.io.Serializable</dd> -</dl> -<hr> -<br> -<pre>public class <strong>FlatMapOp$</strong> -extends java.lang.Object -implements scala.Serializable</pre> -<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#io.gearpump.streaming.dsl.op.FlatMapOp$">Serialized Form</a></dd></dl> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> -<caption><span>Fields</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Field and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp$.html" title="class in io.gearpump.streaming.dsl.op">FlatMapOp$</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp$.html#MODULE$">MODULE$</a></strong></code> -<div class="block">Static reference to the singleton instance of this Scala object.</div> -</td> -</tr> -</table> -</li> -</ul> -<!-- ======== CONSTRUCTOR SUMMARY ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_summary"> -<!-- --> -</a> -<h3>Constructor Summary</h3> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> -<caption><span>Constructors</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colOne" scope="col">Constructor and Description</th> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp$.html#FlatMapOp$()">FlatMapOp$</a></strong>()</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ============ FIELD DETAIL =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_detail"> -<!-- --> -</a> -<h3>Field Detail</h3> -<a name="MODULE$"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>MODULE$</h4> -<pre>public static final <a href="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp$.html" title="class in io.gearpump.streaming.dsl.op">FlatMapOp$</a> MODULE$</pre> -<div class="block">Static reference to the singleton instance of this Scala object.</div> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="FlatMapOp$()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>FlatMapOp$</h4> -<pre>public FlatMapOp$()</pre> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -</div> -<!-- ========= END OF CLASS DATA ========= --> -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar_bottom"> -<!-- --> -</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../../io/gearpump/streaming/dsl/op/GroupByOp.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?io/gearpump/streaming/dsl/op/FlatMapOp$.html" target="_top">FRAMES</a></li> -<li><a href="FlatMapOp$.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><a href="#field_summary">FIELD</a> | </li> -<li><a href="#constructor_summary">CONSTR</a> | </li> -<li><a href="#methods_inherited_from_class_java.lang.Object">METHOD</a></li> -</ul> -<ul class="subNavList"> -<li>DETAIL: </li> -<li><a href="#field_detail">FIELD</a> | </li> -<li><a href="#constructor_detail">CONSTR</a> | </li> -<li>METHOD</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/136ab3dc/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/FlatMapOp.html ---------------------------------------------------------------------- diff --git a/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/FlatMapOp.html b/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/FlatMapOp.html deleted file mode 100644 index 12c7458..0000000 --- a/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/FlatMapOp.html +++ /dev/null @@ -1,295 +0,0 @@ -<!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 (version 1.6.0_36) on Sat Nov 28 01:44:50 CST 2015 --> -<title>FlatMapOp</title> -<meta name="date" content="2015-11-28"> -<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> -</head> -<body> -<script type="text/javascript"><!-- - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="FlatMapOp"; - } -//--> -</script> -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar_top"> -<!-- --> -</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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="../../../../../io/gearpump/streaming/dsl/op/Direct$.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp$.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?io/gearpump/streaming/dsl/op/FlatMapOp.html" target="_top">FRAMES</a></li> -<li><a href="FlatMapOp.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><a href="#constructor_summary">CONSTR</a> | </li> -<li><a href="#method_summary">METHOD</a></li> -</ul> -<ul class="subNavList"> -<li>DETAIL: </li> -<li>FIELD | </li> -<li><a href="#constructor_detail">CONSTR</a> | </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"> -<p class="subTitle">io.gearpump.streaming.dsl.op</p> -<h2 title="Class FlatMapOp" class="title">Class FlatMapOp<T,R></h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>io.gearpump.streaming.dsl.op.FlatMapOp<T,R></li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../../io/gearpump/streaming/dsl/op/Op.html" title="interface in io.gearpump.streaming.dsl.op">Op</a>, <a href="../../../../../io/gearpump/streaming/dsl/op/SlaveOp.html" title="interface in io.gearpump.streaming.dsl.op">SlaveOp</a><T>, java.io.Serializable, scala.Equals, scala.Product</dd> -</dl> -<hr> -<br> -<pre>public class <strong>FlatMapOp<T,R></strong> -extends java.lang.Object -implements <a href="../../../../../io/gearpump/streaming/dsl/op/SlaveOp.html" title="interface in io.gearpump.streaming.dsl.op">SlaveOp</a><T>, scala.Product, scala.Serializable</pre> -<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#io.gearpump.streaming.dsl.op.FlatMapOp">Serialized Form</a></dd></dl> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- ======== CONSTRUCTOR SUMMARY ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_summary"> -<!-- --> -</a> -<h3>Constructor Summary</h3> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> -<caption><span>Constructors</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colOne" scope="col">Constructor and Description</th> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp.html#FlatMapOp(scala.Function1, java.lang.String, scala.reflect.ClassTag)">FlatMapOp</a></strong>(scala.Function1<<a href="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp.html" title="type parameter in FlatMapOp">T</a>,scala.collection.TraversableOnce<<a href="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp.html" title="type parameter in FlatMapOp">R</a>>> fun, - java.lang.String description, - scala.reflect.ClassTag<<a href="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp.html" title="type parameter in FlatMapOp">T</a>> evidence$1)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> -<caption><span>Methods</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Method and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp.html#description()">description</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>scala.Function1<<a href="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp.html" title="type parameter in FlatMapOp">T</a>,scala.collection.TraversableOnce<<a href="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp.html" title="type parameter in FlatMapOp">R</a>>></code></td> -<td class="colLast"><code><strong><a href="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp.html#fun()">fun</a></strong>()</code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_scala.Product"> -<!-- --> -</a> -<h3>Methods inherited from interface scala.Product</h3> -<code>productArity, productElement, productIterator, productPrefix</code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_scala.Equals"> -<!-- --> -</a> -<h3>Methods inherited from interface scala.Equals</h3> -<code>canEqual, equals</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="FlatMapOp(scala.Function1, java.lang.String, scala.reflect.ClassTag)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>FlatMapOp</h4> -<pre>public FlatMapOp(scala.Function1<<a href="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp.html" title="type parameter in FlatMapOp">T</a>,scala.collection.TraversableOnce<<a href="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp.html" title="type parameter in FlatMapOp">R</a>>> fun, - java.lang.String description, - scala.reflect.ClassTag<<a href="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp.html" title="type parameter in FlatMapOp">T</a>> evidence$1)</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="fun()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>fun</h4> -<pre>public scala.Function1<<a href="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp.html" title="type parameter in FlatMapOp">T</a>,scala.collection.TraversableOnce<<a href="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp.html" title="type parameter in FlatMapOp">R</a>>> fun()</pre> -</li> -</ul> -<a name="description()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>description</h4> -<pre>public java.lang.String description()</pre> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../io/gearpump/streaming/dsl/op/Op.html#description()">description</a></code> in interface <code><a href="../../../../../io/gearpump/streaming/dsl/op/Op.html" title="interface in io.gearpump.streaming.dsl.op">Op</a></code></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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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="../../../../../io/gearpump/streaming/dsl/op/Direct$.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp$.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?io/gearpump/streaming/dsl/op/FlatMapOp.html" target="_top">FRAMES</a></li> -<li><a href="FlatMapOp.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><a href="#constructor_summary">CONSTR</a> | </li> -<li><a href="#method_summary">METHOD</a></li> -</ul> -<ul class="subNavList"> -<li>DETAIL: </li> -<li>FIELD | </li> -<li><a href="#constructor_detail">CONSTR</a> | </li> -<li><a href="#method_detail">METHOD</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/136ab3dc/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/GroupByOp$.html ---------------------------------------------------------------------- diff --git a/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/GroupByOp$.html b/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/GroupByOp$.html deleted file mode 100644 index 89e1807..0000000 --- a/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/GroupByOp$.html +++ /dev/null @@ -1,271 +0,0 @@ -<!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 (version 1.6.0_36) on Sat Nov 28 01:44:50 CST 2015 --> -<title>GroupByOp$</title> -<meta name="date" content="2015-11-28"> -<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> -</head> -<body> -<script type="text/javascript"><!-- - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="GroupByOp$"; - } -//--> -</script> -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar_top"> -<!-- --> -</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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="../../../../../io/gearpump/streaming/dsl/op/GroupByOp.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../../io/gearpump/streaming/dsl/op/MasterOp.html" title="interface in io.gearpump.streaming.dsl.op"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?io/gearpump/streaming/dsl/op/GroupByOp$.html" target="_top">FRAMES</a></li> -<li><a href="GroupByOp$.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><a href="#field_summary">FIELD</a> | </li> -<li><a href="#constructor_summary">CONSTR</a> | </li> -<li><a href="#methods_inherited_from_class_java.lang.Object">METHOD</a></li> -</ul> -<ul class="subNavList"> -<li>DETAIL: </li> -<li><a href="#field_detail">FIELD</a> | </li> -<li><a href="#constructor_detail">CONSTR</a> | </li> -<li>METHOD</li> -</ul> -</div> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<!-- ======== START OF CLASS DATA ======== --> -<div class="header"> -<p class="subTitle">io.gearpump.streaming.dsl.op</p> -<h2 title="Class GroupByOp$" class="title">Class GroupByOp$</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>io.gearpump.streaming.dsl.op.GroupByOp$</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Implemented Interfaces:</dt> -<dd>java.io.Serializable</dd> -</dl> -<hr> -<br> -<pre>public class <strong>GroupByOp$</strong> -extends java.lang.Object -implements scala.Serializable</pre> -<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#io.gearpump.streaming.dsl.op.GroupByOp$">Serialized Form</a></dd></dl> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> -<caption><span>Fields</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Field and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="../../../../../io/gearpump/streaming/dsl/op/GroupByOp$.html" title="class in io.gearpump.streaming.dsl.op">GroupByOp$</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../io/gearpump/streaming/dsl/op/GroupByOp$.html#MODULE$">MODULE$</a></strong></code> -<div class="block">Static reference to the singleton instance of this Scala object.</div> -</td> -</tr> -</table> -</li> -</ul> -<!-- ======== CONSTRUCTOR SUMMARY ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_summary"> -<!-- --> -</a> -<h3>Constructor Summary</h3> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> -<caption><span>Constructors</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colOne" scope="col">Constructor and Description</th> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../io/gearpump/streaming/dsl/op/GroupByOp$.html#GroupByOp$()">GroupByOp$</a></strong>()</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ============ FIELD DETAIL =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_detail"> -<!-- --> -</a> -<h3>Field Detail</h3> -<a name="MODULE$"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>MODULE$</h4> -<pre>public static final <a href="../../../../../io/gearpump/streaming/dsl/op/GroupByOp$.html" title="class in io.gearpump.streaming.dsl.op">GroupByOp$</a> MODULE$</pre> -<div class="block">Static reference to the singleton instance of this Scala object.</div> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="GroupByOp$()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>GroupByOp$</h4> -<pre>public GroupByOp$()</pre> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -</div> -<!-- ========= END OF CLASS DATA ========= --> -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar_bottom"> -<!-- --> -</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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="../../../../../io/gearpump/streaming/dsl/op/GroupByOp.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../../io/gearpump/streaming/dsl/op/MasterOp.html" title="interface in io.gearpump.streaming.dsl.op"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?io/gearpump/streaming/dsl/op/GroupByOp$.html" target="_top">FRAMES</a></li> -<li><a href="GroupByOp$.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><a href="#field_summary">FIELD</a> | </li> -<li><a href="#constructor_summary">CONSTR</a> | </li> -<li><a href="#methods_inherited_from_class_java.lang.Object">METHOD</a></li> -</ul> -<ul class="subNavList"> -<li>DETAIL: </li> -<li><a href="#field_detail">FIELD</a> | </li> -<li><a href="#constructor_detail">CONSTR</a> | </li> -<li>METHOD</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/136ab3dc/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/GroupByOp.html ---------------------------------------------------------------------- diff --git a/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/GroupByOp.html b/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/GroupByOp.html deleted file mode 100644 index 0f6f9e1..0000000 --- a/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/GroupByOp.html +++ /dev/null @@ -1,310 +0,0 @@ -<!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 (version 1.6.0_36) on Sat Nov 28 01:44:50 CST 2015 --> -<title>GroupByOp</title> -<meta name="date" content="2015-11-28"> -<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> -</head> -<body> -<script type="text/javascript"><!-- - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="GroupByOp"; - } -//--> -</script> -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar_top"> -<!-- --> -</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp$.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../../io/gearpump/streaming/dsl/op/GroupByOp$.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?io/gearpump/streaming/dsl/op/GroupByOp.html" target="_top">FRAMES</a></li> -<li><a href="GroupByOp.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><a href="#constructor_summary">CONSTR</a> | </li> -<li><a href="#method_summary">METHOD</a></li> -</ul> -<ul class="subNavList"> -<li>DETAIL: </li> -<li>FIELD | </li> -<li><a href="#constructor_detail">CONSTR</a> | </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"> -<p class="subTitle">io.gearpump.streaming.dsl.op</p> -<h2 title="Class GroupByOp" class="title">Class GroupByOp<T,R></h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>io.gearpump.streaming.dsl.op.GroupByOp<T,R></li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../../io/gearpump/streaming/dsl/op/MasterOp.html" title="interface in io.gearpump.streaming.dsl.op">MasterOp</a>, <a href="../../../../../io/gearpump/streaming/dsl/op/Op.html" title="interface in io.gearpump.streaming.dsl.op">Op</a>, <a href="../../../../../io/gearpump/streaming/dsl/op/ParameterizedOp.html" title="interface in io.gearpump.streaming.dsl.op">ParameterizedOp</a><T>, java.io.Serializable, scala.Equals, scala.Product</dd> -</dl> -<hr> -<br> -<pre>public class <strong>GroupByOp<T,R></strong> -extends java.lang.Object -implements <a href="../../../../../io/gearpump/streaming/dsl/op/ParameterizedOp.html" title="interface in io.gearpump.streaming.dsl.op">ParameterizedOp</a><T>, scala.Product, scala.Serializable</pre> -<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#io.gearpump.streaming.dsl.op.GroupByOp">Serialized Form</a></dd></dl> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- ======== CONSTRUCTOR SUMMARY ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_summary"> -<!-- --> -</a> -<h3>Constructor Summary</h3> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> -<caption><span>Constructors</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colOne" scope="col">Constructor and Description</th> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../io/gearpump/streaming/dsl/op/GroupByOp.html#GroupByOp(scala.Function1, int, java.lang.String, scala.reflect.ClassTag)">GroupByOp</a></strong>(scala.Function1<<a href="../../../../../io/gearpump/streaming/dsl/op/GroupByOp.html" title="type parameter in GroupByOp">T</a>,<a href="../../../../../io/gearpump/streaming/dsl/op/GroupByOp.html" title="type parameter in GroupByOp">R</a>> fun, - int parallism, - java.lang.String description, - scala.reflect.ClassTag<<a href="../../../../../io/gearpump/streaming/dsl/op/GroupByOp.html" title="type parameter in GroupByOp">T</a>> evidence$3)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> -<caption><span>Methods</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Method and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../../../io/gearpump/streaming/dsl/op/GroupByOp.html#description()">description</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>scala.Function1<<a href="../../../../../io/gearpump/streaming/dsl/op/GroupByOp.html" title="type parameter in GroupByOp">T</a>,<a href="../../../../../io/gearpump/streaming/dsl/op/GroupByOp.html" title="type parameter in GroupByOp">R</a>></code></td> -<td class="colLast"><code><strong><a href="../../../../../io/gearpump/streaming/dsl/op/GroupByOp.html#fun()">fun</a></strong>()</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../../io/gearpump/streaming/dsl/op/GroupByOp.html#parallism()">parallism</a></strong>()</code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_scala.Product"> -<!-- --> -</a> -<h3>Methods inherited from interface scala.Product</h3> -<code>productArity, productElement, productIterator, productPrefix</code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_scala.Equals"> -<!-- --> -</a> -<h3>Methods inherited from interface scala.Equals</h3> -<code>canEqual, equals</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="GroupByOp(scala.Function1, int, java.lang.String, scala.reflect.ClassTag)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>GroupByOp</h4> -<pre>public GroupByOp(scala.Function1<<a href="../../../../../io/gearpump/streaming/dsl/op/GroupByOp.html" title="type parameter in GroupByOp">T</a>,<a href="../../../../../io/gearpump/streaming/dsl/op/GroupByOp.html" title="type parameter in GroupByOp">R</a>> fun, - int parallism, - java.lang.String description, - scala.reflect.ClassTag<<a href="../../../../../io/gearpump/streaming/dsl/op/GroupByOp.html" title="type parameter in GroupByOp">T</a>> evidence$3)</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="fun()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>fun</h4> -<pre>public scala.Function1<<a href="../../../../../io/gearpump/streaming/dsl/op/GroupByOp.html" title="type parameter in GroupByOp">T</a>,<a href="../../../../../io/gearpump/streaming/dsl/op/GroupByOp.html" title="type parameter in GroupByOp">R</a>> fun()</pre> -</li> -</ul> -<a name="parallism()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>parallism</h4> -<pre>public int parallism()</pre> -</li> -</ul> -<a name="description()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>description</h4> -<pre>public java.lang.String description()</pre> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../io/gearpump/streaming/dsl/op/Op.html#description()">description</a></code> in interface <code><a href="../../../../../io/gearpump/streaming/dsl/op/Op.html" title="interface in io.gearpump.streaming.dsl.op">Op</a></code></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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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="../../../../../io/gearpump/streaming/dsl/op/FlatMapOp$.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../../io/gearpump/streaming/dsl/op/GroupByOp$.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?io/gearpump/streaming/dsl/op/GroupByOp.html" target="_top">FRAMES</a></li> -<li><a href="GroupByOp.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><a href="#constructor_summary">CONSTR</a> | </li> -<li><a href="#method_summary">METHOD</a></li> -</ul> -<ul class="subNavList"> -<li>DETAIL: </li> -<li>FIELD | </li> -<li><a href="#constructor_detail">CONSTR</a> | </li> -<li><a href="#method_detail">METHOD</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/136ab3dc/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/MasterOp.html ---------------------------------------------------------------------- diff --git a/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/MasterOp.html b/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/MasterOp.html deleted file mode 100644 index 08fe052..0000000 --- a/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/MasterOp.html +++ /dev/null @@ -1,190 +0,0 @@ -<!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 (version 1.6.0_36) on Sat Nov 28 01:44:50 CST 2015 --> -<title>MasterOp</title> -<meta name="date" content="2015-11-28"> -<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> -</head> -<body> -<script type="text/javascript"><!-- - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="MasterOp"; - } -//--> -</script> -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar_top"> -<!-- --> -</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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="../../../../../io/gearpump/streaming/dsl/op/GroupByOp$.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../../io/gearpump/streaming/dsl/op/MergeOp.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?io/gearpump/streaming/dsl/op/MasterOp.html" target="_top">FRAMES</a></li> -<li><a href="MasterOp.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>METHOD</li> -</ul> -<ul class="subNavList"> -<li>DETAIL: </li> -<li>FIELD | </li> -<li>CONSTR | </li> -<li>METHOD</li> -</ul> -</div> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<!-- ======== START OF CLASS DATA ======== --> -<div class="header"> -<p class="subTitle">io.gearpump.streaming.dsl.op</p> -<h2 title="Interface MasterOp" class="title">Interface MasterOp</h2> -</div> -<div class="contentContainer"> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Superinterfaces:</dt> -<dd><a href="../../../../../io/gearpump/streaming/dsl/op/Op.html" title="interface in io.gearpump.streaming.dsl.op">Op</a></dd> -</dl> -<dl> -<dt>All Known Subinterfaces:</dt> -<dd><a href="../../../../../io/gearpump/streaming/dsl/op/ParameterizedOp.html" title="interface in io.gearpump.streaming.dsl.op">ParameterizedOp</a><T></dd> -</dl> -<dl> -<dt>All Known Implementing Classes:</dt> -<dd><a href="../../../../../io/gearpump/streaming/dsl/op/DataSinkOp.html" title="class in io.gearpump.streaming.dsl.op">DataSinkOp</a>, <a href="../../../../../io/gearpump/streaming/dsl/op/DataSourceOp.html" title="class in io.gearpump.streaming.dsl.op">DataSourceOp</a>, <a href="../../../../../io/gearpump/streaming/dsl/op/GroupByOp.html" title="class in io.gearpump.streaming.dsl.op">GroupByOp</a>, <a href="../../../../../io/gearpump/streaming/dsl/op/MergeOp.html" title="class in io.gearpump.streaming.dsl.op">MergeOp</a>, <a href="../../../../../io/gearpump/streaming/dsl/op/ProcessorOp.html" title="class in io.gearpump.streaming.dsl.op">ProcessorOp</a></dd> -</dl> -<hr> -<br> -<pre>public interface <strong>MasterOp</strong> -extends <a href="../../../../../io/gearpump/streaming/dsl/op/Op.html" title="interface in io.gearpump.streaming.dsl.op">Op</a></pre> -</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> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_io.gearpump.streaming.dsl.op.Op"> -<!-- --> -</a> -<h3>Methods inherited from interface io.gearpump.streaming.dsl.op.<a href="../../../../../io/gearpump/streaming/dsl/op/Op.html" title="interface in io.gearpump.streaming.dsl.op">Op</a></h3> -<code><a href="../../../../../io/gearpump/streaming/dsl/op/Op.html#description()">description</a></code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -</div> -<!-- ========= END OF CLASS DATA ========= --> -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar_bottom"> -<!-- --> -</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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="../../../../../io/gearpump/streaming/dsl/op/GroupByOp$.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../../io/gearpump/streaming/dsl/op/MergeOp.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?io/gearpump/streaming/dsl/op/MasterOp.html" target="_top">FRAMES</a></li> -<li><a href="MasterOp.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>METHOD</li> -</ul> -<ul class="subNavList"> -<li>DETAIL: </li> -<li>FIELD | </li> -<li>CONSTR | </li> -<li>METHOD</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/136ab3dc/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/MergeOp$.html ---------------------------------------------------------------------- diff --git a/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/MergeOp$.html b/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/MergeOp$.html deleted file mode 100644 index 01963d2..0000000 --- a/content/releases/0.7.0/api/java/io/gearpump/streaming/dsl/op/MergeOp$.html +++ /dev/null @@ -1,290 +0,0 @@ -<!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 (version 1.6.0_36) on Sat Nov 28 01:44:50 CST 2015 --> -<title>MergeOp$</title> -<meta name="date" content="2015-11-28"> -<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> -</head> -<body> -<script type="text/javascript"><!-- - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="MergeOp$"; - } -//--> -</script> -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar_top"> -<!-- --> -</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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="../../../../../io/gearpump/streaming/dsl/op/MergeOp.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../../io/gearpump/streaming/dsl/op/Op.html" title="interface in io.gearpump.streaming.dsl.op"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?io/gearpump/streaming/dsl/op/MergeOp$.html" target="_top">FRAMES</a></li> -<li><a href="MergeOp$.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><a href="#field_summary">FIELD</a> | </li> -<li><a href="#constructor_summary">CONSTR</a> | </li> -<li><a href="#methods_inherited_from_class_scala.runtime.AbstractFunction3">METHOD</a></li> -</ul> -<ul class="subNavList"> -<li>DETAIL: </li> -<li><a href="#field_detail">FIELD</a> | </li> -<li><a href="#constructor_detail">CONSTR</a> | </li> -<li>METHOD</li> -</ul> -</div> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<!-- ======== START OF CLASS DATA ======== --> -<div class="header"> -<p class="subTitle">io.gearpump.streaming.dsl.op</p> -<h2 title="Class MergeOp$" class="title">Class MergeOp$</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>scala.runtime.AbstractFunction3<<a href="../../../../../io/gearpump/streaming/dsl/op/Op.html" title="interface in io.gearpump.streaming.dsl.op">Op</a>,<a href="../../../../../io/gearpump/streaming/dsl/op/Op.html" title="interface in io.gearpump.streaming.dsl.op">Op</a>,java.lang.String,<a href="../../../../../io/gearpump/streaming/dsl/op/MergeOp.html" title="class in io.gearpump.streaming.dsl.op">MergeOp</a>></li> -<li> -<ul class="inheritance"> -<li>io.gearpump.streaming.dsl.op.MergeOp$</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Implemented Interfaces:</dt> -<dd>java.io.Serializable, scala.Function3<<a href="../../../../../io/gearpump/streaming/dsl/op/Op.html" title="interface in io.gearpump.streaming.dsl.op">Op</a>,<a href="../../../../../io/gearpump/streaming/dsl/op/Op.html" title="interface in io.gearpump.streaming.dsl.op">Op</a>,java.lang.String,<a href="../../../../../io/gearpump/streaming/dsl/op/MergeOp.html" title="class in io.gearpump.streaming.dsl.op">MergeOp</a>></dd> -</dl> -<hr> -<br> -<pre>public class <strong>MergeOp$</strong> -extends scala.runtime.AbstractFunction3<<a href="../../../../../io/gearpump/streaming/dsl/op/Op.html" title="interface in io.gearpump.streaming.dsl.op">Op</a>,<a href="../../../../../io/gearpump/streaming/dsl/op/Op.html" title="interface in io.gearpump.streaming.dsl.op">Op</a>,java.lang.String,<a href="../../../../../io/gearpump/streaming/dsl/op/MergeOp.html" title="class in io.gearpump.streaming.dsl.op">MergeOp</a>> -implements scala.Serializable</pre> -<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#io.gearpump.streaming.dsl.op.MergeOp$">Serialized Form</a></dd></dl> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> -<caption><span>Fields</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Field and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="../../../../../io/gearpump/streaming/dsl/op/MergeOp$.html" title="class in io.gearpump.streaming.dsl.op">MergeOp$</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../io/gearpump/streaming/dsl/op/MergeOp$.html#MODULE$">MODULE$</a></strong></code> -<div class="block">Static reference to the singleton instance of this Scala object.</div> -</td> -</tr> -</table> -</li> -</ul> -<!-- ======== CONSTRUCTOR SUMMARY ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_summary"> -<!-- --> -</a> -<h3>Constructor Summary</h3> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> -<caption><span>Constructors</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colOne" scope="col">Constructor and Description</th> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../io/gearpump/streaming/dsl/op/MergeOp$.html#MergeOp$()">MergeOp$</a></strong>()</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_scala.runtime.AbstractFunction3"> -<!-- --> -</a> -<h3>Methods inherited from class scala.runtime.AbstractFunction3</h3> -<code>curried, toString, tupled</code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_scala.Function3"> -<!-- --> -</a> -<h3>Methods inherited from interface scala.Function3</h3> -<code>apply</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ============ FIELD DETAIL =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_detail"> -<!-- --> -</a> -<h3>Field Detail</h3> -<a name="MODULE$"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>MODULE$</h4> -<pre>public static final <a href="../../../../../io/gearpump/streaming/dsl/op/MergeOp$.html" title="class in io.gearpump.streaming.dsl.op">MergeOp$</a> MODULE$</pre> -<div class="block">Static reference to the singleton instance of this Scala object.</div> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="MergeOp$()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>MergeOp$</h4> -<pre>public MergeOp$()</pre> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -</div> -<!-- ========= END OF CLASS DATA ========= --> -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar_bottom"> -<!-- --> -</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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="../../../../../io/gearpump/streaming/dsl/op/MergeOp.html" title="class in io.gearpump.streaming.dsl.op"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../../io/gearpump/streaming/dsl/op/Op.html" title="interface in io.gearpump.streaming.dsl.op"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?io/gearpump/streaming/dsl/op/MergeOp$.html" target="_top">FRAMES</a></li> -<li><a href="MergeOp$.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><a href="#field_summary">FIELD</a> | </li> -<li><a href="#constructor_summary">CONSTR</a> | </li> -<li><a href="#methods_inherited_from_class_scala.runtime.AbstractFunction3">METHOD</a></li> -</ul> -<ul class="subNavList"> -<li>DETAIL: </li> -<li><a href="#field_detail">FIELD</a> | </li> -<li><a href="#constructor_detail">CONSTR</a> | </li> -<li>METHOD</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html>
