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 Package</a></li> +<li><a href="../../../../../org/apache/beam/runners/core/triggers/package-summary.html">Next 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 Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h1 title="Package" class="title">Package org.apache.beam.runners.core</h1> +<div class="docSummary"> +<div class="block">Provides utilities for Beam runner authors.</div> +</div> +<p>See: <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"> </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><W extends <a href="../../../../../org/apache/beam/sdk/transforms/windowing/BoundedWindow.html" title="class in org.apache.beam.sdk.transforms.windowing">BoundedWindow</a>></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><W extends <a href="../../../../../org/apache/beam/sdk/transforms/windowing/BoundedWindow.html" title="class in org.apache.beam.sdk.transforms.windowing">BoundedWindow</a>></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<W>)</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><T extends <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">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><InputT,OutputT></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><T></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><K,ElemT></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><OutputT></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><K,InputT,AccumT,OutputT></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"> </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><T,W extends <a href="../../../../../org/apache/beam/sdk/transforms/windowing/BoundedWindow.html" title="class in org.apache.beam.sdk.transforms.windowing">BoundedWindow</a>></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><T extends <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">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><ElementT,RestrictionT></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><ElementT,RestrictionT></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><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>></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><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>></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><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><K,InputT>></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><K,V></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><K,V></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><K,V></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><K,ElemT></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><K,ElemT></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><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>></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><W extends <a href="../../../../../org/apache/beam/sdk/transforms/windowing/BoundedWindow.html" title="class in org.apache.beam.sdk.transforms.windowing">BoundedWindow</a>></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><K,W extends <a href="../../../../../org/apache/beam/sdk/transforms/windowing/BoundedWindow.html" title="class in org.apache.beam.sdk.transforms.windowing">BoundedWindow</a>></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><W extends <a href="../../../../../org/apache/beam/sdk/transforms/windowing/BoundedWindow.html" title="class in org.apache.beam.sdk.transforms.windowing">BoundedWindow</a>></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><InputT,OutputT></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><T></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><InputT,OutputT></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><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>></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><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>></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><InputT,OutputT></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><InputT,OutputT,RestrictionT></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><KeyT,InputT></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><InputT,OutputT,RestrictionT></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><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><RestrictionT>></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><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>></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><T></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><T></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 Package</a></li> +<li><a href="../../../../../org/apache/beam/runners/core/triggers/package-summary.html">Next 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 Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2016–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 Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h1 class="title">Hierarchy For Package org.apache.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><T> (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><InputT,OutputT> (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><InputT,OutputT,RestrictionT,TrackerT></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><ElementT,RestrictionT></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><K,ElemT> (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><K,ElemT>)</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><K,InputT,OutputT,W> (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><InputT,OutputT>)</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><W> (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><W>)</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><K,W></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><W> (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><W>)</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><InputT,OutputT> (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><T,W> (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><K,InputT,OutputT,W> +<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><K,InputT,OutputT,W></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><K,InputT,OutputT,W,RinT></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><T> (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><T>)</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><InputT,OutputT> (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><K,V></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><K,V></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><K,V></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><InputT,OutputT,RestrictionT></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><KeyT,InputT></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><InputT,OutputT,RestrictionT></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><T></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><InputT,OutputT> (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><InputT,OutputT>)</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><K,InputT,OutputT,W> (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><K,InputT,AccumT,OutputT,W></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><K,InputT,OutputT,W></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><InputT,OutputT> (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><InputT,OutputT>)</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><T> (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><OutputT,CheckpointMarkT> +<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><T></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><T> (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><T>) +<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><T> +<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><T> +<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><T> (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><ElementT,RestrictionT></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><K,ElemT></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><W></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><W></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><T></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><InputT,OutputT></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><T></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><K,ElemT></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><OutputT></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><K,InputT,AccumT,OutputT></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 Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
