http://git-wip-us.apache.org/repos/asf/beam-site/blob/7b1f1576/content/documentation/sdks/javadoc/0.5.0/org/apache/beam/runners/core/package-summary.html
----------------------------------------------------------------------
diff --git 
a/content/documentation/sdks/javadoc/0.5.0/org/apache/beam/runners/core/package-summary.html
 
b/content/documentation/sdks/javadoc/0.5.0/org/apache/beam/runners/core/package-summary.html
new file mode 100644
index 0000000..78e3fe8
--- /dev/null
+++ 
b/content/documentation/sdks/javadoc/0.5.0/org/apache/beam/runners/core/package-summary.html
@@ -0,0 +1,499 @@
+<!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_111) on Fri Jan 27 21:25:29 CET 2017 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.beam.runners.core (Apache Beam SDK for Java, version 
0.5.0)</title>
+<meta name="date" content="2017-01-27">
+<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.core (Apache Beam 
SDK for Java, version 0.5.0)";
+        }
+    }
+    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/apex/package-summary.html">Prev&nbsp;Package</a></li>
+<li><a 
href="../../../../../org/apache/beam/runners/core/triggers/package-summary.html">Next&nbsp;Package</a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/beam/runners/core/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.core</h1>
+<div class="docSummary">
+<div class="block">Provides utilities for Beam runner authors.</div>
+</div>
+<p>See:&nbsp;<a href="#package.description">Description</a></p>
+</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/core/ActiveWindowSet.html" 
title="interface in org.apache.beam.runners.core">ActiveWindowSet</a>&lt;W 
extends <a 
href="../../../../../org/apache/beam/sdk/transforms/windowing/BoundedWindow.html"
 title="class in 
org.apache.beam.sdk.transforms.windowing">BoundedWindow</a>&gt;</td>
+<td class="colLast">
+<div class="block">Track which windows are <i>active</i>, and the <i>state 
address window(s)</i> under which their
+ state is stored.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/ActiveWindowSet.MergeCallback.html"
 title="interface in 
org.apache.beam.runners.core">ActiveWindowSet.MergeCallback</a>&lt;W extends <a 
href="../../../../../org/apache/beam/sdk/transforms/windowing/BoundedWindow.html"
 title="class in 
org.apache.beam.sdk.transforms.windowing">BoundedWindow</a>&gt;</td>
+<td class="colLast">
+<div class="block">Callback for <a 
href="../../../../../org/apache/beam/runners/core/ActiveWindowSet.html#merge-org.apache.beam.runners.core.ActiveWindowSet.MergeCallback-"><code>ActiveWindowSet.merge(org.apache.beam.runners.core.ActiveWindowSet.MergeCallback&lt;W&gt;)</code></a>.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/AggregatorFactory.html" 
title="interface in org.apache.beam.runners.core">AggregatorFactory</a></td>
+<td class="colLast">
+<div class="block">A factory for creating aggregators.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/BaseExecutionContext.CreateStepContextFunction.html"
 title="interface in 
org.apache.beam.runners.core">BaseExecutionContext.CreateStepContextFunction</a>&lt;T
 extends <a 
href="../../../../../org/apache/beam/runners/core/ExecutionContext.StepContext.html"
 title="interface in 
org.apache.beam.runners.core">ExecutionContext.StepContext</a>&gt;</td>
+<td class="colLast">
+<div class="block">Factory method interface to create an execution context if 
none exists during
+ <a 
href="../../../../../org/apache/beam/runners/core/BaseExecutionContext.html#getOrCreateStepContext-java.lang.String-org.apache.beam.runners.core.BaseExecutionContext.CreateStepContextFunction-"><code>BaseExecutionContext.getOrCreateStepContext(String,
 CreateStepContextFunction)</code></a>.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/DoFnRunner.html" 
title="interface in 
org.apache.beam.runners.core">DoFnRunner</a>&lt;InputT,OutputT&gt;</td>
+<td class="colLast">
+<div class="block">An wrapper interface that represents the execution of a <a 
href="../../../../../org/apache/beam/sdk/transforms/DoFn.html" title="class in 
org.apache.beam.sdk.transforms"><code>DoFn</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/DoFnRunners.OutputManager.html"
 title="interface in 
org.apache.beam.runners.core">DoFnRunners.OutputManager</a></td>
+<td class="colLast">
+<div class="block">Information about how to create output receivers and output 
to them.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/ElementByteSizeObservable.html"
 title="interface in 
org.apache.beam.runners.core">ElementByteSizeObservable</a>&lt;T&gt;</td>
+<td class="colLast">
+<div class="block">An interface for things that allow observing the size in 
bytes of
+ encoded values of type <code>T</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/ExecutionContext.html" 
title="interface in org.apache.beam.runners.core">ExecutionContext</a></td>
+<td class="colLast">
+<div class="block">Context for the current execution.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/ExecutionContext.StepContext.html"
 title="interface in 
org.apache.beam.runners.core">ExecutionContext.StepContext</a></td>
+<td class="colLast">
+<div class="block">Per-step, per-key context used for retrieving state.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/KeyedWorkItem.html" 
title="interface in 
org.apache.beam.runners.core">KeyedWorkItem</a>&lt;K,ElemT&gt;</td>
+<td class="colLast">
+<div class="block">Interface that contains all the timers and elements 
associated with a specific work item.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/OldDoFn.RequiresWindowAccess.html"
 title="interface in 
