You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2016/06/01 06:21:00 UTC

svn commit: r1746399 [21/31] - in /storm/site: _posts/ publish/ publish/2014/04/17/ publish/about/ publish/releases/0.10.0/ publish/releases/0.10.0/about/ publish/releases/0.10.1/ publish/releases/0.10.1/about/ publish/releases/1.0.0/ publish/releases/...

Modified: storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/sql/runtime/AbstractChannelHandler.html
URL: http://svn.apache.org/viewvc/storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/sql/runtime/AbstractChannelHandler.html?rev=1746399&r1=1746398&r2=1746399&view=diff
==============================================================================
--- storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/sql/runtime/AbstractChannelHandler.html (original)
+++ storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/sql/runtime/AbstractChannelHandler.html Wed Jun  1 06:20:57 2016
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":6,"i2":10};
+var methods = {"i0":10,"i1":6,"i2":10,"i3":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -185,6 +185,10 @@ implements <a href="../../../../../org/a
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/sql/runtime/AbstractChannelHandler.html#exceptionCaught-java.lang.Throwable-">exceptionCaught</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;cause)</code>&nbsp;</td>
 </tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/sql/runtime/AbstractChannelHandler.html#flush-org.apache.storm.sql.runtime.ChannelContext-">flush</a></span>(<a href="../../../../../org/apache/storm/sql/runtime/ChannelContext.html" title="interface in org.apache.storm.sql.runtime">ChannelContext</a>&nbsp;ctx)</code>&nbsp;</td>
+</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
@@ -273,7 +277,7 @@ implements <a href="../../../../../org/a
 <a name="exceptionCaught-java.lang.Throwable-">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>exceptionCaught</h4>
 <pre>public&nbsp;void&nbsp;exceptionCaught(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;cause)</pre>
@@ -283,6 +287,19 @@ implements <a href="../../../../../org/a
 </dl>
 </li>
 </ul>
+<a name="flush-org.apache.storm.sql.runtime.ChannelContext-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>flush</h4>
+<pre>public&nbsp;void&nbsp;flush(<a href="../../../../../org/apache/storm/sql/runtime/ChannelContext.html" title="interface in org.apache.storm.sql.runtime">ChannelContext</a>&nbsp;ctx)</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a href="../../../../../org/apache/storm/sql/runtime/ChannelHandler.html#flush-org.apache.storm.sql.runtime.ChannelContext-">flush</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/storm/sql/runtime/ChannelHandler.html" title="interface in org.apache.storm.sql.runtime">ChannelHandler</a></code></dd>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/sql/runtime/ChannelContext.html
URL: http://svn.apache.org/viewvc/storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/sql/runtime/ChannelContext.html?rev=1746399&r1=1746398&r2=1746399&view=diff
==============================================================================
--- storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/sql/runtime/ChannelContext.html (original)
+++ storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/sql/runtime/ChannelContext.html Wed Jun  1 06:20:57 2016
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":6,"i1":6};
+var methods = {"i0":6,"i1":6,"i2":6};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -130,6 +130,10 @@ var activeTableTab = "activeTableTab";
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/sql/runtime/ChannelContext.html#fireChannelInactive--">fireChannelInactive</a></span>()</code>&nbsp;</td>
 </tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/sql/runtime/ChannelContext.html#flush--">flush</a></span>()</code>&nbsp;</td>
+</tr>
 </table>
 </li>
 </ul>
@@ -158,12 +162,21 @@ var activeTableTab = "activeTableTab";
 <a name="fireChannelInactive--">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>fireChannelInactive</h4>
 <pre>void&nbsp;fireChannelInactive()</pre>
 </li>
 </ul>
+<a name="flush--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>flush</h4>
+<pre>void&nbsp;flush()</pre>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/sql/runtime/ChannelHandler.html
URL: http://svn.apache.org/viewvc/storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/sql/runtime/ChannelHandler.html?rev=1746399&r1=1746398&r2=1746399&view=diff
==============================================================================
--- storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/sql/runtime/ChannelHandler.html (original)
+++ storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/sql/runtime/ChannelHandler.html Wed Jun  1 06:20:57 2016
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":6,"i1":6,"i2":6};
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -140,6 +140,10 @@ var activeTableTab = "activeTableTab";
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/sql/runtime/ChannelHandler.html#exceptionCaught-java.lang.Throwable-">exceptionCaught</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;cause)</code>&nbsp;</td>
 </tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/sql/runtime/ChannelHandler.html#flush-org.apache.storm.sql.runtime.ChannelContext-">flush</a></span>(<a href="../../../../../org/apache/storm/sql/runtime/ChannelContext.html" title="interface in org.apache.storm.sql.runtime">ChannelContext</a>&nbsp;ctx)</code>&nbsp;</td>
+</tr>
 </table>
 </li>
 </ul>
@@ -182,12 +186,21 @@ var activeTableTab = "activeTableTab";
 <a name="exceptionCaught-java.lang.Throwable-">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>exceptionCaught</h4>
 <pre>void&nbsp;exceptionCaught(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;cause)</pre>
 </li>
 </ul>
+<a name="flush-org.apache.storm.sql.runtime.ChannelContext-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>flush</h4>
+<pre>void&nbsp;flush(<a href="../../../../../org/apache/storm/sql/runtime/ChannelContext.html" title="interface in org.apache.storm.sql.runtime">ChannelContext</a>&nbsp;ctx)</pre>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/sql/runtime/class-use/ChannelContext.html
URL: http://svn.apache.org/viewvc/storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/sql/runtime/class-use/ChannelContext.html?rev=1746399&r1=1746398&r2=1746399&view=diff
==============================================================================
--- storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/sql/runtime/class-use/ChannelContext.html (original)
+++ storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/sql/runtime/class-use/ChannelContext.html Wed Jun  1 06:20:57 2016
@@ -147,6 +147,14 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">ChannelHandler.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/storm/sql/runtime/ChannelHandler.html#flush-org.apache.storm.sql.runtime.ChannelContext-">flush</a></span>(<a href="../../../../../../org/apache/storm/sql/runtime/ChannelContext.html" title="interface in org.apache.storm.sql.runtime">ChannelContext</a>&nbsp;ctx)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">AbstractChannelHandler.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/storm/sql/runtime/AbstractChannelHandler.html#flush-org.apache.storm.sql.runtime.ChannelContext-">flush</a></span>(<a href="../../../../../../org/apache/storm/sql/runtime/ChannelContext.html" title="interface in org.apache.storm.sql.runtime">ChannelContext</a>&nbsp;ctx)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">DataSource.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/storm/sql/runtime/DataSource.html#open-org.apache.storm.sql.runtime.ChannelContext-">open</a></span>(<a href="../../../../../../org/apache/storm/sql/runtime/ChannelContext.html" title="interface in org.apache.storm.sql.runtime">ChannelContext</a>&nbsp;ctx)</code>&nbsp;</td>
 </tr>
 </tbody>

Modified: storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/starter/trident/TridentKafkaWordCount.html
URL: http://svn.apache.org/viewvc/storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/starter/trident/TridentKafkaWordCount.html?rev=1746399&r1=1746398&r2=1746399&view=diff
==============================================================================
--- storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/starter/trident/TridentKafkaWordCount.html (original)
+++ storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/starter/trident/TridentKafkaWordCount.html Wed Jun  1 06:20:57 2016
@@ -250,7 +250,7 @@ To run this topology ensure you have a k
                  throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <div class="block"><p>
 To run this topology ensure you have a kafka broker running.
-</p><p>Create a topic test with command line, kafka-topics.sh &ndash;create &ndash;zookeeper localhost:2181 &ndash;replication-factor 1 &ndash;partition 1 &ndash;topic test</p></div>
+</p><p>Create a topic &lsquo;test&rsquo; with command line, <pre> kafka-topics.sh &ndash;create &ndash;zookeeper localhost:2181 &ndash;replication-factor 1 &ndash;partition 1 &ndash;topic test </pre> To run in local mode, <pre> storm jar storm-starter-topologies-{version}.jar org.apache.storm.starter.trident.TridentKafkaWordCount </pre> This will also run a local DRPC query and print the word counts. <p> To run in distributed mode, run it with a topology name. You will also need to start a drpc server and specify the drpc server details storm.yaml before submitting the topology. </p> <pre> storm jar storm-starter-topologies-{version}.jar org.apache.storm.starter.trident.TridentKafkaWordCount zkhost:port broker:port wordcount </pre> This will submit two topologies, one for the producer and another for the consumer. You can query the results (word counts) by running an external drpc query against the drpc server.</p></div>
 <dl>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd>

Modified: storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/state/class-use/State.html
URL: http://svn.apache.org/viewvc/storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/state/class-use/State.html?rev=1746399&r1=1746398&r2=1746399&view=diff
==============================================================================
--- storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/state/class-use/State.html (original)
+++ storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/state/class-use/State.html Wed Jun  1 06:20:57 2016
@@ -257,12 +257,26 @@ Common methods for stateful components i
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>&lt;T extends <a href="../../../../../org/apache/storm/state/State.html" title="interface in org.apache.storm.state">State</a>&gt;<br><a href="../../../../../org/apache/storm/topology/BoltDeclarer.html" title="interface in org.apache.storm.topology">BoltDeclarer</a></code></td>
+<td class="colLast"><span class="typeNameLabel">TopologyBuilder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/TopologyBuilder.html#setBolt-java.lang.String-org.apache.storm.topology.IStatefulBolt-">setBolt</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,
+       <a href="../../../../../org/apache/storm/topology/IStatefulBolt.html" title="interface in org.apache.storm.topology">IStatefulBolt</a>&lt;T&gt;&nbsp;bolt)</code>
+<div class="block">Define a new bolt in this topology.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>&lt;T extends <a href="../../../../../org/apache/storm/state/State.html" title="interface in org.apache.storm.state">State</a>&gt;<br><a href="../../../../../org/apache/storm/topology/BoltDeclarer.html" title="interface in org.apache.storm.topology">BoltDeclarer</a></code></td>
 <td class="colLast"><span class="typeNameLabel">TopologyBuilder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/TopologyBuilder.html#setBolt-java.lang.String-org.apache.storm.topology.IStatefulBolt-java.lang.Number-">setBolt</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,
        <a href="../../../../../org/apache/storm/topology/IStatefulBolt.html" title="interface in org.apache.storm.topology">IStatefulBolt</a>&lt;T&gt;&nbsp;bolt,
        <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;parallelism_hint)</code>
 <div class="block">Define a new bolt in this topology.</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>&lt;T extends <a href="../../../../../org/apache/storm/state/State.html" title="interface in org.apache.storm.state">State</a>&gt;<br><a href="../../../../../org/apache/storm/topology/BoltDeclarer.html" title="interface in org.apache.storm.topology">BoltDeclarer</a></code></td>
