http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/136ab3dc/content/releases/0.7.0/api/java/io/gearpump/streaming/appmaster/DagManager.ReplaceProcessor.html ---------------------------------------------------------------------- diff --git a/content/releases/0.7.0/api/java/io/gearpump/streaming/appmaster/DagManager.ReplaceProcessor.html b/content/releases/0.7.0/api/java/io/gearpump/streaming/appmaster/DagManager.ReplaceProcessor.html deleted file mode 100644 index 366667e..0000000 --- a/content/releases/0.7.0/api/java/io/gearpump/streaming/appmaster/DagManager.ReplaceProcessor.html +++ /dev/null @@ -1,293 +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:49 CST 2015 --> -<title>DagManager.ReplaceProcessor</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="DagManager.ReplaceProcessor"; - } -//--> -</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/appmaster/DagManager.NewDAGDeployed$.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../io/gearpump/streaming/appmaster/DagManager.ReplaceProcessor$.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?io/gearpump/streaming/appmaster/DagManager.ReplaceProcessor.html" target="_top">FRAMES</a></li> -<li><a href="DagManager.ReplaceProcessor.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.appmaster</p> -<h2 title="Class DagManager.ReplaceProcessor" class="title">Class DagManager.ReplaceProcessor</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>io.gearpump.streaming.appmaster.DagManager.ReplaceProcessor</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/appmaster/DagManager.DAGOperation.html" title="interface in io.gearpump.streaming.appmaster">DagManager.DAGOperation</a>, java.io.Serializable, scala.Equals, scala.Product</dd> -</dl> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../io/gearpump/streaming/appmaster/DagManager.html" title="class in io.gearpump.streaming.appmaster">DagManager</a></dd> -</dl> -<hr> -<br> -<pre>public static class <strong>DagManager.ReplaceProcessor</strong> -extends java.lang.Object -implements <a href="../../../../io/gearpump/streaming/appmaster/DagManager.DAGOperation.html" title="interface in io.gearpump.streaming.appmaster">DagManager.DAGOperation</a>, scala.Product, scala.Serializable</pre> -<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#io.gearpump.streaming.appmaster.DagManager.ReplaceProcessor">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/appmaster/DagManager.ReplaceProcessor.html#DagManager.ReplaceProcessor(int, io.gearpump.streaming.ProcessorDescription)">DagManager.ReplaceProcessor</a></strong>(int oldProcessorId, - <a href="../../../../io/gearpump/streaming/ProcessorDescription.html" title="class in io.gearpump.streaming">ProcessorDescription</a> newProcessorDescription)</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><a href="../../../../io/gearpump/streaming/ProcessorDescription.html" title="class in io.gearpump.streaming">ProcessorDescription</a></code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.ReplaceProcessor.html#newProcessorDescription()">newProcessorDescription</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.ReplaceProcessor.html#oldProcessorId()">oldProcessorId</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="DagManager.ReplaceProcessor(int, io.gearpump.streaming.ProcessorDescription)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>DagManager.ReplaceProcessor</h4> -<pre>public DagManager.ReplaceProcessor(int oldProcessorId, - <a href="../../../../io/gearpump/streaming/ProcessorDescription.html" title="class in io.gearpump.streaming">ProcessorDescription</a> newProcessorDescription)</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="oldProcessorId()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>oldProcessorId</h4> -<pre>public int oldProcessorId()</pre> -</li> -</ul> -<a name="newProcessorDescription()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>newProcessorDescription</h4> -<pre>public <a href="../../../../io/gearpump/streaming/ProcessorDescription.html" title="class in io.gearpump.streaming">ProcessorDescription</a> newProcessorDescription()</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/appmaster/DagManager.NewDAGDeployed$.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../io/gearpump/streaming/appmaster/DagManager.ReplaceProcessor$.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?io/gearpump/streaming/appmaster/DagManager.ReplaceProcessor.html" target="_top">FRAMES</a></li> -<li><a href="DagManager.ReplaceProcessor.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/appmaster/DagManager.TaskLaunchData$.html ---------------------------------------------------------------------- diff --git a/content/releases/0.7.0/api/java/io/gearpump/streaming/appmaster/DagManager.TaskLaunchData$.html b/content/releases/0.7.0/api/java/io/gearpump/streaming/appmaster/DagManager.TaskLaunchData$.html deleted file mode 100644 index 08cc5e8..0000000 --- a/content/releases/0.7.0/api/java/io/gearpump/streaming/appmaster/DagManager.TaskLaunchData$.html +++ /dev/null @@ -1,294 +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:49 CST 2015 --> -<title>DagManager.TaskLaunchData$</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="DagManager.TaskLaunchData$"; - } -//--> -</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/appmaster/DagManager.TaskLaunchData.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../io/gearpump/streaming/appmaster/DagManager.WatchChange.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?io/gearpump/streaming/appmaster/DagManager.TaskLaunchData$.html" target="_top">FRAMES</a></li> -<li><a href="DagManager.TaskLaunchData$.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.appmaster</p> -<h2 title="Class DagManager.TaskLaunchData$" class="title">Class DagManager.TaskLaunchData$</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/ProcessorDescription.html" title="class in io.gearpump.streaming">ProcessorDescription</a>,scala.collection.immutable.List<<a href="../../../../io/gearpump/streaming/task/Subscriber.html" title="class in io.gearpump.streaming.task">Subscriber</a>>,java.lang.Object,<a href="../../../../io/gearpump/streaming/appmaster/DagManager.TaskLaunchData.html" title="class in io.gearpump.streaming.appmaster">DagManager.TaskLaunchData</a>></li> -<li> -<ul class="inheritance"> -<li>io.gearpump.streaming.appmaster.DagManager.TaskLaunchData$</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/ProcessorDescription.html" title="class in io.gearpump.streaming">ProcessorDescription</a>,scala.collection.immutable.List<<a href="../../../../io/gearpump/streaming/task/Subscriber.html" title="class in io.gearpump.streaming.task">Subscriber</a>>,java.lang.Object,<a href="../../../../io/gearpump/streaming/appmaster/DagManager.TaskLaunchData.html" title="class in io.gearpump.streaming.appmaster">DagManager.TaskLaunchData</a>></dd> -</dl> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../io/gearpump/streaming/appmaster/DagManager.html" title="class in io.gearpump.streaming.appmaster">DagManager</a></dd> -</dl> -<hr> -<br> -<pre>public static class <strong>DagManager.TaskLaunchData$</strong> -extends scala.runtime.AbstractFunction3<<a href="../../../../io/gearpump/streaming/ProcessorDescription.html" title="class in io.gearpump.streaming">ProcessorDescription</a>,scala.collection.immutable.List<<a href="../../../../io/gearpump/streaming/task/Subscriber.html" title="class in io.gearpump.streaming.task">Subscriber</a>>,java.lang.Object,<a href="../../../../io/gearpump/streaming/appmaster/DagManager.TaskLaunchData.html" title="class in io.gearpump.streaming.appmaster">DagManager.TaskLaunchData</a>> -implements scala.Serializable</pre> -<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#io.gearpump.streaming.appmaster.DagManager.TaskLaunchData$">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/appmaster/DagManager.TaskLaunchData$.html" title="class in io.gearpump.streaming.appmaster">DagManager.TaskLaunchData$</a></code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.TaskLaunchData$.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/appmaster/DagManager.TaskLaunchData$.html#DagManager.TaskLaunchData$()">DagManager.TaskLaunchData$</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/appmaster/DagManager.TaskLaunchData$.html" title="class in io.gearpump.streaming.appmaster">DagManager.TaskLaunchData$</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="DagManager.TaskLaunchData$()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>DagManager.TaskLaunchData$</h4> -<pre>public DagManager.TaskLaunchData$()</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/appmaster/DagManager.TaskLaunchData.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../io/gearpump/streaming/appmaster/DagManager.WatchChange.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?io/gearpump/streaming/appmaster/DagManager.TaskLaunchData$.html" target="_top">FRAMES</a></li> -<li><a href="DagManager.TaskLaunchData$.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> http://git-wip-us.apache.org/repos/asf/incubator-gearpump-site/blob/136ab3dc/content/releases/0.7.0/api/java/io/gearpump/streaming/appmaster/DagManager.TaskLaunchData.html ---------------------------------------------------------------------- diff --git a/content/releases/0.7.0/api/java/io/gearpump/streaming/appmaster/DagManager.TaskLaunchData.html b/content/releases/0.7.0/api/java/io/gearpump/streaming/appmaster/DagManager.TaskLaunchData.html deleted file mode 100644 index ef1669a..0000000 --- a/content/releases/0.7.0/api/java/io/gearpump/streaming/appmaster/DagManager.TaskLaunchData.html +++ /dev/null @@ -1,308 +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:49 CST 2015 --> -<title>DagManager.TaskLaunchData</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="DagManager.TaskLaunchData"; - } -//--> -</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/appmaster/DagManager.ReplaceProcessor$.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../io/gearpump/streaming/appmaster/DagManager.TaskLaunchData$.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?io/gearpump/streaming/appmaster/DagManager.TaskLaunchData.html" target="_top">FRAMES</a></li> -<li><a href="DagManager.TaskLaunchData.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.appmaster</p> -<h2 title="Class DagManager.TaskLaunchData" class="title">Class DagManager.TaskLaunchData</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>io.gearpump.streaming.appmaster.DagManager.TaskLaunchData</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> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../io/gearpump/streaming/appmaster/DagManager.html" title="class in io.gearpump.streaming.appmaster">DagManager</a></dd> -</dl> -<hr> -<br> -<pre>public static class <strong>DagManager.TaskLaunchData</strong> -extends java.lang.Object -implements scala.Product, scala.Serializable</pre> -<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#io.gearpump.streaming.appmaster.DagManager.TaskLaunchData">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/appmaster/DagManager.TaskLaunchData.html#DagManager.TaskLaunchData(io.gearpump.streaming.ProcessorDescription, scala.collection.immutable.List, java.lang.Object)">DagManager.TaskLaunchData</a></strong>(<a href="../../../../io/gearpump/streaming/ProcessorDescription.html" title="class in io.gearpump.streaming">ProcessorDescription</a> processorDescription, - scala.collection.immutable.List<<a href="../../../../io/gearpump/streaming/task/Subscriber.html" title="class in io.gearpump.streaming.task">Subscriber</a>> subscribers, - java.lang.Object context)</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.Object</code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.TaskLaunchData.html#context()">context</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../io/gearpump/streaming/ProcessorDescription.html" title="class in io.gearpump.streaming">ProcessorDescription</a></code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.TaskLaunchData.html#processorDescription()">processorDescription</a></strong>()</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>scala.collection.immutable.List<<a href="../../../../io/gearpump/streaming/task/Subscriber.html" title="class in io.gearpump.streaming.task">Subscriber</a>></code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.TaskLaunchData.html#subscribers()">subscribers</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="DagManager.TaskLaunchData(io.gearpump.streaming.ProcessorDescription, scala.collection.immutable.List, java.lang.Object)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>DagManager.TaskLaunchData</h4> -<pre>public DagManager.TaskLaunchData(<a href="../../../../io/gearpump/streaming/ProcessorDescription.html" title="class in io.gearpump.streaming">ProcessorDescription</a> processorDescription, - scala.collection.immutable.List<<a href="../../../../io/gearpump/streaming/task/Subscriber.html" title="class in io.gearpump.streaming.task">Subscriber</a>> subscribers, - java.lang.Object context)</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="processorDescription()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>processorDescription</h4> -<pre>public <a href="../../../../io/gearpump/streaming/ProcessorDescription.html" title="class in io.gearpump.streaming">ProcessorDescription</a> processorDescription()</pre> -</li> -</ul> -<a name="subscribers()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>subscribers</h4> -<pre>public scala.collection.immutable.List<<a href="../../../../io/gearpump/streaming/task/Subscriber.html" title="class in io.gearpump.streaming.task">Subscriber</a>> subscribers()</pre> -</li> -</ul> -<a name="context()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>context</h4> -<pre>public java.lang.Object context()</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/appmaster/DagManager.ReplaceProcessor$.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../io/gearpump/streaming/appmaster/DagManager.TaskLaunchData$.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?io/gearpump/streaming/appmaster/DagManager.TaskLaunchData.html" target="_top">FRAMES</a></li> -<li><a href="DagManager.TaskLaunchData.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/appmaster/DagManager.WatchChange$.html ---------------------------------------------------------------------- diff --git a/content/releases/0.7.0/api/java/io/gearpump/streaming/appmaster/DagManager.WatchChange$.html b/content/releases/0.7.0/api/java/io/gearpump/streaming/appmaster/DagManager.WatchChange$.html deleted file mode 100644 index bee632d..0000000 --- a/content/releases/0.7.0/api/java/io/gearpump/streaming/appmaster/DagManager.WatchChange$.html +++ /dev/null @@ -1,294 +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:49 CST 2015 --> -<title>DagManager.WatchChange$</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="DagManager.WatchChange$"; - } -//--> -</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/appmaster/DagManager.WatchChange.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../io/gearpump/streaming/appmaster/DagManager$.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?io/gearpump/streaming/appmaster/DagManager.WatchChange$.html" target="_top">FRAMES</a></li> -<li><a href="DagManager.WatchChange$.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.AbstractFunction1">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.appmaster</p> -<h2 title="Class DagManager.WatchChange$" class="title">Class DagManager.WatchChange$</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>scala.runtime.AbstractFunction1<akka.actor.ActorRef,<a href="../../../../io/gearpump/streaming/appmaster/DagManager.WatchChange.html" title="class in io.gearpump.streaming.appmaster">DagManager.WatchChange</a>></li> -<li> -<ul class="inheritance"> -<li>io.gearpump.streaming.appmaster.DagManager.WatchChange$</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.Function1<akka.actor.ActorRef,<a href="../../../../io/gearpump/streaming/appmaster/DagManager.WatchChange.html" title="class in io.gearpump.streaming.appmaster">DagManager.WatchChange</a>></dd> -</dl> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../io/gearpump/streaming/appmaster/DagManager.html" title="class in io.gearpump.streaming.appmaster">DagManager</a></dd> -</dl> -<hr> -<br> -<pre>public static class <strong>DagManager.WatchChange$</strong> -extends scala.runtime.AbstractFunction1<akka.actor.ActorRef,<a href="../../../../io/gearpump/streaming/appmaster/DagManager.WatchChange.html" title="class in io.gearpump.streaming.appmaster">DagManager.WatchChange</a>> -implements scala.Serializable</pre> -<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#io.gearpump.streaming.appmaster.DagManager.WatchChange$">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/appmaster/DagManager.WatchChange$.html" title="class in io.gearpump.streaming.appmaster">DagManager.WatchChange$</a></code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.WatchChange$.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/appmaster/DagManager.WatchChange$.html#DagManager.WatchChange$()">DagManager.WatchChange$</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.AbstractFunction1"> -<!-- --> -</a> -<h3>Methods inherited from class scala.runtime.AbstractFunction1</h3> -<code>andThen, apply$mcDD$sp, apply$mcDF$sp, apply$mcDI$sp, apply$mcDJ$sp, apply$mcFD$sp, apply$mcFF$sp, apply$mcFI$sp, apply$mcFJ$sp, apply$mcID$sp, apply$mcIF$sp, apply$mcII$sp, apply$mcIJ$sp, apply$mcJD$sp, apply$mcJF$sp, apply$mcJI$sp, apply$mcJJ$sp, apply$mcVD$sp, apply$mcVF$sp, apply$mcVI$sp, apply$mcVJ$sp, apply$mcZD$sp, apply$mcZF$sp, apply$mcZI$sp, apply$mcZJ$sp, compose, toString</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.Function1"> -<!-- --> -</a> -<h3>Methods inherited from interface scala.Function1</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/appmaster/DagManager.WatchChange$.html" title="class in io.gearpump.streaming.appmaster">DagManager.WatchChange$</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="DagManager.WatchChange$()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>DagManager.WatchChange$</h4> -<pre>public DagManager.WatchChange$()</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/appmaster/DagManager.WatchChange.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../io/gearpump/streaming/appmaster/DagManager$.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?io/gearpump/streaming/appmaster/DagManager.WatchChange$.html" target="_top">FRAMES</a></li> -<li><a href="DagManager.WatchChange$.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.AbstractFunction1">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/appmaster/DagManager.WatchChange.html ---------------------------------------------------------------------- diff --git a/content/releases/0.7.0/api/java/io/gearpump/streaming/appmaster/DagManager.WatchChange.html b/content/releases/0.7.0/api/java/io/gearpump/streaming/appmaster/DagManager.WatchChange.html deleted file mode 100644 index 744937e..0000000 --- a/content/releases/0.7.0/api/java/io/gearpump/streaming/appmaster/DagManager.WatchChange.html +++ /dev/null @@ -1,278 +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:49 CST 2015 --> -<title>DagManager.WatchChange</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="DagManager.WatchChange"; - } -//--> -</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/appmaster/DagManager.TaskLaunchData$.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../io/gearpump/streaming/appmaster/DagManager.WatchChange$.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?io/gearpump/streaming/appmaster/DagManager.WatchChange.html" target="_top">FRAMES</a></li> -<li><a href="DagManager.WatchChange.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.appmaster</p> -<h2 title="Class DagManager.WatchChange" class="title">Class DagManager.WatchChange</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>io.gearpump.streaming.appmaster.DagManager.WatchChange</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> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../io/gearpump/streaming/appmaster/DagManager.html" title="class in io.gearpump.streaming.appmaster">DagManager</a></dd> -</dl> -<hr> -<br> -<pre>public static class <strong>DagManager.WatchChange</strong> -extends java.lang.Object -implements scala.Product, scala.Serializable</pre> -<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#io.gearpump.streaming.appmaster.DagManager.WatchChange">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/appmaster/DagManager.WatchChange.html#DagManager.WatchChange(akka.actor.ActorRef)">DagManager.WatchChange</a></strong>(akka.actor.ActorRef watcher)</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>akka.actor.ActorRef</code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.WatchChange.html#watcher()">watcher</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="DagManager.WatchChange(akka.actor.ActorRef)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>DagManager.WatchChange</h4> -<pre>public DagManager.WatchChange(akka.actor.ActorRef watcher)</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="watcher()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>watcher</h4> -<pre>public akka.actor.ActorRef watcher()</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/appmaster/DagManager.TaskLaunchData$.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../io/gearpump/streaming/appmaster/DagManager.WatchChange$.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?io/gearpump/streaming/appmaster/DagManager.WatchChange.html" target="_top">FRAMES</a></li> -<li><a href="DagManager.WatchChange.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/appmaster/DagManager.html ---------------------------------------------------------------------- diff --git a/content/releases/0.7.0/api/java/io/gearpump/streaming/appmaster/DagManager.html b/content/releases/0.7.0/api/java/io/gearpump/streaming/appmaster/DagManager.html deleted file mode 100644 index 66bb1b1..0000000 --- a/content/releases/0.7.0/api/java/io/gearpump/streaming/appmaster/DagManager.html +++ /dev/null @@ -1,410 +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:49 CST 2015 --> -<title>DagManager</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="DagManager"; - } -//--> -</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/appmaster/ClockService$.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../io/gearpump/streaming/appmaster/DagManager.DAGOperation.html" title="interface in io.gearpump.streaming.appmaster"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?io/gearpump/streaming/appmaster/DagManager.html" target="_top">FRAMES</a></li> -<li><a href="DagManager.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><a href="#nested_class_summary">NESTED</a> | </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.appmaster</p> -<h2 title="Class DagManager" class="title">Class DagManager</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>io.gearpump.streaming.appmaster.DagManager</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Implemented Interfaces:</dt> -<dd>akka.actor.Actor</dd> -</dl> -<hr> -<br> -<pre>public class <strong>DagManager</strong> -extends java.lang.Object -implements akka.actor.Actor</pre> -<div class="block">Will handle dag modification and other stuff related with DAG - param: userConfig</div> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- ======== NESTED CLASS SUMMARY ======== --> -<ul class="blockList"> -<li class="blockList"><a name="nested_class_summary"> -<!-- --> -</a> -<h3>Nested Class Summary</h3> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> -<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Class and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static interface </code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.DAGOperation.html" title="interface in io.gearpump.streaming.appmaster">DagManager.DAGOperation</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.DAGOperationFailed.html" title="class in io.gearpump.streaming.appmaster">DagManager.DAGOperationFailed</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.DAGOperationFailed$.html" title="class in io.gearpump.streaming.appmaster">DagManager.DAGOperationFailed$</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static interface </code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.DAGOperationResult.html" title="interface in io.gearpump.streaming.appmaster">DagManager.DAGOperationResult</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.DAGOperationSuccess$.html" title="class in io.gearpump.streaming.appmaster">DagManager.DAGOperationSuccess$</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.GetLatestDAG$.html" title="class in io.gearpump.streaming.appmaster">DagManager.GetLatestDAG$</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.GetTaskLaunchData.html" title="class in io.gearpump.streaming.appmaster">DagManager.GetTaskLaunchData</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.GetTaskLaunchData$.html" title="class in io.gearpump.streaming.appmaster">DagManager.GetTaskLaunchData$</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.LatestDAG.html" title="class in io.gearpump.streaming.appmaster">DagManager.LatestDAG</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.LatestDAG$.html" title="class in io.gearpump.streaming.appmaster">DagManager.LatestDAG$</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.NewDAGDeployed.html" title="class in io.gearpump.streaming.appmaster">DagManager.NewDAGDeployed</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.NewDAGDeployed$.html" title="class in io.gearpump.streaming.appmaster">DagManager.NewDAGDeployed$</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.ReplaceProcessor.html" title="class in io.gearpump.streaming.appmaster">DagManager.ReplaceProcessor</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.ReplaceProcessor$.html" title="class in io.gearpump.streaming.appmaster">DagManager.ReplaceProcessor$</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.TaskLaunchData.html" title="class in io.gearpump.streaming.appmaster">DagManager.TaskLaunchData</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.TaskLaunchData$.html" title="class in io.gearpump.streaming.appmaster">DagManager.TaskLaunchData$</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.WatchChange.html" title="class in io.gearpump.streaming.appmaster">DagManager.WatchChange</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.WatchChange$.html" title="class in io.gearpump.streaming.appmaster">DagManager.WatchChange$</a></strong></code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_akka.actor.Actor"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from interface akka.actor.Actor</h3> -<code>akka.actor.Actor.emptyBehavior$</code></li> -</ul> -</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/appmaster/DagManager.html#DagManager(int, io.gearpump.cluster.UserConfig)">DagManager</a></strong>(int appId, - io.gearpump.cluster.UserConfig userConfig)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.html#DagManager(int, io.gearpump.cluster.UserConfig, scala.Option)">DagManager</a></strong>(int appId, - io.gearpump.cluster.UserConfig userConfig, - scala.Option<<a href="../../../../io/gearpump/streaming/DAG.html" title="class in io.gearpump.streaming">DAG</a>> dag)</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>scala.collection.immutable.List<<a href="../../../../io/gearpump/streaming/DAG.html" title="class in io.gearpump.streaming">DAG</a>></code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.html#dags()">dags</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit></code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.html#receive()">receive</a></strong>()</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>akka.actor.ActorSystem</code></td> -<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/DagManager.html#system()">system</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_akka.actor.Actor"> -<!-- --> -</a> -<h3>Methods inherited from interface akka.actor.Actor</h3> -<code>akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preRestart, preStart, self, sender, supervisorStrategy, unhandled</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="DagManager(int, io.gearpump.cluster.UserConfig, scala.Option)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>DagManager</h4> -<pre>public DagManager(int appId, - io.gearpump.cluster.UserConfig userConfig, - scala.Option<<a href="../../../../io/gearpump/streaming/DAG.html" title="class in io.gearpump.streaming">DAG</a>> dag)</pre> -</li> -</ul> -<a name="DagManager(int, io.gearpump.cluster.UserConfig)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>DagManager</h4> -<pre>public DagManager(int appId, - io.gearpump.cluster.UserConfig userConfig)</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="system()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>system</h4> -<pre>public akka.actor.ActorSystem system()</pre> -</li> -</ul> -<a name="dags()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>dags</h4> -<pre>public scala.collection.immutable.List<<a href="../../../../io/gearpump/streaming/DAG.html" title="class in io.gearpump.streaming">DAG</a>> dags()</pre> -</li> -</ul> -<a name="receive()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>receive</h4> -<pre>public scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()</pre> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code>receive</code> in interface <code>akka.actor.Actor</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/appmaster/ClockService$.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">PREV CLASS</span></a></li> -<li><a href="../../../../io/gearpump/streaming/appmaster/DagManager.DAGOperation.html" title="interface in io.gearpump.streaming.appmaster"><span class="strong">NEXT CLASS</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?io/gearpump/streaming/appmaster/DagManager.html" target="_top">FRAMES</a></li> -<li><a href="DagManager.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><a href="#nested_class_summary">NESTED</a> | </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>