org.apache.beam.runners.core">OldDoFn.RequiresWindowAccess</a></td>
+<td class="colLast">
+<div class="block">Interface for signaling that a <a 
href="../../../../../org/apache/beam/runners/core/OldDoFn.html" title="class in 
org.apache.beam.runners.core"><code>OldDoFn</code></a> needs to access the 
window the
+ element is being processed in, via <a 
href="../../../../../org/apache/beam/runners/core/OldDoFn.ProcessContext.html#window--"><code>OldDoFn.ProcessContext.window()</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/OutputWindowedValue.html" 
title="interface in 
org.apache.beam.runners.core">OutputWindowedValue</a>&lt;OutputT&gt;</td>
+<td class="colLast">
+<div class="block">An object that can output a value with all of its windowing 
information to the main output or
+ a side output.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/PerKeyCombineFnRunner.html" 
title="interface in 
org.apache.beam.runners.core">PerKeyCombineFnRunner</a>&lt;K,InputT,AccumT,OutputT&gt;</td>
+<td class="colLast">
+<div class="block">An interface that runs a <a 
href="../../../../../org/apache/beam/sdk/transforms/CombineFnBase.PerKeyCombineFn.html"
 title="interface in 
org.apache.beam.sdk.transforms"><code>CombineFnBase.PerKeyCombineFn</code></a> 
with unified APIs.</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/core/AssignWindowsDoFn.html" 
title="class in org.apache.beam.runners.core">AssignWindowsDoFn</a>&lt;T,W 
extends <a 
href="../../../../../org/apache/beam/sdk/transforms/windowing/BoundedWindow.html"
 title="class in 
org.apache.beam.sdk.transforms.windowing">BoundedWindow</a>&gt;</td>
+<td class="colLast">
+<div class="block"><a 
href="../../../../../org/apache/beam/runners/core/OldDoFn.html" title="class in 
org.apache.beam.runners.core"><code>OldDoFn</code></a> that tags elements of a 
<a href="../../../../../org/apache/beam/sdk/values/PCollection.html" 
title="class in org.apache.beam.sdk.values"><code>PCollection</code></a> with 
windows, according to the
+ provided <a 
href="../../../../../org/apache/beam/sdk/transforms/windowing/WindowFn.html" 
title="class in 
org.apache.beam.sdk.transforms.windowing"><code>WindowFn</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/BaseExecutionContext.html" 
title="class in org.apache.beam.runners.core">BaseExecutionContext</a>&lt;T 
extends <a 
href="../../../../../org/apache/beam/runners/core/ExecutionContext.StepContext.html"
 title="interface in 
org.apache.beam.runners.core">ExecutionContext.StepContext</a>&gt;</td>
+<td class="colLast">
+<div class="block">Base class for implementations of <a 
href="../../../../../org/apache/beam/runners/core/ExecutionContext.html" 
title="interface in 
org.apache.beam.runners.core"><code>ExecutionContext</code></a>.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/BaseExecutionContext.StepContext.html"
 title="class in 
org.apache.beam.runners.core">BaseExecutionContext.StepContext</a></td>
+<td class="colLast">
+<div class="block">Base class for implementations of <a 
href="../../../../../org/apache/beam/runners/core/ExecutionContext.StepContext.html"
 title="interface in 
org.apache.beam.runners.core"><code>ExecutionContext.StepContext</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/DoFnAdapters.html" 
title="class in org.apache.beam.runners.core">DoFnAdapters</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">This class will go away 
when we start running <a 
href="../../../../../org/apache/beam/sdk/transforms/DoFn.html" title="class in 
org.apache.beam.sdk.transforms"><code>DoFn</code></a>'s directly (using <a 
href="../../../../../org/apache/beam/sdk/transforms/reflect/DoFnInvoker.html" 
title="interface in 
org.apache.beam.sdk.transforms.reflect"><code>DoFnInvoker</code></a>) rather 
than via <a href="../../../../../org/apache/beam/runners/core/OldDoFn.html" 
title="class in 
org.apache.beam.runners.core"><code>OldDoFn</code></a>.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/DoFnRunners.html" 
title="class in org.apache.beam.runners.core">DoFnRunners</a></td>
+<td class="colLast">
+<div class="block">Static utility methods that provide <a 
href="../../../../../org/apache/beam/runners/core/DoFnRunner.html" 
title="interface in org.apache.beam.runners.core"><code>DoFnRunner</code></a> 
implementations.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/ElementAndRestriction.html" 
title="class in 
org.apache.beam.runners.core">ElementAndRestriction</a>&lt;ElementT,RestrictionT&gt;</td>
+<td class="colLast">
+<div class="block">A tuple of an element and a restriction applied to 
processing it with a
+ <a href="https://s.apache.org/splittable-do-fn";>splittable</a> <a 
href="../../../../../org/apache/beam/sdk/transforms/DoFn.html" title="class in 
org.apache.beam.sdk.transforms"><code>DoFn</code></a>.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/ElementAndRestrictionCoder.html"
 title="class in 
org.apache.beam.runners.core">ElementAndRestrictionCoder</a>&lt;ElementT,RestrictionT&gt;</td>
+<td class="colLast">
+<div class="block">A <a 
href="../../../../../org/apache/beam/sdk/coders/Coder.html" title="interface in 
org.apache.beam.sdk.coders"><code>Coder</code></a> for <a 
href="../../../../../org/apache/beam/runners/core/ElementAndRestriction.html" 
title="class in 
org.apache.beam.runners.core"><code>ElementAndRestriction</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/GroupAlsoByWindowsDoFn.html" 
title="class in 
org.apache.beam.runners.core">GroupAlsoByWindowsDoFn</a>&lt;K,InputT,OutputT,W 
extends <a 
href="../../../../../org/apache/beam/sdk/transforms/windowing/BoundedWindow.html"
 title="class in 
org.apache.beam.sdk.transforms.windowing">BoundedWindow</a>&gt;</td>
+<td class="colLast">
+<div class="block"><a 
href="../../../../../org/apache/beam/runners/core/OldDoFn.html" title="class in 
org.apache.beam.runners.core"><code>OldDoFn</code></a> that merges windows and 
groups elements in those windows, optionally
+ combining values.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/GroupAlsoByWindowsViaOutputBufferDoFn.html"
 title="class in 