+<td class="colLast"><span class="typeNameLabel">TopologyBuilder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/TopologyBuilder.html#setBolt-java.lang.String-org.apache.storm.topology.IStatefulWindowedBolt-">setBolt</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,
+       <a href="../../../../../org/apache/storm/topology/IStatefulWindowedBolt.html" title="interface in org.apache.storm.topology">IStatefulWindowedBolt</a>&lt;T&gt;&nbsp;bolt)</code>
+<div class="block">Define a new bolt in this topology.</div>
+</td>
+</tr>
 <tr class="rowColor">
 <td class="colFirst"><code>&lt;T extends <a href="../../../../../org/apache/storm/state/State.html" title="interface in org.apache.storm.state">State</a>&gt;<br><a href="../../../../../org/apache/storm/topology/BoltDeclarer.html" title="interface in org.apache.storm.topology">BoltDeclarer</a></code></td>
 <td class="colLast"><span class="typeNameLabel">TopologyBuilder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/TopologyBuilder.html#setBolt-java.lang.String-org.apache.storm.topology.IStatefulWindowedBolt-java.lang.Number-">setBolt</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,

Modified: storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/IBolt.html
URL: http://svn.apache.org/viewvc/storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/IBolt.html?rev=1746399&r1=1746398&r2=1746399&view=diff
==============================================================================
--- storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/IBolt.html (original)
+++ storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/IBolt.html Wed Jun  1 06:20:57 2016
@@ -105,11 +105,11 @@ var activeTableTab = "activeTableTab";
 </dl>
 <dl>
 <dt>All Known Subinterfaces:</dt>
-<dd><a href="../../../../org/apache/storm/topology/IRichBolt.html" title="interface in org.apache.storm.topology">IRichBolt</a>, <a href="../../../../org/apache/storm/topology/IStatefulBolt.html" title="interface in org.apache.storm.topology">IStatefulBolt</a>&lt;T&gt;</dd>
+<dd><a href="../../../../org/apache/storm/topology/IRichBolt.html" title="interface in org.apache.storm.topology">IRichBolt</a></dd>
 </dl>
 <dl>
 <dt>All Known Implementing Classes:</dt>
