You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2017/01/09 22:32:22 UTC

[47/52] [partial] beam-site git commit: Publish Javadoc for version 0.4.0

http://git-wip-us.apache.org/repos/asf/beam-site/blob/de6a0417/content/documentation/sdks/javadoc/0.4.0/deprecated-list.html
----------------------------------------------------------------------
diff --git a/content/documentation/sdks/javadoc/0.4.0/deprecated-list.html b/content/documentation/sdks/javadoc/0.4.0/deprecated-list.html
new file mode 100644
index 0000000..d5eb2e8
--- /dev/null
+++ b/content/documentation/sdks/javadoc/0.4.0/deprecated-list.html
@@ -0,0 +1,603 @@
+<!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 Thu Dec 29 08:19:11 CET 2016 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Deprecated List (Apache Beam SDK for Java, version 0.4.0)</title>
+<meta name="date" content="2016-12-29">
+<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="Deprecated List (Apache Beam SDK for Java, version 0.4.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>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li class="navBarCell1Rev">Deprecated</li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
+<li><a href="deprecated-list.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="Deprecated API" class="title">Deprecated API</h1>
+<h2 title="Contents">Contents</h2>
+<ul>
+<li><a href="#interface">Deprecated Interfaces</a></li>
+<li><a href="#class">Deprecated Classes</a></li>
+<li><a href="#field">Deprecated Fields</a></li>
+<li><a href="#method">Deprecated Methods</a></li>
+<li><a href="#constructor">Deprecated Constructors</a></li>
+<li><a href="#enum.constant">Deprecated Enum Constants</a></li>
+</ul>
+</div>
+<div class="contentContainer"><a name="interface">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Interfaces table, listing deprecated interfaces, and an explanation">
+<caption><span>Deprecated Interfaces</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Interface and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/transforms/Aggregator.AggregatorFactory.html" title="interface in org.apache.beam.sdk.transforms">org.apache.beam.sdk.transforms.Aggregator.AggregatorFactory</a>
+<div class="block"><span class="deprecationComment">this is for use only by runners and exists only for a migration period. Please
+ use the identical interface in org.apache.beam.runners.core</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/IOChannelFactory.html" title="interface in org.apache.beam.sdk.util">org.apache.beam.sdk.util.IOChannelFactory</a>
+<div class="block"><span class="deprecationComment">This is under redesign, see: https://issues.apache.org/jira/browse/BEAM-59.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/state/StateTag.StateBinder.html" title="interface in org.apache.beam.sdk.util.state">org.apache.beam.sdk.util.state.StateTag.StateBinder</a>
+<div class="block"><span class="deprecationComment">for migration only; runners should reference the top level <a href="org/apache/beam/sdk/util/state/StateBinder.html" title="interface in org.apache.beam.sdk.util.state"><code>StateBinder</code></a>
+ and move towards <a href="org/apache/beam/sdk/util/state/StateSpec.html" title="interface in org.apache.beam.sdk.util.state"><code>StateSpec</code></a> rather than <a href="org/apache/beam/sdk/util/state/StateTag.html" title="interface in org.apache.beam.sdk.util.state"><code>StateTag</code></a>.</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/testing/StreamingIT.html" title="interface in org.apache.beam.sdk.testing">org.apache.beam.sdk.testing.StreamingIT</a></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/state/TimerCallback.html" title="interface in org.apache.beam.sdk.util.state">org.apache.beam.sdk.util.state.TimerCallback</a>
+<div class="block"><span class="deprecationComment">Use InMemoryTimerInternals advance and remove methods instead of callback.</span></div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<a name="class">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Classes table, listing deprecated classes, and an explanation">
+<caption><span>Deprecated Classes</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/AttemptAndTimeBoundedExponentialBackOff.html" title="class in org.apache.beam.sdk.util">org.apache.beam.sdk.util.AttemptAndTimeBoundedExponentialBackOff</a></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/AttemptBoundedExponentialBackOff.html" title="class in org.apache.beam.sdk.util">org.apache.beam.sdk.util.AttemptBoundedExponentialBackOff</a></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/transforms/Combine.SimpleCombineFn.html" title="class in org.apache.beam.sdk.transforms">org.apache.beam.sdk.transforms.Combine.SimpleCombineFn</a></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/runners/dataflow/DataflowRunner.StreamingPCollectionViewWriterFn.html" title="class in org.apache.beam.runners.dataflow">org.apache.beam.runners.dataflow.DataflowRunner.StreamingPCollectionViewWriterFn</a></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/transforms/DoFnAdapters.html" title="class in org.apache.beam.sdk.transforms">org.apache.beam.sdk.transforms.DoFnAdapters</a>
+<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/sdk/transforms/OldDoFn.html" title="class in org.apache.beam.sdk.transforms"><code>OldDoFn</code></a>.</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/IntervalBoundedExponentialBackOff.html" title="class in org.apache.beam.sdk.util">org.apache.beam.sdk.util.IntervalBoundedExponentialBackOff</a></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/transforms/OldDoFn.html" title="class in org.apache.beam.sdk.transforms">org.apache.beam.sdk.transforms.OldDoFn</a>
+<div class="block"><span class="deprecationComment">Uses of <a href="org/apache/beam/sdk/transforms/OldDoFn.html" title="class in org.apache.beam.sdk.transforms"><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="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/PCollectionViews.IterablePCollectionView.html" title="class in org.apache.beam.sdk.util">org.apache.beam.sdk.util.PCollectionViews.IterablePCollectionView</a>
+<div class="block"><span class="deprecationComment">Runners should not inspect the <a href="org/apache/beam/sdk/values/PCollectionView.html" title="interface in org.apache.beam.sdk.values"><code>PCollectionView</code></a> subclass, as it is an
+ implementation detail. To specialize a side input, a runner should inspect the
+ language-independent metadata of the <a href="org/apache/beam/sdk/transforms/ViewFn.html" title="class in org.apache.beam.sdk.transforms"><code>ViewFn</code></a>.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/PCollectionViews.ListPCollectionView.html" title="class in org.apache.beam.sdk.util">org.apache.beam.sdk.util.PCollectionViews.ListPCollectionView</a>
+<div class="block"><span class="deprecationComment">Runners should not inspect the <a href="org/apache/beam/sdk/values/PCollectionView.html" title="interface in org.apache.beam.sdk.values"><code>PCollectionView</code></a> subclass, as it is an
+ implementation detail. To specialize a side input, a runner should inspect the
+ language-independent metadata of the <a href="org/apache/beam/sdk/transforms/ViewFn.html" title="class in org.apache.beam.sdk.transforms"><code>ViewFn</code></a>.</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/PCollectionViews.MapPCollectionView.html" title="class in org.apache.beam.sdk.util">org.apache.beam.sdk.util.PCollectionViews.MapPCollectionView</a>
+<div class="block"><span class="deprecationComment">Runners should not inspect the <a href="org/apache/beam/sdk/values/PCollectionView.html" title="interface in org.apache.beam.sdk.values"><code>PCollectionView</code></a> subclass, as it is an
+ implementation detail. To specialize a side input, a runner should inspect the
+ language-independent metadata of the <a href="org/apache/beam/sdk/transforms/ViewFn.html" title="class in org.apache.beam.sdk.transforms"><code>ViewFn</code></a>.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/PCollectionViews.MultimapPCollectionView.html" title="class in org.apache.beam.sdk.util">org.apache.beam.sdk.util.PCollectionViews.MultimapPCollectionView</a>
+<div class="block"><span class="deprecationComment">Runners should not inspect the <a href="org/apache/beam/sdk/values/PCollectionView.html" title="interface in org.apache.beam.sdk.values"><code>PCollectionView</code></a> subclass, as it is an
+ implementation detail. To specialize a side input, a runner should inspect the
+ language-independent metadata of the <a href="org/apache/beam/sdk/transforms/ViewFn.html" title="class in org.apache.beam.sdk.transforms"><code>ViewFn</code></a>.</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/PCollectionViews.SingletonPCollectionView.html" title="class in org.apache.beam.sdk.util">org.apache.beam.sdk.util.PCollectionViews.SingletonPCollectionView</a>
+<div class="block"><span class="deprecationComment">Runners should not inspect the <a href="org/apache/beam/sdk/values/PCollectionView.html" title="interface in org.apache.beam.sdk.values"><code>PCollectionView</code></a> subclass, as it is an
+ implementation detail. To specialize a side input, a runner should inspect the
+ language-independent metadata of the <a href="org/apache/beam/sdk/transforms/ViewFn.html" title="class in org.apache.beam.sdk.transforms"><code>ViewFn</code></a>.</span></div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<a name="field">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Fields table, listing deprecated fields, and an explanation">
+<caption><span>Deprecated Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Field and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/transforms/reflect/DoFnInvokers.html#INSTANCE">org.apache.beam.sdk.transforms.reflect.DoFnInvokers.INSTANCE</a>
+<div class="block"><span class="deprecationComment">use <a href="org/apache/beam/sdk/transforms/reflect/DoFnInvokers.html#invokerFor-org.apache.beam.sdk.transforms.DoFn-"><code>DoFnInvokers.invokerFor(DoFn)</code></a>.</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/AppEngineEnvironment.html#IS_APP_ENGINE">org.apache.beam.sdk.util.AppEngineEnvironment.IS_APP_ENGINE</a></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<a name="method">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation">
+<caption><span>Deprecated Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/state/StateSpecs.html#adaptTagBinder-org.apache.beam.sdk.util.state.StateTag.StateBinder-">org.apache.beam.sdk.util.state.StateSpecs.adaptTagBinder(StateTag.StateBinder&lt;K&gt;)</a>
+<div class="block"><span class="deprecationComment">for migration purposes only</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/state/InMemoryTimerInternals.html#advanceInputWatermark-org.apache.beam.sdk.util.state.TimerCallback-org.joda.time.Instant-">org.apache.beam.sdk.util.state.InMemoryTimerInternals.advanceInputWatermark(TimerCallback, Instant)</a>
+<div class="block"><span class="deprecationComment">Use advanceInputWatermark without callback and fireEventTimers.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/state/InMemoryTimerInternals.html#advanceProcessingTime-org.apache.beam.sdk.util.state.TimerCallback-org.joda.time.Instant-">org.apache.beam.sdk.util.state.InMemoryTimerInternals.advanceProcessingTime(TimerCallback, Instant)</a>
+<div class="block"><span class="deprecationComment">Use advanceProcessingTime without callback and fireProcessingTimers.</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/state/InMemoryTimerInternals.html#advanceSynchronizedProcessingTime-org.apache.beam.sdk.util.state.TimerCallback-org.joda.time.Instant-">org.apache.beam.sdk.util.state.InMemoryTimerInternals.advanceSynchronizedProcessingTime(TimerCallback, Instant)</a>
+<div class="block"><span class="deprecationComment">Use advanceInputWatermark without callback and fireSynchronizedProcessingTimers.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/io/PubsubIO.PubsubSubscription.html#asV1Beta1Path--">org.apache.beam.sdk.io.PubsubIO.PubsubSubscription.asV1Beta1Path()</a>
+<div class="block"><span class="deprecationComment">the v1beta1 API for Cloud Pub/Sub is deprecated.</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/io/PubsubIO.PubsubTopic.html#asV1Beta1Path--">org.apache.beam.sdk.io.PubsubIO.PubsubTopic.asV1Beta1Path()</a>
+<div class="block"><span class="deprecationComment">the v1beta1 API for Cloud Pub/Sub is deprecated.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/io/PubsubIO.PubsubSubscription.html#asV1Beta2Path--">org.apache.beam.sdk.io.PubsubIO.PubsubSubscription.asV1Beta2Path()</a>
+<div class="block"><span class="deprecationComment">the v1beta2 API for Cloud Pub/Sub is deprecated.</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/io/PubsubIO.PubsubTopic.html#asV1Beta2Path--">org.apache.beam.sdk.io.PubsubIO.PubsubTopic.asV1Beta2Path()</a>
+<div class="block"><span class="deprecationComment">the v1beta2 API for Cloud Pub/Sub is deprecated.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/state/StateTag.html#bind-org.apache.beam.sdk.util.state.StateTag.StateBinder-">org.apache.beam.sdk.util.state.StateTag.bind(StateTag.StateBinder&lt;? extends K&gt;)</a>
+<div class="block"><span class="deprecationComment">Use the <a href="org/apache/beam/sdk/util/state/StateSpec.html#bind-java.lang.String-org.apache.beam.sdk.util.state.StateBinder-"><code>StateSpec.bind(java.lang.String, org.apache.beam.sdk.util.state.StateBinder&lt;? extends K&gt;)</code></a> method via <a href="org/apache/beam/sdk/util/state/StateTag.html#getSpec--"><code>StateTag.getSpec()</code></a> for now.</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/coders/AvroCoder.html#createDatumReader--">org.apache.beam.sdk.coders.AvroCoder.createDatumReader()</a>
+<div class="block"><span class="deprecationComment">For <code>AvroCoder</code> internal use only.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/coders/AvroCoder.html#createDatumWriter--">org.apache.beam.sdk.coders.AvroCoder.createDatumWriter()</a>
+<div class="block"><span class="deprecationComment">For <code>AvroCoder</code> internal use only.</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/runners/core/DoFnRunners.html#createDefault-org.apache.beam.sdk.options.PipelineOptions-java.lang.Object-org.apache.beam.sdk.util.SideInputReader-org.apache.beam.runners.core.DoFnRunners.OutputManager-org.apache.beam.sdk.values.TupleTag-java.util.List-org.apache.beam.sdk.util.ExecutionContext.StepContext-org.apache.beam.sdk.transforms.Aggregator.AggregatorFactory-org.apache.beam.sdk.util.WindowingStrategy-">org.apache.beam.runners.core.DoFnRunners.createDefault(PipelineOptions, Object, SideInputReader, DoFnRunners.OutputManager, TupleTag&lt;OutputT&gt;, List&lt;TupleTag&lt;?&gt;&gt;, ExecutionContext.StepContext, Aggregator.AggregatorFactory, WindowingStrategy&lt;?, ?&gt;)</a>
+<div class="block"><span class="deprecationComment">for migration purposes only for services where users may still submit either <a href="org/apache/beam/sdk/transforms/OldDoFn.html" title="class in org.apache.beam.sdk.transforms"><code>OldDoFn</code></a> or <a href="org/apache/beam/sdk/transforms/DoFn.html" title="class in org.apache.beam.sdk.transforms"><code>DoFn</code></a>. If you know that you have a <a href="org/apache/beam/sdk/transforms/DoFn.html" title="class in org.apache.beam.sdk.transforms"><code>DoFn</code></a> then you should use the
+     variant for that instead.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/runners/core/DoFnRunners.html#createDefault-org.apache.beam.sdk.options.PipelineOptions-org.apache.beam.sdk.transforms.OldDoFn-org.apache.beam.sdk.util.SideInputReader-org.apache.beam.runners.core.DoFnRunners.OutputManager-org.apache.beam.sdk.values.TupleTag-java.util.List-org.apache.beam.sdk.util.ExecutionContext.StepContext-org.apache.beam.sdk.transforms.Aggregator.AggregatorFactory-org.apache.beam.sdk.util.WindowingStrategy-">org.apache.beam.runners.core.DoFnRunners.createDefault(PipelineOptions, OldDoFn&lt;InputT, OutputT&gt;, SideInputReader, DoFnRunners.OutputManager, TupleTag&lt;OutputT&gt;, List&lt;TupleTag&lt;?&gt;&gt;, ExecutionContext.StepContext, Aggregator.AggregatorFactory, WindowingStrategy&lt;?, ?&gt;)</a>
+<div class="block"><span class="deprecationComment">please port uses of <a href="org/apache/beam/sdk/transforms/OldDoFn.html" title="class in org.apache.beam.sdk.transforms"><code>OldDoFn</code></a> to use <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="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/state/StateContexts.html#createFromComponents-org.apache.beam.sdk.options.PipelineOptions-org.apache.beam.sdk.util.WindowingInternals-W-">org.apache.beam.sdk.util.state.StateContexts.createFromComponents(PipelineOptions, WindowingInternals&lt;?, ?&gt;, W)</a>
+<div class="block"><span class="deprecationComment">This exists only for temporary compatibility with Dataflow worker and should be
+     deleted once a worker image is released that uses runners-core build after
+     https://github.com/apache/beam/pull/1353.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/runners/dataflow/util/PackageUtil.html#createPackage-java.io.File-java.lang.String-java.lang.String-">org.apache.beam.runners.dataflow.util.PackageUtil.createPackage(File, String, String)</a></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/transforms/OldDoFn.html#getAllowedTimestampSkew--">org.apache.beam.sdk.transforms.OldDoFn.getAllowedTimestampSkew()</a>
+<div class="block"><span class="deprecationComment">does not interact well with the watermark.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/values/PCollectionView.html#getCoderInternal--">org.apache.beam.sdk.values.PCollectionView.getCoderInternal()</a>
+<div class="block"><span class="deprecationComment">this method will be removed entirely. The <a href="org/apache/beam/sdk/values/PCollection.html" title="class in org.apache.beam.sdk.values"><code>PCollection</code></a> underlying a side
+     input, including its <a href="org/apache/beam/sdk/coders/Coder.html" title="interface in org.apache.beam.sdk.coders"><code>Coder</code></a>, is part of the side input's specification with a <a href="org/apache/beam/sdk/transforms/ParDo.html" title="class in org.apache.beam.sdk.transforms"><code>ParDo</code></a> transform, which will obtain that information via a package-private channel.</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/runners/dataflow/util/DoFnInfo.html#getDoFn--">org.apache.beam.runners.dataflow.util.DoFnInfo.getDoFn()</a>
+<div class="block"><span class="deprecationComment">use <a href="org/apache/beam/runners/dataflow/util/DoFnInfo.html#getFn--"><code>DoFnInfo.getFn()</code></a></span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/transforms/ParDo.Bound.html#getFn--">org.apache.beam.sdk.transforms.ParDo.Bound.getFn()</a>
+<div class="block"><span class="deprecationComment">this method to be converted to return <a href="org/apache/beam/sdk/transforms/DoFn.html" title="class in org.apache.beam.sdk.transforms"><code>DoFn</code></a>. If you want to receive
+ an <a href="org/apache/beam/sdk/transforms/OldDoFn.html" title="class in org.apache.beam.sdk.transforms"><code>OldDoFn</code></a> you should (temporarily) use <a href="org/apache/beam/sdk/transforms/ParDo.Bound.html#getOldFn--"><code>ParDo.Bound.getOldFn()</code></a>.</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/transforms/ParDo.BoundMulti.html#getFn--">org.apache.beam.sdk.transforms.ParDo.BoundMulti.getFn()</a>
+<div class="block"><span class="deprecationComment">this method to be converted to return <a href="org/apache/beam/sdk/transforms/DoFn.html" title="class in org.apache.beam.sdk.transforms"><code>DoFn</code></a>. If you want to receive
+ an <a href="org/apache/beam/sdk/transforms/OldDoFn.html" title="class in org.apache.beam.sdk.transforms"><code>OldDoFn</code></a> you should (temporarily) use <a href="org/apache/beam/sdk/transforms/ParDo.BoundMulti.html#getOldFn--"><code>ParDo.BoundMulti.getOldFn()</code></a>.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/transforms/ParDo.Bound.html#getOldFn--">org.apache.beam.sdk.transforms.ParDo.Bound.getOldFn()</a>
+<div class="block"><span class="deprecationComment">please migrate to <a href="org/apache/beam/sdk/transforms/ParDo.Bound.html#getNewFn--"><code>ParDo.Bound.getNewFn()</code></a> until <a href="org/apache/beam/sdk/transforms/ParDo.Bound.html#getFn--"><code>ParDo.Bound.getFn()</code></a> is migrated to return
+ a <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="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/transforms/ParDo.BoundMulti.html#getOldFn--">org.apache.beam.sdk.transforms.ParDo.BoundMulti.getOldFn()</a>
+<div class="block"><span class="deprecationComment">please migrate to <a href="org/apache/beam/sdk/transforms/ParDo.BoundMulti.html#getNewFn--"><code>ParDo.BoundMulti.getNewFn()</code></a> until <a href="org/apache/beam/sdk/transforms/ParDo.BoundMulti.html#getFn--"><code>ParDo.BoundMulti.getFn()</code></a> is migrated to return
+ a <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="colOne"><a href="org/apache/beam/sdk/transforms/ParDo.Bound.html#getOriginalFn--">org.apache.beam.sdk.transforms.ParDo.Bound.getOriginalFn()</a>
+<div class="block"><span class="deprecationComment">for migration purposes only. There are some cases of <a href="org/apache/beam/sdk/transforms/OldDoFn.html" title="class in org.apache.beam.sdk.transforms"><code>OldDoFn</code></a> that are not
+     fully supported by wrapping it into a <a href="org/apache/beam/sdk/transforms/DoFn.html" title="class in org.apache.beam.sdk.transforms"><code>DoFn</code></a>, such as <a href="org/apache/beam/sdk/transforms/OldDoFn.RequiresWindowAccess.html" title="interface in org.apache.beam.sdk.transforms"><code>OldDoFn.RequiresWindowAccess</code></a>.</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/IdentityWindowFn.html#getOutputTime-org.joda.time.Instant-org.apache.beam.sdk.transforms.windowing.BoundedWindow-">org.apache.beam.sdk.util.IdentityWindowFn.getOutputTime(Instant, BoundedWindow)</a></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/values/PCollectionView.html#getTagInternal--">org.apache.beam.sdk.values.PCollectionView.getTagInternal()</a>
+<div class="block"><span class="deprecationComment">this method will be removed entirely. The <a href="org/apache/beam/sdk/values/PCollection.html" title="class in org.apache.beam.sdk.values"><code>PCollection</code></a> underlying a side
+     input, is part of the side input's specification with a <a href="org/apache/beam/sdk/transforms/ParDo.html" title="class in org.apache.beam.sdk.transforms"><code>ParDo</code></a> transform, which will
+     obtain that information via a package-private channel.</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/values/PCollectionView.html#getViewFn--">org.apache.beam.sdk.values.PCollectionView.getViewFn()</a>
+<div class="block"><span class="deprecationComment">this method will be removed entirely. The <a href="org/apache/beam/sdk/transforms/ViewFn.html" title="class in org.apache.beam.sdk.transforms"><code>ViewFn</code></a> for a side input is an
+     attribute of the side input's specification with a <a href="org/apache/beam/sdk/transforms/ParDo.html" title="class in org.apache.beam.sdk.transforms"><code>ParDo</code></a> transform, which will
+     obtain this specification via a package-private channel.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/values/PCollectionView.html#getWindowingStrategyInternal--">org.apache.beam.sdk.values.PCollectionView.getWindowingStrategyInternal()</a>
+<div class="block"><span class="deprecationComment">this method will be removed entirely. The <a href="org/apache/beam/sdk/values/PCollection.html" title="class in org.apache.beam.sdk.values"><code>PCollection</code></a> underlying a side
+     input, including its <a href="org/apache/beam/sdk/util/WindowingStrategy.html" title="class in org.apache.beam.sdk.util"><code>WindowingStrategy</code></a>, is part of the side input's specification
+     with a <a href="org/apache/beam/sdk/transforms/ParDo.html" title="class in org.apache.beam.sdk.transforms"><code>ParDo</code></a> transform, which will obtain that information via a package-private
+     channel.</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/transforms/reflect/DoFnInvokers.html#invokerFor-java.lang.Object-">org.apache.beam.sdk.transforms.reflect.DoFnInvokers.invokerFor(Object)</a>
+<div class="block"><span class="deprecationComment">use <a href="org/apache/beam/sdk/transforms/reflect/DoFnInvokers.html#invokerFor-org.apache.beam.sdk.transforms.DoFn-"><code>DoFnInvokers.invokerFor(DoFn)</code></a>.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/transforms/reflect/DoFnInvokers.html#invokerFor-java.io.Serializable-">org.apache.beam.sdk.transforms.reflect.DoFnInvokers.invokerFor(Serializable)</a>
+<div class="block"><span class="deprecationComment">this is to be used only as a migration path for decoupling upgrades</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/transforms/windowing/AfterDelayFromFirstElement.html#mappedTo-org.apache.beam.sdk.transforms.SerializableFunction-">org.apache.beam.sdk.transforms.windowing.AfterDelayFromFirstElement.mappedTo(SerializableFunction&lt;Instant, Instant&gt;)</a>
+<div class="block"><span class="deprecationComment">This will be removed in the next major version. Please use only
+             <a href="org/apache/beam/sdk/transforms/windowing/AfterDelayFromFirstElement.html#plusDelayOf-org.joda.time.Duration-"><code>AfterDelayFromFirstElement.plusDelayOf(org.joda.time.Duration)</code></a> and <a href="org/apache/beam/sdk/transforms/windowing/AfterDelayFromFirstElement.html#alignedTo-org.joda.time.Duration-org.joda.time.Instant-"><code>AfterDelayFromFirstElement.alignedTo(org.joda.time.Duration, org.joda.time.Instant)</code></a>.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/Transport.html#newPubsubClient-org.apache.beam.sdk.options.PubsubOptions-">org.apache.beam.sdk.util.Transport.newPubsubClient(PubsubOptions)</a>
+<div class="block"><span class="deprecationComment">Use an appropriate
+ <a href="org/apache/beam/sdk/util/PubsubClient.PubsubClientFactory.html" title="interface in org.apache.beam.sdk.util"><code>PubsubClient.PubsubClientFactory</code></a></span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/transforms/ParDo.UnboundMulti.html#of-org.apache.beam.sdk.transforms.OldDoFn-">org.apache.beam.sdk.transforms.ParDo.UnboundMulti.of(OldDoFn&lt;InputT, OutputT&gt;)</a>
+<div class="block"><span class="deprecationComment">please port your <a href="org/apache/beam/sdk/transforms/OldDoFn.html" title="class in org.apache.beam.sdk.transforms"><code>OldDoFn</code></a> to a <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="colOne"><a href="org/apache/beam/sdk/transforms/ParDo.html#of-org.apache.beam.sdk.transforms.OldDoFn-">org.apache.beam.sdk.transforms.ParDo.of(OldDoFn&lt;InputT, OutputT&gt;)</a>
+<div class="block"><span class="deprecationComment">please port your <a href="org/apache/beam/sdk/transforms/OldDoFn.html" title="class in org.apache.beam.sdk.transforms"><code>OldDoFn</code></a> to a <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="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/transforms/ParDo.Unbound.html#of-org.apache.beam.sdk.transforms.OldDoFn-">org.apache.beam.sdk.transforms.ParDo.Unbound.of(OldDoFn&lt;InputT, OutputT&gt;)</a>
+<div class="block"><span class="deprecationComment">please port your <a href="org/apache/beam/sdk/transforms/OldDoFn.html" title="class in org.apache.beam.sdk.transforms"><code>OldDoFn</code></a> to a <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="colOne"><a href="org/apache/beam/sdk/transforms/Combine.SimpleCombineFn.html#of-org.apache.beam.sdk.transforms.SerializableFunction-">org.apache.beam.sdk.transforms.Combine.SimpleCombineFn.of(SerializableFunction&lt;Iterable&lt;V&gt;, V&gt;)</a></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/coders/protobuf/ProtoCoder.html#of-java.lang.String-java.util.List-">org.apache.beam.sdk.coders.protobuf.ProtoCoder.of(String, List&lt;String&gt;)</a>
+<div class="block"><span class="deprecationComment">For JSON deserialization only.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/IOChannelUtils.html#registerIOFactoriesAllowOverride-org.apache.beam.sdk.options.PipelineOptions-">org.apache.beam.sdk.util.IOChannelUtils.registerIOFactoriesAllowOverride(PipelineOptions)</a>
+<div class="block"><span class="deprecationComment">This is currently to provide different configurations for tests and
+ is still public for IOChannelFactory redesign purposes.</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/IOChannelUtils.html#registerStandardIOFactories-org.apache.beam.sdk.options.PipelineOptions-">org.apache.beam.sdk.util.IOChannelUtils.registerStandardIOFactories(PipelineOptions)</a>
+<div class="block"><span class="deprecationComment">use <a href="org/apache/beam/sdk/util/IOChannelUtils.html#registerIOFactories-org.apache.beam.sdk.options.PipelineOptions-"><code>IOChannelUtils.registerIOFactories(org.apache.beam.sdk.options.PipelineOptions)</code></a>.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/io/CountingSource.html#unbounded--">org.apache.beam.sdk.io.CountingSource.unbounded()</a>
+<div class="block"><span class="deprecationComment">use <a href="org/apache/beam/sdk/io/CountingInput.html#unbounded--"><code>CountingInput.unbounded()</code></a> instead</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/io/CountingSource.html#unboundedWithTimestampFn-org.apache.beam.sdk.transforms.SerializableFunction-">org.apache.beam.sdk.io.CountingSource.unboundedWithTimestampFn(SerializableFunction&lt;Long, Instant&gt;)</a>
+<div class="block"><span class="deprecationComment">use <a href="org/apache/beam/sdk/io/CountingInput.html#unbounded--"><code>CountingInput.unbounded()</code></a> and call
+             <a href="org/apache/beam/sdk/io/CountingInput.UnboundedCountingInput.html#withTimestampFn-org.apache.beam.sdk.transforms.SerializableFunction-"><code>CountingInput.UnboundedCountingInput.withTimestampFn(SerializableFunction)</code></a> instead</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/io/CountingSource.html#upTo-long-">org.apache.beam.sdk.io.CountingSource.upTo(long)</a>
+<div class="block"><span class="deprecationComment">use <a href="org/apache/beam/sdk/io/CountingInput.html#upTo-long-"><code>CountingInput.upTo(long)</code></a> instead</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/WindowedValue.html#valueInEmptyWindows-T-">org.apache.beam.sdk.util.WindowedValue.valueInEmptyWindows(T)</a>
+<div class="block"><span class="deprecationComment">a value in no windows technically is not "in" a PCollection. It is allowed to drop
+     it at any point, and benign runner implementation details could cause silent data loss.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/WindowedValue.html#valueInEmptyWindows-T-org.apache.beam.sdk.transforms.windowing.PaneInfo-">org.apache.beam.sdk.util.WindowedValue.valueInEmptyWindows(T, PaneInfo)</a>
+<div class="block"><span class="deprecationComment">a value in no windows technically is not "in" a PCollection. It is allowed to drop
+     it at any point, and benign runner implementation details could cause silent data loss.</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/transforms/reflect/DoFnInvoker.ArgumentProvider.html#windowingInternals--">org.apache.beam.sdk.transforms.reflect.DoFnInvoker.ArgumentProvider.windowingInternals()</a>
+<div class="block"><span class="deprecationComment">Please port occurences of <a href="org/apache/beam/sdk/transforms/OldDoFn.html" title="class in org.apache.beam.sdk.transforms"><code>OldDoFn</code></a> to <a href="org/apache/beam/sdk/transforms/DoFn.html" title="class in org.apache.beam.sdk.transforms"><code>DoFn</code></a>. If they require state
+     and timers, they will need to wait for the arrival of those features. Do not introduce
+     new uses of this method.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/state/StateContexts.html#windowOnly-W-">org.apache.beam.sdk.util.state.StateContexts.windowOnly(W)</a>
+<div class="block"><span class="deprecationComment">This exists only for temporary compatibility with Dataflow worker and should be
+     deleted once a worker image is released that uses runners-core build after
+     https://github.com/apache/beam/pull/1353.</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/transforms/View.AsMap.html#withSingletonValues--">org.apache.beam.sdk.transforms.View.AsMap.withSingletonValues()</a>
+<div class="block"><span class="deprecationComment">this method simply returns this AsMap unmodified</span></div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<a name="constructor">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Constructors table, listing deprecated constructors, and an explanation">
+<caption><span>Deprecated Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.Write.Bound.html#Bound--">org.apache.beam.sdk.io.gcp.bigquery.BigQueryIO.Write.Bound()</a>
+<div class="block"><span class="deprecationComment">Should be private. Instead, use one of the factory methods in
+ <a href="org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.Write.html" title="class in org.apache.beam.sdk.io.gcp.bigquery"><code>BigQueryIO.Write</code></a>, such as <a href="org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.Write.html#to-java.lang.String-"><code>BigQueryIO.Write.to(String)</code></a>, to create an
+ instance of this class.</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/runners/dataflow/util/DoFnInfo.html#DoFnInfo-org.apache.beam.sdk.transforms.OldDoFn-org.apache.beam.sdk.util.WindowingStrategy-java.lang.Iterable-org.apache.beam.sdk.coders.Coder-long-java.util.Map-">org.apache.beam.runners.dataflow.util.DoFnInfo(OldDoFn, WindowingStrategy&lt;?, ?&gt;, Iterable&lt;PCollectionView&lt;?&gt;&gt;, Coder&lt;InputT&gt;, long, Map&lt;Long, TupleTag&lt;?&gt;&gt;)</a>
+<div class="block"><span class="deprecationComment">use <a href="org/apache/beam/runners/dataflow/util/DoFnInfo.html#forFn-java.io.Serializable-org.apache.beam.sdk.util.WindowingStrategy-java.lang.Iterable-org.apache.beam.sdk.coders.Coder-long-java.util.Map-"><code>DoFnInfo.forFn(java.io.Serializable, org.apache.beam.sdk.util.WindowingStrategy&lt;?, ?&gt;, java.lang.Iterable&lt;org.apache.beam.sdk.values.PCollectionView&lt;?&gt;&gt;, org.apache.beam.sdk.coders.Coder&lt;InputT&gt;, long, java.util.Map&lt;java.lang.Long, org.apache.beam.sdk.values.TupleTag&lt;?&gt;&gt;)</code></a>.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/Pipeline.html#Pipeline-org.apache.beam.sdk.runners.PipelineRunner-">org.apache.beam.sdk.Pipeline(PipelineRunner&lt;?&gt;)</a>
+<div class="block"><span class="deprecationComment">replaced by <a href="org/apache/beam/sdk/Pipeline.html#Pipeline-org.apache.beam.sdk.runners.PipelineRunner-org.apache.beam.sdk.options.PipelineOptions-"><code>Pipeline.Pipeline(PipelineRunner, PipelineOptions)</code></a></span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/RetryHttpRequestInitializer.html#RetryHttpRequestInitializer-com.google.api.client.http.HttpRequestInitializer-">org.apache.beam.sdk.util.RetryHttpRequestInitializer(HttpRequestInitializer)</a>
+<div class="block"><span class="deprecationComment">use <a href="org/apache/beam/sdk/util/RetryHttpRequestInitializer.html#RetryHttpRequestInitializer-com.google.api.client.http.HttpRequestInitializer-com.google.api.client.util.NanoClock-com.google.api.client.util.Sleeper-java.util.Collection-com.google.api.client.http.HttpResponseInterceptor-"><code>RetryHttpRequestInitializer.RetryHttpRequestInitializer(com.google.api.client.http.HttpRequestInitializer, com.google.api.client.util.NanoClock, com.google.api.client.util.Sleeper, java.util.Collection&lt;java.lang.Integer&gt;, com.google.api.client.http.HttpResponseInterceptor)</code></a>.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/RetryHttpRequestInitializer.html#RetryHttpRequestInitializer-com.google.api.client.http.HttpRequestInitializer-java.util.Collection-">org.apache.beam.sdk.util.RetryHttpRequestInitializer(HttpRequestInitializer, Collection&lt;Integer&gt;)</a>
+<div class="block"><span class="deprecationComment">use <a href="org/apache/beam/sdk/util/RetryHttpRequestInitializer.html#RetryHttpRequestInitializer-java.util.Collection-"><code>RetryHttpRequestInitializer.RetryHttpRequestInitializer(Collection)</code></a>.</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/beam/sdk/util/RetryHttpRequestInitializer.html#RetryHttpRequestInitializer-com.google.api.client.http.HttpRequestInitializer-java.util.Collection-com.google.api.client.http.HttpResponseInterceptor-">org.apache.beam.sdk.util.RetryHttpRequestInitializer(HttpRequestInitializer, Collection&lt;Integer&gt;, HttpResponseInterceptor)</a>
+<div class="block"><span class="deprecationComment">use <a href="org/apache/beam/sdk/util/RetryHttpRequestInitializer.html#RetryHttpRequestInitializer-java.util.Collection-com.google.api.client.http.HttpResponseInterceptor-"><code>RetryHttpRequestInitializer.RetryHttpRequestInitializer(Collection, HttpResponseInterceptor)</code></a>.</span></div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<a name="enum.constant">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Enum Constants table, listing deprecated enum constants, and an explanation">
+<caption><span>Deprecated Enum Constants</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Enum Constant and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/beam/runners/dataflow/options/DataflowPipelineWorkerPoolOptions.AutoscalingAlgorithmType.html#BASIC">org.apache.beam.runners.dataflow.options.DataflowPipelineWorkerPoolOptions.AutoscalingAlgorithmType.BASIC</a></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li class="navBarCell1Rev">Deprecated</li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
+<li><a href="deprecated-list.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="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/de6a0417/content/documentation/sdks/javadoc/0.4.0/help-doc.html
----------------------------------------------------------------------
diff --git a/content/documentation/sdks/javadoc/0.4.0/help-doc.html b/content/documentation/sdks/javadoc/0.4.0/help-doc.html
new file mode 100644
index 0000000..d5710e7
--- /dev/null
+++ b/content/documentation/sdks/javadoc/0.4.0/help-doc.html
@@ -0,0 +1,231 @@
+<!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 Thu Dec 29 08:19:11 CET 2016 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>API Help (Apache Beam SDK for Java, version 0.4.0)</title>
+<meta name="date" content="2016-12-29">
+<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="API Help (Apache Beam SDK for Java, version 0.4.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>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li class="navBarCell1Rev">Help</li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
+<li><a href="help-doc.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">How This API Document Is Organized</h1>
+<div class="subTitle">This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.</div>
+</div>
+<div class="contentContainer">
+<ul class="blockList">
+<li class="blockList">
+<h2>Overview</h2>
+<p>The <a href="overview-summary.html">Overview</a> page is the front page of this API document and provides a list of all packages with a summary for each.  This page can also contain an overall description of the set of packages.</p>
+</li>
+<li class="blockList">
+<h2>Package</h2>
+<p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:</p>
+<ul>
+<li>Interfaces (italic)</li>
+<li>Classes</li>
+<li>Enums</li>
+<li>Exceptions</li>
+<li>Errors</li>
+<li>Annotation Types</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>Class/Interface</h2>
+<p>Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:</p>
+<ul>
+<li>Class inheritance diagram</li>
+<li>Direct Subclasses</li>
+<li>All Known Subinterfaces</li>
+<li>All Known Implementing Classes</li>
+<li>Class/interface declaration</li>
+<li>Class/interface description</li>
+</ul>
+<ul>
+<li>Nested Class Summary</li>
+<li>Field Summary</li>
+<li>Constructor Summary</li>
+<li>Method Summary</li>
+</ul>
+<ul>
+<li>Field Detail</li>
+<li>Constructor Detail</li>
+<li>Method Detail</li>
+</ul>
+<p>Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</p>
+</li>
+<li class="blockList">
+<h2>Annotation Type</h2>
+<p>Each annotation type has its own separate page with the following sections:</p>
+<ul>
+<li>Annotation Type declaration</li>
+<li>Annotation Type description</li>
+<li>Required Element Summary</li>
+<li>Optional Element Summary</li>
+<li>Element Detail</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>Enum</h2>
+<p>Each enum has its own separate page with the following sections:</p>
+<ul>
+<li>Enum declaration</li>
+<li>Enum description</li>
+<li>Enum Constant Summary</li>
+<li>Enum Constant Detail</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>Use</h2>
+<p>Each documented package, class and interface has its own Use page.  This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A.  You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</p>
+</li>
+<li class="blockList">
+<h2>Tree (Class Hierarchy)</h2>
+<p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.</p>
+<ul>
+<li>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.</li>
+<li>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>Deprecated API</h2>
+<p>The <a href="deprecated-list.html">Deprecated API</a> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</p>
+</li>
+<li class="blockList">
+<h2>Index</h2>
+<p>The <a href="index-all.html">Index</a> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</p>
+</li>
+<li class="blockList">
+<h2>Prev/Next</h2>
+<p>These links take you to the next or previous class, interface, package, or related page.</p>
+</li>
+<li class="blockList">
+<h2>Frames/No Frames</h2>
+<p>These links show and hide the HTML frames.  All pages are available with or without frames.</p>
+</li>
+<li class="blockList">
+<h2>All Classes</h2>
+<p>The <a href="allclasses-noframe.html">All Classes</a> link shows all classes and interfaces except non-static nested types.</p>
+</li>
+<li class="blockList">
+<h2>Serialized Form</h2>
+<p>Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.</p>
+</li>
+<li class="blockList">
+<h2>Constant Field Values</h2>
+<p>The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.</p>
+</li>
+</ul>
+<span class="emphasizedPhrase">This help file applies to API documentation generated using the standard doclet.</span></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>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li class="navBarCell1Rev">Help</li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
+<li><a href="help-doc.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>