org.apache.beam.runners.core">GroupAlsoByWindowsViaOutputBufferDoFn</a>&lt;K,InputT,OutputT,W
 extends <a 
href="../../../../../org/apache/beam/sdk/transforms/windowing/BoundedWindow.html"
 title="class in 
org.apache.beam.sdk.transforms.windowing">BoundedWindow</a>&gt;</td>
+<td class="colLast">
+<div class="block">The default batch <a 
href="../../../../../org/apache/beam/runners/core/GroupAlsoByWindowsDoFn.html" 
title="class in 
org.apache.beam.runners.core"><code>GroupAlsoByWindowsDoFn</code></a> 
implementation, if no specialized "fast path"
+ implementation is applicable.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/GroupAlsoByWindowViaWindowSetDoFn.html"
 title="class in 
org.apache.beam.runners.core">GroupAlsoByWindowViaWindowSetDoFn</a>&lt;K,InputT,OutputT,W
 extends <a 
href="../../../../../org/apache/beam/sdk/transforms/windowing/BoundedWindow.html"
 title="class in 
org.apache.beam.sdk.transforms.windowing">BoundedWindow</a>,RinT extends <a 
href="../../../../../org/apache/beam/runners/core/KeyedWorkItem.html" 
title="interface in 
org.apache.beam.runners.core">KeyedWorkItem</a>&lt;K,InputT&gt;&gt;</td>
+<td class="colLast">
+<div class="block">A general <a 
href="../../../../../org/apache/beam/runners/core/GroupAlsoByWindowsDoFn.html" 
title="class in 
org.apache.beam.runners.core"><code>GroupAlsoByWindowsDoFn</code></a>.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/GroupByKeyViaGroupByKeyOnly.html"
 title="class in 
org.apache.beam.runners.core">GroupByKeyViaGroupByKeyOnly</a>&lt;K,V&gt;</td>
+<td class="colLast">
+<div class="block">An implementation of <a 
href="../../../../../org/apache/beam/sdk/transforms/GroupByKey.html" 
title="class in org.apache.beam.sdk.transforms"><code>GroupByKey</code></a> 
built on top of a lower-level <a 
href="../../../../../org/apache/beam/runners/core/GroupByKeyViaGroupByKeyOnly.GroupByKeyOnly.html"
 title="class in 
org.apache.beam.runners.core"><code>GroupByKeyViaGroupByKeyOnly.GroupByKeyOnly</code></a>
+ primitive.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/GroupByKeyViaGroupByKeyOnly.GroupAlsoByWindow.html"
 title="class in 
org.apache.beam.runners.core">GroupByKeyViaGroupByKeyOnly.GroupAlsoByWindow</a>&lt;K,V&gt;</td>
+<td class="colLast">
+<div class="block">Runner-specific primitive that takes a collection of 
timestamp-ordered values associated with
+ each key, groups the values by window, merges windows as needed, and for each 
window in each
+ key, outputs a collection of key/value-list pairs implicitly assigned to the 
window and with
+ the timestamp derived from that window.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/GroupByKeyViaGroupByKeyOnly.GroupByKeyOnly.html"
 title="class in 
org.apache.beam.runners.core">GroupByKeyViaGroupByKeyOnly.GroupByKeyOnly</a>&lt;K,V&gt;</td>
+<td class="colLast">
+<div class="block">Runner-specific primitive that groups by key only, ignoring 
any window assignments.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/InMemoryTimerInternals.html" 
title="class in org.apache.beam.runners.core">InMemoryTimerInternals</a></td>
+<td class="colLast">
+<div class="block"><a 
href="../../../../../org/apache/beam/sdk/util/TimerInternals.html" 
title="interface in org.apache.beam.sdk.util"><code>TimerInternals</code></a> 
with all watermarks and processing clock simulated in-memory.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/KeyedWorkItemCoder.html" 
title="class in 
org.apache.beam.runners.core">KeyedWorkItemCoder</a>&lt;K,ElemT&gt;</td>
+<td class="colLast">
+<div class="block">A <a 
href="../../../../../org/apache/beam/sdk/coders/Coder.html" title="interface in 
org.apache.beam.sdk.coders"><code>Coder</code></a> for <a 
href="../../../../../org/apache/beam/runners/core/KeyedWorkItem.html" 
title="interface in 
org.apache.beam.runners.core"><code>KeyedWorkItems</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/KeyedWorkItems.html" 
title="class in org.apache.beam.runners.core">KeyedWorkItems</a></td>
+<td class="colLast">
+<div class="block">Static utility methods that provide <a 
href="../../../../../org/apache/beam/runners/core/KeyedWorkItem.html" 
title="interface in 
org.apache.beam.runners.core"><code>KeyedWorkItem</code></a> 
implementations.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/KeyedWorkItems.ComposedKeyedWorkItem.html"
 title="class in 
org.apache.beam.runners.core">KeyedWorkItems.ComposedKeyedWorkItem</a>&lt;K,ElemT&gt;</td>
+<td class="colLast">
+<div class="block">A <a 
href="../../../../../org/apache/beam/runners/core/KeyedWorkItem.html" 
title="interface in 
org.apache.beam.runners.core"><code>KeyedWorkItem</code></a> composed of an 
underlying key, <a 
href="../../../../../org/apache/beam/sdk/util/TimerInternals.TimerData.html" 
title="class in 
org.apache.beam.sdk.util"><code>TimerInternals.TimerData</code></a> iterable, 
and element
+ iterable.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/LateDataDroppingDoFnRunner.html"
 title="class in 
org.apache.beam.runners.core">LateDataDroppingDoFnRunner</a>&lt;K,InputT,OutputT,W
 extends <a 
href="../../../../../org/apache/beam/sdk/transforms/windowing/BoundedWindow.html"
 title="class in 