-<dd><a href="../../../../org/apache/storm/elasticsearch/bolt/AbstractEsBolt.html" title="class in org.apache.storm.elasticsearch.bolt">AbstractEsBolt</a>, <a href="../../../../org/apache/storm/hbase/bolt/AbstractHBaseBolt.html" title="class in org.apache.storm.hbase.bolt">AbstractHBaseBolt</a>, <a href="../../../../org/apache/storm/hdfs/bolt/AbstractHdfsBolt.html" title="class in org.apache.storm.hdfs.bolt">AbstractHdfsBolt</a>, <a href="../../../../org/apache/storm/jdbc/bolt/AbstractJdbcBolt.html" title="class in org.apache.storm.jdbc.bolt">AbstractJdbcBolt</a>, <a href="../../../../org/apache/storm/mongodb/bolt/AbstractMongoBolt.html" title="class in org.apache.storm.mongodb.bolt">AbstractMongoBolt</a>, <a href="../../../../org/apache/storm/redis/bolt/AbstractRedisBolt.html" title="class in org.apache.storm.redis.bolt">AbstractRedisBolt</a>, <a href="../../../../org/apache/storm/daemon/Acker.html" title="class in org.apache.storm.daemon">Acker</a>, <a href="../../../../org/apache/
 storm/hdfs/bolt/AvroGenericRecordBolt.html" title="class in org.apache.storm.hdfs.bolt">AvroGenericRecordBolt</a>, <a href="../../../../org/apache/storm/cassandra/bolt/BaseCassandraBolt.html" title="class in org.apache.storm.cassandra.bolt">BaseCassandraBolt</a>, <a href="../../../../org/apache/storm/topology/base/BaseRichBolt.html" title="class in org.apache.storm.topology.base">BaseRichBolt</a>, <a href="../../../../org/apache/storm/topology/base/BaseStatefulBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulBolt</a>, <a href="../../../../org/apache/storm/topology/BasicBoltExecutor.html" title="class in org.apache.storm.topology">BasicBoltExecutor</a>, <a href="../../../../org/apache/storm/coordination/BatchBoltExecutor.html" title="class in org.apache.storm.coordination">BatchBoltExecutor</a>, <a href="../../../../org/apache/storm/cassandra/bolt/BatchCassandraWriterBolt.html" title="class in org.apache.storm.cassandra.bolt">BatchCassandraWriterBolt</a>, <a hre
 f="../../../../org/apache/storm/starter/BlobStoreAPIWordCountTopology.SplitSentence.html" title="class in org.apache.storm.starter">BlobStoreAPIWordCountTopology.SplitSentence</a>, <a href="../../../../org/apache/storm/testing/BoltTracker.html" title="class in org.apache.storm.testing">BoltTracker</a>, <a href="../../../../org/apache/storm/cassandra/bolt/CassandraWriterBolt.html" title="class in org.apache.storm.cassandra.bolt">CassandraWriterBolt</a>, <a href="../../../../org/apache/storm/topology/CheckpointTupleForwarder.html" title="class in org.apache.storm.topology">CheckpointTupleForwarder</a>, <a href="../../../../org/apache/storm/clojure/ClojureBolt.html" title="class in org.apache.storm.clojure">ClojureBolt</a>, <a href="../../../../org/apache/storm/coordination/CoordinatedBolt.html" title="class in org.apache.storm.coordination">CoordinatedBolt</a>, <a href="../../../../org/apache/storm/elasticsearch/bolt/EsIndexBolt.html" title="class in org.apache.storm.elasticsearch.bol
 t">EsIndexBolt</a>, <a href="../../../../org/apache/storm/elasticsearch/bolt/EsLookupBolt.html" title="class in org.apache.storm.elasticsearch.bolt">EsLookupBolt</a>, <a href="../../../../org/apache/storm/elasticsearch/bolt/EsPercolateBolt.html" title="class in org.apache.storm.elasticsearch.bolt">EsPercolateBolt</a>, <a href="../../../../org/apache/storm/eventhubs/bolt/EventHubBolt.html" title="class in org.apache.storm.eventhubs.bolt">EventHubBolt</a>, <a href="../../../../org/apache/storm/metric/EventLoggerBolt.html" title="class in org.apache.storm.metric">EventLoggerBolt</a>, <a href="../../../../org/apache/storm/starter/ExclamationTopology.ExclamationBolt.html" title="class in org.apache.storm.starter">ExclamationTopology.ExclamationBolt</a>, <a href="../../../../org/apache/storm/flux/wrappers/bolts/FluxShellBolt.html" title="class in org.apache.storm.flux.wrappers.bolts">FluxShellBolt</a>, <a href="../../../../org/apache/storm/hbase/bolt/HBaseBolt.html" title="class in org.ap
 ache.storm.hbase.bolt">HBaseBolt</a>, <a href="../../../../org/apache/storm/hbase/bolt/HBaseLookupBolt.html" title="class in org.apache.storm.hbase.bolt">HBaseLookupBolt</a>, <a href="../../../../org/apache/storm/hdfs/bolt/HdfsBolt.html" title="class in org.apache.storm.hdfs.bolt">HdfsBolt</a>, <a href="../../../../storm/starter/HdfsSpoutTopology.ConstBolt.html" title="class in storm.starter">HdfsSpoutTopology.ConstBolt</a>, <a href="../../../../org/apache/storm/hive/bolt/HiveBolt.html" title="class in org.apache.storm.hive.bolt">HiveBolt</a>, <a href="../../../../org/apache/storm/jdbc/bolt/JdbcInsertBolt.html" title="class in org.apache.storm.jdbc.bolt">JdbcInsertBolt</a>, <a href="../../../../org/apache/storm/jdbc/bolt/JdbcLookupBolt.html" title="class in org.apache.storm.jdbc.bolt">JdbcLookupBolt</a>, <a href="../../../../org/apache/storm/drpc/JoinResult.html" title="class in org.apache.storm.drpc">JoinResult</a>, <a href="../../../../org/apache/storm/kafka/bolt/KafkaBolt.html" t
 itle="class in org.apache.storm.kafka.bolt">KafkaBolt</a>, <a href="../../../../org/apache/storm/drpc/KeyedFairBolt.html" title="class in org.apache.storm.drpc">KeyedFairBolt</a>, <a href="../../../../org/apache/storm/metric/MetricsConsumerBolt.html" title="class in org.apache.storm.metric">MetricsConsumerBolt</a>, <a href="../../../../org/apache/storm/mongodb/bolt/MongoInsertBolt.html" title="class in org.apache.storm.mongodb.bolt">MongoInsertBolt</a>, <a href="../../../../org/apache/storm/mongodb/bolt/MongoUpdateBolt.html" title="class in org.apache.storm.mongodb.bolt">MongoUpdateBolt</a>, <a href="../../../../org/apache/storm/mqtt/bolt/MqttBolt.html" title="class in org.apache.storm.mqtt.bolt">MqttBolt</a>, <a href="../../../../org/apache/storm/starter/MultipleLoggerTopology.ExclamationLoggingBolt.html" title="class in org.apache.storm.starter">MultipleLoggerTopology.ExclamationLoggingBolt</a>, <a href="../../../../org/apache/storm/testing/NonRichBoltTracker.html" title="class in
  org.apache.storm.testing">NonRichBoltTracker</a>, <a href="../../../../org/apache/storm/testing/PythonShellMetricsBolt.html" title="class in org.apache.storm.testing">PythonShellMetricsBolt</a>, <a href="../../../../org/apache/storm/redis/bolt/RedisLookupBolt.html" title="class in org.apache.storm.redis.bolt">RedisLookupBolt</a>, <a href="../../../../org/apache/storm/redis/bolt/RedisStoreBolt.html" title="class in org.apache.storm.redis.bolt">RedisStoreBolt</a>, <a href="../../../../org/apache/storm/starter/ResourceAwareExampleTopology.ExclamationBolt.html" title="class in org.apache.storm.starter">ResourceAwareExampleTopology.ExclamationBolt</a>, <a href="../../../../org/apache/storm/drpc/ReturnResults.html" title="class in org.apache.storm.drpc">ReturnResults</a>, <a href="../../../../org/apache/storm/clojure/RichShellBolt.html" title="class in org.apache.storm.clojure">RichShellBolt</a>, <a href="../../../../org/apache/storm/starter/bolt/RollingCountAggBolt.html" title="class in
  org.apache.storm.starter.bolt">RollingCountAggBolt</a>, <a href="../../../../org/apache/storm/starter/bolt/RollingCountBolt.html" title="class in org.apache.storm.starter.bolt">RollingCountBolt</a>, <a href="../../../../org/apache/storm/hdfs/bolt/SequenceFileBolt.html" title="class in org.apache.storm.hdfs.bolt">SequenceFileBolt</a>, <a href="../../../../org/apache/storm/task/ShellBolt.html" title="class in org.apache.storm.task">ShellBolt</a>, <a href="../../../../org/apache/storm/starter/bolt/SingleJoinBolt.html" title="class in org.apache.storm.starter.bolt">SingleJoinBolt</a>, <a href="../../../../org/apache/storm/solr/bolt/SolrUpdateBolt.html" title="class in org.apache.storm.solr.bolt">SolrUpdateBolt</a>, <a href="../../../../org/apache/storm/topology/StatefulBoltExecutor.html" title="class in org.apache.storm.topology">StatefulBoltExecutor</a>, <a href="../../../../org/apache/storm/topology/StatefulWindowedBoltExecutor.html" title="class in org.apache.storm.topology">Statefu
 lWindowedBoltExecutor</a>, <a href="../../../../org/apache/storm/metric/SystemBolt.html" title="class in org.apache.storm.metric">SystemBolt</a>, <a href="../../../../org/apache/storm/testing/TestAggregatesCounter.html" title="class in org.apache.storm.testing">TestAggregatesCounter</a>, <a href="../../../../org/apache/storm/testing/TestEventOrderCheckBolt.html" title="class in org.apache.storm.testing">TestEventOrderCheckBolt</a>, <a href="../../../../org/apache/storm/testing/TestGlobalCount.html" title="class in org.apache.storm.testing">TestGlobalCount</a>, <a href="../../../../org/apache/storm/testing/TestPlannerBolt.html" title="class in org.apache.storm.testing">TestPlannerBolt</a>, <a href="../../../../org/apache/storm/transactional/TransactionalSpoutBatchExecutor.html" title="class in org.apache.storm.transactional">TransactionalSpoutBatchExecutor</a>, <a href="../../../../org/apache/storm/trident/topology/TridentBoltExecutor.html" title="class in org.apache.storm.trident.to
 pology">TridentBoltExecutor</a>, <a href="../../../../org/apache/storm/testing/TupleCaptureBolt.html" title="class in org.apache.storm.testing">TupleCaptureBolt</a>, <a href="../../../../org/apache/storm/topology/WindowedBoltExecutor.html" title="class in org.apache.storm.topology">WindowedBoltExecutor</a>, <a href="../../../../org/apache/storm/starter/WordCountTopology.SplitSentence.html" title="class in org.apache.storm.starter">WordCountTopology.SplitSentence</a>, <a href="../../../../org/apache/storm/starter/WordCountTopologyNode.SplitSentence.html" title="class in org.apache.storm.starter">WordCountTopologyNode.SplitSentence</a></dd>
