http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/19769c76/releases/0.8.1/api/java/org/apache/gearpump/partitioner/PartitionerDescription.html ---------------------------------------------------------------------- diff --git a/releases/0.8.1/api/java/org/apache/gearpump/partitioner/PartitionerDescription.html b/releases/0.8.1/api/java/org/apache/gearpump/partitioner/PartitionerDescription.html new file mode 100644 index 0000000..4a48dda --- /dev/null +++ b/releases/0.8.1/api/java/org/apache/gearpump/partitioner/PartitionerDescription.html @@ -0,0 +1,293 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (1.8.0_25) on Thu Aug 11 09:54:12 PDT 2016 --> +<title>PartitionerDescription</title> +<meta name="date" content="2016-08-11"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="PartitionerDescription"; + } + } + catch(err) { + } +//--> +var methods = {"i0":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../org/apache/gearpump/partitioner/PartitionerByClassName.html" title="class in org.apache.gearpump.partitioner"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/gearpump/partitioner/PartitionerFactory.html" title="interface in org.apache.gearpump.partitioner"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/gearpump/partitioner/PartitionerDescription.html" target="_top">Frames</a></li> +<li><a href="PartitionerDescription.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"> +<div class="subTitle">org.apache.gearpump.partitioner</div> +<h2 title="Class PartitionerDescription" class="title">Class PartitionerDescription</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.apache.gearpump.partitioner.PartitionerDescription</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd>java.io.Serializable, scala.Equals, scala.Product</dd> +</dl> +<hr> +<br> +<pre>public class <span class="typeNameLabel">PartitionerDescription</span> +extends java.lang.Object +implements scala.Product, scala.Serializable</pre> +<div class="block">param: partitionerFactory How we construct a Partitioner.</div> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../serialized-form.html#org.apache.gearpump.partitioner.PartitionerDescription">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="memberSummary" 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><span class="memberNameLink"><a href="../../../../org/apache/gearpump/partitioner/PartitionerDescription.html#PartitionerDescription-org.apache.gearpump.partitioner.PartitionerFactory-">PartitionerDescription</a></span>(<a href="../../../../org/apache/gearpump/partitioner/PartitionerFactory.html" title="interface in org.apache.gearpump.partitioner">PartitionerFactory</a> partitionerFactory)</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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code><a href="../../../../org/apache/gearpump/partitioner/PartitionerFactory.html" title="interface in org.apache.gearpump.partitioner">PartitionerFactory</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/gearpump/partitioner/PartitionerDescription.html#partitionerFactory--">partitionerFactory</a></span>()</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="PartitionerDescription-org.apache.gearpump.partitioner.PartitionerFactory-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>PartitionerDescription</h4> +<pre>public PartitionerDescription(<a href="../../../../org/apache/gearpump/partitioner/PartitionerFactory.html" title="interface in org.apache.gearpump.partitioner">PartitionerFactory</a> partitionerFactory)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="partitionerFactory--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>partitionerFactory</h4> +<pre>public <a href="../../../../org/apache/gearpump/partitioner/PartitionerFactory.html" title="interface in org.apache.gearpump.partitioner">PartitionerFactory</a> partitionerFactory()</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> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../org/apache/gearpump/partitioner/PartitionerByClassName.html" title="class in org.apache.gearpump.partitioner"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/gearpump/partitioner/PartitionerFactory.html" title="interface in org.apache.gearpump.partitioner"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/gearpump/partitioner/PartitionerDescription.html" target="_top">Frames</a></li> +<li><a href="PartitionerDescription.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/19769c76/releases/0.8.1/api/java/org/apache/gearpump/partitioner/PartitionerFactory.html ---------------------------------------------------------------------- diff --git a/releases/0.8.1/api/java/org/apache/gearpump/partitioner/PartitionerFactory.html b/releases/0.8.1/api/java/org/apache/gearpump/partitioner/PartitionerFactory.html new file mode 100644 index 0000000..fce1b5f --- /dev/null +++ b/releases/0.8.1/api/java/org/apache/gearpump/partitioner/PartitionerFactory.html @@ -0,0 +1,236 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (1.8.0_25) on Thu Aug 11 09:54:12 PDT 2016 --> +<title>PartitionerFactory</title> +<meta name="date" content="2016-08-11"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="PartitionerFactory"; + } + } + catch(err) { + } +//--> +var methods = {"i0":6,"i1":6}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../org/apache/gearpump/partitioner/PartitionerDescription.html" title="class in org.apache.gearpump.partitioner"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/gearpump/partitioner/PartitionerObject.html" title="class in org.apache.gearpump.partitioner"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/gearpump/partitioner/PartitionerFactory.html" target="_top">Frames</a></li> +<li><a href="PartitionerFactory.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.gearpump.partitioner</div> +<h2 title="Interface PartitionerFactory" class="title">Interface PartitionerFactory</h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Known Implementing Classes:</dt> +<dd><a href="../../../../org/apache/gearpump/partitioner/PartitionerByClassName.html" title="class in org.apache.gearpump.partitioner">PartitionerByClassName</a>, <a href="../../../../org/apache/gearpump/partitioner/PartitionerObject.html" title="class in org.apache.gearpump.partitioner">PartitionerObject</a></dd> +</dl> +<hr> +<br> +<pre>public interface <span class="typeNameLabel">PartitionerFactory</span></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> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/gearpump/partitioner/PartitionerFactory.html#name--">name</a></span>()</code> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/apache/gearpump/partitioner/Partitioner.html" title="interface in org.apache.gearpump.partitioner">Partitioner</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/gearpump/partitioner/PartitionerFactory.html#partitioner--">partitioner</a></span>()</code> </td> +</tr> +</table> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="name--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>name</h4> +<pre>java.lang.String name()</pre> +</li> +</ul> +<a name="partitioner--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>partitioner</h4> +<pre><a href="../../../../org/apache/gearpump/partitioner/Partitioner.html" title="interface in org.apache.gearpump.partitioner">Partitioner</a> partitioner()</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> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../org/apache/gearpump/partitioner/PartitionerDescription.html" title="class in org.apache.gearpump.partitioner"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/gearpump/partitioner/PartitionerObject.html" title="class in org.apache.gearpump.partitioner"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/gearpump/partitioner/PartitionerFactory.html" target="_top">Frames</a></li> +<li><a href="PartitionerFactory.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/19769c76/releases/0.8.1/api/java/org/apache/gearpump/partitioner/PartitionerObject.html ---------------------------------------------------------------------- diff --git a/releases/0.8.1/api/java/org/apache/gearpump/partitioner/PartitionerObject.html b/releases/0.8.1/api/java/org/apache/gearpump/partitioner/PartitionerObject.html new file mode 100644 index 0000000..54af3cc --- /dev/null +++ b/releases/0.8.1/api/java/org/apache/gearpump/partitioner/PartitionerObject.html @@ -0,0 +1,300 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (1.8.0_25) on Thu Aug 11 09:54:12 PDT 2016 --> +<title>PartitionerObject</title> +<meta name="date" content="2016-08-11"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="PartitionerObject"; + } + } + catch(err) { + } +//--> +var methods = {"i0":10,"i1":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../org/apache/gearpump/partitioner/PartitionerFactory.html" title="interface in org.apache.gearpump.partitioner"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/gearpump/partitioner/ShuffleGroupingPartitioner.html" title="class in org.apache.gearpump.partitioner"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/gearpump/partitioner/PartitionerObject.html" target="_top">Frames</a></li> +<li><a href="PartitionerObject.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"> +<div class="subTitle">org.apache.gearpump.partitioner</div> +<h2 title="Class PartitionerObject" class="title">Class PartitionerObject</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.apache.gearpump.partitioner.PartitionerObject</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd>java.io.Serializable, <a href="../../../../org/apache/gearpump/partitioner/PartitionerFactory.html" title="interface in org.apache.gearpump.partitioner">PartitionerFactory</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="typeNameLabel">PartitionerObject</span> +extends java.lang.Object +implements <a href="../../../../org/apache/gearpump/partitioner/PartitionerFactory.html" title="interface in org.apache.gearpump.partitioner">PartitionerFactory</a>, scala.Serializable</pre> +<div class="block">Stores the Partitioner in an object. To use it, user need to deserialize the object</div> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../serialized-form.html#org.apache.gearpump.partitioner.PartitionerObject">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="memberSummary" 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><span class="memberNameLink"><a href="../../../../org/apache/gearpump/partitioner/PartitionerObject.html#PartitionerObject-org.apache.gearpump.partitioner.Partitioner-">PartitionerObject</a></span>(<a href="../../../../org/apache/gearpump/partitioner/Partitioner.html" title="interface in org.apache.gearpump.partitioner">Partitioner</a> _partitioner)</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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/gearpump/partitioner/PartitionerObject.html#name--">name</a></span>()</code> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/apache/gearpump/partitioner/Partitioner.html" title="interface in org.apache.gearpump.partitioner">Partitioner</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/gearpump/partitioner/PartitionerObject.html#partitioner--">partitioner</a></span>()</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> +</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="PartitionerObject-org.apache.gearpump.partitioner.Partitioner-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>PartitionerObject</h4> +<pre>public PartitionerObject(<a href="../../../../org/apache/gearpump/partitioner/Partitioner.html" title="interface in org.apache.gearpump.partitioner">Partitioner</a> _partitioner)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="name--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>name</h4> +<pre>public java.lang.String name()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../org/apache/gearpump/partitioner/PartitionerFactory.html#name--">name</a></code> in interface <code><a href="../../../../org/apache/gearpump/partitioner/PartitionerFactory.html" title="interface in org.apache.gearpump.partitioner">PartitionerFactory</a></code></dd> +</dl> +</li> +</ul> +<a name="partitioner--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>partitioner</h4> +<pre>public <a href="../../../../org/apache/gearpump/partitioner/Partitioner.html" title="interface in org.apache.gearpump.partitioner">Partitioner</a> partitioner()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../org/apache/gearpump/partitioner/PartitionerFactory.html#partitioner--">partitioner</a></code> in interface <code><a href="../../../../org/apache/gearpump/partitioner/PartitionerFactory.html" title="interface in org.apache.gearpump.partitioner">PartitionerFactory</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> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../org/apache/gearpump/partitioner/PartitionerFactory.html" title="interface in org.apache.gearpump.partitioner"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/gearpump/partitioner/ShuffleGroupingPartitioner.html" title="class in org.apache.gearpump.partitioner"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/gearpump/partitioner/PartitionerObject.html" target="_top">Frames</a></li> +<li><a href="PartitionerObject.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/19769c76/releases/0.8.1/api/java/org/apache/gearpump/partitioner/ShuffleGroupingPartitioner.html ---------------------------------------------------------------------- diff --git a/releases/0.8.1/api/java/org/apache/gearpump/partitioner/ShuffleGroupingPartitioner.html b/releases/0.8.1/api/java/org/apache/gearpump/partitioner/ShuffleGroupingPartitioner.html new file mode 100644 index 0000000..980900b --- /dev/null +++ b/releases/0.8.1/api/java/org/apache/gearpump/partitioner/ShuffleGroupingPartitioner.html @@ -0,0 +1,308 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (1.8.0_25) on Thu Aug 11 09:54:12 PDT 2016 --> +<title>ShuffleGroupingPartitioner</title> +<meta name="date" content="2016-08-11"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ShuffleGroupingPartitioner"; + } + } + catch(err) { + } +//--> +var methods = {"i0":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../org/apache/gearpump/partitioner/PartitionerObject.html" title="class in org.apache.gearpump.partitioner"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/gearpump/partitioner/ShufflePartitioner.html" title="class in org.apache.gearpump.partitioner"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/gearpump/partitioner/ShuffleGroupingPartitioner.html" target="_top">Frames</a></li> +<li><a href="ShuffleGroupingPartitioner.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"> +<div class="subTitle">org.apache.gearpump.partitioner</div> +<h2 title="Class ShuffleGroupingPartitioner" class="title">Class ShuffleGroupingPartitioner</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.apache.gearpump.partitioner.ShuffleGroupingPartitioner</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd>java.io.Serializable, <a href="../../../../org/apache/gearpump/partitioner/Partitioner.html" title="interface in org.apache.gearpump.partitioner">Partitioner</a>, <a href="../../../../org/apache/gearpump/partitioner/UnicastPartitioner.html" title="interface in org.apache.gearpump.partitioner">UnicastPartitioner</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="typeNameLabel">ShuffleGroupingPartitioner</span> +extends java.lang.Object +implements <a href="../../../../org/apache/gearpump/partitioner/UnicastPartitioner.html" title="interface in org.apache.gearpump.partitioner">UnicastPartitioner</a></pre> +<div class="block">The idea of ShuffleGroupingPartitioner is derived from Storm. + Messages are randomly distributed across the downstream's tasks in a way such that + each task is guaranteed to get an equal number of messages.</div> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../serialized-form.html#org.apache.gearpump.partitioner.ShuffleGroupingPartitioner">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="memberSummary" 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><span class="memberNameLink"><a href="../../../../org/apache/gearpump/partitioner/ShuffleGroupingPartitioner.html#ShuffleGroupingPartitioner--">ShuffleGroupingPartitioner</a></span>()</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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/gearpump/partitioner/ShuffleGroupingPartitioner.html#getPartition-org.apache.gearpump.Message-int-int-">getPartition</a></span>(<a href="../../../../org/apache/gearpump/Message.html" title="class in org.apache.gearpump">Message</a> msg, + int partitionNum, + int currentPartitionId)</code> +<div class="block">Gets the SINGLE downstream processor task index to send message to.</div> +</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.org.apache.gearpump.partitioner.UnicastPartitioner"> +<!-- --> +</a> +<h3>Methods inherited from interface org.apache.gearpump.partitioner.<a href="../../../../org/apache/gearpump/partitioner/UnicastPartitioner.html" title="interface in org.apache.gearpump.partitioner">UnicastPartitioner</a></h3> +<code><a href="../../../../org/apache/gearpump/partitioner/UnicastPartitioner.html#getPartition-org.apache.gearpump.Message-int-">getPartition</a></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="ShuffleGroupingPartitioner--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ShuffleGroupingPartitioner</h4> +<pre>public ShuffleGroupingPartitioner()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getPartition-org.apache.gearpump.Message-int-int-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getPartition</h4> +<pre>public int getPartition(<a href="../../../../org/apache/gearpump/Message.html" title="class in org.apache.gearpump">Message</a> msg, + int partitionNum, + int currentPartitionId)</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../org/apache/gearpump/partitioner/UnicastPartitioner.html#getPartition-org.apache.gearpump.Message-int-int-">UnicastPartitioner</a></code></span></div> +<div class="block">Gets the SINGLE downstream processor task index to send message to. + <p></div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../org/apache/gearpump/partitioner/UnicastPartitioner.html#getPartition-org.apache.gearpump.Message-int-int-">getPartition</a></code> in interface <code><a href="../../../../org/apache/gearpump/partitioner/UnicastPartitioner.html" title="interface in org.apache.gearpump.partitioner">UnicastPartitioner</a></code></dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>msg</code> - Message you want to send</dd> +<dd><code>partitionNum</code> - How many tasks does the downstream processor have.</dd> +<dd><code>currentPartitionId</code> - Upstream task's task index who trigger the getPartition() call. + <p></dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>ONE task index of downstream processor.</dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../org/apache/gearpump/partitioner/PartitionerObject.html" title="class in org.apache.gearpump.partitioner"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/gearpump/partitioner/ShufflePartitioner.html" title="class in org.apache.gearpump.partitioner"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/gearpump/partitioner/ShuffleGroupingPartitioner.html" target="_top">Frames</a></li> +<li><a href="ShuffleGroupingPartitioner.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/19769c76/releases/0.8.1/api/java/org/apache/gearpump/partitioner/ShufflePartitioner.html ---------------------------------------------------------------------- diff --git a/releases/0.8.1/api/java/org/apache/gearpump/partitioner/ShufflePartitioner.html b/releases/0.8.1/api/java/org/apache/gearpump/partitioner/ShufflePartitioner.html new file mode 100644 index 0000000..50269d4 --- /dev/null +++ b/releases/0.8.1/api/java/org/apache/gearpump/partitioner/ShufflePartitioner.html @@ -0,0 +1,306 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (1.8.0_25) on Thu Aug 11 09:54:12 PDT 2016 --> +<title>ShufflePartitioner</title> +<meta name="date" content="2016-08-11"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ShufflePartitioner"; + } + } + catch(err) { + } +//--> +var methods = {"i0":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../org/apache/gearpump/partitioner/ShuffleGroupingPartitioner.html" title="class in org.apache.gearpump.partitioner"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/gearpump/partitioner/UnicastPartitioner.html" title="interface in org.apache.gearpump.partitioner"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/gearpump/partitioner/ShufflePartitioner.html" target="_top">Frames</a></li> +<li><a href="ShufflePartitioner.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"> +<div class="subTitle">org.apache.gearpump.partitioner</div> +<h2 title="Class ShufflePartitioner" class="title">Class ShufflePartitioner</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.apache.gearpump.partitioner.ShufflePartitioner</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd>java.io.Serializable, <a href="../../../../org/apache/gearpump/partitioner/Partitioner.html" title="interface in org.apache.gearpump.partitioner">Partitioner</a>, <a href="../../../../org/apache/gearpump/partitioner/UnicastPartitioner.html" title="interface in org.apache.gearpump.partitioner">UnicastPartitioner</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="typeNameLabel">ShufflePartitioner</span> +extends java.lang.Object +implements <a href="../../../../org/apache/gearpump/partitioner/UnicastPartitioner.html" title="interface in org.apache.gearpump.partitioner">UnicastPartitioner</a></pre> +<div class="block">Round Robin partition the data to downstream processor tasks.</div> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../serialized-form.html#org.apache.gearpump.partitioner.ShufflePartitioner">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="memberSummary" 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><span class="memberNameLink"><a href="../../../../org/apache/gearpump/partitioner/ShufflePartitioner.html#ShufflePartitioner--">ShufflePartitioner</a></span>()</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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/gearpump/partitioner/ShufflePartitioner.html#getPartition-org.apache.gearpump.Message-int-int-">getPartition</a></span>(<a href="../../../../org/apache/gearpump/Message.html" title="class in org.apache.gearpump">Message</a> msg, + int partitionNum, + int currentPartitionId)</code> +<div class="block">Gets the SINGLE downstream processor task index to send message to.</div> +</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.org.apache.gearpump.partitioner.UnicastPartitioner"> +<!-- --> +</a> +<h3>Methods inherited from interface org.apache.gearpump.partitioner.<a href="../../../../org/apache/gearpump/partitioner/UnicastPartitioner.html" title="interface in org.apache.gearpump.partitioner">UnicastPartitioner</a></h3> +<code><a href="../../../../org/apache/gearpump/partitioner/UnicastPartitioner.html#getPartition-org.apache.gearpump.Message-int-">getPartition</a></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="ShufflePartitioner--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ShufflePartitioner</h4> +<pre>public ShufflePartitioner()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getPartition-org.apache.gearpump.Message-int-int-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getPartition</h4> +<pre>public int getPartition(<a href="../../../../org/apache/gearpump/Message.html" title="class in org.apache.gearpump">Message</a> msg, + int partitionNum, + int currentPartitionId)</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../org/apache/gearpump/partitioner/UnicastPartitioner.html#getPartition-org.apache.gearpump.Message-int-int-">UnicastPartitioner</a></code></span></div> +<div class="block">Gets the SINGLE downstream processor task index to send message to. + <p></div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../org/apache/gearpump/partitioner/UnicastPartitioner.html#getPartition-org.apache.gearpump.Message-int-int-">getPartition</a></code> in interface <code><a href="../../../../org/apache/gearpump/partitioner/UnicastPartitioner.html" title="interface in org.apache.gearpump.partitioner">UnicastPartitioner</a></code></dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>msg</code> - Message you want to send</dd> +<dd><code>partitionNum</code> - How many tasks does the downstream processor have.</dd> +<dd><code>currentPartitionId</code> - Upstream task's task index who trigger the getPartition() call. + <p></dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>ONE task index of downstream processor.</dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../org/apache/gearpump/partitioner/ShuffleGroupingPartitioner.html" title="class in org.apache.gearpump.partitioner"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/gearpump/partitioner/UnicastPartitioner.html" title="interface in org.apache.gearpump.partitioner"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/gearpump/partitioner/ShufflePartitioner.html" target="_top">Frames</a></li> +<li><a href="ShufflePartitioner.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/19769c76/releases/0.8.1/api/java/org/apache/gearpump/partitioner/UnicastPartitioner.html ---------------------------------------------------------------------- diff --git a/releases/0.8.1/api/java/org/apache/gearpump/partitioner/UnicastPartitioner.html b/releases/0.8.1/api/java/org/apache/gearpump/partitioner/UnicastPartitioner.html new file mode 100644 index 0000000..fd0129c --- /dev/null +++ b/releases/0.8.1/api/java/org/apache/gearpump/partitioner/UnicastPartitioner.html @@ -0,0 +1,262 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (1.8.0_25) on Thu Aug 11 09:54:12 PDT 2016 --> +<title>UnicastPartitioner</title> +<meta name="date" content="2016-08-11"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="UnicastPartitioner"; + } + } + catch(err) { + } +//--> +var methods = {"i0":6,"i1":6}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../org/apache/gearpump/partitioner/ShufflePartitioner.html" title="class in org.apache.gearpump.partitioner"><span class="typeNameLink">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/gearpump/partitioner/UnicastPartitioner.html" target="_top">Frames</a></li> +<li><a href="UnicastPartitioner.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.gearpump.partitioner</div> +<h2 title="Interface UnicastPartitioner" class="title">Interface UnicastPartitioner</h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Superinterfaces:</dt> +<dd><a href="../../../../org/apache/gearpump/partitioner/Partitioner.html" title="interface in org.apache.gearpump.partitioner">Partitioner</a>, java.io.Serializable</dd> +</dl> +<dl> +<dt>All Known Implementing Classes:</dt> +<dd><a href="../../../../org/apache/gearpump/partitioner/CoLocationPartitioner.html" title="class in org.apache.gearpump.partitioner">CoLocationPartitioner</a>, <a href="../../../../org/apache/gearpump/streaming/dsl/partitioner/GroupByPartitioner.html" title="class in org.apache.gearpump.streaming.dsl.partitioner">GroupByPartitioner</a>, <a href="../../../../org/apache/gearpump/partitioner/HashPartitioner.html" title="class in org.apache.gearpump.partitioner">HashPartitioner</a>, <a href="../../../../org/apache/gearpump/partitioner/ShuffleGroupingPartitioner.html" title="class in org.apache.gearpump.partitioner">ShuffleGroupingPartitioner</a>, <a href="../../../../org/apache/gearpump/partitioner/ShufflePartitioner.html" title="class in org.apache.gearpump.partitioner">ShufflePartitioner</a></dd> +</dl> +<hr> +<br> +<pre>public interface <span class="typeNameLabel">UnicastPartitioner</span> +extends <a href="../../../../org/apache/gearpump/partitioner/Partitioner.html" title="interface in org.apache.gearpump.partitioner">Partitioner</a></pre> +<div class="block">For processor chain: A (3 tasks) -> B (3 tasks), UnicastPartitioner does + ONE-task -> ONE-task mapping.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/gearpump/partitioner/UnicastPartitioner.html#getPartition-org.apache.gearpump.Message-int-">getPartition</a></span>(<a href="../../../../org/apache/gearpump/Message.html" title="class in org.apache.gearpump">Message</a> msg, + int partitionNum)</code> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/gearpump/partitioner/UnicastPartitioner.html#getPartition-org.apache.gearpump.Message-int-int-">getPartition</a></span>(<a href="../../../../org/apache/gearpump/Message.html" title="class in org.apache.gearpump">Message</a> msg, + int partitionNum, + int upstreamTaskIndex)</code> +<div class="block">Gets the SINGLE downstream processor task index to send message to.</div> +</td> +</tr> +</table> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getPartition-org.apache.gearpump.Message-int-int-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getPartition</h4> +<pre>int getPartition(<a href="../../../../org/apache/gearpump/Message.html" title="class in org.apache.gearpump">Message</a> msg, + int partitionNum, + int upstreamTaskIndex)</pre> +<div class="block">Gets the SINGLE downstream processor task index to send message to. + <p></div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>msg</code> - Message you want to send</dd> +<dd><code>partitionNum</code> - How many tasks does the downstream processor have.</dd> +<dd><code>upstreamTaskIndex</code> - Upstream task's task index who trigger the getPartition() call. + <p></dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>ONE task index of downstream processor.</dd> +</dl> +</li> +</ul> +<a name="getPartition-org.apache.gearpump.Message-int-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getPartition</h4> +<pre>int getPartition(<a href="../../../../org/apache/gearpump/Message.html" title="class in org.apache.gearpump">Message</a> msg, + int partitionNum)</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> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../org/apache/gearpump/partitioner/ShufflePartitioner.html" title="class in org.apache.gearpump.partitioner"><span class="typeNameLink">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/gearpump/partitioner/UnicastPartitioner.html" target="_top">Frames</a></li> +<li><a href="UnicastPartitioner.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/19769c76/releases/0.8.1/api/java/org/apache/gearpump/partitioner/package-frame.html ---------------------------------------------------------------------- diff --git a/releases/0.8.1/api/java/org/apache/gearpump/partitioner/package-frame.html b/releases/0.8.1/api/java/org/apache/gearpump/partitioner/package-frame.html new file mode 100644 index 0000000..8170b6d --- /dev/null +++ b/releases/0.8.1/api/java/org/apache/gearpump/partitioner/package-frame.html @@ -0,0 +1,34 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (1.8.0_25) on Thu Aug 11 09:54:16 PDT 2016 --> +<title>org.apache.gearpump.partitioner</title> +<meta name="date" content="2016-08-11"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +</head> +<body> +<h1 class="bar"><a href="../../../../org/apache/gearpump/partitioner/package-summary.html" target="classFrame">org.apache.gearpump.partitioner</a></h1> +<div class="indexContainer"> +<h2 title="Interfaces">Interfaces</h2> +<ul title="Interfaces"> +<li><a href="MulticastPartitioner.html" title="interface in org.apache.gearpump.partitioner" target="classFrame"><span class="interfaceName">MulticastPartitioner</span></a></li> +<li><a href="Partitioner.html" title="interface in org.apache.gearpump.partitioner" target="classFrame"><span class="interfaceName">Partitioner</span></a></li> +<li><a href="PartitionerFactory.html" title="interface in org.apache.gearpump.partitioner" target="classFrame"><span class="interfaceName">PartitionerFactory</span></a></li> +<li><a href="UnicastPartitioner.html" title="interface in org.apache.gearpump.partitioner" target="classFrame"><span class="interfaceName">UnicastPartitioner</span></a></li> +</ul> +<h2 title="Classes">Classes</h2> +<ul title="Classes"> +<li><a href="BroadcastPartitioner.html" title="class in org.apache.gearpump.partitioner" target="classFrame">BroadcastPartitioner</a></li> +<li><a href="CoLocationPartitioner.html" title="class in org.apache.gearpump.partitioner" target="classFrame">CoLocationPartitioner</a></li> +<li><a href="HashPartitioner.html" title="class in org.apache.gearpump.partitioner" target="classFrame">HashPartitioner</a></li> +<li><a href="PartitionerByClassName.html" title="class in org.apache.gearpump.partitioner" target="classFrame">PartitionerByClassName</a></li> +<li><a href="PartitionerDescription.html" title="class in org.apache.gearpump.partitioner" target="classFrame">PartitionerDescription</a></li> +<li><a href="PartitionerObject.html" title="class in org.apache.gearpump.partitioner" target="classFrame">PartitionerObject</a></li> +<li><a href="ShuffleGroupingPartitioner.html" title="class in org.apache.gearpump.partitioner" target="classFrame">ShuffleGroupingPartitioner</a></li> +<li><a href="ShufflePartitioner.html" title="class in org.apache.gearpump.partitioner" target="classFrame">ShufflePartitioner</a></li> +</ul> +</div> +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/19769c76/releases/0.8.1/api/java/org/apache/gearpump/partitioner/package-summary.html ---------------------------------------------------------------------- diff --git a/releases/0.8.1/api/java/org/apache/gearpump/partitioner/package-summary.html b/releases/0.8.1/api/java/org/apache/gearpump/partitioner/package-summary.html new file mode 100644 index 0000000..03eac07 --- /dev/null +++ b/releases/0.8.1/api/java/org/apache/gearpump/partitioner/package-summary.html @@ -0,0 +1,220 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (1.8.0_25) on Thu Aug 11 09:54:16 PDT 2016 --> +<title>org.apache.gearpump.partitioner</title> +<meta name="date" content="2016-08-11"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="org.apache.gearpump.partitioner"; + } + } + catch(err) { + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li class="navBarCell1Rev">Package</li> +<li>Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../org/apache/gearpump/metrics/package-summary.html">Prev Package</a></li> +<li><a href="../../../../org/apache/gearpump/security/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/gearpump/partitioner/package-summary.html" target="_top">Frames</a></li> +<li><a href="package-summary.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> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h1 title="Package" class="title">Package org.apache.gearpump.partitioner</h1> +</div> +<div class="contentContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> +<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Interface</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/gearpump/partitioner/MulticastPartitioner.html" title="interface in org.apache.gearpump.partitioner">MulticastPartitioner</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/gearpump/partitioner/Partitioner.html" title="interface in org.apache.gearpump.partitioner">Partitioner</a></td> +<td class="colLast"> +<div class="block">For processor chain: A (3 tasks) -> B (3 tasks), partitioner decide how ONE task + of upstream processor A send to several tasks of downstream processor B.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/gearpump/partitioner/PartitionerFactory.html" title="interface in org.apache.gearpump.partitioner">PartitionerFactory</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/gearpump/partitioner/UnicastPartitioner.html" title="interface in org.apache.gearpump.partitioner">UnicastPartitioner</a></td> +<td class="colLast"> +<div class="block">For processor chain: A (3 tasks) -> B (3 tasks), UnicastPartitioner does + ONE-task -> ONE-task mapping.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> +<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Class</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/gearpump/partitioner/BroadcastPartitioner.html" title="class in org.apache.gearpump.partitioner">BroadcastPartitioner</a></td> +<td class="colLast"> +<div class="block">Used by storm module to broadcast message to all downstream tasks</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/gearpump/partitioner/CoLocationPartitioner.html" title="class in org.apache.gearpump.partitioner">CoLocationPartitioner</a></td> +<td class="colLast"> +<div class="block">Will have the same parallelism with last processor + And each task in current processor will co-locate with task of last processor</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/gearpump/partitioner/HashPartitioner.html" title="class in org.apache.gearpump.partitioner">HashPartitioner</a></td> +<td class="colLast"> +<div class="block">Only make sense when the message has implemented the hashCode() + Otherwise, it will use Object.hashCode(), which will not return + same hash code after serialization and deserialization.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/gearpump/partitioner/PartitionerByClassName.html" title="class in org.apache.gearpump.partitioner">PartitionerByClassName</a></td> +<td class="colLast"> +<div class="block">Store the partitioner in class Name, the user need to instantiate a new class</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/gearpump/partitioner/PartitionerDescription.html" title="class in org.apache.gearpump.partitioner">PartitionerDescription</a></td> +<td class="colLast"> +<div class="block">param: partitionerFactory How we construct a Partitioner.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/gearpump/partitioner/PartitionerObject.html" title="class in org.apache.gearpump.partitioner">PartitionerObject</a></td> +<td class="colLast"> +<div class="block">Stores the Partitioner in an object.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/gearpump/partitioner/ShuffleGroupingPartitioner.html" title="class in org.apache.gearpump.partitioner">ShuffleGroupingPartitioner</a></td> +<td class="colLast"> +<div class="block">The idea of ShuffleGroupingPartitioner is derived from Storm.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/gearpump/partitioner/ShufflePartitioner.html" title="class in org.apache.gearpump.partitioner">ShufflePartitioner</a></td> +<td class="colLast"> +<div class="block">Round Robin partition the data to downstream processor tasks.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li class="navBarCell1Rev">Package</li> +<li>Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../org/apache/gearpump/metrics/package-summary.html">Prev Package</a></li> +<li><a href="../../../../org/apache/gearpump/security/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/gearpump/partitioner/package-summary.html" target="_top">Frames</a></li> +<li><a href="package-summary.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> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html>