org.apache.beam.sdk.transforms.windowing">BoundedWindow</a>&gt;</td>
+<td class="colLast">
+<div class="block">A customized <a 
href="../../../../../org/apache/beam/runners/core/DoFnRunner.html" 
title="interface in org.apache.beam.runners.core"><code>DoFnRunner</code></a> 
that handles late data dropping for
+ a <a href="../../../../../org/apache/beam/runners/core/KeyedWorkItem.html" 
title="interface in 
org.apache.beam.runners.core"><code>KeyedWorkItem</code></a> input <a 
href="../../../../../org/apache/beam/runners/core/OldDoFn.html" title="class in 
org.apache.beam.runners.core"><code>OldDoFn</code></a>.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/MergingActiveWindowSet.html" 
title="class in org.apache.beam.runners.core">MergingActiveWindowSet</a>&lt;W 
extends <a 
href="../../../../../org/apache/beam/sdk/transforms/windowing/BoundedWindow.html"
 title="class in 
org.apache.beam.sdk.transforms.windowing">BoundedWindow</a>&gt;</td>
+<td class="colLast">
+<div class="block">An <a 
href="../../../../../org/apache/beam/runners/core/ActiveWindowSet.html" 
title="interface in 
org.apache.beam.runners.core"><code>ActiveWindowSet</code></a> for merging <a 
href="../../../../../org/apache/beam/sdk/transforms/windowing/WindowFn.html" 
title="class in 
org.apache.beam.sdk.transforms.windowing"><code>WindowFn</code></a> 
implementations.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/NonEmptyPanes.html" 
title="class in org.apache.beam.runners.core">NonEmptyPanes</a>&lt;K,W extends 
<a 
href="../../../../../org/apache/beam/sdk/transforms/windowing/BoundedWindow.html"
 title="class in 
org.apache.beam.sdk.transforms.windowing">BoundedWindow</a>&gt;</td>
+<td class="colLast">
+<div class="block">Tracks which windows have non-empty panes.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/NonMergingActiveWindowSet.html"
 title="class in 
org.apache.beam.runners.core">NonMergingActiveWindowSet</a>&lt;W extends <a 
href="../../../../../org/apache/beam/sdk/transforms/windowing/BoundedWindow.html"
 title="class in 
org.apache.beam.sdk.transforms.windowing">BoundedWindow</a>&gt;</td>
+<td class="colLast">
+<div class="block">Implementation of <a 
href="../../../../../org/apache/beam/runners/core/ActiveWindowSet.html" 
title="interface in 
org.apache.beam.runners.core"><code>ActiveWindowSet</code></a> used with <a 
href="../../../../../org/apache/beam/sdk/transforms/windowing/WindowFn.html" 
title="class in 
org.apache.beam.sdk.transforms.windowing"><code>WindowFns</code></a> that don't
+ support
+ merging.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/OldDoFn.html" title="class in 
org.apache.beam.runners.core">OldDoFn</a>&lt;InputT,OutputT&gt;</td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">Uses of <a 
href="../../../../../org/apache/beam/runners/core/OldDoFn.html" title="class in 
org.apache.beam.runners.core"><code>OldDoFn</code></a> should be replaced by 
the new <a href="../../../../../org/apache/beam/sdk/transforms/DoFn.html" 
title="class in 
org.apache.beam.sdk.transforms"><code>DoFn</code></a>.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/PaneInfoTracker.html" 
title="class in org.apache.beam.runners.core">PaneInfoTracker</a></td>
+<td class="colLast">
+<div class="block">Determine the timing and other properties of a new pane for 
a given computation, key and window.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/PeekingReiterator.html" 
title="class in 
org.apache.beam.runners.core">PeekingReiterator</a>&lt;T&gt;</td>
+<td class="colLast">
+<div class="block">A <a 
href="../../../../../org/apache/beam/sdk/util/common/Reiterator.html" 
title="interface in 
org.apache.beam.sdk.util.common"><code>Reiterator</code></a> that supports 
one-element lookahead during iteration.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/PerKeyCombineFnRunners.html" 
title="class in org.apache.beam.runners.core">PerKeyCombineFnRunners</a></td>
+<td class="colLast">
+<div class="block">Static utility methods that provide <a 
href="../../../../../org/apache/beam/runners/core/PerKeyCombineFnRunner.html" 
title="interface in 
org.apache.beam.runners.core"><code>PerKeyCombineFnRunner</code></a> 
implementations
+ for different keyed combine functions.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/PushbackSideInputDoFnRunner.html"
 title="class in 
org.apache.beam.runners.core">PushbackSideInputDoFnRunner</a>&lt;InputT,OutputT&gt;</td>
+<td class="colLast">
+<div class="block">A <a 
href="../../../../../org/apache/beam/runners/core/DoFnRunner.html" 
title="interface in org.apache.beam.runners.core"><code>DoFnRunner</code></a> 
that can refuse to process elements that are not ready, instead returning
+ them via the <a 
href="../../../../../org/apache/beam/runners/core/PushbackSideInputDoFnRunner.html#processElementInReadyWindows-org.apache.beam.sdk.util.WindowedValue-"><code>PushbackSideInputDoFnRunner.processElementInReadyWindows(WindowedValue)</code></a>.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/ReduceFn.html" title="class 
in org.apache.beam.runners.core">ReduceFn</a>&lt;K,InputT,OutputT,W extends <a 
href="../../../../../org/apache/beam/sdk/transforms/windowing/BoundedWindow.html"
 title="class in 
org.apache.beam.sdk.transforms.windowing">BoundedWindow</a>&gt;</td>
+<td class="colLast">
+<div class="block">Specification for processing to happen after elements have 
been grouped by key.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/ReduceFnRunner.html" 
title="class in 
org.apache.beam.runners.core">ReduceFnRunner</a>&lt;K,InputT,OutputT,W extends 
<a 
href="../../../../../org/apache/beam/sdk/transforms/windowing/BoundedWindow.html"
 title="class in 