+<dd><a href="../../../../org/apache/storm/elasticsearch/bolt/AbstractEsBolt.html" title="class in org.apache.storm.elasticsearch.bolt">AbstractEsBolt</a>, <a href="../../../../org/apache/storm/hbase/bolt/AbstractHBaseBolt.html" title="class in org.apache.storm.hbase.bolt">AbstractHBaseBolt</a>, <a href="../../../../org/apache/storm/hdfs/bolt/AbstractHdfsBolt.html" title="class in org.apache.storm.hdfs.bolt">AbstractHdfsBolt</a>, <a href="../../../../org/apache/storm/jdbc/bolt/AbstractJdbcBolt.html" title="class in org.apache.storm.jdbc.bolt">AbstractJdbcBolt</a>, <a href="../../../../org/apache/storm/mongodb/bolt/AbstractMongoBolt.html" title="class in org.apache.storm.mongodb.bolt">AbstractMongoBolt</a>, <a href="../../../../org/apache/storm/redis/bolt/AbstractRedisBolt.html" title="class in org.apache.storm.redis.bolt">AbstractRedisBolt</a>, <a href="../../../../org/apache/storm/daemon/Acker.html" title="class in org.apache.storm.daemon">Acker</a>, <a href="../../../../org/apache/
 storm/hdfs/bolt/AvroGenericRecordBolt.html" title="class in org.apache.storm.hdfs.bolt">AvroGenericRecordBolt</a>, <a href="../../../../org/apache/storm/cassandra/bolt/BaseCassandraBolt.html" title="class in org.apache.storm.cassandra.bolt">BaseCassandraBolt</a>, <a href="../../../../org/apache/storm/topology/base/BaseRichBolt.html" title="class in org.apache.storm.topology.base">BaseRichBolt</a>, <a href="../../../../org/apache/storm/topology/BaseStatefulBoltExecutor.html" title="class in org.apache.storm.topology">BaseStatefulBoltExecutor</a>, <a href="../../../../org/apache/storm/topology/BasicBoltExecutor.html" title="class in org.apache.storm.topology">BasicBoltExecutor</a>, <a href="../../../../org/apache/storm/coordination/BatchBoltExecutor.html" title="class in org.apache.storm.coordination">BatchBoltExecutor</a>, <a href="../../../../org/apache/storm/cassandra/bolt/BatchCassandraWriterBolt.html" title="class in org.apache.storm.cassandra.bolt">BatchCassandraWriterBolt</a>, 
 <a href="../../../../org/apache/storm/starter/BlobStoreAPIWordCountTopology.SplitSentence.html" title="class in org.apache.storm.starter">BlobStoreAPIWordCountTopology.SplitSentence</a>, <a href="../../../../org/apache/storm/testing/BoltTracker.html" title="class in org.apache.storm.testing">BoltTracker</a>, <a href="../../../../org/apache/storm/cassandra/bolt/CassandraWriterBolt.html" title="class in org.apache.storm.cassandra.bolt">CassandraWriterBolt</a>, <a href="../../../../org/apache/storm/topology/CheckpointTupleForwarder.html" title="class in org.apache.storm.topology">CheckpointTupleForwarder</a>, <a href="../../../../org/apache/storm/clojure/ClojureBolt.html" title="class in org.apache.storm.clojure">ClojureBolt</a>, <a href="../../../../org/apache/storm/coordination/CoordinatedBolt.html" title="class in org.apache.storm.coordination">CoordinatedBolt</a>, <a href="../../../../org/apache/storm/elasticsearch/bolt/EsIndexBolt.html" title="class in org.apache.storm.elasticsear
 ch.bolt">EsIndexBolt</a>, <a href="../../../../org/apache/storm/elasticsearch/bolt/EsLookupBolt.html" title="class in org.apache.storm.elasticsearch.bolt">EsLookupBolt</a>, <a href="../../../../org/apache/storm/elasticsearch/bolt/EsPercolateBolt.html" title="class in org.apache.storm.elasticsearch.bolt">EsPercolateBolt</a>, <a href="../../../../org/apache/storm/eventhubs/bolt/EventHubBolt.html" title="class in org.apache.storm.eventhubs.bolt">EventHubBolt</a>, <a href="../../../../org/apache/storm/metric/EventLoggerBolt.html" title="class in org.apache.storm.metric">EventLoggerBolt</a>, <a href="../../../../org/apache/storm/starter/ExclamationTopology.ExclamationBolt.html" title="class in org.apache.storm.starter">ExclamationTopology.ExclamationBolt</a>, <a href="../../../../org/apache/storm/flux/wrappers/bolts/FluxShellBolt.html" title="class in org.apache.storm.flux.wrappers.bolts">FluxShellBolt</a>, <a href="../../../../org/apache/storm/hbase/bolt/HBaseBolt.html" title="class in 
 org.apache.storm.hbase.bolt">HBaseBolt</a>, <a href="../../../../org/apache/storm/hbase/bolt/HBaseLookupBolt.html" title="class in org.apache.storm.hbase.bolt">HBaseLookupBolt</a>, <a href="../../../../org/apache/storm/hdfs/bolt/HdfsBolt.html" title="class in org.apache.storm.hdfs.bolt">HdfsBolt</a>, <a href="../../../../storm/starter/HdfsSpoutTopology.ConstBolt.html" title="class in storm.starter">HdfsSpoutTopology.ConstBolt</a>, <a href="../../../../org/apache/storm/hive/bolt/HiveBolt.html" title="class in org.apache.storm.hive.bolt">HiveBolt</a>, <a href="../../../../org/apache/storm/jdbc/bolt/JdbcInsertBolt.html" title="class in org.apache.storm.jdbc.bolt">JdbcInsertBolt</a>, <a href="../../../../org/apache/storm/jdbc/bolt/JdbcLookupBolt.html" title="class in org.apache.storm.jdbc.bolt">JdbcLookupBolt</a>, <a href="../../../../org/apache/storm/drpc/JoinResult.html" title="class in org.apache.storm.drpc">JoinResult</a>, <a href="../../../../org/apache/storm/kafka/bolt/KafkaBolt.h
 tml" title="class in org.apache.storm.kafka.bolt">KafkaBolt</a>, <a href="../../../../org/apache/storm/drpc/KeyedFairBolt.html" title="class in org.apache.storm.drpc">KeyedFairBolt</a>, <a href="../../../../org/apache/storm/metric/MetricsConsumerBolt.html" title="class in org.apache.storm.metric">MetricsConsumerBolt</a>, <a href="../../../../org/apache/storm/mongodb/bolt/MongoInsertBolt.html" title="class in org.apache.storm.mongodb.bolt">MongoInsertBolt</a>, <a href="../../../../org/apache/storm/mongodb/bolt/MongoUpdateBolt.html" title="class in org.apache.storm.mongodb.bolt">MongoUpdateBolt</a>, <a href="../../../../org/apache/storm/mqtt/bolt/MqttBolt.html" title="class in org.apache.storm.mqtt.bolt">MqttBolt</a>, <a href="../../../../org/apache/storm/starter/MultipleLoggerTopology.ExclamationLoggingBolt.html" title="class in org.apache.storm.starter">MultipleLoggerTopology.ExclamationLoggingBolt</a>, <a href="../../../../org/apache/storm/testing/NonRichBoltTracker.html" title="cl
 ass in org.apache.storm.testing">NonRichBoltTracker</a>, <a href="../../../../org/apache/storm/testing/PythonShellMetricsBolt.html" title="class in org.apache.storm.testing">PythonShellMetricsBolt</a>, <a href="../../../../org/apache/storm/redis/bolt/RedisLookupBolt.html" title="class in org.apache.storm.redis.bolt">RedisLookupBolt</a>, <a href="../../../../org/apache/storm/redis/bolt/RedisStoreBolt.html" title="class in org.apache.storm.redis.bolt">RedisStoreBolt</a>, <a href="../../../../org/apache/storm/starter/ResourceAwareExampleTopology.ExclamationBolt.html" title="class in org.apache.storm.starter">ResourceAwareExampleTopology.ExclamationBolt</a>, <a href="../../../../org/apache/storm/drpc/ReturnResults.html" title="class in org.apache.storm.drpc">ReturnResults</a>, <a href="../../../../org/apache/storm/clojure/RichShellBolt.html" title="class in org.apache.storm.clojure">RichShellBolt</a>, <a href="../../../../org/apache/storm/starter/bolt/RollingCountAggBolt.html" title="cl
 ass in org.apache.storm.starter.bolt">RollingCountAggBolt</a>, <a href="../../../../org/apache/storm/starter/bolt/RollingCountBolt.html" title="class in org.apache.storm.starter.bolt">RollingCountBolt</a>, <a href="../../../../org/apache/storm/hdfs/bolt/SequenceFileBolt.html" title="class in org.apache.storm.hdfs.bolt">SequenceFileBolt</a>, <a href="../../../../org/apache/storm/task/ShellBolt.html" title="class in org.apache.storm.task">ShellBolt</a>, <a href="../../../../org/apache/storm/starter/bolt/SingleJoinBolt.html" title="class in org.apache.storm.starter.bolt">SingleJoinBolt</a>, <a href="../../../../org/apache/storm/solr/bolt/SolrUpdateBolt.html" title="class in org.apache.storm.solr.bolt">SolrUpdateBolt</a>, <a href="../../../../org/apache/storm/topology/StatefulBoltExecutor.html" title="class in org.apache.storm.topology">StatefulBoltExecutor</a>, <a href="../../../../org/apache/storm/topology/StatefulWindowedBoltExecutor.html" title="class in org.apache.storm.topology">S
 tatefulWindowedBoltExecutor</a>, <a href="../../../../org/apache/storm/metric/SystemBolt.html" title="class in org.apache.storm.metric">SystemBolt</a>, <a href="../../../../org/apache/storm/testing/TestAggregatesCounter.html" title="class in org.apache.storm.testing">TestAggregatesCounter</a>, <a href="../../../../org/apache/storm/testing/TestEventOrderCheckBolt.html" title="class in org.apache.storm.testing">TestEventOrderCheckBolt</a>, <a href="../../../../org/apache/storm/testing/TestGlobalCount.html" title="class in org.apache.storm.testing">TestGlobalCount</a>, <a href="../../../../org/apache/storm/testing/TestPlannerBolt.html" title="class in org.apache.storm.testing">TestPlannerBolt</a>, <a href="../../../../org/apache/storm/transactional/TransactionalSpoutBatchExecutor.html" title="class in org.apache.storm.transactional">TransactionalSpoutBatchExecutor</a>, <a href="../../../../org/apache/storm/trident/topology/TridentBoltExecutor.html" title="class in org.apache.storm.trid
 ent.topology">TridentBoltExecutor</a>, <a href="../../../../org/apache/storm/testing/TupleCaptureBolt.html" title="class in org.apache.storm.testing">TupleCaptureBolt</a>, <a href="../../../../org/apache/storm/topology/WindowedBoltExecutor.html" title="class in org.apache.storm.topology">WindowedBoltExecutor</a>, <a href="../../../../org/apache/storm/starter/WordCountTopology.SplitSentence.html" title="class in org.apache.storm.starter">WordCountTopology.SplitSentence</a>, <a href="../../../../org/apache/storm/starter/WordCountTopologyNode.SplitSentence.html" title="class in org.apache.storm.starter">WordCountTopologyNode.SplitSentence</a></dd>
 </dl>
 <hr>
 <br>

