You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2016/08/02 20:01:14 UTC

[07/52] [abbrv] [partial] incubator-beam-site git commit: Moved javadoc under /learn/sdks/java and added the links back

http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/31760961/javadoc/0.1.0-incubating/org/apache/beam/runners/direct/package-summary.html
----------------------------------------------------------------------
diff --git a/javadoc/0.1.0-incubating/org/apache/beam/runners/direct/package-summary.html b/javadoc/0.1.0-incubating/org/apache/beam/runners/direct/package-summary.html
deleted file mode 100644
index 86eda33..0000000
--- a/javadoc/0.1.0-incubating/org/apache/beam/runners/direct/package-summary.html
+++ /dev/null
@@ -1,335 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0-google-v7) on Tue Jun 14 18:28:14 PDT 2016 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.beam.runners.direct (Apache Beam SDK for Java 0.1.0-incubating API)</title>
-<meta name="date" content="2016-06-14">
-<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
-    try {
-        if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.beam.runners.direct (Apache Beam SDK for Java 0.1.0-incubating API)";
-        }
-    }
-    catch(err) {
-    }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li class="navBarCell1Rev">Package</li>
-<li>Class</li>
-<li><a href="package-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/beam/runners/dataflow/util/package-summary.html">Prev&nbsp;Package</a></li>
-<li><a href="../../../../../org/apache/beam/runners/flink/package-summary.html">Next&nbsp;Package</a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?org/apache/beam/runners/direct/package-summary.html" target="_top">Frames</a></li>
-<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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&nbsp;org.apache.beam.runners.direct</h1>
-</div>
-<div class="contentContainer">
-<ul class="blockList">
-<li class="blockList">
-<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
-<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</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/beam/runners/direct/BundleFactory.html" title="interface in org.apache.beam.runners.direct">BundleFactory</a></td>
-<td class="colLast">
-<div class="block">A factory that creates <a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineRunner.UncommittedBundle.html" title="interface in org.apache.beam.runners.direct"><code>UncommittedBundles</code></a>.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/Clock.html" title="interface in org.apache.beam.runners.direct">Clock</a></td>
-<td class="colLast">
-<div class="block">Access to the current time.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/ExecutorServiceFactory.html" title="interface in org.apache.beam.runners.direct">ExecutorServiceFactory</a></td>
-<td class="colLast">
-<div class="block">A factory that creates <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><code>ExecutorServices</code></a>.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineOptions.html" title="interface in org.apache.beam.runners.direct">InProcessPipelineOptions</a></td>
-<td class="colLast">
-<div class="block">Options that can be used to configure the <a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineRunner.html" title="class in org.apache.beam.runners.direct"><code>InProcessPipelineRunner</code></a>.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineRunner.CommittedBundle.html" title="interface in org.apache.beam.runners.direct">InProcessPipelineRunner.CommittedBundle</a>&lt;T&gt;</td>
-<td class="colLast">
-<div class="block">Part of a <a href="../../../../../org/apache/beam/sdk/values/PCollection.html" title="class in org.apache.beam.sdk.values"><code>PCollection</code></a>.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineRunner.PCollectionViewWriter.html" title="interface in org.apache.beam.runners.direct">InProcessPipelineRunner.PCollectionViewWriter</a>&lt;ElemT,ViewT&gt;</td>
-<td class="colLast">
-<div class="block">A <a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineRunner.PCollectionViewWriter.html" title="interface in org.apache.beam.runners.direct"><code>InProcessPipelineRunner.PCollectionViewWriter</code></a> is responsible for writing contents of a <a href="../../../../../org/apache/beam/sdk/values/PCollection.html" title="class in org.apache.beam.sdk.values"><code>PCollection</code></a> to
- a storage mechanism that can be read from while constructing a <a href="../../../../../org/apache/beam/sdk/values/PCollectionView.html" title="interface in org.apache.beam.sdk.values"><code>PCollectionView</code></a>.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineRunner.UncommittedBundle.html" title="interface in org.apache.beam.runners.direct">InProcessPipelineRunner.UncommittedBundle</a>&lt;T&gt;</td>
-<td class="colLast">
-<div class="block">Part of a <a href="../../../../../org/apache/beam/sdk/values/PCollection.html" title="class in org.apache.beam.sdk.values"><code>PCollection</code></a>.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/InProcessTransformResult.html" title="interface in org.apache.beam.runners.direct">InProcessTransformResult</a></td>
-<td class="colLast">
-<div class="block">The result of evaluating an <a href="../../../../../org/apache/beam/sdk/transforms/AppliedPTransform.html" title="class in org.apache.beam.sdk.transforms"><code>AppliedPTransform</code></a> with a <a href="../../../../../org/apache/beam/runners/direct/TransformEvaluator.html" title="interface in org.apache.beam.runners.direct"><code>TransformEvaluator</code></a>.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/ModelEnforcement.html" title="interface in org.apache.beam.runners.direct">ModelEnforcement</a>&lt;T&gt;</td>
-<td class="colLast">
-<div class="block">Enforcement tools that verify that executing code conforms to the model.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/ModelEnforcementFactory.html" title="interface in org.apache.beam.runners.direct">ModelEnforcementFactory</a></td>
-<td class="colLast">
-<div class="block">Creates <a href="../../../../../org/apache/beam/runners/direct/ModelEnforcement.html" title="interface in org.apache.beam.runners.direct"><code>ModelEnforcement</code></a> instances for an <a href="../../../../../org/apache/beam/sdk/transforms/AppliedPTransform.html" title="class in org.apache.beam.sdk.transforms"><code>AppliedPTransform</code></a> on an input
- <a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineRunner.CommittedBundle.html" title="interface in org.apache.beam.runners.direct"><code>bundle</code></a>.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/TransformEvaluator.html" title="interface in org.apache.beam.runners.direct">TransformEvaluator</a>&lt;InputT&gt;</td>
-<td class="colLast">
-<div class="block">An evaluator of a specific application of a transform.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/TransformEvaluatorFactory.html" title="interface in org.apache.beam.runners.direct">TransformEvaluatorFactory</a></td>
-<td class="colLast">
-<div class="block">A factory for creating instances of <a href="../../../../../org/apache/beam/runners/direct/TransformEvaluator.html" title="interface in org.apache.beam.runners.direct"><code>TransformEvaluator</code></a> for the application of a
- <a href="../../../../../org/apache/beam/sdk/transforms/PTransform.html" title="class in org.apache.beam.sdk.transforms"><code>PTransform</code></a>.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList">
-<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
-<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</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/beam/runners/direct/ConsumerTrackingPipelineVisitor.html" title="class in org.apache.beam.runners.direct">ConsumerTrackingPipelineVisitor</a></td>
-<td class="colLast">
-<div class="block">Tracks the <a href="../../../../../org/apache/beam/sdk/transforms/AppliedPTransform.html" title="class in org.apache.beam.sdk.transforms"><code>AppliedPTransforms</code></a> that consume each <a href="../../../../../org/apache/beam/sdk/values/PValue.html" title="interface in org.apache.beam.sdk.values"><code>PValue</code></a> in the
- <a href="../../../../../org/apache/beam/sdk/Pipeline.html" title="class in org.apache.beam.sdk"><code>Pipeline</code></a>.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/ForwardingPTransform.html" title="class in org.apache.beam.runners.direct">ForwardingPTransform</a>&lt;InputT extends <a href="../../../../../org/apache/beam/sdk/values/PInput.html" title="interface in org.apache.beam.sdk.values">PInput</a>,OutputT extends <a href="../../../../../org/apache/beam/sdk/values/POutput.html" title="interface in org.apache.beam.sdk.values">POutput</a>&gt;</td>
-<td class="colLast">
-<div class="block">A base class for implementing <a href="../../../../../org/apache/beam/sdk/transforms/PTransform.html" title="class in org.apache.beam.sdk.transforms"><code>PTransform</code></a> overrides, which behave identically to the
- delegate transform but with overridden methods.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/InMemoryWatermarkManager.html" title="class in org.apache.beam.runners.direct">InMemoryWatermarkManager</a></td>
-<td class="colLast">
-<div class="block">Manages watermarks of <a href="../../../../../org/apache/beam/sdk/values/PCollection.html" title="class in org.apache.beam.sdk.values"><code>PCollections</code></a> and input and output watermarks of
- <a href="../../../../../org/apache/beam/sdk/transforms/AppliedPTransform.html" title="class in org.apache.beam.sdk.transforms"><code>AppliedPTransforms</code></a> to provide event-time and completion tracking for
- in-memory execution.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/InMemoryWatermarkManager.FiredTimers.html" title="class in org.apache.beam.runners.direct">InMemoryWatermarkManager.FiredTimers</a></td>
-<td class="colLast">
-<div class="block">A pair of <a href="../../../../../org/apache/beam/sdk/util/TimerInternals.TimerData.html" title="class in org.apache.beam.sdk.util"><code>TimerInternals.TimerData</code></a> and key which can be delivered to the appropriate
- <a href="../../../../../org/apache/beam/sdk/transforms/AppliedPTransform.html" title="class in org.apache.beam.sdk.transforms"><code>AppliedPTransform</code></a>.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/InMemoryWatermarkManager.TimerUpdate.html" title="class in org.apache.beam.runners.direct">InMemoryWatermarkManager.TimerUpdate</a></td>
-<td class="colLast">
-<div class="block">A collection of newly set, deleted, and completed timers.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/InMemoryWatermarkManager.TimerUpdate.TimerUpdateBuilder.html" title="class in org.apache.beam.runners.direct">InMemoryWatermarkManager.TimerUpdate.TimerUpdateBuilder</a></td>
-<td class="colLast">
-<div class="block">A <a href="../../../../../org/apache/beam/runners/direct/InMemoryWatermarkManager.TimerUpdate.html" title="class in org.apache.beam.runners.direct"><code>InMemoryWatermarkManager.TimerUpdate</code></a> builder that needs to be provided with set timers and deleted timers.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/InProcessBundleOutputManager.html" title="class in org.apache.beam.runners.direct">InProcessBundleOutputManager</a></td>
-<td class="colLast">
-<div class="block">An <a href="../../../../../org/apache/beam/sdk/util/DoFnRunners.OutputManager.html" title="interface in org.apache.beam.sdk.util"><code>DoFnRunners.OutputManager</code></a> that outputs to <a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineRunner.CommittedBundle.html" title="interface in org.apache.beam.runners.direct"><code>Bundles</code></a> used by the
- <a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineRunner.html" title="class in org.apache.beam.runners.direct"><code>InProcessPipelineRunner</code></a>.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineRunner.html" title="class in org.apache.beam.runners.direct">InProcessPipelineRunner</a></td>
-<td class="colLast">
-<div class="block">An In-Memory implementation of the Dataflow Programming Model.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineRunner.InProcessPipelineResult.html" title="class in org.apache.beam.runners.direct">InProcessPipelineRunner.InProcessPipelineResult</a></td>
-<td class="colLast">
-<div class="block">The result of running a <a href="../../../../../org/apache/beam/sdk/Pipeline.html" title="class in org.apache.beam.sdk"><code>Pipeline</code></a> with the <a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineRunner.html" title="class in org.apache.beam.runners.direct"><code>InProcessPipelineRunner</code></a>.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/InProcessRegistrar.html" title="class in org.apache.beam.runners.direct">InProcessRegistrar</a></td>
-<td class="colLast">
-<div class="block">Contains the <a href="../../../../../org/apache/beam/sdk/runners/PipelineRunnerRegistrar.html" title="interface in org.apache.beam.sdk.runners"><code>PipelineRunnerRegistrar</code></a> and <a href="../../../../../org/apache/beam/sdk/options/PipelineOptionsRegistrar.html" title="interface in org.apache.beam.sdk.options"><code>PipelineOptionsRegistrar</code></a> for the
- <a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineRunner.html" title="class in org.apache.beam.runners.direct"><code>InProcessPipelineRunner</code></a>.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/InProcessRegistrar.InProcessOptions.html" title="class in org.apache.beam.runners.direct">InProcessRegistrar.InProcessOptions</a></td>
-<td class="colLast">
-<div class="block">Registers the <a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineOptions.html" title="interface in org.apache.beam.runners.direct"><code>InProcessPipelineOptions</code></a>.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/InProcessRegistrar.InProcessRunner.html" title="class in org.apache.beam.runners.direct">InProcessRegistrar.InProcessRunner</a></td>
-<td class="colLast">
-<div class="block">Registers the <a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineRunner.html" title="class in org.apache.beam.runners.direct"><code>InProcessPipelineRunner</code></a>.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/InProcessTimerInternals.html" title="class in org.apache.beam.runners.direct">InProcessTimerInternals</a></td>
-<td class="colLast">
-<div class="block">An implementation of <a href="../../../../../org/apache/beam/sdk/util/TimerInternals.html" title="interface in org.apache.beam.sdk.util"><code>TimerInternals</code></a> where all relevant data exists in memory.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/NanosOffsetClock.html" title="class in org.apache.beam.runners.direct">NanosOffsetClock</a></td>
-<td class="colLast">
-<div class="block">A <a href="../../../../../org/apache/beam/runners/direct/Clock.html" title="interface in org.apache.beam.runners.direct"><code>Clock</code></a> that uses <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/System.html?is-external=true#nanoTime--" title="class or interface in java.lang"><code>System.nanoTime()</code></a> to track the progress of time.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/NanosOffsetClock.Factory.html" title="class in org.apache.beam.runners.direct">NanosOffsetClock.Factory</a></td>
-<td class="colLast">
-<div class="block">Creates instances of <a href="../../../../../org/apache/beam/runners/direct/NanosOffsetClock.html" title="class in org.apache.beam.runners.direct"><code>NanosOffsetClock</code></a>.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/StepTransformResult.html" title="class in org.apache.beam.runners.direct">StepTransformResult</a></td>
-<td class="colLast">
-<div class="block">An immutable <a href="../../../../../org/apache/beam/runners/direct/InProcessTransformResult.html" title="interface in org.apache.beam.runners.direct"><code>InProcessTransformResult</code></a>.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/beam/runners/direct/StepTransformResult.Builder.html" title="class in org.apache.beam.runners.direct">StepTransformResult.Builder</a></td>
-<td class="colLast">
-<div class="block">A builder for creating instances of <a href="../../../../../org/apache/beam/runners/direct/StepTransformResult.html" title="class in org.apache.beam.runners.direct"><code>StepTransformResult</code></a>.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-</ul>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li class="navBarCell1Rev">Package</li>
-<li>Class</li>
-<li><a href="package-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/beam/runners/dataflow/util/package-summary.html">Prev&nbsp;Package</a></li>
-<li><a href="../../../../../org/apache/beam/runners/flink/package-summary.html">Next&nbsp;Package</a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?org/apache/beam/runners/direct/package-summary.html" target="_top">Frames</a></li>
-<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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 &#169; 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/incubator-beam-site/blob/31760961/javadoc/0.1.0-incubating/org/apache/beam/runners/direct/package-tree.html
----------------------------------------------------------------------
diff --git a/javadoc/0.1.0-incubating/org/apache/beam/runners/direct/package-tree.html b/javadoc/0.1.0-incubating/org/apache/beam/runners/direct/package-tree.html
deleted file mode 100644
index d1c0c1f..0000000
--- a/javadoc/0.1.0-incubating/org/apache/beam/runners/direct/package-tree.html
+++ /dev/null
@@ -1,196 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0-google-v7) on Tue Jun 14 18:28:14 PDT 2016 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.beam.runners.direct Class Hierarchy (Apache Beam SDK for Java 0.1.0-incubating API)</title>
-<meta name="date" content="2016-06-14">
-<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
-    try {
-        if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.beam.runners.direct Class Hierarchy (Apache Beam SDK for Java 0.1.0-incubating API)";
-        }
-    }
-    catch(err) {
-    }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li><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/beam/runners/dataflow/util/package-tree.html">Prev</a></li>
-<li><a href="../../../../../org/apache/beam/runners/flink/package-tree.html">Next</a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?org/apache/beam/runners/direct/package-tree.html" target="_top">Frames</a></li>
-<li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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.beam.runners.direct</h1>
-<span class="packageHierarchyLabel">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="typeNameLink">Object</span></a>
-<ul>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/InMemoryWatermarkManager.html" title="class in org.apache.beam.runners.direct"><span class="typeNameLink">InMemoryWatermarkManager</span></a></li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/InMemoryWatermarkManager.FiredTimers.html" title="class in org.apache.beam.runners.direct"><span class="typeNameLink">InMemoryWatermarkManager.FiredTimers</span></a></li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/InMemoryWatermarkManager.TimerUpdate.html" title="class in org.apache.beam.runners.direct"><span class="typeNameLink">InMemoryWatermarkManager.TimerUpdate</span></a></li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/InMemoryWatermarkManager.TimerUpdate.TimerUpdateBuilder.html" title="class in org.apache.beam.runners.direct"><span class="typeNameLink">InMemoryWatermarkManager.TimerUpdate.TimerUpdateBuilder</span></a></li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/InMemoryWatermarkManager.TransformWatermarks.html" title="class in org.apache.beam.runners.direct"><span class="typeNameLink">InMemoryWatermarkManager.TransformWatermarks</span></a></li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/InProcessBundleOutputManager.html" title="class in org.apache.beam.runners.direct"><span class="typeNameLink">InProcessBundleOutputManager</span></a> (implements org.apache.beam.sdk.util.<a href="../../../../../org/apache/beam/sdk/util/DoFnRunners.OutputManager.html" title="interface in org.apache.beam.sdk.util">DoFnRunners.OutputManager</a>)</li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineRunner.InProcessPipelineResult.html" title="class in org.apache.beam.runners.direct"><span class="typeNameLink">InProcessPipelineRunner.InProcessPipelineResult</span></a> (implements org.apache.beam.sdk.<a href="../../../../../org/apache/beam/sdk/PipelineResult.html" title="interface in org.apache.beam.sdk">PipelineResult</a>)</li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/InProcessRegistrar.html" title="class in org.apache.beam.runners.direct"><span class="typeNameLink">InProcessRegistrar</span></a></li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/InProcessRegistrar.InProcessOptions.html" title="class in org.apache.beam.runners.direct"><span class="typeNameLink">InProcessRegistrar.InProcessOptions</span></a> (implements org.apache.beam.sdk.options.<a href="../../../../../org/apache/beam/sdk/options/PipelineOptionsRegistrar.html" title="interface in org.apache.beam.sdk.options">PipelineOptionsRegistrar</a>)</li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/InProcessRegistrar.InProcessRunner.html" title="class in org.apache.beam.runners.direct"><span class="typeNameLink">InProcessRegistrar.InProcessRunner</span></a> (implements org.apache.beam.sdk.runners.<a href="../../../../../org/apache/beam/sdk/runners/PipelineRunnerRegistrar.html" title="interface in org.apache.beam.sdk.runners">PipelineRunnerRegistrar</a>)</li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/InProcessTimerInternals.html" title="class in org.apache.beam.runners.direct"><span class="typeNameLink">InProcessTimerInternals</span></a> (implements org.apache.beam.sdk.util.<a href="../../../../../org/apache/beam/sdk/util/TimerInternals.html" title="interface in org.apache.beam.sdk.util">TimerInternals</a>)</li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/NanosOffsetClock.html" title="class in org.apache.beam.runners.direct"><span class="typeNameLink">NanosOffsetClock</span></a> (implements org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/Clock.html" title="interface in org.apache.beam.runners.direct">Clock</a>)</li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/NanosOffsetClock.Factory.html" title="class in org.apache.beam.runners.direct"><span class="typeNameLink">NanosOffsetClock.Factory</span></a> (implements org.apache.beam.sdk.options.<a href="../../../../../org/apache/beam/sdk/options/DefaultValueFactory.html" title="interface in org.apache.beam.sdk.options">DefaultValueFactory</a>&lt;T&gt;)</li>
-<li type="circle">org.apache.beam.sdk.<a href="../../../../../org/apache/beam/sdk/Pipeline.PipelineVisitor.Defaults.html" title="class in org.apache.beam.sdk"><span class="typeNameLink">Pipeline.PipelineVisitor.Defaults</span></a> (implements org.apache.beam.sdk.<a href="../../../../../org/apache/beam/sdk/Pipeline.PipelineVisitor.html" title="interface in org.apache.beam.sdk">Pipeline.PipelineVisitor</a>)
-<ul>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/ConsumerTrackingPipelineVisitor.html" title="class in org.apache.beam.runners.direct"><span class="typeNameLink">ConsumerTrackingPipelineVisitor</span></a></li>
-</ul>
-</li>
-<li type="circle">org.apache.beam.sdk.runners.<a href="../../../../../org/apache/beam/sdk/runners/PipelineRunner.html" title="class in org.apache.beam.sdk.runners"><span class="typeNameLink">PipelineRunner</span></a>&lt;ResultT&gt;
-<ul>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineRunner.html" title="class in org.apache.beam.runners.direct"><span class="typeNameLink">InProcessPipelineRunner</span></a></li>
-</ul>
-</li>
-<li type="circle">org.apache.beam.sdk.transforms.<a href="../../../../../org/apache/beam/sdk/transforms/PTransform.html" title="class in org.apache.beam.sdk.transforms"><span class="typeNameLink">PTransform</span></a>&lt;InputT,OutputT&gt; (implements org.apache.beam.sdk.transforms.display.<a href="../../../../../org/apache/beam/sdk/transforms/display/HasDisplayData.html" title="interface in org.apache.beam.sdk.transforms.display">HasDisplayData</a>, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
-<ul>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/ForwardingPTransform.html" title="class in org.apache.beam.runners.direct"><span class="typeNameLink">ForwardingPTransform</span></a>&lt;InputT,OutputT&gt;</li>
-</ul>
-</li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/StepTransformResult.html" title="class in org.apache.beam.runners.direct"><span class="typeNameLink">StepTransformResult</span></a> (implements org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/InProcessTransformResult.html" title="interface in org.apache.beam.runners.direct">InProcessTransformResult</a>)</li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/StepTransformResult.Builder.html" title="class in org.apache.beam.runners.direct"><span class="typeNameLink">StepTransformResult.Builder</span></a></li>
-</ul>
-</li>
-</ul>
-<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
-<ul>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/BundleFactory.html" title="interface in org.apache.beam.runners.direct"><span class="typeNameLink">BundleFactory</span></a></li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/Clock.html" title="interface in org.apache.beam.runners.direct"><span class="typeNameLink">Clock</span></a></li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/ExecutorServiceFactory.html" title="interface in org.apache.beam.runners.direct"><span class="typeNameLink">ExecutorServiceFactory</span></a></li>
-<li type="circle">org.apache.beam.sdk.transforms.display.<a href="../../../../../org/apache/beam/sdk/transforms/display/HasDisplayData.html" title="interface in org.apache.beam.sdk.transforms.display"><span class="typeNameLink">HasDisplayData</span></a>
-<ul>
-<li type="circle">org.apache.beam.sdk.options.<a href="../../../../../org/apache/beam/sdk/options/PipelineOptions.html" title="interface in org.apache.beam.sdk.options"><span class="typeNameLink">PipelineOptions</span></a>
-<ul>
-<li type="circle">org.apache.beam.sdk.options.<a href="../../../../../org/apache/beam/sdk/options/ApplicationNameOptions.html" title="interface in org.apache.beam.sdk.options"><span class="typeNameLink">ApplicationNameOptions</span></a>
-<ul>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineOptions.html" title="interface in org.apache.beam.runners.direct"><span class="typeNameLink">InProcessPipelineOptions</span></a> (also extends org.apache.beam.sdk.options.<a href="../../../../../org/apache/beam/sdk/options/PipelineOptions.html" title="interface in org.apache.beam.sdk.options">PipelineOptions</a>)</li>
-</ul>
-</li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineOptions.html" title="interface in org.apache.beam.runners.direct"><span class="typeNameLink">InProcessPipelineOptions</span></a> (also extends org.apache.beam.sdk.options.<a href="../../../../../org/apache/beam/sdk/options/ApplicationNameOptions.html" title="interface in org.apache.beam.sdk.options">ApplicationNameOptions</a>)</li>
-</ul>
-</li>
-</ul>
-</li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineRunner.CommittedBundle.html" title="interface in org.apache.beam.runners.direct"><span class="typeNameLink">InProcessPipelineRunner.CommittedBundle</span></a>&lt;T&gt;</li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineRunner.PCollectionViewWriter.html" title="interface in org.apache.beam.runners.direct"><span class="typeNameLink">InProcessPipelineRunner.PCollectionViewWriter</span></a>&lt;ElemT,ViewT&gt;</li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineRunner.UncommittedBundle.html" title="interface in org.apache.beam.runners.direct"><span class="typeNameLink">InProcessPipelineRunner.UncommittedBundle</span></a>&lt;T&gt;</li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/InProcessTransformResult.html" title="interface in org.apache.beam.runners.direct"><span class="typeNameLink">InProcessTransformResult</span></a></li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/ModelEnforcement.html" title="interface in org.apache.beam.runners.direct"><span class="typeNameLink">ModelEnforcement</span></a>&lt;T&gt;</li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/ModelEnforcementFactory.html" title="interface in org.apache.beam.runners.direct"><span class="typeNameLink">ModelEnforcementFactory</span></a></li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/TransformEvaluator.html" title="interface in org.apache.beam.runners.direct"><span class="typeNameLink">TransformEvaluator</span></a>&lt;InputT&gt;</li>
-<li type="circle">org.apache.beam.runners.direct.<a href="../../../../../org/apache/beam/runners/direct/TransformEvaluatorFactory.html" title="interface in org.apache.beam.runners.direct"><span class="typeNameLink">TransformEvaluatorFactory</span></a></li>
-</ul>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li><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/beam/runners/dataflow/util/package-tree.html">Prev</a></li>
-<li><a href="../../../../../org/apache/beam/runners/flink/package-tree.html">Next</a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?org/apache/beam/runners/direct/package-tree.html" target="_top">Frames</a></li>
-<li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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 &#169; 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/incubator-beam-site/blob/31760961/javadoc/0.1.0-incubating/org/apache/beam/runners/direct/package-use.html
----------------------------------------------------------------------
diff --git a/javadoc/0.1.0-incubating/org/apache/beam/runners/direct/package-use.html b/javadoc/0.1.0-incubating/org/apache/beam/runners/direct/package-use.html
deleted file mode 100644
index a570109..0000000
--- a/javadoc/0.1.0-incubating/org/apache/beam/runners/direct/package-use.html
+++ /dev/null
@@ -1,260 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0-google-v7) on Tue Jun 14 18:28:16 PDT 2016 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.beam.runners.direct (Apache Beam SDK for Java 0.1.0-incubating API)</title>
-<meta name="date" content="2016-06-14">
-<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
-    try {
-        if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.beam.runners.direct (Apache Beam SDK for Java 0.1.0-incubating API)";
-        }
-    }
-    catch(err) {
-    }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li><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/beam/runners/direct/package-use.html" target="_top">Frames</a></li>
-<li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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.beam.runners.direct" class="title">Uses of Package<br>org.apache.beam.runners.direct</h1>
-</div>
-<div class="contentContainer">
-<ul class="blockList">
-<li class="blockList">
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
-<caption><span>Packages that use <a href="../../../../../org/apache/beam/runners/direct/package-summary.html">org.apache.beam.runners.direct</a></span><span class="tabEnd">&nbsp;</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.beam.runners.direct">org.apache.beam.runners.direct</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.beam.runners.direct">
-<!--   -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a href="../../../../../org/apache/beam/runners/direct/package-summary.html">org.apache.beam.runners.direct</a> used by <a href="../../../../../org/apache/beam/runners/direct/package-summary.html">org.apache.beam.runners.direct</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/beam/runners/direct/class-use/Clock.html#org.apache.beam.runners.direct">Clock</a>
-<div class="block">Access to the current time.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a href="../../../../../org/apache/beam/runners/direct/class-use/ExecutorServiceFactory.html#org.apache.beam.runners.direct">ExecutorServiceFactory</a>
-<div class="block">A factory that creates <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><code>ExecutorServices</code></a>.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/beam/runners/direct/class-use/InMemoryWatermarkManager.html#org.apache.beam.runners.direct">InMemoryWatermarkManager</a>
-<div class="block">Manages watermarks of <a href="../../../../../org/apache/beam/sdk/values/PCollection.html" title="class in org.apache.beam.sdk.values"><code>PCollections</code></a> and input and output watermarks of
- <a href="../../../../../org/apache/beam/sdk/transforms/AppliedPTransform.html" title="class in org.apache.beam.sdk.transforms"><code>AppliedPTransforms</code></a> to provide event-time and completion tracking for
- in-memory execution.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a href="../../../../../org/apache/beam/runners/direct/class-use/InMemoryWatermarkManager.FiredTimers.html#org.apache.beam.runners.direct">InMemoryWatermarkManager.FiredTimers</a>
-<div class="block">A pair of <a href="../../../../../org/apache/beam/sdk/util/TimerInternals.TimerData.html" title="class in org.apache.beam.sdk.util"><code>TimerInternals.TimerData</code></a> and key which can be delivered to the appropriate
- <a href="../../../../../org/apache/beam/sdk/transforms/AppliedPTransform.html" title="class in org.apache.beam.sdk.transforms"><code>AppliedPTransform</code></a>.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/beam/runners/direct/class-use/InMemoryWatermarkManager.TimerUpdate.html#org.apache.beam.runners.direct">InMemoryWatermarkManager.TimerUpdate</a>
-<div class="block">A collection of newly set, deleted, and completed timers.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a href="../../../../../org/apache/beam/runners/direct/class-use/InMemoryWatermarkManager.TimerUpdate.TimerUpdateBuilder.html#org.apache.beam.runners.direct">InMemoryWatermarkManager.TimerUpdate.TimerUpdateBuilder</a>
-<div class="block">A <a href="../../../../../org/apache/beam/runners/direct/InMemoryWatermarkManager.TimerUpdate.html" title="class in org.apache.beam.runners.direct"><code>InMemoryWatermarkManager.TimerUpdate</code></a> builder that needs to be provided with set timers and deleted timers.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/beam/runners/direct/class-use/InMemoryWatermarkManager.TransformWatermarks.html#org.apache.beam.runners.direct">InMemoryWatermarkManager.TransformWatermarks</a>
-<div class="block">A reference to the input and output watermarks of an <a href="../../../../../org/apache/beam/sdk/transforms/AppliedPTransform.html" title="class in org.apache.beam.sdk.transforms"><code>AppliedPTransform</code></a>.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a href="../../../../../org/apache/beam/runners/direct/class-use/InProcessBundleOutputManager.html#org.apache.beam.runners.direct">InProcessBundleOutputManager</a>
-<div class="block">An <a href="../../../../../org/apache/beam/sdk/util/DoFnRunners.OutputManager.html" title="interface in org.apache.beam.sdk.util"><code>DoFnRunners.OutputManager</code></a> that outputs to <a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineRunner.CommittedBundle.html" title="interface in org.apache.beam.runners.direct"><code>Bundles</code></a> used by the
- <a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineRunner.html" title="class in org.apache.beam.runners.direct"><code>InProcessPipelineRunner</code></a>.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/beam/runners/direct/class-use/InProcessPipelineOptions.html#org.apache.beam.runners.direct">InProcessPipelineOptions</a>
-<div class="block">Options that can be used to configure the <a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineRunner.html" title="class in org.apache.beam.runners.direct"><code>InProcessPipelineRunner</code></a>.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a href="../../../../../org/apache/beam/runners/direct/class-use/InProcessPipelineRunner.html#org.apache.beam.runners.direct">InProcessPipelineRunner</a>
-<div class="block">An In-Memory implementation of the Dataflow Programming Model.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/beam/runners/direct/class-use/InProcessPipelineRunner.CommittedBundle.html#org.apache.beam.runners.direct">InProcessPipelineRunner.CommittedBundle</a>
-<div class="block">Part of a <a href="../../../../../org/apache/beam/sdk/values/PCollection.html" title="class in org.apache.beam.sdk.values"><code>PCollection</code></a>.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a href="../../../../../org/apache/beam/runners/direct/class-use/InProcessPipelineRunner.InProcessPipelineResult.html#org.apache.beam.runners.direct">InProcessPipelineRunner.InProcessPipelineResult</a>
-<div class="block">The result of running a <a href="../../../../../org/apache/beam/sdk/Pipeline.html" title="class in org.apache.beam.sdk"><code>Pipeline</code></a> with the <a href="../../../../../org/apache/beam/runners/direct/InProcessPipelineRunner.html" title="class in org.apache.beam.runners.direct"><code>InProcessPipelineRunner</code></a>.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/beam/runners/direct/class-use/InProcessPipelineRunner.UncommittedBundle.html#org.apache.beam.runners.direct">InProcessPipelineRunner.UncommittedBundle</a>
-<div class="block">Part of a <a href="../../../../../org/apache/beam/sdk/values/PCollection.html" title="class in org.apache.beam.sdk.values"><code>PCollection</code></a>.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a href="../../../../../org/apache/beam/runners/direct/class-use/InProcessTimerInternals.html#org.apache.beam.runners.direct">InProcessTimerInternals</a>
-<div class="block">An implementation of <a href="../../../../../org/apache/beam/sdk/util/TimerInternals.html" title="interface in org.apache.beam.sdk.util"><code>TimerInternals</code></a> where all relevant data exists in memory.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/beam/runners/direct/class-use/InProcessTransformResult.html#org.apache.beam.runners.direct">InProcessTransformResult</a>
-<div class="block">The result of evaluating an <a href="../../../../../org/apache/beam/sdk/transforms/AppliedPTransform.html" title="class in org.apache.beam.sdk.transforms"><code>AppliedPTransform</code></a> with a <a href="../../../../../org/apache/beam/runners/direct/TransformEvaluator.html" title="interface in org.apache.beam.runners.direct"><code>TransformEvaluator</code></a>.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a href="../../../../../org/apache/beam/runners/direct/class-use/ModelEnforcement.html#org.apache.beam.runners.direct">ModelEnforcement</a>
-<div class="block">Enforcement tools that verify that executing code conforms to the model.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/beam/runners/direct/class-use/NanosOffsetClock.html#org.apache.beam.runners.direct">NanosOffsetClock</a>
-<div class="block">A <a href="../../../../../org/apache/beam/runners/direct/Clock.html" title="interface in org.apache.beam.runners.direct"><code>Clock</code></a> that uses <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/System.html?is-external=true#nanoTime--" title="class or interface in java.lang"><code>System.nanoTime()</code></a> to track the progress of time.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a href="../../../../../org/apache/beam/runners/direct/class-use/StepTransformResult.html#org.apache.beam.runners.direct">StepTransformResult</a>
-<div class="block">An immutable <a href="../../../../../org/apache/beam/runners/direct/InProcessTransformResult.html" title="interface in org.apache.beam.runners.direct"><code>InProcessTransformResult</code></a>.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/beam/runners/direct/class-use/StepTransformResult.Builder.html#org.apache.beam.runners.direct">StepTransformResult.Builder</a>
-<div class="block">A builder for creating instances of <a href="../../../../../org/apache/beam/runners/direct/StepTransformResult.html" title="class in org.apache.beam.runners.direct"><code>StepTransformResult</code></a>.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a href="../../../../../org/apache/beam/runners/direct/class-use/TransformEvaluator.html#org.apache.beam.runners.direct">TransformEvaluator</a>
-<div class="block">An evaluator of a specific application of a transform.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-</ul>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li><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/beam/runners/direct/package-use.html" target="_top">Frames</a></li>
-<li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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 &#169; 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/incubator-beam-site/blob/31760961/javadoc/0.1.0-incubating/org/apache/beam/runners/flink/DefaultParallelismFactory.html
----------------------------------------------------------------------
diff --git a/javadoc/0.1.0-incubating/org/apache/beam/runners/flink/DefaultParallelismFactory.html b/javadoc/0.1.0-incubating/org/apache/beam/runners/flink/DefaultParallelismFactory.html
deleted file mode 100644
index dbf9d16..0000000
--- a/javadoc/0.1.0-incubating/org/apache/beam/runners/flink/DefaultParallelismFactory.html
+++ /dev/null
@@ -1,296 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0-google-v7) on Tue Jun 14 18:28:14 PDT 2016 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DefaultParallelismFactory (Apache Beam SDK for Java 0.1.0-incubating API)</title>
-<meta name="date" content="2016-06-14">
-<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
-    try {
-        if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DefaultParallelismFactory (Apache Beam SDK for Java 0.1.0-incubating API)";
-        }
-    }
-    catch(err) {
-    }
-//-->
-var methods = {"i0":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li><a href="package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/DefaultParallelismFactory.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&nbsp;Class</li>
-<li><a href="../../../../../org/apache/beam/runners/flink/FlinkPipelineExecutionEnvironment.html" title="class in org.apache.beam.runners.flink"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?org/apache/beam/runners/flink/DefaultParallelismFactory.html" target="_top">Frames</a></li>
-<li><a href="DefaultParallelismFactory.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method.summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</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.beam.runners.flink</div>
-<h2 title="Class DefaultParallelismFactory" class="title">Class DefaultParallelismFactory</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.beam.runners.flink.DefaultParallelismFactory</li>
-</ul>
-</li>
-</ul>
-<div class="description">
-<ul class="blockList">
-<li class="blockList">
-<dl>
-<dt>All Implemented Interfaces:</dt>
-<dd><a href="../../../../../org/apache/beam/sdk/options/DefaultValueFactory.html" title="interface in org.apache.beam.sdk.options">DefaultValueFactory</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</dd>
-</dl>
-<hr>
-<br>
-<pre>public class <span class="typeNameLabel">DefaultParallelismFactory</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>
-implements <a href="../../../../../org/apache/beam/sdk/options/DefaultValueFactory.html" title="interface in org.apache.beam.sdk.options">DefaultValueFactory</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</pre>
-<div class="block"><a href="../../../../../org/apache/beam/sdk/options/DefaultValueFactory.html" title="interface in org.apache.beam.sdk.options"><code>DefaultValueFactory</code></a> for getting a default value for the parallelism option
- on <a href="../../../../../org/apache/beam/runners/flink/FlinkPipelineOptions.html" title="interface in org.apache.beam.runners.flink"><code>FlinkPipelineOptions</code></a>.
-
- <p>This will return either the default value from <code>GlobalConfiguration</code> or <code>1</code>.
- A valid <code>GlobalConfiguration</code> is only available if the program is executed by the Flink
- run scripts.</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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
-<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Constructor and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/beam/runners/flink/DefaultParallelismFactory.html#DefaultParallelismFactory--">DefaultParallelismFactory</a></span>()</code>&nbsp;</td>
-</tr>
-</table>
-</li>
-</ul>
-<!-- ========== METHOD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.summary">
-<!--   -->
-</a>
-<h3>Method Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tr id="i0" class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/beam/runners/flink/DefaultParallelismFactory.html#create-org.apache.beam.sdk.options.PipelineOptions-">create</a></span>(<a href="../../../../../org/apache/beam/sdk/options/PipelineOptions.html" title="interface in org.apache.beam.sdk.options">PipelineOptions</a>&nbsp;options)</code>
-<div class="block">Creates a default value for a getter marked with <a href="../../../../../org/apache/beam/sdk/options/Default.InstanceFactory.html" title="annotation in org.apache.beam.sdk.options"><code>Default.InstanceFactory</code></a>.</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&nbsp;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-int-" 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="DefaultParallelismFactory--">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>DefaultParallelismFactory</h4>
-<pre>public&nbsp;DefaultParallelismFactory()</pre>
-</li>
-</ul>
-</li>
-</ul>
-<!-- ============ METHOD DETAIL ========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.detail">
-<!--   -->
-</a>
-<h3>Method Detail</h3>
-<a name="create-org.apache.beam.sdk.options.PipelineOptions-">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>create</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;create(<a href="../../../../../org/apache/beam/sdk/options/PipelineOptions.html" title="interface in org.apache.beam.sdk.options">PipelineOptions</a>&nbsp;options)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/beam/sdk/options/DefaultValueFactory.html#create-org.apache.beam.sdk.options.PipelineOptions-">DefaultValueFactory</a></code></span></div>
-<div class="block">Creates a default value for a getter marked with <a href="../../../../../org/apache/beam/sdk/options/Default.InstanceFactory.html" title="annotation in org.apache.beam.sdk.options"><code>Default.InstanceFactory</code></a>.</div>
-<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a href="../../../../../org/apache/beam/sdk/options/DefaultValueFactory.html#create-org.apache.beam.sdk.options.PipelineOptions-">create</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/beam/sdk/options/DefaultValueFactory.html" title="interface in org.apache.beam.sdk.options">DefaultValueFactory</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></dd>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>options</code> - The current pipeline options.</dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>The default value to be used for the annotated getter.</dd>
-</dl>
-</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-<!-- ========= END OF CLASS DATA ========= -->
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li><a href="package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/DefaultParallelismFactory.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&nbsp;Class</li>
-<li><a href="../../../../../org/apache/beam/runners/flink/FlinkPipelineExecutionEnvironment.html" title="class in org.apache.beam.runners.flink"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?org/apache/beam/runners/flink/DefaultParallelismFactory.html" target="_top">Frames</a></li>
-<li><a href="DefaultParallelismFactory.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method.summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</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 &#169; 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/incubator-beam-site/blob/31760961/javadoc/0.1.0-incubating/org/apache/beam/runners/flink/FlinkPipelineExecutionEnvironment.html
----------------------------------------------------------------------
diff --git a/javadoc/0.1.0-incubating/org/apache/beam/runners/flink/FlinkPipelineExecutionEnvironment.html b/javadoc/0.1.0-incubating/org/apache/beam/runners/flink/FlinkPipelineExecutionEnvironment.html
deleted file mode 100644
index 3043ab3..0000000
--- a/javadoc/0.1.0-incubating/org/apache/beam/runners/flink/FlinkPipelineExecutionEnvironment.html
+++ /dev/null
@@ -1,277 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0-google-v7) on Tue Jun 14 18:28:14 PDT 2016 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>FlinkPipelineExecutionEnvironment (Apache Beam SDK for Java 0.1.0-incubating API)</title>
-<meta name="date" content="2016-06-14">
-<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
-    try {
-        if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="FlinkPipelineExecutionEnvironment (Apache Beam SDK for Java 0.1.0-incubating API)";
-        }
-    }
-    catch(err) {
-    }
-//-->
-var methods = {"i0":10,"i1":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li><a href="package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/FlinkPipelineExecutionEnvironment.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/beam/runners/flink/DefaultParallelismFactory.html" title="class in org.apache.beam.runners.flink"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../org/apache/beam/runners/flink/FlinkPipelineOptions.html" title="interface in org.apache.beam.runners.flink"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?org/apache/beam/runners/flink/FlinkPipelineExecutionEnvironment.html" target="_top">Frames</a></li>
-<li><a href="FlinkPipelineExecutionEnvironment.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method.summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li>Constr&nbsp;|&nbsp;</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.beam.runners.flink</div>
-<h2 title="Class FlinkPipelineExecutionEnvironment" class="title">Class FlinkPipelineExecutionEnvironment</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.beam.runners.flink.FlinkPipelineExecutionEnvironment</li>
-</ul>
-</li>
-</ul>
-<div class="description">
-<ul class="blockList">
-<li class="blockList">
-<hr>
-<br>
-<pre>public class <span class="typeNameLabel">FlinkPipelineExecutionEnvironment</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">The class that instantiates and manages the execution of a given job.
- Depending on if the job is a Streaming or Batch processing one, it creates
- the adequate execution environment (<code>ExecutionEnvironment</code> or <code>StreamExecutionEnvironment</code>),
- the necessary <code>FlinkPipelineTranslator</code> (<code>FlinkBatchPipelineTranslator</code> or
- <code>FlinkStreamingPipelineTranslator</code>) to transform the Beam job into a Flink one, and
- executes the (translated) job.</div>
-</li>
-</ul>
-</div>
-<div class="summary">
-<ul class="blockList">
-<li class="blockList">
-<!-- ========== METHOD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.summary">
-<!--   -->
-</a>
-<h3>Method Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tr id="i0" class="altColor">
-<td class="colFirst"><code>org.apache.flink.api.common.JobExecutionResult</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/beam/runners/flink/FlinkPipelineExecutionEnvironment.html#executePipeline--">executePipeline</a></span>()</code>
-<div class="block">Launches the program execution.</div>
-</td>
-</tr>
-<tr id="i1" class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/beam/runners/flink/FlinkPipelineExecutionEnvironment.html#translate-org.apache.beam.sdk.Pipeline-">translate</a></span>(<a href="../../../../../org/apache/beam/sdk/Pipeline.html" title="class in org.apache.beam.sdk">Pipeline</a>&nbsp;pipeline)</code>
-<div class="block">Depending on if the job is a Streaming or a Batch one, this method creates
- the necessary execution environment and pipeline translator, and translates
- the <a href="../../../../../org/apache/beam/sdk/values/PCollection.html" title="class in org.apache.beam.sdk.values"><code>PCollection</code></a> program into
- a <code>DataSet</code> or <code>DataStream</code>
- one.</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&nbsp;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-int-" 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">
-<!-- ============ METHOD DETAIL ========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.detail">
-<!--   -->
-</a>
-<h3>Method Detail</h3>
-<a name="translate-org.apache.beam.sdk.Pipeline-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>translate</h4>
-<pre>public&nbsp;void&nbsp;translate(<a href="../../../../../org/apache/beam/sdk/Pipeline.html" title="class in org.apache.beam.sdk">Pipeline</a>&nbsp;pipeline)</pre>
-<div class="block">Depending on if the job is a Streaming or a Batch one, this method creates
- the necessary execution environment and pipeline translator, and translates
- the <a href="../../../../../org/apache/beam/sdk/values/PCollection.html" title="class in org.apache.beam.sdk.values"><code>PCollection</code></a> program into
- a <code>DataSet</code> or <code>DataStream</code>
- one.</div>
-</li>
-</ul>
-<a name="executePipeline--">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>executePipeline</h4>
-<pre>public&nbsp;org.apache.flink.api.common.JobExecutionResult&nbsp;executePipeline()
-                                                               throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
-<div class="block">Launches the program execution.</div>
-<dl>
-<dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd>
-</dl>
-</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-<!-- ========= END OF CLASS DATA ========= -->
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li><a href="package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/FlinkPipelineExecutionEnvironment.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/beam/runners/flink/DefaultParallelismFactory.html" title="class in org.apache.beam.runners.flink"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../org/apache/beam/runners/flink/FlinkPipelineOptions.html" title="interface in org.apache.beam.runners.flink"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?org/apache/beam/runners/flink/FlinkPipelineExecutionEnvironment.html" target="_top">Frames</a></li>
-<li><a href="FlinkPipelineExecutionEnvironment.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method.summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li>Constr&nbsp;|&nbsp;</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 &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
-</body>
-</html>