org.apache.beam.sdk.transforms.windowing">BoundedWindow</a>&gt;</td>
+<td class="colLast">
+<div class="block">Manages the execution of a <a 
href="../../../../../org/apache/beam/runners/core/ReduceFn.html" title="class 
in org.apache.beam.runners.core"><code>ReduceFn</code></a> after a <a 
href="../../../../../org/apache/beam/runners/core/GroupByKeyViaGroupByKeyOnly.GroupByKeyOnly.html"
 title="class in 
org.apache.beam.runners.core"><code>GroupByKeyViaGroupByKeyOnly.GroupByKeyOnly</code></a>
 has partitioned the
+ <a href="../../../../../org/apache/beam/sdk/values/PCollection.html" 
title="class in org.apache.beam.sdk.values"><code>PCollection</code></a> by 
key.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/SideInputHandler.html" 
title="class in org.apache.beam.runners.core">SideInputHandler</a></td>
+<td class="colLast">
+<div class="block">Generic side input handler that uses <a 
href="../../../../../org/apache/beam/sdk/util/state/StateInternals.html" 
title="interface in 
org.apache.beam.sdk.util.state"><code>StateInternals</code></a> to store all 
data.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/SimpleDoFnRunner.html" 
title="class in 
org.apache.beam.runners.core">SimpleDoFnRunner</a>&lt;InputT,OutputT&gt;</td>
+<td class="colLast">
+<div class="block">Runs a <a 
href="../../../../../org/apache/beam/sdk/transforms/DoFn.html" title="class in 
org.apache.beam.sdk.transforms"><code>DoFn</code></a> by constructing the 
appropriate contexts and passing them in.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/SplittableParDo.html" 
title="class in 
org.apache.beam.runners.core">SplittableParDo</a>&lt;InputT,OutputT,RestrictionT&gt;</td>
+<td class="colLast">
+<div class="block">A utility transform that executes a <a
+ href="https://s.apache.org/splittable-do-fn";>splittable</a> <a 
href="../../../../../org/apache/beam/sdk/transforms/DoFn.html" title="class in 
org.apache.beam.sdk.transforms"><code>DoFn</code></a> by expanding it into a
+ network of simpler transforms:
+
+ 
+ Pair each element with an initial restriction
+ Split each restriction into sub-restrictions
+ Assign a unique key to each element/restriction pair
+ Group by key (so that work is partitioned by key and we can access 
state/timers)
+ Process each keyed element/restriction pair with the splittable <a 
href="../../../../../org/apache/beam/sdk/transforms/DoFn.html" title="class in 
org.apache.beam.sdk.transforms"><code>DoFn</code></a>'s 
<code>DoFn.ProcessElement</code> method, using state and timers API.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/SplittableParDo.GBKIntoKeyedWorkItems.html"
 title="class in 
org.apache.beam.runners.core">SplittableParDo.GBKIntoKeyedWorkItems</a>&lt;KeyT,InputT&gt;</td>
+<td class="colLast">
+<div class="block">Runner-specific primitive <a 
href="../../../../../org/apache/beam/sdk/transforms/GroupByKey.html" 
title="class in 
org.apache.beam.sdk.transforms"><code>GroupByKey-like</code></a> <a 
href="../../../../../org/apache/beam/sdk/transforms/PTransform.html" 
title="class in org.apache.beam.sdk.transforms"><code>PTransform</code></a> 
that produces
+ <a href="../../../../../org/apache/beam/runners/core/KeyedWorkItem.html" 
title="interface in 
org.apache.beam.runners.core"><code>KeyedWorkItems</code></a> so that 
downstream transforms can access state and timers.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/SplittableParDo.ProcessElements.html"
 title="class in 
org.apache.beam.runners.core">SplittableParDo.ProcessElements</a>&lt;InputT,OutputT,RestrictionT&gt;</td>
+<td class="colLast">
+<div class="block">Runner-specific primitive <a 
href="../../../../../org/apache/beam/sdk/transforms/PTransform.html" 
title="class in org.apache.beam.sdk.transforms"><code>PTransform</code></a> 
that invokes the <code>DoFn.ProcessElement</code>
+ method for a splittable <a 
href="../../../../../org/apache/beam/sdk/transforms/DoFn.html" title="class in 
org.apache.beam.sdk.transforms"><code>DoFn</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/SplittableParDo.ProcessFn.html"
 title="class in 
org.apache.beam.runners.core">SplittableParDo.ProcessFn</a>&lt;InputT,OutputT,RestrictionT,TrackerT
 extends <a 
href="../../../../../org/apache/beam/sdk/transforms/splittabledofn/RestrictionTracker.html"
 title="interface in 
org.apache.beam.sdk.transforms.splittabledofn">RestrictionTracker</a>&lt;RestrictionT&gt;&gt;</td>
+<td class="colLast">
+<div class="block">The heart of splittable <a 
href="../../../../../org/apache/beam/sdk/transforms/DoFn.html" title="class in 
org.apache.beam.sdk.transforms"><code>DoFn</code></a> execution: processes a 
single (element, restriction) pair
+ by creating a tracker for the restriction and checkpointing/resuming 
processing later if
+ necessary.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/SystemReduceFn.html" 
title="class in 
org.apache.beam.runners.core">SystemReduceFn</a>&lt;K,InputT,AccumT,OutputT,W 
extends <a 
href="../../../../../org/apache/beam/sdk/transforms/windowing/BoundedWindow.html"
 title="class in 
org.apache.beam.sdk.transforms.windowing">BoundedWindow</a>&gt;</td>
+<td class="colLast">
+<div class="block"><a 
href="../../../../../org/apache/beam/runners/core/ReduceFn.html" title="class 
in org.apache.beam.runners.core"><code>ReduceFn</code></a> implementing the 
default reduction behaviors of <a 
href="../../../../../org/apache/beam/sdk/transforms/GroupByKey.html" 
title="class in 
org.apache.beam.sdk.transforms"><code>GroupByKey</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/UnboundedReadFromBoundedSource.html"
 title="class in 