Modified: storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/IErrorReporter.html
URL: http://svn.apache.org/viewvc/storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/IErrorReporter.html?rev=1746399&r1=1746398&r2=1746399&view=diff
==============================================================================
--- storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/IErrorReporter.html (original)
+++ storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/IErrorReporter.html Wed Jun  1 06:20:57 2016
@@ -105,7 +105,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <dl>
 <dt>All Known Implementing Classes:</dt>
-<dd><a href="../../../../org/apache/storm/topology/BasicOutputCollector.html" title="class in org.apache.storm.topology">BasicOutputCollector</a>, <a href="../../../../org/apache/storm/topology/CheckpointTupleForwarder.AnchoringOutputCollector.html" title="class in org.apache.storm.topology">CheckpointTupleForwarder.AnchoringOutputCollector</a>, <a href="../../../../org/apache/storm/coordination/CoordinatedBolt.CoordinatedOutputCollector.html" title="class in org.apache.storm.coordination">CoordinatedBolt.CoordinatedOutputCollector</a>, <a href="../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a>, <a href="../../../../org/apache/storm/spout/SpoutOutputCollector.html" title="class in org.apache.storm.spout">SpoutOutputCollector</a></dd>
+<dd><a href="../../../../org/apache/storm/topology/BaseStatefulBoltExecutor.AnchoringOutputCollector.html" title="class in org.apache.storm.topology">BaseStatefulBoltExecutor.AnchoringOutputCollector</a>, <a href="../../../../org/apache/storm/topology/BasicOutputCollector.html" title="class in org.apache.storm.topology">BasicOutputCollector</a>, <a href="../../../../org/apache/storm/coordination/CoordinatedBolt.CoordinatedOutputCollector.html" title="class in org.apache.storm.coordination">CoordinatedBolt.CoordinatedOutputCollector</a>, <a href="../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a>, <a href="../../../../org/apache/storm/spout/SpoutOutputCollector.html" title="class in org.apache.storm.spout">SpoutOutputCollector</a></dd>
 </dl>
 <hr>
 <br>

Modified: storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/IOutputCollector.html
URL: http://svn.apache.org/viewvc/storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/IOutputCollector.html?rev=1746399&r1=1746398&r2=1746399&view=diff
==============================================================================
--- storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/IOutputCollector.html (original)
+++ storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/IOutputCollector.html Wed Jun  1 06:20:57 2016
@@ -105,7 +105,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <dl>
 <dt>All Known Implementing Classes:</dt>
-<dd><a href="../../../../org/apache/storm/topology/CheckpointTupleForwarder.AnchoringOutputCollector.html" title="class in org.apache.storm.topology">CheckpointTupleForwarder.AnchoringOutputCollector</a>, <a href="../../../../org/apache/storm/coordination/CoordinatedBolt.CoordinatedOutputCollector.html" title="class in org.apache.storm.coordination">CoordinatedBolt.CoordinatedOutputCollector</a>, <a href="../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a></dd>
+<dd><a href="../../../../org/apache/storm/topology/BaseStatefulBoltExecutor.AnchoringOutputCollector.html" title="class in org.apache.storm.topology">BaseStatefulBoltExecutor.AnchoringOutputCollector</a>, <a href="../../../../org/apache/storm/coordination/CoordinatedBolt.CoordinatedOutputCollector.html" title="class in org.apache.storm.coordination">CoordinatedBolt.CoordinatedOutputCollector</a>, <a href="../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a></dd>
 </dl>
 <hr>
 <br>

Modified: storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/OutputCollector.html
URL: http://svn.apache.org/viewvc/storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/OutputCollector.html?rev=1746399&r1=1746398&r2=1746399&view=diff
==============================================================================
--- storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/OutputCollector.html (original)
+++ storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/OutputCollector.html Wed Jun  1 06:20:57 2016
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <dl>
 <dt>Direct Known Subclasses:</dt>
-<dd><a href="../../../../org/apache/storm/topology/CheckpointTupleForwarder.AnchoringOutputCollector.html" title="class in org.apache.storm.topology">CheckpointTupleForwarder.AnchoringOutputCollector</a></dd>
+<dd><a href="../../../../org/apache/storm/topology/BaseStatefulBoltExecutor.AnchoringOutputCollector.html" title="class in org.apache.storm.topology">BaseStatefulBoltExecutor.AnchoringOutputCollector</a></dd>
 </dl>
 <hr>
 <br>

Modified: storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/class-use/IBolt.html
URL: http://svn.apache.org/viewvc/storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/class-use/IBolt.html?rev=1746399&r1=1746398&r2=1746399&view=diff
==============================================================================
--- storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/class-use/IBolt.html (original)
+++ storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/class-use/IBolt.html Wed Jun  1 06:20:57 2016
@@ -428,7 +428,7 @@
 <tr class="altColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/flux/wrappers/bolts/FluxShellBolt.html" title="class in org.apache.storm.flux.wrappers.bolts">FluxShellBolt</a></span></code>
