http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/2bd71bb1/src/site/resources/apidocs-0.6.0-incubating/org/apache/twill/api/package-summary.html ---------------------------------------------------------------------- diff --git a/src/site/resources/apidocs-0.6.0-incubating/org/apache/twill/api/package-summary.html b/src/site/resources/apidocs-0.6.0-incubating/org/apache/twill/api/package-summary.html new file mode 100644 index 0000000..f61db41 --- /dev/null +++ b/src/site/resources/apidocs-0.6.0-incubating/org/apache/twill/api/package-summary.html @@ -0,0 +1,440 @@ +<!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.7.0_80) on Fri Jul 24 11:31:41 PDT 2015 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.twill.api (Apache Twill 0.6.0-incubating API)</title> +<meta name="date" content="2015-07-24"> +<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="org.apache.twill.api (Apache Twill 0.6.0-incubating API)"; + } +//--> +</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 class="navBarCell1Rev">Package</li> +<li>Class</li> +<li><a href="package-use.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev Package</li> +<li><a href="../../../../org/apache/twill/api/logging/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/twill/api/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.twill.api</h1> +<div class="docSummary"> +<div class="block">Classes in this package provides core functionality of the Twill library.</div> +</div> +<p>See: <a href="#package_description">Description</a></p> +</div> +<div class="contentContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="packageSummary" 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/twill/api/Command.html" title="interface in org.apache.twill.api">Command</a></td> +<td class="colLast"> +<div class="block">Represents command objects.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/ElectionHandler.html" title="interface in org.apache.twill.api">ElectionHandler</a></td> +<td class="colLast"> +<div class="block">Handles events of election/un-election of leader.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/EventHandlerContext.html" title="interface in org.apache.twill.api">EventHandlerContext</a></td> +<td class="colLast"> +<div class="block">Represents runtime context for <a href="../../../../org/apache/twill/api/EventHandler.html" title="class in org.apache.twill.api"><code>EventHandler</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/EventHandlerSpecification.html" title="interface in org.apache.twill.api">EventHandlerSpecification</a></td> +<td class="colLast"> +<div class="block">Specification for <a href="../../../../org/apache/twill/api/EventHandler.html" title="class in org.apache.twill.api"><code>EventHandler</code></a>.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/LocalFile.html" title="interface in org.apache.twill.api">LocalFile</a></td> +<td class="colLast"> +<div class="block">This interface represents a local file that will be available for the container running a <a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><code>TwillRunnable</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/ResourceReport.html" title="interface in org.apache.twill.api">ResourceReport</a></td> +<td class="colLast"> +<div class="block">This interface provides a snapshot of the resources an application is using + broken down by each runnable.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/ResourceSpecification.html" title="interface in org.apache.twill.api">ResourceSpecification</a></td> +<td class="colLast"> +<div class="block">This interface provides specifications for resource requirements including set and get methods + for number of cores, amount of memory, and number of instances.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/RunId.html" title="interface in org.apache.twill.api">RunId</a></td> +<td class="colLast"> +<div class="block">Represents the unique ID of a particular execution.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/RuntimeSpecification.html" title="interface in org.apache.twill.api">RuntimeSpecification</a></td> +<td class="colLast"> +<div class="block">Specifications for runtime requirements.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/SecureStore.html" title="interface in org.apache.twill.api">SecureStore</a></td> +<td class="colLast"> +<div class="block">Represents storage of secure tokens.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/SecureStoreUpdater.html" title="interface in org.apache.twill.api">SecureStoreUpdater</a></td> +<td class="colLast"> +<div class="block">Represents class capable of creating update of <a href="../../../../org/apache/twill/api/SecureStore.html" title="interface in org.apache.twill.api"><code>SecureStore</code></a> for live applications.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/ServiceAnnouncer.html" title="interface in org.apache.twill.api">ServiceAnnouncer</a></td> +<td class="colLast"> +<div class="block">This interface provides a way to announce the availability of a service.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/ServiceController.html" title="interface in org.apache.twill.api">ServiceController</a></td> +<td class="colLast"> +<div class="block">This interface is for controlling a remote running service.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillApplication.html" title="interface in org.apache.twill.api">TwillApplication</a></td> +<td class="colLast"> +<div class="block">Represents a application that can be launched by Twill.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillContext.html" title="interface in org.apache.twill.api">TwillContext</a></td> +<td class="colLast"> +<div class="block">Represents the runtime context of a <a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><code>TwillRunnable</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillController.html" title="interface in org.apache.twill.api">TwillController</a></td> +<td class="colLast"> +<div class="block">For controlling a running application.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface in org.apache.twill.api">TwillPreparer</a></td> +<td class="colLast"> +<div class="block">This interface exposes methods to set up the Twill runtime environment and start a Twill application.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api">TwillRunnable</a></td> +<td class="colLast"> +<div class="block">The <a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><code>TwillRunnable</code></a> interface should be implemented by any + class whose instances are intended to be executed in a Twill cluster.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillRunnableSpecification.html" title="interface in org.apache.twill.api">TwillRunnableSpecification</a></td> +<td class="colLast"> +<div class="block">Represents a specification of a <a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><code>TwillRunnable</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillRunner.html" title="interface in org.apache.twill.api">TwillRunner</a></td> +<td class="colLast"> +<div class="block">This interface prepares execution of <a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><code>TwillRunnable</code></a> and <a href="../../../../org/apache/twill/api/TwillApplication.html" title="interface in org.apache.twill.api"><code>TwillApplication</code></a>.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillRunner.LiveInfo.html" title="interface in org.apache.twill.api">TwillRunner.LiveInfo</a></td> +<td class="colLast"> +<div class="block">Interface to represents information of a live application.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillRunnerService.html" title="interface in org.apache.twill.api">TwillRunnerService</a></td> +<td class="colLast"> +<div class="block">A <a href="../../../../org/apache/twill/api/TwillRunner.html" title="interface in org.apache.twill.api"><code>TwillRunner</code></a> that provides lifecycle management functions.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillRunResources.html" title="interface in org.apache.twill.api">TwillRunResources</a></td> +<td class="colLast"> +<div class="block">Information about the container the <a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><code>TwillRunnable</code></a> + is running in.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillSpecification.html" title="interface in org.apache.twill.api">TwillSpecification</a></td> +<td class="colLast"> +<div class="block">Represents specification of a <a href="../../../../org/apache/twill/api/TwillApplication.html" title="interface in org.apache.twill.api"><code>TwillApplication</code></a>.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillSpecification.Builder.AfterOrder.html" title="interface in org.apache.twill.api">TwillSpecification.Builder.AfterOrder</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillSpecification.Builder.AfterPlacementPolicy.html" title="interface in org.apache.twill.api">TwillSpecification.Builder.AfterPlacementPolicy</a></td> +<td class="colLast"> +<div class="block">Interface to define execution order after adding placement policies.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillSpecification.Builder.AfterRunnable.html" title="interface in org.apache.twill.api">TwillSpecification.Builder.AfterRunnable</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillSpecification.Builder.FirstOrder.html" title="interface in org.apache.twill.api">TwillSpecification.Builder.FirstOrder</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillSpecification.Builder.LocalFileAdder.html" title="interface in org.apache.twill.api">TwillSpecification.Builder.LocalFileAdder</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillSpecification.Builder.MorePlacementPolicies.html" title="interface in org.apache.twill.api">TwillSpecification.Builder.MorePlacementPolicies</a></td> +<td class="colLast"> +<div class="block">Interface to add placement policies to the application.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillSpecification.Builder.MoreRunnable.html" title="interface in org.apache.twill.api">TwillSpecification.Builder.MoreRunnable</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillSpecification.Builder.NextOrder.html" title="interface in org.apache.twill.api">TwillSpecification.Builder.NextOrder</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillSpecification.Order.html" title="interface in org.apache.twill.api">TwillSpecification.Order</a></td> +<td class="colLast"> +<div class="block">Defines execution order.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillSpecification.PlacementPolicy.html" title="interface in org.apache.twill.api">TwillSpecification.PlacementPolicy</a></td> +<td class="colLast"> +<div class="block">Defines a container placement policy.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<table class="packageSummary" 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/twill/api/AbstractTwillRunnable.html" title="class in org.apache.twill.api">AbstractTwillRunnable</a></td> +<td class="colLast"> +<div class="block">This abstract class provides default implementation of the <a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><code>TwillRunnable</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/ClassAcceptor.html" title="class in org.apache.twill.api">ClassAcceptor</a></td> +<td class="colLast"> +<div class="block">Class that can be used to determine if class can be accepted.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/Command.Builder.html" title="class in org.apache.twill.api">Command.Builder</a></td> +<td class="colLast"> +<div class="block">Builder for creating <a href="../../../../org/apache/twill/api/Command.html" title="interface in org.apache.twill.api"><code>Command</code></a> object.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/EventHandler.html" title="class in org.apache.twill.api">EventHandler</a></td> +<td class="colLast"> +<div class="block">A callback handler for acting on application events related to <a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><code>TwillRunnable</code></a> lifecycle events.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/EventHandler.TimeoutAction.html" title="class in org.apache.twill.api">EventHandler.TimeoutAction</a></td> +<td class="colLast"> +<div class="block">Represents action to act upon runnable launch timeout.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/EventHandler.TimeoutEvent.html" title="class in org.apache.twill.api">EventHandler.TimeoutEvent</a></td> +<td class="colLast"> +<div class="block">This class holds information about a launch timeout event.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/Hosts.html" title="class in org.apache.twill.api">Hosts</a></td> +<td class="colLast"> +<div class="block">Represents a list of hosts.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/Racks.html" title="class in org.apache.twill.api">Racks</a></td> +<td class="colLast"> +<div class="block">Represents a list of Racks.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/ResourceSpecification.Builder.html" title="class in org.apache.twill.api">ResourceSpecification.Builder</a></td> +<td class="colLast"> +<div class="block">Builder for creating <a href="../../../../org/apache/twill/api/ResourceSpecification.html" title="interface in org.apache.twill.api"><code>ResourceSpecification</code></a>.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillRunnableSpecification.Builder.html" title="class in org.apache.twill.api">TwillRunnableSpecification.Builder</a></td> +<td class="colLast"> +<div class="block">Builder for constructing <a href="../../../../org/apache/twill/api/TwillRunnableSpecification.html" title="interface in org.apache.twill.api"><code>TwillRunnableSpecification</code></a>.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillSpecification.Builder.html" title="class in org.apache.twill.api">TwillSpecification.Builder</a></td> +<td class="colLast"> +<div class="block">Builder for constructing instance of <a href="../../../../org/apache/twill/api/TwillSpecification.html" title="interface in org.apache.twill.api"><code>TwillSpecification</code></a>.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation"> +<caption><span>Enum Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Enum</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/ResourceSpecification.SizeUnit.html" title="enum in org.apache.twill.api">ResourceSpecification.SizeUnit</a></td> +<td class="colLast"> +<div class="block">Unit for specifying memory size.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillSpecification.Order.Type.html" title="enum in org.apache.twill.api">TwillSpecification.Order.Type</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/twill/api/TwillSpecification.PlacementPolicy.Type.html" title="enum in org.apache.twill.api">TwillSpecification.PlacementPolicy.Type</a></td> +<td class="colLast"> +<div class="block">Lists different types of Placement Policies available.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +<a name="package_description"> +<!-- --> +</a> +<h2 title="Package org.apache.twill.api Description">Package org.apache.twill.api Description</h2> +<div class="block">Classes in this package provides core functionality of the Twill library.</div> +</div> +<!-- ======= 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 class="navBarCell1Rev">Package</li> +<li>Class</li> +<li><a href="package-use.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev Package</li> +<li><a href="../../../../org/apache/twill/api/logging/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/twill/api/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 ======= --> +<p class="legalCopy"><small>Copyright © 2013 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/2bd71bb1/src/site/resources/apidocs-0.6.0-incubating/org/apache/twill/api/package-tree.html ---------------------------------------------------------------------- diff --git a/src/site/resources/apidocs-0.6.0-incubating/org/apache/twill/api/package-tree.html b/src/site/resources/apidocs-0.6.0-incubating/org/apache/twill/api/package-tree.html new file mode 100644 index 0000000..4eb277d --- /dev/null +++ b/src/site/resources/apidocs-0.6.0-incubating/org/apache/twill/api/package-tree.html @@ -0,0 +1,232 @@ +<!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.7.0_80) on Fri Jul 24 11:31:41 PDT 2015 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.twill.api Class Hierarchy (Apache Twill 0.6.0-incubating API)</title> +<meta name="date" content="2015-07-24"> +<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="org.apache.twill.api Class Hierarchy (Apache Twill 0.6.0-incubating API)"; + } +//--> +</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</li> +<li>Use</li> +<li class="navBarCell1Rev">Tree</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>Prev</li> +<li><a href="../../../../org/apache/twill/api/logging/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/twill/api/package-tree.html" target="_top">Frames</a></li> +<li><a href="package-tree.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 class="title">Hierarchy For Package org.apache.twill.api</h1> +<span class="strong">Package Hierarchies:</span> +<ul class="horizontal"> +<li><a href="../../../../overview-tree.html">All Packages</a></li> +</ul> +</div> +<div class="contentContainer"> +<h2 title="Class Hierarchy">Class Hierarchy</h2> +<ul> +<li type="circle">java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a> +<ul> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/AbstractTwillRunnable.html" title="class in org.apache.twill.api"><span class="strong">AbstractTwillRunnable</span></a> (implements org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api">TwillRunnable</a>)</li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/ClassAcceptor.html" title="class in org.apache.twill.api"><span class="strong">ClassAcceptor</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/Command.Builder.html" title="class in org.apache.twill.api"><span class="strong">Command.Builder</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/EventHandler.html" title="class in org.apache.twill.api"><span class="strong">EventHandler</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/EventHandler.TimeoutAction.html" title="class in org.apache.twill.api"><span class="strong">EventHandler.TimeoutAction</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/EventHandler.TimeoutEvent.html" title="class in org.apache.twill.api"><span class="strong">EventHandler.TimeoutEvent</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/Hosts.html" title="class in org.apache.twill.api"><span class="strong">Hosts</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/Racks.html" title="class in org.apache.twill.api"><span class="strong">Racks</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/ResourceSpecification.Builder.html" title="class in org.apache.twill.api"><span class="strong">ResourceSpecification.Builder</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/ResourceSpecification.Builder.Build.html" title="class in org.apache.twill.api"><span class="strong">ResourceSpecification.Builder.Build</span></a> +<ul> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/ResourceSpecification.Builder.AfterInstances.html" title="class in org.apache.twill.api"><span class="strong">ResourceSpecification.Builder.AfterInstances</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/ResourceSpecification.Builder.AfterMemory.html" title="class in org.apache.twill.api"><span class="strong">ResourceSpecification.Builder.AfterMemory</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/ResourceSpecification.Builder.AfterUplink.html" title="class in org.apache.twill.api"><span class="strong">ResourceSpecification.Builder.AfterUplink</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/ResourceSpecification.Builder.Done.html" title="class in org.apache.twill.api"><span class="strong">ResourceSpecification.Builder.Done</span></a></li> +</ul> +</li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/ResourceSpecification.Builder.CoreSetter.html" title="class in org.apache.twill.api"><span class="strong">ResourceSpecification.Builder.CoreSetter</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/ResourceSpecification.Builder.MemorySetter.html" title="class in org.apache.twill.api"><span class="strong">ResourceSpecification.Builder.MemorySetter</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillRunnableSpecification.Builder.html" title="class in org.apache.twill.api"><span class="strong">TwillRunnableSpecification.Builder</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillRunnableSpecification.Builder.AfterConfigs.html" title="class in org.apache.twill.api"><span class="strong">TwillRunnableSpecification.Builder.AfterConfigs</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillRunnableSpecification.Builder.AfterName.html" title="class in org.apache.twill.api"><span class="strong">TwillRunnableSpecification.Builder.AfterName</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillRunnableSpecification.Builder.NameSetter.html" title="class in org.apache.twill.api"><span class="strong">TwillRunnableSpecification.Builder.NameSetter</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Builder.html" title="class in org.apache.twill.api"><span class="strong">TwillSpecification.Builder</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Builder.AfterName.html" title="class in org.apache.twill.api"><span class="strong">TwillSpecification.Builder.AfterName</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Builder.MoreFile.html" title="class in org.apache.twill.api"><span class="strong">TwillSpecification.Builder.MoreFile</span></a> (implements org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Builder.LocalFileAdder.html" title="interface in org.apache.twill.api">TwillSpecification.Builder.LocalFileAdder</a>)</li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Builder.NameSetter.html" title="class in org.apache.twill.api"><span class="strong">TwillSpecification.Builder.NameSetter</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Builder.OrderSetter.html" title="class in org.apache.twill.api"><span class="strong">TwillSpecification.Builder.OrderSetter</span></a> (implements org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Builder.FirstOrder.html" title="interface in org.apache.twill.api">TwillSpecification.Builder.FirstOrder</a>, org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Builder.NextOrder.html" title="interface in org.apache.twill.api">TwillSpecification.Builder.NextOrder</a>)</li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Builder.PlacementPolicySetter.html" title="class in org.apache.twill.api"><span class="strong">TwillSpecification.Builder.PlacementPolicySetter</span></a> (implements org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Builder.AfterPlacementPolicy.html" title="interface in org.apache.twill.api">TwillSpecification.Builder.AfterPlacementPolicy</a>, org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Builder.MorePlacementPolicies.html" title="interface in org.apache.twill.api">TwillSpecification.Builder.MorePlacementPolicies</a>)</li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Builder.RunnableSetter.html" title="class in org.apache.twill.api"><span class="strong">TwillSpecification.Builder.RunnableSetter</span></a> (implements org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Builder.AfterRunnable.html" title="interface in org.apache.twill.api">TwillSpecification.Builder.AfterRunnable</a>, org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Builder.MoreRunnable.html" title="interface in org.apache.twill.api">TwillSpecification.Builder.MoreRunnable</a>)</li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Builder.RuntimeSpecificationAdder.html" title="class in org.apache.twill.api"><span class="strong">TwillSpecification.Builder.RuntimeSpecificationAdder</span></a></li> +</ul> +</li> +</ul> +<h2 title="Interface Hierarchy">Interface Hierarchy</h2> +<ul> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/Command.html" title="interface in org.apache.twill.api"><span class="strong">Command</span></a></li> +<li type="circle">org.apache.twill.discovery.<a href="../../../../org/apache/twill/discovery/DiscoveryServiceClient.html" title="interface in org.apache.twill.discovery"><span class="strong">DiscoveryServiceClient</span></a> +<ul> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillContext.html" title="interface in org.apache.twill.api"><span class="strong">TwillContext</span></a> (also extends org.apache.twill.api.<a href="../../../../org/apache/twill/api/ServiceAnnouncer.html" title="interface in org.apache.twill.api">ServiceAnnouncer</a>)</li> +</ul> +</li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/ElectionHandler.html" title="interface in org.apache.twill.api"><span class="strong">ElectionHandler</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/EventHandlerContext.html" title="interface in org.apache.twill.api"><span class="strong">EventHandlerContext</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/EventHandlerSpecification.html" title="interface in org.apache.twill.api"><span class="strong">EventHandlerSpecification</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/LocalFile.html" title="interface in org.apache.twill.api"><span class="strong">LocalFile</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/ResourceReport.html" title="interface in org.apache.twill.api"><span class="strong">ResourceReport</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/ResourceSpecification.html" title="interface in org.apache.twill.api"><span class="strong">ResourceSpecification</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/RunId.html" title="interface in org.apache.twill.api"><span class="strong">RunId</span></a></li> +<li type="circle">java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang"><span class="strong">Runnable</span></a> +<ul> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><span class="strong">TwillRunnable</span></a></li> +</ul> +</li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/RuntimeSpecification.html" title="interface in org.apache.twill.api"><span class="strong">RuntimeSpecification</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/SecureStore.html" title="interface in org.apache.twill.api"><span class="strong">SecureStore</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/SecureStoreUpdater.html" title="interface in org.apache.twill.api"><span class="strong">SecureStoreUpdater</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/ServiceAnnouncer.html" title="interface in org.apache.twill.api"><span class="strong">ServiceAnnouncer</span></a> +<ul> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillContext.html" title="interface in org.apache.twill.api"><span class="strong">TwillContext</span></a> (also extends org.apache.twill.discovery.<a href="../../../../org/apache/twill/discovery/DiscoveryServiceClient.html" title="interface in org.apache.twill.discovery">DiscoveryServiceClient</a>)</li> +</ul> +</li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/ServiceController.html" title="interface in org.apache.twill.api"><span class="strong">ServiceController</span></a> +<ul> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillController.html" title="interface in org.apache.twill.api"><span class="strong">TwillController</span></a></li> +</ul> +</li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillApplication.html" title="interface in org.apache.twill.api"><span class="strong">TwillApplication</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface in org.apache.twill.api"><span class="strong">TwillPreparer</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillRunnableSpecification.html" title="interface in org.apache.twill.api"><span class="strong">TwillRunnableSpecification</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillRunner.html" title="interface in org.apache.twill.api"><span class="strong">TwillRunner</span></a> +<ul> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillRunnerService.html" title="interface in org.apache.twill.api"><span class="strong">TwillRunnerService</span></a></li> +</ul> +</li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillRunner.LiveInfo.html" title="interface in org.apache.twill.api"><span class="strong">TwillRunner.LiveInfo</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillRunResources.html" title="interface in org.apache.twill.api"><span class="strong">TwillRunResources</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.html" title="interface in org.apache.twill.api"><span class="strong">TwillSpecification</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Builder.AfterOrder.html" title="interface in org.apache.twill.api"><span class="strong">TwillSpecification.Builder.AfterOrder</span></a> +<ul> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Builder.NextOrder.html" title="interface in org.apache.twill.api"><span class="strong">TwillSpecification.Builder.NextOrder</span></a></li> +</ul> +</li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Builder.AfterPlacementPolicy.html" title="interface in org.apache.twill.api"><span class="strong">TwillSpecification.Builder.AfterPlacementPolicy</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Builder.AfterRunnable.html" title="interface in org.apache.twill.api"><span class="strong">TwillSpecification.Builder.AfterRunnable</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Builder.FirstOrder.html" title="interface in org.apache.twill.api"><span class="strong">TwillSpecification.Builder.FirstOrder</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Builder.LocalFileAdder.html" title="interface in org.apache.twill.api"><span class="strong">TwillSpecification.Builder.LocalFileAdder</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Builder.MorePlacementPolicies.html" title="interface in org.apache.twill.api"><span class="strong">TwillSpecification.Builder.MorePlacementPolicies</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Builder.MoreRunnable.html" title="interface in org.apache.twill.api"><span class="strong">TwillSpecification.Builder.MoreRunnable</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Order.html" title="interface in org.apache.twill.api"><span class="strong">TwillSpecification.Order</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.PlacementPolicy.html" title="interface in org.apache.twill.api"><span class="strong">TwillSpecification.PlacementPolicy</span></a></li> +</ul> +<h2 title="Enum Hierarchy">Enum Hierarchy</h2> +<ul> +<li type="circle">java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a> +<ul> +<li type="circle">java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="strong">Enum</span></a><E> (implements java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><T>, java.io.<a href="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>) +<ul> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.Order.Type.html" title="enum in org.apache.twill.api"><span class="strong">TwillSpecification.Order.Type</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/TwillSpecification.PlacementPolicy.Type.html" title="enum in org.apache.twill.api"><span class="strong">TwillSpecification.PlacementPolicy.Type</span></a></li> +<li type="circle">org.apache.twill.api.<a href="../../../../org/apache/twill/api/ResourceSpecification.SizeUnit.html" title="enum in org.apache.twill.api"><span class="strong">ResourceSpecification.SizeUnit</span></a></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<!-- ======= 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</li> +<li>Use</li> +<li class="navBarCell1Rev">Tree</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>Prev</li> +<li><a href="../../../../org/apache/twill/api/logging/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/twill/api/package-tree.html" target="_top">Frames</a></li> +<li><a href="package-tree.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 ======= --> +<p class="legalCopy"><small>Copyright © 2013 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/2bd71bb1/src/site/resources/apidocs-0.6.0-incubating/org/apache/twill/api/package-use.html ---------------------------------------------------------------------- diff --git a/src/site/resources/apidocs-0.6.0-incubating/org/apache/twill/api/package-use.html b/src/site/resources/apidocs-0.6.0-incubating/org/apache/twill/api/package-use.html new file mode 100644 index 0000000..abaf3f8 --- /dev/null +++ b/src/site/resources/apidocs-0.6.0-incubating/org/apache/twill/api/package-use.html @@ -0,0 +1,516 @@ +<!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.7.0_80) on Fri Jul 24 11:31:42 PDT 2015 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Package org.apache.twill.api (Apache Twill 0.6.0-incubating API)</title> +<meta name="date" content="2015-07-24"> +<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="Uses of Package org.apache.twill.api (Apache Twill 0.6.0-incubating API)"; + } +//--> +</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</li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/twill/api/package-use.html" target="_top">Frames</a></li> +<li><a href="package-use.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="Uses of Package org.apache.twill.api" class="title">Uses of Package<br>org.apache.twill.api</h1> +</div> +<div class="contentContainer"> +<ul class="blockList"> +<li class="blockList"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../org/apache/twill/api/package-summary.html">org.apache.twill.api</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.twill.api">org.apache.twill.api</a></td> +<td class="colLast"> +<div class="block">Classes in this package provides core functionality of the Twill library.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.twill.ext">org.apache.twill.ext</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.twill.yarn">org.apache.twill.yarn</a></td> +<td class="colLast"> +<div class="block">Classes in this package implement the Twill API for Apache Hadoop YARN.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.twill.api"> +<!-- --> +</a> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../org/apache/twill/api/package-summary.html">org.apache.twill.api</a> used by <a href="../../../../org/apache/twill/api/package-summary.html">org.apache.twill.api</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/ClassAcceptor.html#org.apache.twill.api">ClassAcceptor</a> +<div class="block">Class that can be used to determine if class can be accepted.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/Command.html#org.apache.twill.api">Command</a> +<div class="block">Represents command objects.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/Command.Builder.html#org.apache.twill.api">Command.Builder</a> +<div class="block">Builder for creating <a href="../../../../org/apache/twill/api/Command.html" title="interface in org.apache.twill.api"><code>Command</code></a> object.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/ElectionHandler.html#org.apache.twill.api">ElectionHandler</a> +<div class="block">Handles events of election/un-election of leader.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/EventHandler.html#org.apache.twill.api">EventHandler</a> +<div class="block">A callback handler for acting on application events related to <a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><code>TwillRunnable</code></a> lifecycle events.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/EventHandler.TimeoutAction.html#org.apache.twill.api">EventHandler.TimeoutAction</a> +<div class="block">Represents action to act upon runnable launch timeout.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/EventHandler.TimeoutEvent.html#org.apache.twill.api">EventHandler.TimeoutEvent</a> +<div class="block">This class holds information about a launch timeout event.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/EventHandlerContext.html#org.apache.twill.api">EventHandlerContext</a> +<div class="block">Represents runtime context for <a href="../../../../org/apache/twill/api/EventHandler.html" title="class in org.apache.twill.api"><code>EventHandler</code></a>.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/EventHandlerSpecification.html#org.apache.twill.api">EventHandlerSpecification</a> +<div class="block">Specification for <a href="../../../../org/apache/twill/api/EventHandler.html" title="class in org.apache.twill.api"><code>EventHandler</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/Hosts.html#org.apache.twill.api">Hosts</a> +<div class="block">Represents a list of hosts.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/LocalFile.html#org.apache.twill.api">LocalFile</a> +<div class="block">This interface represents a local file that will be available for the container running a <a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><code>TwillRunnable</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/Racks.html#org.apache.twill.api">Racks</a> +<div class="block">Represents a list of Racks.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/ResourceReport.html#org.apache.twill.api">ResourceReport</a> +<div class="block">This interface provides a snapshot of the resources an application is using + broken down by each runnable.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/ResourceSpecification.html#org.apache.twill.api">ResourceSpecification</a> +<div class="block">This interface provides specifications for resource requirements including set and get methods + for number of cores, amount of memory, and number of instances.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/ResourceSpecification.Builder.AfterInstances.html#org.apache.twill.api">ResourceSpecification.Builder.AfterInstances</a> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/ResourceSpecification.Builder.AfterMemory.html#org.apache.twill.api">ResourceSpecification.Builder.AfterMemory</a> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/ResourceSpecification.Builder.AfterUplink.html#org.apache.twill.api">ResourceSpecification.Builder.AfterUplink</a> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/ResourceSpecification.Builder.Build.html#org.apache.twill.api">ResourceSpecification.Builder.Build</a> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/ResourceSpecification.Builder.CoreSetter.html#org.apache.twill.api">ResourceSpecification.Builder.CoreSetter</a> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/ResourceSpecification.Builder.Done.html#org.apache.twill.api">ResourceSpecification.Builder.Done</a> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/ResourceSpecification.Builder.MemorySetter.html#org.apache.twill.api">ResourceSpecification.Builder.MemorySetter</a> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/ResourceSpecification.SizeUnit.html#org.apache.twill.api">ResourceSpecification.SizeUnit</a> +<div class="block">Unit for specifying memory size.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/RunId.html#org.apache.twill.api">RunId</a> +<div class="block">Represents the unique ID of a particular execution.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/RuntimeSpecification.html#org.apache.twill.api">RuntimeSpecification</a> +<div class="block">Specifications for runtime requirements.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/SecureStore.html#org.apache.twill.api">SecureStore</a> +<div class="block">Represents storage of secure tokens.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/SecureStoreUpdater.html#org.apache.twill.api">SecureStoreUpdater</a> +<div class="block">Represents class capable of creating update of <a href="../../../../org/apache/twill/api/SecureStore.html" title="interface in org.apache.twill.api"><code>SecureStore</code></a> for live applications.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/ServiceAnnouncer.html#org.apache.twill.api">ServiceAnnouncer</a> +<div class="block">This interface provides a way to announce the availability of a service.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/ServiceController.html#org.apache.twill.api">ServiceController</a> +<div class="block">This interface is for controlling a remote running service.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillApplication.html#org.apache.twill.api">TwillApplication</a> +<div class="block">Represents a application that can be launched by Twill.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillContext.html#org.apache.twill.api">TwillContext</a> +<div class="block">Represents the runtime context of a <a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><code>TwillRunnable</code></a>.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillController.html#org.apache.twill.api">TwillController</a> +<div class="block">For controlling a running application.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillPreparer.html#org.apache.twill.api">TwillPreparer</a> +<div class="block">This interface exposes methods to set up the Twill runtime environment and start a Twill application.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillRunnable.html#org.apache.twill.api">TwillRunnable</a> +<div class="block">The <a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><code>TwillRunnable</code></a> interface should be implemented by any + class whose instances are intended to be executed in a Twill cluster.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillRunnableSpecification.html#org.apache.twill.api">TwillRunnableSpecification</a> +<div class="block">Represents a specification of a <a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><code>TwillRunnable</code></a>.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillRunnableSpecification.Builder.AfterConfigs.html#org.apache.twill.api">TwillRunnableSpecification.Builder.AfterConfigs</a> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillRunnableSpecification.Builder.AfterName.html#org.apache.twill.api">TwillRunnableSpecification.Builder.AfterName</a> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillRunnableSpecification.Builder.NameSetter.html#org.apache.twill.api">TwillRunnableSpecification.Builder.NameSetter</a> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillRunner.html#org.apache.twill.api">TwillRunner</a> +<div class="block">This interface prepares execution of <a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><code>TwillRunnable</code></a> and <a href="../../../../org/apache/twill/api/TwillApplication.html" title="interface in org.apache.twill.api"><code>TwillApplication</code></a>.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillRunner.LiveInfo.html#org.apache.twill.api">TwillRunner.LiveInfo</a> +<div class="block">Interface to represents information of a live application.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillRunResources.html#org.apache.twill.api">TwillRunResources</a> +<div class="block">Information about the container the <a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><code>TwillRunnable</code></a> + is running in.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillSpecification.html#org.apache.twill.api">TwillSpecification</a> +<div class="block">Represents specification of a <a href="../../../../org/apache/twill/api/TwillApplication.html" title="interface in org.apache.twill.api"><code>TwillApplication</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillSpecification.Builder.AfterName.html#org.apache.twill.api">TwillSpecification.Builder.AfterName</a> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillSpecification.Builder.AfterOrder.html#org.apache.twill.api">TwillSpecification.Builder.AfterOrder</a> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillSpecification.Builder.AfterPlacementPolicy.html#org.apache.twill.api">TwillSpecification.Builder.AfterPlacementPolicy</a> +<div class="block">Interface to define execution order after adding placement policies.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillSpecification.Builder.AfterRunnable.html#org.apache.twill.api">TwillSpecification.Builder.AfterRunnable</a> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillSpecification.Builder.FirstOrder.html#org.apache.twill.api">TwillSpecification.Builder.FirstOrder</a> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillSpecification.Builder.LocalFileAdder.html#org.apache.twill.api">TwillSpecification.Builder.LocalFileAdder</a> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillSpecification.Builder.MoreFile.html#org.apache.twill.api">TwillSpecification.Builder.MoreFile</a> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillSpecification.Builder.MorePlacementPolicies.html#org.apache.twill.api">TwillSpecification.Builder.MorePlacementPolicies</a> +<div class="block">Interface to add placement policies to the application.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillSpecification.Builder.MoreRunnable.html#org.apache.twill.api">TwillSpecification.Builder.MoreRunnable</a> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillSpecification.Builder.NameSetter.html#org.apache.twill.api">TwillSpecification.Builder.NameSetter</a> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillSpecification.Builder.NextOrder.html#org.apache.twill.api">TwillSpecification.Builder.NextOrder</a> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillSpecification.Builder.PlacementPolicySetter.html#org.apache.twill.api">TwillSpecification.Builder.PlacementPolicySetter</a> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillSpecification.Builder.RunnableSetter.html#org.apache.twill.api">TwillSpecification.Builder.RunnableSetter</a> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillSpecification.Builder.RuntimeSpecificationAdder.html#org.apache.twill.api">TwillSpecification.Builder.RuntimeSpecificationAdder</a> +<div class="block">For setting runtime specific settings.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillSpecification.Order.html#org.apache.twill.api">TwillSpecification.Order</a> +<div class="block">Defines execution order.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillSpecification.Order.Type.html#org.apache.twill.api">TwillSpecification.Order.Type</a> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillSpecification.PlacementPolicy.html#org.apache.twill.api">TwillSpecification.PlacementPolicy</a> +<div class="block">Defines a container placement policy.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillSpecification.PlacementPolicy.Type.html#org.apache.twill.api">TwillSpecification.PlacementPolicy.Type</a> +<div class="block">Lists different types of Placement Policies available.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.twill.ext"> +<!-- --> +</a> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../org/apache/twill/api/package-summary.html">org.apache.twill.api</a> used by <a href="../../../../org/apache/twill/ext/package-summary.html">org.apache.twill.ext</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/Command.html#org.apache.twill.ext">Command</a> +<div class="block">Represents command objects.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillContext.html#org.apache.twill.ext">TwillContext</a> +<div class="block">Represents the runtime context of a <a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><code>TwillRunnable</code></a>.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillRunnable.html#org.apache.twill.ext">TwillRunnable</a> +<div class="block">The <a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><code>TwillRunnable</code></a> interface should be implemented by any + class whose instances are intended to be executed in a Twill cluster.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillRunnableSpecification.html#org.apache.twill.ext">TwillRunnableSpecification</a> +<div class="block">Represents a specification of a <a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><code>TwillRunnable</code></a>.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.twill.yarn"> +<!-- --> +</a> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../org/apache/twill/api/package-summary.html">org.apache.twill.api</a> used by <a href="../../../../org/apache/twill/yarn/package-summary.html">org.apache.twill.yarn</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/ResourceSpecification.html#org.apache.twill.yarn">ResourceSpecification</a> +<div class="block">This interface provides specifications for resource requirements including set and get methods + for number of cores, amount of memory, and number of instances.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/RunId.html#org.apache.twill.yarn">RunId</a> +<div class="block">Represents the unique ID of a particular execution.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/SecureStore.html#org.apache.twill.yarn">SecureStore</a> +<div class="block">Represents storage of secure tokens.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/SecureStoreUpdater.html#org.apache.twill.yarn">SecureStoreUpdater</a> +<div class="block">Represents class capable of creating update of <a href="../../../../org/apache/twill/api/SecureStore.html" title="interface in org.apache.twill.api"><code>SecureStore</code></a> for live applications.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillApplication.html#org.apache.twill.yarn">TwillApplication</a> +<div class="block">Represents a application that can be launched by Twill.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillController.html#org.apache.twill.yarn">TwillController</a> +<div class="block">For controlling a running application.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillPreparer.html#org.apache.twill.yarn">TwillPreparer</a> +<div class="block">This interface exposes methods to set up the Twill runtime environment and start a Twill application.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillRunnable.html#org.apache.twill.yarn">TwillRunnable</a> +<div class="block">The <a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><code>TwillRunnable</code></a> interface should be implemented by any + class whose instances are intended to be executed in a Twill cluster.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillRunner.html#org.apache.twill.yarn">TwillRunner</a> +<div class="block">This interface prepares execution of <a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><code>TwillRunnable</code></a> and <a href="../../../../org/apache/twill/api/TwillApplication.html" title="interface in org.apache.twill.api"><code>TwillApplication</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillRunner.LiveInfo.html#org.apache.twill.yarn">TwillRunner.LiveInfo</a> +<div class="block">Interface to represents information of a live application.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/twill/api/class-use/TwillRunnerService.html#org.apache.twill.yarn">TwillRunnerService</a> +<div class="block">A <a href="../../../../org/apache/twill/api/TwillRunner.html" title="interface in org.apache.twill.api"><code>TwillRunner</code></a> that provides lifecycle management functions.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</div> +<!-- ======= 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</li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/twill/api/package-use.html" target="_top">Frames</a></li> +<li><a href="package-use.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 ======= --> +<p class="legalCopy"><small>Copyright © 2013 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/2bd71bb1/src/site/resources/apidocs-0.6.0-incubating/org/apache/twill/common/Cancellable.html ---------------------------------------------------------------------- diff --git a/src/site/resources/apidocs-0.6.0-incubating/org/apache/twill/common/Cancellable.html b/src/site/resources/apidocs-0.6.0-incubating/org/apache/twill/common/Cancellable.html new file mode 100644 index 0000000..5006ee4 --- /dev/null +++ b/src/site/resources/apidocs-0.6.0-incubating/org/apache/twill/common/Cancellable.html @@ -0,0 +1,212 @@ +<!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.7.0_80) on Fri Jul 24 11:31:40 PDT 2015 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Cancellable (Apache Twill 0.6.0-incubating API)</title> +<meta name="date" content="2015-07-24"> +<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="Cancellable (Apache Twill 0.6.0-incubating API)"; + } +//--> +</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="class-use/Cancellable.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev Class</li> +<li><a href="../../../../org/apache/twill/common/Threads.html" title="class in org.apache.twill.common"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/twill/common/Cancellable.html" target="_top">Frames</a></li> +<li><a href="Cancellable.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.twill.common</div> +<h2 title="Interface Cancellable" class="title">Interface Cancellable</h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public interface <span class="strong">Cancellable</span></pre> +<div class="block">Something, usually a task, that can be cancelled. Cancellation is performed by the cancel method.</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="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>void</code></td> +<td class="colLast"><code><strong><a href="../../../../org/apache/twill/common/Cancellable.html#cancel()">cancel</a></strong>()</code> +<div class="block">Attempts to cancel execution of this task.</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="cancel()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>cancel</h4> +<pre>void cancel()</pre> +<div class="block">Attempts to cancel execution of this task.</div> +</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="class-use/Cancellable.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev Class</li> +<li><a href="../../../../org/apache/twill/common/Threads.html" title="class in org.apache.twill.common"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/twill/common/Cancellable.html" target="_top">Frames</a></li> +<li><a href="Cancellable.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 ======= --> +<p class="legalCopy"><small>Copyright © 2013 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