org.apache.beam.runners.core">UnboundedReadFromBoundedSource</a>&lt;T&gt;</td>
+<td class="colLast">
+<div class="block"><a 
href="../../../../../org/apache/beam/sdk/transforms/PTransform.html" 
title="class in org.apache.beam.sdk.transforms"><code>PTransform</code></a> 
that converts a <a 
href="../../../../../org/apache/beam/sdk/io/BoundedSource.html" title="class in 
org.apache.beam.sdk.io"><code>BoundedSource</code></a> as an <a 
href="../../../../../org/apache/beam/sdk/io/UnboundedSource.html" title="class 
in org.apache.beam.sdk.io"><code>UnboundedSource</code></a>.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/UnboundedReadFromBoundedSource.BoundedToUnboundedSourceAdapter.html"
 title="class in 
org.apache.beam.runners.core">UnboundedReadFromBoundedSource.BoundedToUnboundedSourceAdapter</a>&lt;T&gt;</td>
+<td class="colLast">
+<div class="block">A <code>BoundedSource</code> to 
<code>UnboundedSource</code> adapter.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/beam/runners/core/WindowingInternalsAdapters.html"
 title="class in 
org.apache.beam.runners.core">WindowingInternalsAdapters</a></td>
+<td class="colLast">
+<div class="block">Adapters from <a 
href="../../../../../org/apache/beam/sdk/util/WindowingInternals.html" 
title="interface in 
org.apache.beam.sdk.util"><code>WindowingInternals</code></a> to <a 
href="../../../../../org/apache/beam/sdk/util/SideInputReader.html" 
title="interface in org.apache.beam.sdk.util"><code>SideInputReader</code></a> 
and <a 
href="../../../../../org/apache/beam/runners/core/OutputWindowedValue.html" 
title="interface in 
org.apache.beam.runners.core"><code>OutputWindowedValue</code></a>.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<a name="package.description">
+<!--   -->
+</a>
+<h2 title="Package org.apache.beam.runners.core Description">Package 
org.apache.beam.runners.core Description</h2>
+<div class="block">Provides utilities for Beam runner authors.</div>
+</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/apex/package-summary.html">Prev&nbsp;Package</a></li>
+<li><a 
href="../../../../../org/apache/beam/runners/core/triggers/package-summary.html">Next&nbsp;Package</a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/beam/runners/core/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&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/beam-site/blob/7b1f1576/content/documentation/sdks/javadoc/0.5.0/org/apache/beam/runners/core/package-tree.html
----------------------------------------------------------------------
diff --git 
a/content/documentation/sdks/javadoc/0.5.0/org/apache/beam/runners/core/package-tree.html
 
b/content/documentation/sdks/javadoc/0.5.0/org/apache/beam/runners/core/package-tree.html
new file mode 100644
index 0000000..6d73e8e
--- /dev/null
+++ 
b/content/documentation/sdks/javadoc/0.5.0/org/apache/beam/runners/core/package-tree.html
@@ -0,0 +1,249 @@
+<!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_111) on Fri Jan 27 21:25:29 CET 2017 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.beam.runners.core Class Hierarchy (Apache Beam SDK for Java, 
version 0.5.0)</title>
+<meta name="date" content="2017-01-27">
+<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.core Class 
Hierarchy (Apache Beam SDK for Java, version 0.5.0)";
+        }
+    }
+    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/apex/package-tree.html">Prev</a></li>
+<li><a 
href="../../../../../org/apache/beam/runners/core/triggers/package-tree.html">Next</a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/beam/runners/core/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.core</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.core.<a 
href="../../../../../org/apache/beam/runners/core/BaseExecutionContext.html" 
title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">BaseExecutionContext</span></a>&lt;T&gt; (implements 
org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/ExecutionContext.html" 
title="interface in org.apache.beam.runners.core">ExecutionContext</a>)</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/BaseExecutionContext.StepContext.html"
 title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">BaseExecutionContext.StepContext</span></a> (implements 
org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/ExecutionContext.StepContext.html"
 title="interface in 
org.apache.beam.runners.core">ExecutionContext.StepContext</a>)</li>
+<li type="circle">org.apache.beam.sdk.transforms.<a 
href="../../../../../org/apache/beam/sdk/transforms/DoFn.html" title="class in 
org.apache.beam.sdk.transforms"><span 
class="typeNameLink">DoFn</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.core.<a 
href="../../../../../org/apache/beam/runners/core/SplittableParDo.ProcessFn.html"
 title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">SplittableParDo.ProcessFn</span></a>&lt;InputT,OutputT,RestrictionT,TrackerT&gt;</li>