-<div class="block">A generic <code>ShellBolt</code> implementation that allows you specify output fields without having to subclass <code>ShellBolt</code> to do so.</div>
+<div class="block">A generic <code>ShellBolt</code> implementation that allows you specify output fields and even streams without having to subclass <code>ShellBolt</code> to do so.</div>
 </td>
 </tr>
 </tbody>
@@ -879,12 +879,6 @@
 <div class="block">When writing topologies using Java, <a href="../../../../../org/apache/storm/topology/IRichBolt.html" title="interface in org.apache.storm.topology"><code>IRichBolt</code></a> and <a href="../../../../../org/apache/storm/topology/IRichSpout.html" title="interface in org.apache.storm.topology"><code>IRichSpout</code></a> are the main interfaces to use to implement components of the topology.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code>interface&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/IStatefulBolt.html" title="interface in org.apache.storm.topology">IStatefulBolt</a>&lt;T extends <a href="../../../../../org/apache/storm/state/State.html" title="interface in org.apache.storm.state">State</a>&gt;</span></code>
-<div class="block">A bolt abstraction for supporting stateful computation.</div>
-</td>
-</tr>
 </tbody>
 </table>
 <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
@@ -896,27 +890,33 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/BasicBoltExecutor.html" title="class in org.apache.storm.topology">BasicBoltExecutor</a></span></code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/BaseStatefulBoltExecutor.html" title="class in org.apache.storm.topology">BaseStatefulBoltExecutor</a></span></code>
+<div class="block">Base class that abstracts the common logic for executing bolts in a stateful topology.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/BasicBoltExecutor.html" title="class in org.apache.storm.topology">BasicBoltExecutor</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/CheckpointTupleForwarder.html" title="class in org.apache.storm.topology">CheckpointTupleForwarder</a></span></code>
 <div class="block">Wraps <a href="../../../../../org/apache/storm/topology/IRichBolt.html" title="interface in org.apache.storm.topology"><code>IRichBolt</code></a> and forwards checkpoint tuples in a stateful topology.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/StatefulBoltExecutor.html" title="class in org.apache.storm.topology">StatefulBoltExecutor</a>&lt;T extends <a href="../../../../../org/apache/storm/state/State.html" title="interface in org.apache.storm.state">State</a>&gt;</span></code>
 <div class="block">Wraps a <a href="../../../../../org/apache/storm/topology/IStatefulBolt.html" title="interface in org.apache.storm.topology"><code>IStatefulBolt</code></a> and manages the state of the bolt.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/StatefulWindowedBoltExecutor.html" title="class in org.apache.storm.topology">StatefulWindowedBoltExecutor</a>&lt;T extends <a href="../../../../../org/apache/storm/state/State.html" title="interface in org.apache.storm.state">State</a>&gt;</span></code>
 <div class="block">Wraps a <a href="../../../../../org/apache/storm/topology/IStatefulWindowedBolt.html" title="interface in org.apache.storm.topology"><code>IStatefulWindowedBolt</code></a> and handles the execution.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/WindowedBoltExecutor.html" title="class in org.apache.storm.topology">WindowedBoltExecutor</a></span></code>
 <div class="block">An <a href="../../../../../org/apache/storm/topology/IWindowedBolt.html" title="interface in org.apache.storm.topology"><code>IWindowedBolt</code></a> wrapper that does the windowing of tuples.</div>
@@ -940,10 +940,6 @@
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/base/BaseRichBolt.html" title="class in org.apache.storm.topology.base">BaseRichBolt</a></span></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/base/BaseStatefulBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulBolt</a>&lt;T extends <a href="../../../../../org/apache/storm/state/State.html" title="interface in org.apache.storm.state">State</a>&gt;</span></code>&nbsp;</td>
-</tr>
 </tbody>
 </table>
 </li>

Modified: storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/class-use/IErrorReporter.html
URL: http://svn.apache.org/viewvc/storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/class-use/IErrorReporter.html?rev=1746399&r1=1746398&r2=1746399&view=diff
==============================================================================
--- storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/class-use/IErrorReporter.html (original)
+++ storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/class-use/IErrorReporter.html Wed Jun  1 06:20:57 2016
@@ -294,12 +294,12 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/BasicOutputCollector.html" title="class in org.apache.storm.topology">BasicOutputCollector</a></span></code>&nbsp;</td>
+<td class="colFirst"><code>protected static class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/BaseStatefulBoltExecutor.AnchoringOutputCollector.html" title="class in org.apache.storm.topology">BaseStatefulBoltExecutor.AnchoringOutputCollector</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected static class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/CheckpointTupleForwarder.AnchoringOutputCollector.html" title="class in org.apache.storm.topology">CheckpointTupleForwarder.AnchoringOutputCollector</a></span></code>&nbsp;</td>
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/BasicOutputCollector.html" title="class in org.apache.storm.topology">BasicOutputCollector</a></span></code>&nbsp;</td>
 </tr>
 </tbody>
 </table>

Modified: storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/class-use/IOutputCollector.html
URL: http://svn.apache.org/viewvc/storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/class-use/IOutputCollector.html?rev=1746399&r1=1746398&r2=1746399&view=diff
==============================================================================
--- storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/class-use/IOutputCollector.html (original)
+++ storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/class-use/IOutputCollector.html Wed Jun  1 06:20:57 2016
@@ -172,7 +172,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected static class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/CheckpointTupleForwarder.AnchoringOutputCollector.html" title="class in org.apache.storm.topology">CheckpointTupleForwarder.AnchoringOutputCollector</a></span></code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/BaseStatefulBoltExecutor.AnchoringOutputCollector.html" title="class in org.apache.storm.topology">BaseStatefulBoltExecutor.AnchoringOutputCollector</a></span></code>&nbsp;</td>
 </tr>
 </tbody>
 </table>

Modified: storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/class-use/OutputCollector.html
URL: http://svn.apache.org/viewvc/storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/class-use/OutputCollector.html?rev=1746399&r1=1746398&r2=1746399&view=diff
==============================================================================
--- storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/class-use/OutputCollector.html (original)
+++ storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/class-use/OutputCollector.html Wed Jun  1 06:20:57 2016
@@ -199,6 +199,10 @@
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.storm.utils">org.apache.storm.utils</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a href="#storm.starter">storm.starter</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
@@ -670,6 +674,12 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">HBaseBolt.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/hbase/bolt/HBaseBolt.html#prepare-java.util.Map-org.apache.storm.task.TopologyContext-org.apache.storm.task.OutputCollector-">prepare</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;map,
+       <a href="../../../../../org/apache/storm/task/TopologyContext.html" title="class in org.apache.storm.task">TopologyContext</a>&nbsp;topologyContext,
+       <a href="../../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a>&nbsp;collector)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">AbstractHBaseBolt.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/hbase/bolt/AbstractHBaseBolt.html#prepare-java.util.Map-org.apache.storm.task.TopologyContext-org.apache.storm.task.OutputCollector-">prepare</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;map,
        <a href="../../../../../org/apache/storm/task/TopologyContext.html" title="class in org.apache.storm.task">TopologyContext</a>&nbsp;topologyContext,
        <a href="../../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a>&nbsp;collector)</code>&nbsp;</td>
@@ -873,6 +883,12 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">MongoInsertBolt.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/mongodb/bolt/MongoInsertBolt.html#prepare-java.util.Map-org.apache.storm.task.TopologyContext-org.apache.storm.task.OutputCollector-">prepare</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;stormConf,
+       <a href="../../../../../org/apache/storm/task/TopologyContext.html" title="class in org.apache.storm.task">TopologyContext</a>&nbsp;context,
+       <a href="../../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a>&nbsp;collector)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">AbstractMongoBolt.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/mongodb/bolt/AbstractMongoBolt.html#prepare-java.util.Map-org.apache.storm.task.TopologyContext-org.apache.storm.task.OutputCollector-">prepare</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;stormConf,
        <a href="../../../../../org/apache/storm/task/TopologyContext.html" title="class in org.apache.storm.task">TopologyContext</a>&nbsp;context,
        <a href="../../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a>&nbsp;collector)</code>&nbsp;</td>
