http://git-wip-us.apache.org/repos/asf/twill/blob/8abb84ac/src/site/resources/apidocs-0.11.0/org/apache/twill/api/package-use.html ---------------------------------------------------------------------- diff --git a/src/site/resources/apidocs-0.11.0/org/apache/twill/api/package-use.html b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/package-use.html new file mode 100644 index 0000000..c785d7e --- /dev/null +++ b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/package-use.html @@ -0,0 +1,551 @@ +<!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 Sat Apr 08 11:09:16 PDT 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Package org.apache.twill.api (Apache Twill 0.11.0 API)</title> +<meta name="date" content="2017-04-08"> +<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.11.0 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.api.security">org.apache.twill.api.security</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.twill.ext">org.apache.twill.ext</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<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"><strong>Deprecated.</strong> +<div class="block"><i>This class doesn't handle user correctly, use <a href="../../../../org/apache/twill/api/security/SecureStoreRenewer.html" title="class in org.apache.twill.api.security"><code>SecureStoreRenewer</code></a> instead</i></div> +</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/ServiceController.TerminationStatus.html#org.apache.twill.api">ServiceController.TerminationStatus</a> +<div class="block">Enum to represent termination status of the application when it completed.</div> +</td> +</tr> +<tr class="rowColor"> +<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="altColor"> +<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="rowColor"> +<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="altColor"> +<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="rowColor"> +<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="altColor"> +<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="rowColor"> +<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="altColor"> +<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="rowColor"> +<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="altColor"> +<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="rowColor"> +<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="altColor"> +<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="rowColor"> +<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="altColor"> +<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="rowColor"> +<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="altColor"> +<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="rowColor"> +<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="altColor"> +<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="rowColor"> +<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="altColor"> +<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="rowColor"> +<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="altColor"> +<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="rowColor"> +<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="altColor"> +<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="rowColor"> +<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="altColor"> +<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="rowColor"> +<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="altColor"> +<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="rowColor"> +<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="altColor"> +<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="rowColor"> +<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.api.security"> +<!-- --> +</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/security/package-summary.html">org.apache.twill.api.security</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/RunId.html#org.apache.twill.api.security">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/SecureStore.html#org.apache.twill.api.security">SecureStore</a> +<div class="block">Represents storage of secure tokens.</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"><strong>Deprecated.</strong> +<div class="block"><i>This class doesn't handle user correctly, use <a href="../../../../org/apache/twill/api/security/SecureStoreRenewer.html" title="class in org.apache.twill.api.security"><code>SecureStoreRenewer</code></a> instead</i></div> +</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-2016 <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/twill/blob/8abb84ac/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/SecureStoreRenewer.html ---------------------------------------------------------------------- diff --git a/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/SecureStoreRenewer.html b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/SecureStoreRenewer.html new file mode 100644 index 0000000..f574bab --- /dev/null +++ b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/SecureStoreRenewer.html @@ -0,0 +1,271 @@ +<!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 Sat Apr 08 11:09:15 PDT 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>SecureStoreRenewer (Apache Twill 0.11.0 API)</title> +<meta name="date" content="2017-04-08"> +<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="SecureStoreRenewer (Apache Twill 0.11.0 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/SecureStoreRenewer.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/api/security/SecureStoreWriter.html" title="interface in org.apache.twill.api.security"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/twill/api/security/SecureStoreRenewer.html" target="_top">Frames</a></li> +<li><a href="SecureStoreRenewer.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.twill.api.security</div> +<h2 title="Class SecureStoreRenewer" class="title">Class SecureStoreRenewer</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.twill.api.security.SecureStoreRenewer</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public abstract class <span class="strong">SecureStoreRenewer</span> +extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> +<div class="block">This class is responsible for renewing the secure store used by application.</div> +</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="../../../../../org/apache/twill/api/security/SecureStoreRenewer.html#SecureStoreRenewer()">SecureStoreRenewer</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> +<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>abstract void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/twill/api/security/SecureStoreRenewer.html#renew(java.lang.String,%20org.apache.twill.api.RunId,%20org.apache.twill.api.security.SecureStoreWriter)">renew</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> application, + <a href="../../../../../org/apache/twill/api/RunId.html" title="interface in org.apache.twill.api">RunId</a> runId, + <a href="../../../../../org/apache/twill/api/security/SecureStoreWriter.html" title="interface in org.apache.twill.api.security">SecureStoreWriter</a> secureStoreWriter)</code> +<div class="block">Renew the secure store for an application run.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="SecureStoreRenewer()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>SecureStoreRenewer</h4> +<pre>public SecureStoreRenewer()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="renew(java.lang.String, org.apache.twill.api.RunId, org.apache.twill.api.security.SecureStoreWriter)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>renew</h4> +<pre>public abstract void renew(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> application, + <a href="../../../../../org/apache/twill/api/RunId.html" title="interface in org.apache.twill.api">RunId</a> runId, + <a href="../../../../../org/apache/twill/api/security/SecureStoreWriter.html" title="interface in org.apache.twill.api.security">SecureStoreWriter</a> secureStoreWriter) + throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> +<div class="block">Renew the secure store for an application run. It must uses the <a href="../../../../../org/apache/twill/api/security/SecureStoreWriter.html" title="interface in org.apache.twill.api.security"><code>SecureStoreWriter</code></a> to update the + <a href="../../../../../org/apache/twill/api/SecureStore.html" title="interface in org.apache.twill.api"><code>SecureStore</code></a>.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>application</code> - The name of the application.</dd><dd><code>runId</code> - The runId of the live application.</dd><dd><code>secureStoreWriter</code> - a <a href="../../../../../org/apache/twill/api/security/SecureStoreWriter.html" title="interface in org.apache.twill.api.security"><code>SecureStoreWriter</code></a> for writing out the new <a href="../../../../../org/apache/twill/api/SecureStore.html" title="interface in org.apache.twill.api"><code>SecureStore</code></a>.</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if renewal failed</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="class-use/SecureStoreRenewer.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/api/security/SecureStoreWriter.html" title="interface in org.apache.twill.api.security"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/twill/api/security/SecureStoreRenewer.html" target="_top">Frames</a></li> +<li><a href="SecureStoreRenewer.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 ======= --> +<p class="legalCopy"><small>Copyright © 2013-2016 <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/twill/blob/8abb84ac/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/SecureStoreWriter.html ---------------------------------------------------------------------- diff --git a/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/SecureStoreWriter.html b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/SecureStoreWriter.html new file mode 100644 index 0000000..072a8a2 --- /dev/null +++ b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/SecureStoreWriter.html @@ -0,0 +1,216 @@ +<!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 Sat Apr 08 11:09:15 PDT 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>SecureStoreWriter (Apache Twill 0.11.0 API)</title> +<meta name="date" content="2017-04-08"> +<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="SecureStoreWriter (Apache Twill 0.11.0 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/SecureStoreWriter.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><a href="../../../../../org/apache/twill/api/security/SecureStoreRenewer.html" title="class in org.apache.twill.api.security"><span class="strong">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/twill/api/security/SecureStoreWriter.html" target="_top">Frames</a></li> +<li><a href="SecureStoreWriter.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.api.security</div> +<h2 title="Interface SecureStoreWriter" class="title">Interface SecureStoreWriter</h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public interface <span class="strong">SecureStoreWriter</span></pre> +<div class="block">A writer provided to <a href="../../../../../org/apache/twill/api/security/SecureStoreRenewer.html" title="class in org.apache.twill.api.security"><code>SecureStoreRenewer</code></a> for writing out <a href="../../../../../org/apache/twill/api/SecureStore.html" title="interface in org.apache.twill.api"><code>SecureStore</code></a> during renewal process.</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/api/security/SecureStoreWriter.html#write(org.apache.twill.api.SecureStore)">write</a></strong>(<a href="../../../../../org/apache/twill/api/SecureStore.html" title="interface in org.apache.twill.api">SecureStore</a> secureStore)</code> +<div class="block">Writes the given <a href="../../../../../org/apache/twill/api/SecureStore.html" title="interface in org.apache.twill.api"><code>SecureStore</code></a>.</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="write(org.apache.twill.api.SecureStore)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>write</h4> +<pre>void write(<a href="../../../../../org/apache/twill/api/SecureStore.html" title="interface in org.apache.twill.api">SecureStore</a> secureStore) + throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> +<div class="block">Writes the given <a href="../../../../../org/apache/twill/api/SecureStore.html" title="interface in org.apache.twill.api"><code>SecureStore</code></a>.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>secureStore</code> - the <a href="../../../../../org/apache/twill/api/SecureStore.html" title="interface in org.apache.twill.api"><code>SecureStore</code></a> to persist</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if failed to write out the <a href="../../../../../org/apache/twill/api/SecureStore.html" title="interface in org.apache.twill.api"><code>SecureStore</code></a></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="class-use/SecureStoreWriter.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><a href="../../../../../org/apache/twill/api/security/SecureStoreRenewer.html" title="class in org.apache.twill.api.security"><span class="strong">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/twill/api/security/SecureStoreWriter.html" target="_top">Frames</a></li> +<li><a href="SecureStoreWriter.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-2016 <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/twill/blob/8abb84ac/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/class-use/SecureStoreRenewer.html ---------------------------------------------------------------------- diff --git a/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/class-use/SecureStoreRenewer.html b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/class-use/SecureStoreRenewer.html new file mode 100644 index 0000000..d8af8bc --- /dev/null +++ b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/class-use/SecureStoreRenewer.html @@ -0,0 +1,193 @@ +<!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 Sat Apr 08 11:09:16 PDT 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Class org.apache.twill.api.security.SecureStoreRenewer (Apache Twill 0.11.0 API)</title> +<meta name="date" content="2017-04-08"> +<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 Class org.apache.twill.api.security.SecureStoreRenewer (Apache Twill 0.11.0 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><a href="../../../../../../org/apache/twill/api/security/SecureStoreRenewer.html" title="class in org.apache.twill.api.security">Class</a></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/security/class-use/SecureStoreRenewer.html" target="_top">Frames</a></li> +<li><a href="SecureStoreRenewer.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"> +<h2 title="Uses of Class org.apache.twill.api.security.SecureStoreRenewer" class="title">Uses of Class<br>org.apache.twill.api.security.SecureStoreRenewer</h2> +</div> +<div class="classUseContainer"> +<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/security/SecureStoreRenewer.html" title="class in org.apache.twill.api.security">SecureStoreRenewer</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.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"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.twill.api"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/twill/api/security/SecureStoreRenewer.html" title="class in org.apache.twill.api.security">SecureStoreRenewer</a> in <a href="../../../../../../org/apache/twill/api/package-summary.html">org.apache.twill.api</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/twill/api/package-summary.html">org.apache.twill.api</a> with parameters of type <a href="../../../../../../org/apache/twill/api/security/SecureStoreRenewer.html" title="class in org.apache.twill.api.security">SecureStoreRenewer</a></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> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/twill/common/Cancellable.html" title="interface in org.apache.twill.common">Cancellable</a></code></td> +<td class="colLast"><span class="strong">TwillRunner.</span><code><strong><a href="../../../../../../org/apache/twill/api/TwillRunner.html#setSecureStoreRenewer(org.apache.twill.api.security.SecureStoreRenewer,%20long,%20long,%20long,%20java.util.concurrent.TimeUnit)">setSecureStoreRenewer</a></strong>(<a href="../../../../../../org/apache/twill/api/security/SecureStoreRenewer.html" title="class in org.apache.twill.api.security">SecureStoreRenewer</a> renewer, + long initialDelay, + long delay, + long retryDelay, + <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/TimeUnit.html?is-external=true" title="class or interface in java.util.concurrent">TimeUnit</a> unit)</code> +<div class="block">Sets and schedules a periodic renewal of <a href="../../../../../../org/apache/twill/api/SecureStore.html" title="interface in org.apache.twill.api"><code>SecureStore</code></a> using a given <a href="../../../../../../org/apache/twill/api/security/SecureStoreRenewer.html" title="class in org.apache.twill.api.security"><code>SecureStoreRenewer</code></a>.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.twill.yarn"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/twill/api/security/SecureStoreRenewer.html" title="class in org.apache.twill.api.security">SecureStoreRenewer</a> in <a href="../../../../../../org/apache/twill/yarn/package-summary.html">org.apache.twill.yarn</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/twill/yarn/package-summary.html">org.apache.twill.yarn</a> with parameters of type <a href="../../../../../../org/apache/twill/api/security/SecureStoreRenewer.html" title="class in org.apache.twill.api.security">SecureStoreRenewer</a></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> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/twill/common/Cancellable.html" title="interface in org.apache.twill.common">Cancellable</a></code></td> +<td class="colLast"><span class="strong">YarnTwillRunnerService.</span><code><strong><a href="../../../../../../org/apache/twill/yarn/YarnTwillRunnerService.html#setSecureStoreRenewer(org.apache.twill.api.security.SecureStoreRenewer,%20long,%20long,%20long,%20java.util.concurrent.TimeUnit)">setSecureStoreRenewer</a></strong>(<a href="../../../../../../org/apache/twill/api/security/SecureStoreRenewer.html" title="class in org.apache.twill.api.security">SecureStoreRenewer</a> renewer, + long initialDelay, + long delay, + long retryDelay, + <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/TimeUnit.html?is-external=true" title="class or interface in java.util.concurrent">TimeUnit</a> unit)</code> </td> +</tr> +</tbody> +</table> +</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><a href="../../../../../../org/apache/twill/api/security/SecureStoreRenewer.html" title="class in org.apache.twill.api.security">Class</a></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/security/class-use/SecureStoreRenewer.html" target="_top">Frames</a></li> +<li><a href="SecureStoreRenewer.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-2016 <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/twill/blob/8abb84ac/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/class-use/SecureStoreWriter.html ---------------------------------------------------------------------- diff --git a/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/class-use/SecureStoreWriter.html b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/class-use/SecureStoreWriter.html new file mode 100644 index 0000000..d071f9b --- /dev/null +++ b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/class-use/SecureStoreWriter.html @@ -0,0 +1,161 @@ +<!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 Sat Apr 08 11:09:16 PDT 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Interface org.apache.twill.api.security.SecureStoreWriter (Apache Twill 0.11.0 API)</title> +<meta name="date" content="2017-04-08"> +<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 Interface org.apache.twill.api.security.SecureStoreWriter (Apache Twill 0.11.0 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><a href="../../../../../../org/apache/twill/api/security/SecureStoreWriter.html" title="interface in org.apache.twill.api.security">Class</a></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/security/class-use/SecureStoreWriter.html" target="_top">Frames</a></li> +<li><a href="SecureStoreWriter.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"> +<h2 title="Uses of Interface org.apache.twill.api.security.SecureStoreWriter" class="title">Uses of Interface<br>org.apache.twill.api.security.SecureStoreWriter</h2> +</div> +<div class="classUseContainer"> +<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/security/SecureStoreWriter.html" title="interface in org.apache.twill.api.security">SecureStoreWriter</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.security">org.apache.twill.api.security</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.twill.api.security"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/twill/api/security/SecureStoreWriter.html" title="interface in org.apache.twill.api.security">SecureStoreWriter</a> in <a href="../../../../../../org/apache/twill/api/security/package-summary.html">org.apache.twill.api.security</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/twill/api/security/package-summary.html">org.apache.twill.api.security</a> with parameters of type <a href="../../../../../../org/apache/twill/api/security/SecureStoreWriter.html" title="interface in org.apache.twill.api.security">SecureStoreWriter</a></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> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>abstract void</code></td> +<td class="colLast"><span class="strong">SecureStoreRenewer.</span><code><strong><a href="../../../../../../org/apache/twill/api/security/SecureStoreRenewer.html#renew(java.lang.String,%20org.apache.twill.api.RunId,%20org.apache.twill.api.security.SecureStoreWriter)">renew</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> application, + <a href="../../../../../../org/apache/twill/api/RunId.html" title="interface in org.apache.twill.api">RunId</a> runId, + <a href="../../../../../../org/apache/twill/api/security/SecureStoreWriter.html" title="interface in org.apache.twill.api.security">SecureStoreWriter</a> secureStoreWriter)</code> +<div class="block">Renew the secure store for an application run.</div> +</td> +</tr> +</tbody> +</table> +</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><a href="../../../../../../org/apache/twill/api/security/SecureStoreWriter.html" title="interface in org.apache.twill.api.security">Class</a></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/security/class-use/SecureStoreWriter.html" target="_top">Frames</a></li> +<li><a href="SecureStoreWriter.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-2016 <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/twill/blob/8abb84ac/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/package-frame.html ---------------------------------------------------------------------- diff --git a/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/package-frame.html b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/package-frame.html new file mode 100644 index 0000000..23b20c3 --- /dev/null +++ b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/package-frame.html @@ -0,0 +1,24 @@ +<!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 Sat Apr 08 11:09:16 PDT 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.twill.api.security (Apache Twill 0.11.0 API)</title> +<meta name="date" content="2017-04-08"> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +</head> +<body> +<h1 class="bar"><a href="../../../../../org/apache/twill/api/security/package-summary.html" target="classFrame">org.apache.twill.api.security</a></h1> +<div class="indexContainer"> +<h2 title="Interfaces">Interfaces</h2> +<ul title="Interfaces"> +<li><a href="SecureStoreWriter.html" title="interface in org.apache.twill.api.security" target="classFrame"><i>SecureStoreWriter</i></a></li> +</ul> +<h2 title="Classes">Classes</h2> +<ul title="Classes"> +<li><a href="SecureStoreRenewer.html" title="class in org.apache.twill.api.security" target="classFrame">SecureStoreRenewer</a></li> +</ul> +</div> +</body> +</html> http://git-wip-us.apache.org/repos/asf/twill/blob/8abb84ac/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/package-summary.html ---------------------------------------------------------------------- diff --git a/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/package-summary.html b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/package-summary.html new file mode 100644 index 0000000..5afa1d8 --- /dev/null +++ b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/package-summary.html @@ -0,0 +1,154 @@ +<!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 Sat Apr 08 11:09:16 PDT 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.twill.api.security (Apache Twill 0.11.0 API)</title> +<meta name="date" content="2017-04-08"> +<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.security (Apache Twill 0.11.0 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><a href="../../../../../org/apache/twill/api/logging/package-summary.html">Prev Package</a></li> +<li><a href="../../../../../org/apache/twill/common/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/twill/api/security/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.security</h1> +</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/security/SecureStoreWriter.html" title="interface in org.apache.twill.api.security">SecureStoreWriter</a></td> +<td class="colLast"> +<div class="block">A writer provided to <a href="../../../../../org/apache/twill/api/security/SecureStoreRenewer.html" title="class in org.apache.twill.api.security"><code>SecureStoreRenewer</code></a> for writing out <a href="../../../../../org/apache/twill/api/SecureStore.html" title="interface in org.apache.twill.api"><code>SecureStore</code></a> during renewal process.</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/security/SecureStoreRenewer.html" title="class in org.apache.twill.api.security">SecureStoreRenewer</a></td> +<td class="colLast"> +<div class="block">This class is responsible for renewing the secure store used by application.</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 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><a href="../../../../../org/apache/twill/api/logging/package-summary.html">Prev Package</a></li> +<li><a href="../../../../../org/apache/twill/common/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/twill/api/security/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-2016 <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/twill/blob/8abb84ac/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/package-tree.html ---------------------------------------------------------------------- diff --git a/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/package-tree.html b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/package-tree.html new file mode 100644 index 0000000..17efeee --- /dev/null +++ b/src/site/resources/apidocs-0.11.0/org/apache/twill/api/security/package-tree.html @@ -0,0 +1,134 @@ +<!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 Sat Apr 08 11:09:16 PDT 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.twill.api.security Class Hierarchy (Apache Twill 0.11.0 API)</title> +<meta name="date" content="2017-04-08"> +<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.security Class Hierarchy (Apache Twill 0.11.0 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><a href="../../../../../org/apache/twill/api/logging/package-tree.html">Prev</a></li> +<li><a href="../../../../../org/apache/twill/common/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/twill/api/security/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.security</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://docs.oracle.com/javase/7/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.security.<a href="../../../../../org/apache/twill/api/security/SecureStoreRenewer.html" title="class in org.apache.twill.api.security"><span class="strong">SecureStoreRenewer</span></a></li> +</ul> +</li> +</ul> +<h2 title="Interface Hierarchy">Interface Hierarchy</h2> +<ul> +<li type="circle">org.apache.twill.api.security.<a href="../../../../../org/apache/twill/api/security/SecureStoreWriter.html" title="interface in org.apache.twill.api.security"><span class="strong">SecureStoreWriter</span></a></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><a href="../../../../../org/apache/twill/api/logging/package-tree.html">Prev</a></li> +<li><a href="../../../../../org/apache/twill/common/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/twill/api/security/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-2016 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