+</ul>
+</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/DoFnAdapters.html" 
title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">DoFnAdapters</span></a></li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/DoFnRunners.html" 
title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">DoFnRunners</span></a></li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/ElementAndRestriction.html" 
title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">ElementAndRestriction</span></a>&lt;ElementT,RestrictionT&gt;</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/InMemoryTimerInternals.html" 
title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">InMemoryTimerInternals</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.core.<a 
href="../../../../../org/apache/beam/runners/core/KeyedWorkItems.html" 
title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">KeyedWorkItems</span></a></li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/KeyedWorkItems.ComposedKeyedWorkItem.html"
 title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">KeyedWorkItems.ComposedKeyedWorkItem</span></a>&lt;K,ElemT&gt;
 (implements org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/KeyedWorkItem.html" 
title="interface in 
org.apache.beam.runners.core">KeyedWorkItem</a>&lt;K,ElemT&gt;)</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/LateDataDroppingDoFnRunner.html"
 title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">LateDataDroppingDoFnRunner</span></a>&lt;K,InputT,OutputT,W&gt;
 (implements org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/DoFnRunner.html" 
title="interface in 
org.apache.beam.runners.core">DoFnRunner</a>&lt;InputT,OutputT&gt;)</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/MergingActiveWindowSet.html" 
title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">MergingActiveWindowSet</span></a>&lt;W&gt; (implements 
org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/ActiveWindowSet.html" 
title="interface in 
org.apache.beam.runners.core">ActiveWindowSet</a>&lt;W&gt;)</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/NonEmptyPanes.html" 
title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">NonEmptyPanes</span></a>&lt;K,W&gt;</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/NonMergingActiveWindowSet.html"
 title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">NonMergingActiveWindowSet</span></a>&lt;W&gt; (implements 
org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/ActiveWindowSet.html" 
title="interface in 
org.apache.beam.runners.core">ActiveWindowSet</a>&lt;W&gt;)</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/OldDoFn.html" title="class in 
org.apache.beam.runners.core"><span 
class="typeNameLink">OldDoFn</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.core.<a 
href="../../../../../org/apache/beam/runners/core/AssignWindowsDoFn.html" 
title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">AssignWindowsDoFn</span></a>&lt;T,W&gt; (implements 
org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/OldDoFn.RequiresWindowAccess.html"
 title="interface in 
org.apache.beam.runners.core">OldDoFn.RequiresWindowAccess</a>)</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/GroupAlsoByWindowsDoFn.html" 
title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">GroupAlsoByWindowsDoFn</span></a>&lt;K,InputT,OutputT,W&gt;
+<ul>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/GroupAlsoByWindowsViaOutputBufferDoFn.html"
 title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">GroupAlsoByWindowsViaOutputBufferDoFn</span></a>&lt;K,InputT,OutputT,W&gt;</li>
+</ul>
+</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/GroupAlsoByWindowViaWindowSetDoFn.html"
 title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">GroupAlsoByWindowViaWindowSetDoFn</span></a>&lt;K,InputT,OutputT,W,RinT&gt;</li>
+</ul>
+</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/OldDoFn.Context.html" 
title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">OldDoFn.Context</span></a>
+<ul>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/OldDoFn.ProcessContext.html" 
title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">OldDoFn.ProcessContext</span></a></li>
+</ul>
+</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/PaneInfoTracker.html" 
title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">PaneInfoTracker</span></a></li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/PeekingReiterator.html" 
title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">PeekingReiterator</span></a>&lt;T&gt; (implements 
org.apache.beam.sdk.util.common.<a 
href="../../../../../org/apache/beam/sdk/util/common/Reiterator.html" 
title="interface in 
org.apache.beam.sdk.util.common">Reiterator</a>&lt;T&gt;)</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/PerKeyCombineFnRunners.html" 
title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">PerKeyCombineFnRunners</span></a></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.core.<a 
href="../../../../../org/apache/beam/runners/core/GroupByKeyViaGroupByKeyOnly.html"
 title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">GroupByKeyViaGroupByKeyOnly</span></a>&lt;K,V&gt;</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/GroupByKeyViaGroupByKeyOnly.GroupAlsoByWindow.html"
 title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">GroupByKeyViaGroupByKeyOnly.GroupAlsoByWindow</span></a>&lt;K,V&gt;</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/GroupByKeyViaGroupByKeyOnly.GroupByKeyOnly.html"
 title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">GroupByKeyViaGroupByKeyOnly.GroupByKeyOnly</span></a>&lt;K,V&gt;</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/SplittableParDo.html" 
title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">SplittableParDo</span></a>&lt;InputT,OutputT,RestrictionT&gt;</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/SplittableParDo.GBKIntoKeyedWorkItems.html"
 title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">SplittableParDo.GBKIntoKeyedWorkItems</span></a>&lt;KeyT,InputT&gt;</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/SplittableParDo.ProcessElements.html"
 title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">SplittableParDo.ProcessElements</span></a>&lt;InputT,OutputT,RestrictionT&gt;</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/UnboundedReadFromBoundedSource.html"
 title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">UnboundedReadFromBoundedSource</span></a>&lt;T&gt;</li>
+</ul>
+</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/PushbackSideInputDoFnRunner.html"
 title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">PushbackSideInputDoFnRunner</span></a>&lt;InputT,OutputT&gt;
 (implements org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/DoFnRunner.html" 
title="interface in 
org.apache.beam.runners.core">DoFnRunner</a>&lt;InputT,OutputT&gt;)</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/ReduceFn.html" title="class 
in org.apache.beam.runners.core"><span 
class="typeNameLink">ReduceFn</span></a>&lt;K,InputT,OutputT,W&gt; (implements 
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.core.<a 
href="../../../../../org/apache/beam/runners/core/SystemReduceFn.html" 
title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">SystemReduceFn</span></a>&lt;K,InputT,AccumT,OutputT,W&gt;</li>
+</ul>
+</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/ReduceFn.Context.html" 
title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">ReduceFn.Context</span></a>
+<ul>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/ReduceFn.OnMergeContext.html" 
title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">ReduceFn.OnMergeContext</span></a></li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/ReduceFn.OnTriggerContext.html"
 title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">ReduceFn.OnTriggerContext</span></a></li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/ReduceFn.ProcessValueContext.html"
 title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">ReduceFn.ProcessValueContext</span></a></li>
+</ul>
+</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/ReduceFnRunner.html" 
title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">ReduceFnRunner</span></a>&lt;K,InputT,OutputT,W&gt;</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/SideInputHandler.html" 
title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">SideInputHandler</span></a> (implements 
org.apache.beam.sdk.util.<a 
href="../../../../../org/apache/beam/sdk/util/ReadyCheckingSideInputReader.html"
 title="interface in 
org.apache.beam.sdk.util">ReadyCheckingSideInputReader</a>)</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/SimpleDoFnRunner.html" 
title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">SimpleDoFnRunner</span></a>&lt;InputT,OutputT&gt; 
(implements org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/DoFnRunner.html" 
title="interface in 
org.apache.beam.runners.core">DoFnRunner</a>&lt;InputT,OutputT&gt;)</li>
+<li type="circle">org.apache.beam.sdk.io.<a 
href="../../../../../org/apache/beam/sdk/io/Source.html" title="class in 
org.apache.beam.sdk.io"><span class="typeNameLink">Source</span></a>&lt;T&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.sdk.io.<a 
href="../../../../../org/apache/beam/sdk/io/UnboundedSource.html" title="class 
in org.apache.beam.sdk.io"><span 
class="typeNameLink">UnboundedSource</span></a>&lt;OutputT,CheckpointMarkT&gt;
+<ul>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/UnboundedReadFromBoundedSource.BoundedToUnboundedSourceAdapter.html"
 title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">UnboundedReadFromBoundedSource.BoundedToUnboundedSourceAdapter</span></a>&lt;T&gt;</li>
+</ul>
+</li>
+</ul>
+</li>
+<li type="circle">org.apache.beam.sdk.coders.<a 
href="../../../../../org/apache/beam/sdk/coders/StandardCoder.html" 
title="class in org.apache.beam.sdk.coders"><span 
class="typeNameLink">StandardCoder</span></a>&lt;T&gt; (implements 
org.apache.beam.sdk.coders.<a 
href="../../../../../org/apache/beam/sdk/coders/Coder.html" title="interface in 
org.apache.beam.sdk.coders">Coder</a>&lt;T&gt;)
+<ul>
+<li type="circle">org.apache.beam.sdk.coders.<a 
href="../../../../../org/apache/beam/sdk/coders/DeterministicStandardCoder.html"
 title="class in org.apache.beam.sdk.coders"><span 
class="typeNameLink">DeterministicStandardCoder</span></a>&lt;T&gt;
+<ul>
+<li type="circle">org.apache.beam.sdk.coders.<a 
href="../../../../../org/apache/beam/sdk/coders/AtomicCoder.html" title="class 
in org.apache.beam.sdk.coders"><span 
class="typeNameLink">AtomicCoder</span></a>&lt;T&gt;
+<ul>
+<li type="circle">org.apache.beam.sdk.coders.<a 
href="../../../../../org/apache/beam/sdk/coders/CustomCoder.html" title="class 
in org.apache.beam.sdk.coders"><span 
class="typeNameLink">CustomCoder</span></a>&lt;T&gt; (implements 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.core.<a 
href="../../../../../org/apache/beam/runners/core/ElementAndRestrictionCoder.html"
 title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">ElementAndRestrictionCoder</span></a>&lt;ElementT,RestrictionT&gt;</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/KeyedWorkItemCoder.html" 
title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">KeyedWorkItemCoder</span></a>&lt;K,ElemT&gt;</li>
+</ul>
+</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/WindowingInternalsAdapters.html"
 title="class in org.apache.beam.runners.core"><span 
class="typeNameLink">WindowingInternalsAdapters</span></a></li>
+</ul>
+</li>
+</ul>
+<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
+<ul>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/ActiveWindowSet.html" 
title="interface in org.apache.beam.runners.core"><span 
class="typeNameLink">ActiveWindowSet</span></a>&lt;W&gt;</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/ActiveWindowSet.MergeCallback.html"
 title="interface in org.apache.beam.runners.core"><span 
class="typeNameLink">ActiveWindowSet.MergeCallback</span></a>&lt;W&gt;</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/AggregatorFactory.html" 
title="interface in org.apache.beam.runners.core"><span 
class="typeNameLink">AggregatorFactory</span></a></li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/BaseExecutionContext.CreateStepContextFunction.html"
 title="interface in org.apache.beam.runners.core"><span 
class="typeNameLink">BaseExecutionContext.CreateStepContextFunction</span></a>&lt;T&gt;</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/DoFnRunner.html" 
title="interface in org.apache.beam.runners.core"><span 
class="typeNameLink">DoFnRunner</span></a>&lt;InputT,OutputT&gt;</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/DoFnRunners.OutputManager.html"
 title="interface in org.apache.beam.runners.core"><span 
class="typeNameLink">DoFnRunners.OutputManager</span></a></li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/ElementByteSizeObservable.html"
 title="interface in org.apache.beam.runners.core"><span 
class="typeNameLink">ElementByteSizeObservable</span></a>&lt;T&gt;</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/ExecutionContext.html" 
title="interface in org.apache.beam.runners.core"><span 
class="typeNameLink">ExecutionContext</span></a></li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/ExecutionContext.StepContext.html"
 title="interface in org.apache.beam.runners.core"><span 
class="typeNameLink">ExecutionContext.StepContext</span></a></li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/KeyedWorkItem.html" 
title="interface in org.apache.beam.runners.core"><span 
class="typeNameLink">KeyedWorkItem</span></a>&lt;K,ElemT&gt;</li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/OldDoFn.RequiresWindowAccess.html"
 title="interface in org.apache.beam.runners.core"><span 
class="typeNameLink">OldDoFn.RequiresWindowAccess</span></a></li>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/OutputWindowedValue.html" 
title="interface in org.apache.beam.runners.core"><span 
class="typeNameLink">OutputWindowedValue</span></a>&lt;OutputT&gt;</li>
+<li type="circle">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"><span 
class="typeNameLink">Serializable</span></a>
+<ul>
+<li type="circle">org.apache.beam.runners.core.<a 
href="../../../../../org/apache/beam/runners/core/PerKeyCombineFnRunner.html" 
title="interface in org.apache.beam.runners.core"><span 
class="typeNameLink">PerKeyCombineFnRunner</span></a>&lt;K,InputT,AccumT,OutputT&gt;</li>
+</ul>
+</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/apex/package-tree.html">Prev</a></li>
+<li><a 
href="../../../../../org/apache/beam/runners/core/triggers/package-tree.html">Next</a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/beam/runners/core/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&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

Reply via email to