@@ -1122,7 +1138,20 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected static class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/CheckpointTupleForwarder.AnchoringOutputCollector.html" title="class in org.apache.storm.topology">CheckpointTupleForwarder.AnchoringOutputCollector</a></span></code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/BaseStatefulBoltExecutor.AnchoringOutputCollector.html" title="class in org.apache.storm.topology">BaseStatefulBoltExecutor.AnchoringOutputCollector</a></span></code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
+<caption><span>Fields in <a href="../../../../../org/apache/storm/topology/package-summary.html">org.apache.storm.topology</a> declared as <a href="../../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a href="../../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a></code></td>
+<td class="colLast"><span class="typeNameLabel">BaseStatefulBoltExecutor.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/BaseStatefulBoltExecutor.html#collector">collector</a></span></code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -1135,7 +1164,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="typeNameLabel">CheckpointTupleForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/CheckpointTupleForwarder.html#init-org.apache.storm.task.TopologyContext-org.apache.storm.task.OutputCollector-">init</a></span>(<a href="../../../../../org/apache/storm/task/TopologyContext.html" title="class in org.apache.storm.task">TopologyContext</a>&nbsp;context,
+<td class="colLast"><span class="typeNameLabel">BaseStatefulBoltExecutor.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/BaseStatefulBoltExecutor.html#init-org.apache.storm.task.TopologyContext-org.apache.storm.task.OutputCollector-">init</a></span>(<a href="../../../../../org/apache/storm/task/TopologyContext.html" title="class in org.apache.storm.task">TopologyContext</a>&nbsp;context,
     <a href="../../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a>&nbsp;collector)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -1166,12 +1195,18 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">CheckpointTupleForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/CheckpointTupleForwarder.html#prepare-java.util.Map-org.apache.storm.task.TopologyContext-org.apache.storm.task.OutputCollector-">prepare</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;stormConf,
+<td class="colLast"><span class="typeNameLabel">IStatefulBolt.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/IStatefulBolt.html#prepare-java.util.Map-org.apache.storm.task.TopologyContext-org.apache.storm.task.OutputCollector-">prepare</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;stormConf,
        <a href="../../../../../org/apache/storm/task/TopologyContext.html" title="class in org.apache.storm.task">TopologyContext</a>&nbsp;context,
        <a href="../../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a>&nbsp;collector)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">CheckpointTupleForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/CheckpointTupleForwarder.html#prepare-java.util.Map-org.apache.storm.task.TopologyContext-org.apache.storm.task.OutputCollector-">prepare</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;stormConf,
+       <a href="../../../../../org/apache/storm/task/TopologyContext.html" title="class in org.apache.storm.task">TopologyContext</a>&nbsp;context,
+       <a href="../../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a>&nbsp;outputCollector)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">BasicBoltExecutor.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/BasicBoltExecutor.html#prepare-java.util.Map-org.apache.storm.task.TopologyContext-org.apache.storm.task.OutputCollector-">prepare</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;stormConf,
        <a href="../../../../../org/apache/storm/task/TopologyContext.html" title="class in org.apache.storm.task">TopologyContext</a>&nbsp;context,
        <a href="../../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a>&nbsp;collector)</code>&nbsp;</td>
@@ -1255,6 +1290,23 @@
 </tr>
 </tbody>
 </table>
+</li>
+<li class="blockList"><a name="org.apache.storm.utils">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a> in <a href="../../../../../org/apache/storm/utils/package-summary.html">org.apache.storm.utils</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
+<caption><span>Constructors in <a href="../../../../../org/apache/storm/utils/package-summary.html">org.apache.storm.utils</a> with parameters of type <a href="../../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/utils/BatchHelper.html#BatchHelper-int-org.apache.storm.task.OutputCollector-">BatchHelper</a></span>(int&nbsp;batchSize,
+           <a href="../../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a>&nbsp;collector)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
 </li>
 <li class="blockList"><a name="storm.starter">
 <!--   -->

Modified: storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/class-use/ShellBolt.html
URL: http://svn.apache.org/viewvc/storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/class-use/ShellBolt.html?rev=1746399&r1=1746398&r2=1746399&view=diff
==============================================================================
--- storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/class-use/ShellBolt.html (original)
+++ storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/class-use/ShellBolt.html Wed Jun  1 06:20:57 2016
@@ -139,7 +139,7 @@
 <tr class="altColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/flux/wrappers/bolts/FluxShellBolt.html" title="class in org.apache.storm.flux.wrappers.bolts">FluxShellBolt</a></span></code>
-<div class="block">A generic <code>ShellBolt</code> implementation that allows you specify output fields without having to subclass <code>ShellBolt</code> to do so.</div>
+<div class="block">A generic <code>ShellBolt</code> implementation that allows you specify output fields and even streams without having to subclass <code>ShellBolt</code> to do so.</div>
 </td>
 </tr>
 </tbody>

Modified: storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/class-use/TopologyContext.html
URL: http://svn.apache.org/viewvc/storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/class-use/TopologyContext.html?rev=1746399&r1=1746398&r2=1746399&view=diff
==============================================================================
--- storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/class-use/TopologyContext.html (original)
+++ storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/class-use/TopologyContext.html Wed Jun  1 06:20:57 2016
@@ -676,6 +676,12 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">HBaseBolt.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/hbase/bolt/HBaseBolt.html#prepare-java.util.Map-org.apache.storm.task.TopologyContext-org.apache.storm.task.OutputCollector-">prepare</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;map,
+       <a href="../../../../../org/apache/storm/task/TopologyContext.html" title="class in org.apache.storm.task">TopologyContext</a>&nbsp;topologyContext,
+       <a href="../../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a>&nbsp;collector)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">AbstractHBaseBolt.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/hbase/bolt/AbstractHBaseBolt.html#prepare-java.util.Map-org.apache.storm.task.TopologyContext-org.apache.storm.task.OutputCollector-">prepare</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;map,
        <a href="../../../../../org/apache/storm/task/TopologyContext.html" title="class in org.apache.storm.task">TopologyContext</a>&nbsp;topologyContext,
        <a href="../../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a>&nbsp;collector)</code>&nbsp;</td>
@@ -1079,6 +1085,12 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">MongoInsertBolt.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/mongodb/bolt/MongoInsertBolt.html#prepare-java.util.Map-org.apache.storm.task.TopologyContext-org.apache.storm.task.OutputCollector-">prepare</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;stormConf,
+       <a href="../../../../../org/apache/storm/task/TopologyContext.html" title="class in org.apache.storm.task">TopologyContext</a>&nbsp;context,
+       <a href="../../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a>&nbsp;collector)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">AbstractMongoBolt.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/mongodb/bolt/AbstractMongoBolt.html#prepare-java.util.Map-org.apache.storm.task.TopologyContext-org.apache.storm.task.OutputCollector-">prepare</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;stormConf,
        <a href="../../../../../org/apache/storm/task/TopologyContext.html" title="class in org.apache.storm.task">TopologyContext</a>&nbsp;context,
        <a href="../../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a>&nbsp;collector)</code>&nbsp;</td>
@@ -1686,7 +1698,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="typeNameLabel">CheckpointTupleForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/CheckpointTupleForwarder.html#init-org.apache.storm.task.TopologyContext-org.apache.storm.task.OutputCollector-">init</a></span>(<a href="../../../../../org/apache/storm/task/TopologyContext.html" title="class in org.apache.storm.task">TopologyContext</a>&nbsp;context,
+<td class="colLast"><span class="typeNameLabel">BaseStatefulBoltExecutor.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/BaseStatefulBoltExecutor.html#init-org.apache.storm.task.TopologyContext-org.apache.storm.task.OutputCollector-">init</a></span>(<a href="../../../../../org/apache/storm/task/TopologyContext.html" title="class in org.apache.storm.task">TopologyContext</a>&nbsp;context,
     <a href="../../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a>&nbsp;collector)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -1722,12 +1734,18 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">CheckpointTupleForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/CheckpointTupleForwarder.html#prepare-java.util.Map-org.apache.storm.task.TopologyContext-org.apache.storm.task.OutputCollector-">prepare</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;stormConf,
+<td class="colLast"><span class="typeNameLabel">IStatefulBolt.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/IStatefulBolt.html#prepare-java.util.Map-org.apache.storm.task.TopologyContext-org.apache.storm.task.OutputCollector-">prepare</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;stormConf,
        <a href="../../../../../org/apache/storm/task/TopologyContext.html" title="class in org.apache.storm.task">TopologyContext</a>&nbsp;context,
        <a href="../../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a>&nbsp;collector)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">CheckpointTupleForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/CheckpointTupleForwarder.html#prepare-java.util.Map-org.apache.storm.task.TopologyContext-org.apache.storm.task.OutputCollector-">prepare</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;stormConf,
+       <a href="../../../../../org/apache/storm/task/TopologyContext.html" title="class in org.apache.storm.task">TopologyContext</a>&nbsp;context,
+       <a href="../../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a>&nbsp;outputCollector)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">BasicBoltExecutor.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/topology/BasicBoltExecutor.html#prepare-java.util.Map-org.apache.storm.task.TopologyContext-org.apache.storm.task.OutputCollector-">prepare</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;stormConf,
        <a href="../../../../../org/apache/storm/task/TopologyContext.html" title="class in org.apache.storm.task">TopologyContext</a>&nbsp;context,
        <a href="../../../../../org/apache/storm/task/OutputCollector.html" title="class in org.apache.storm.task">OutputCollector</a>&nbsp;collector)</code>&nbsp;</td>
@@ -2008,7 +2026,7 @@
               <a href="../../../../../org/apache/storm/task/TopologyContext.html" title="class in org.apache.storm.task">TopologyContext</a>&nbsp;context)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/storm/trident/spout/ITridentSpout.BatchCoordinator.html" title="interface in org.apache.storm.trident.spout">ITridentSpout.BatchCoordinator</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/storm/trident/spout/ITridentSpout.BatchCoordinator.html" title="interface in org.apache.storm.trident.spout">ITridentSpout.BatchCoordinator</a></code></td>
 <td class="colLast"><span class="typeNameLabel">PartitionedTridentSpoutExecutor.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/trident/spout/PartitionedTridentSpoutExecutor.html#getCoordinator-java.lang.String-java.util.Map-org.apache.storm.task.TopologyContext-">getCoordinator</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;txStateId,
               <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;conf,
               <a href="../../../../../org/apache/storm/task/TopologyContext.html" title="class in org.apache.storm.task">TopologyContext</a>&nbsp;context)</code>&nbsp;</td>
@@ -2050,7 +2068,7 @@
           <a href="../../../../../org/apache/storm/task/TopologyContext.html" title="class in org.apache.storm.task">TopologyContext</a>&nbsp;context)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/storm/trident/spout/ITridentSpout.Emitter.html" title="interface in org.apache.storm.trident.spout">ITridentSpout.Emitter</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/storm/trident/spout/ITridentSpout.Emitter.html" title="interface in org.apache.storm.trident.spout">ITridentSpout.Emitter</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;</code></td>
 <td class="colLast"><span class="typeNameLabel">PartitionedTridentSpoutExecutor.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/trident/spout/PartitionedTridentSpoutExecutor.html#getEmitter-java.lang.String-java.util.Map-org.apache.storm.task.TopologyContext-">getEmitter</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;txStateId,
           <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;conf,
           <a href="../../../../../org/apache/storm/task/TopologyContext.html" title="class in org.apache.storm.task">TopologyContext</a>&nbsp;context)</code>&nbsp;</td>
@@ -2211,7 +2229,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">WindowTridentProcessor.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/trident/windowing/WindowTridentProcessor.html#prepare-java.util.Map-org.apache.storm.task.TopologyContext-org.apache.storm.trident.planner.processor.TridentContext-">prepare</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;conf,
+<td class="colLast"><span class="typeNameLabel">WindowTridentProcessor.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/trident/windowing/WindowTridentProcessor.html#prepare-java.util.Map-org.apache.storm.task.TopologyContext-org.apache.storm.trident.planner.processor.TridentContext-">prepare</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;stormConf,
        <a href="../../../../../org/apache/storm/task/TopologyContext.html" title="class in org.apache.storm.task">TopologyContext</a>&nbsp;context,
        <a href="../../../../../org/apache/storm/trident/planner/processor/TridentContext.html" title="class in org.apache.storm.trident.planner.processor">TridentContext</a>&nbsp;tridentContext)</code>&nbsp;</td>
 </tr>

Modified: storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/package-use.html
URL: http://svn.apache.org/viewvc/storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/package-use.html?rev=1746399&r1=1746398&r2=1746399&view=diff
==============================================================================
--- storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/package-use.html (original)
+++ storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/task/package-use.html Wed Jun  1 06:20:57 2016
@@ -1926,6 +1926,11 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colOne"><a href="../../../../org/apache/storm/task/class-use/OutputCollector.html#org.apache.storm.utils">OutputCollector</a>
+<div class="block">This output collector exposes the API for emitting tuples from an IRichBolt.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../org/apache/storm/task/class-use/TopologyContext.html#org.apache.storm.utils">TopologyContext</a>
 <div class="block">A <code>TopologyContext</code> is given to bolts and spouts in their <code>prepare()</code> and <code>open()</code> methods, respectively.</div>
 </td>

Modified: storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/testing/staticmocking/MockedSupervisorUtils.html
URL: http://svn.apache.org/viewvc/storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/testing/staticmocking/MockedSupervisorUtils.html?rev=1746399&r1=1746398&r2=1746399&view=diff
==============================================================================
--- storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/testing/staticmocking/MockedSupervisorUtils.html (original)
+++ storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/testing/staticmocking/MockedSupervisorUtils.html Wed Jun  1 06:20:57 2016
@@ -134,7 +134,7 @@ implements <a href="http://docs.oracle.c
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/testing/staticmocking/MockedSupervisorUtils.html#MockedSupervisorUtils-org.apache.storm.daemon.supervisor.SupervisorUtils-">MockedSupervisorUtils</a></span>(<a href="../../../../../org/apache/storm/daemon/supervisor/SupervisorUtils.html" title="class in org.apache.storm.daemon.supervisor">SupervisorUtils</a>&nbsp;inst)</code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/storm/testing/staticmocking/MockedSupervisorUtils.html#MockedSupervisorUtils-org.apache.storm.daemon.supervisor.SupervisorUtils-">MockedSupervisorUtils</a></span>(org.apache.storm.daemon.supervisor.SupervisorUtils&nbsp;inst)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -183,7 +183,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockListLast">
 <li class="blockList">
 <h4>MockedSupervisorUtils</h4>
-<pre>public&nbsp;MockedSupervisorUtils(<a href="../../../../../org/apache/storm/daemon/supervisor/SupervisorUtils.html" title="class in org.apache.storm.daemon.supervisor">SupervisorUtils</a>&nbsp;inst)</pre>
+<pre>public&nbsp;MockedSupervisorUtils(org.apache.storm.daemon.supervisor.SupervisorUtils&nbsp;inst)</pre>
 </li>
 </ul>
 </li>

Modified: storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/topology/BaseConfigurationDeclarer.html
URL: http://svn.apache.org/viewvc/storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/topology/BaseConfigurationDeclarer.html?rev=1746399&r1=1746398&r2=1746399&view=diff
==============================================================================
--- storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/topology/BaseConfigurationDeclarer.html (original)
+++ storm/site/publish/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/topology/BaseConfigurationDeclarer.html Wed Jun  1 06:20:57 2016
@@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab";
 <div class="subNav">
 <ul class="navList">
 <li>Prev&nbsp;Class</li>
-<li><a href="../../../../org/apache/storm/topology/BasicBoltExecutor.html" title="class in org.apache.storm.topology"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/storm/topology/BaseStatefulBoltExecutor.html" title="class in org.apache.storm.topology"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../index.html?org/apache/storm/topology/BaseConfigurationDeclarer.html" target="_top">Frames</a></li>
@@ -374,7 +374,7 @@ hljs.initHighlightingOnLoad();
 <div class="subNav">
 <ul class="navList">
 <li>Prev&nbsp;Class</li>
-<li><a href="../../../../org/apache/storm/topology/BasicBoltExecutor.html" title="class in org.apache.storm.topology"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/storm/topology/BaseStatefulBoltExecutor.html" title="class in org.apache.storm.topology"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../index.html?org/apache/storm/topology/BaseConfigurationDeclarer.html" target="_top">Frames</a></li>