You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by sl...@apache.org on 2013/05/09 00:02:11 UTC

svn commit: r1480483 [11/12] - in /incubator/helix/site-content: ./ apidocs/reference/ apidocs/reference/org/apache/helix/ apidocs/reference/org/apache/helix/messaging/handling/ apidocs/reference/org/apache/helix/model/ apidocs/reference/org/apache/hel...

Modified: incubator/helix/site-content/releasing.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/releasing.html?rev=1480483&r1=1480482&r2=1480483&view=diff
==============================================================================
--- incubator/helix/site-content/releasing.html (original)
+++ incubator/helix/site-content/releasing.html Wed May  8 22:02:10 2013
@@ -181,11 +181,9 @@
                 
         <div id="bodyColumn" >
                                   
-            <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/guides/mi
 ni/guide-apt-format.html --><div class="section"><h2>Helix release process<a name="Helix_release_process"></a></h2><ol style="list-style-type: decimal"><li>Post to the dev list a few days before you plan to do an Helix release</li><li>Your maven setting must contains the entry to be able to deploy.<div class="source"><pre class="prettyprint">   &lt;server&gt;
-     &lt;id&gt;apache.releases.https&lt;/id&gt;
-     &lt;username&gt;&lt;/username&gt;
-     &lt;password&gt;&lt;/password&gt;
-   &lt;/server&gt;</pre></div></li><li>Release Helix You should have a GPG agent running (preferred), and confirm it works by running &quot;gpg -ab&quot; (type some text and press Ctrl-D). If you do not have a GPG agent running, make sure that you have the &quot;apache-release&quot; profile set in your settings.xml as shown below.<p>Run the release</p><div class="source"><pre class="prettyprint">mvn release:prepare release:perform -B</pre></div><p>GPG configuration</p><div class="source"><pre class="prettyprint">&lt;profile&gt;
+            <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/guides/mi
 ni/guide-apt-format.html --><div class="section"><h2>Helix release process<a name="Helix_release_process"></a></h2><ol style="list-style-type: decimal"><li>Post to the dev list a few days before you plan to do an Helix release</li><li>Your maven setting must contains the entry to be able to deploy.<p>~/.m2/settings.xml +------------- <i>server</i> <i>id</i>apache.releases.https<i>/id</i> <i>username</i><i>/username</i> <i>password</i><i>/password</i> <i>/server</i> +-------------</p></li><li>Apache DAV passwords<div class="source"><pre class="prettyprint"> Add the following info into your ~/.netrc
+ machine git-wip-us.apache.org login &lt;apache username&gt; &lt;password&gt;
+</pre></div></li><li>Release Helix You should have a GPG agent running in the session you will run the maven release commands(preferred), and confirm it works by running &quot;gpg -ab&quot; (type some text and press Ctrl-D). If you do not have a GPG agent running, make sure that you have the &quot;apache-release&quot; profile set in your settings.xml as shown below.<p>Run the release</p><div class="source"><pre class="prettyprint">mvn release:prepare release:perform -B</pre></div><p>GPG configuration in maven settings xml:</p><div class="source"><pre class="prettyprint">&lt;profile&gt;
   &lt;id&gt;apache-release&lt;/id&gt;
   &lt;properties&gt;
     &lt;gpg.passphrase&gt;[GPG_PASSWORD]&lt;/gpg.passphrase&gt;
@@ -193,7 +191,7 @@
 &lt;/profile&gt;</pre></div></li><li>go to https://repository.apache.org and close your staged repository. Note the repository url (format https://repository.apache.org/content/repositories/orgapachehelix-019/org/apache/helix/helix/0.6-incubating/)<div class="source"><pre class="prettyprint">svn co https://dist.apache.org/repos/dist/dev/incubator/helix helix-dev-release
 cd helix-dev-release
 sh ./release-script-svn.sh version stagingRepoUrl
-then svn add new directory
+then svn add &lt;new directory created with new version as name&gt;
 then svn ci </pre></div></li><li>Call for a vote in the dev list and wait for 72 hrs. for the vote results. 3 binding votes are necessary for the release to be finalized. example After the vote has passed, move the files from dist dev to dist release: svn mv https://dist.apache.org/repos/dist/dev/incubator/helix/version to https://dist.apache.org/repos/dist/release/incubator/helix/</li><li>Prepare release note. Add a page in src/site/apt/releasenotes/ and change value of &lt;currentRelease&gt; in parent pom.</li><li>Send out an announcement of the release to:<ul><li>users@helix.incubator.apache.org</li><li>dev@helix.incubator.apache.org</li></ul></li><li>Celebrate !</li></ol></div>
                   </div>
           </div>

Modified: incubator/helix/site-content/xref-test/allclasses-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/allclasses-frame.html?rev=1480483&r1=1480482&r2=1480483&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/allclasses-frame.html (original)
+++ incubator/helix/site-content/xref-test/allclasses-frame.html Wed May  8 22:02:10 2013
@@ -264,7 +264,7 @@
 				<a href="org/apache/helix/alerts/TestArrivingParticipantStats.html" target="classFrame">TestArrivingParticipantStats</a>
 			</li>
 						<li>
-				<a href="org/apache/helix/messaging/TestAsyncCallbackSvc.html" target="classFrame">TestAsyncCallback</a>
+				<a href="org/apache/helix/messaging/TestAsyncCallback.html" target="classFrame">TestAsyncCallback</a>
 			</li>
 						<li>
 				<a href="org/apache/helix/messaging/TestAsyncCallbackSvc.html" target="classFrame">TestAsyncCallbackSvc</a>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/integration/TestMessagingService.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/integration/TestMessagingService.html?rev=1480483&r1=1480482&r2=1480483&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/integration/TestMessagingService.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/integration/TestMessagingService.html Wed May  8 22:02:10 2013
@@ -174,9 +174,9 @@
 <a class="jxr_linenumber" name="164" href="#164">164</a> 
 <a class="jxr_linenumber" name="165" href="#165">165</a>   }
 <a class="jxr_linenumber" name="166" href="#166">166</a> 
-<a class="jxr_linenumber" name="167" href="#167">167</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../org/apache/helix/messaging/TestAsyncCallbackSvc.html">TestAsyncCallback</a> <strong class="jxr_keyword">extends</strong> AsyncCallback
+<a class="jxr_linenumber" name="167" href="#167">167</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../org/apache/helix/messaging/TestAsyncCallback.html">TestAsyncCallback</a> <strong class="jxr_keyword">extends</strong> AsyncCallback
 <a class="jxr_linenumber" name="168" href="#168">168</a>   {
-<a class="jxr_linenumber" name="169" href="#169">169</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/helix/messaging/TestAsyncCallbackSvc.html">TestAsyncCallback</a>(<strong class="jxr_keyword">long</strong> timeout)
+<a class="jxr_linenumber" name="169" href="#169">169</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/helix/messaging/TestAsyncCallback.html">TestAsyncCallback</a>(<strong class="jxr_keyword">long</strong> timeout)
 <a class="jxr_linenumber" name="170" href="#170">170</a>     {
 <a class="jxr_linenumber" name="171" href="#171">171</a>       <strong class="jxr_keyword">super</strong>(timeout);
 <a class="jxr_linenumber" name="172" href="#172">172</a>     }
@@ -240,7 +240,7 @@
 <a class="jxr_linenumber" name="230" href="#230">230</a>     cr.setRecipientInstanceType(InstanceType.PARTICIPANT);
 <a class="jxr_linenumber" name="231" href="#231">231</a>     cr.setSessionSpecific(false);
 <a class="jxr_linenumber" name="232" href="#232">232</a> 
-<a class="jxr_linenumber" name="233" href="#233">233</a>     <a href="../../../../org/apache/helix/messaging/TestAsyncCallbackSvc.html">TestAsyncCallback</a> callback = <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/helix/messaging/TestAsyncCallbackSvc.html">TestAsyncCallback</a>(60000);
+<a class="jxr_linenumber" name="233" href="#233">233</a>     <a href="../../../../org/apache/helix/messaging/TestAsyncCallback.html">TestAsyncCallback</a> callback = <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/helix/messaging/TestAsyncCallback.html">TestAsyncCallback</a>(60000);
 <a class="jxr_linenumber" name="234" href="#234">234</a> 
 <a class="jxr_linenumber" name="235" href="#235">235</a>     _startCMResultMap.get(hostSrc)._manager.getMessagingService().send(cr, msg, callback, 60000);
 <a class="jxr_linenumber" name="236" href="#236">236</a> 
@@ -250,7 +250,7 @@
 <a class="jxr_linenumber" name="240" href="#240">240</a>         .contains(<span class="jxr_string">"TestReplyMessage"</span>));
 <a class="jxr_linenumber" name="241" href="#241">241</a>     AssertJUnit.assertTrue(callback.getMessageReplied().size() == 1);
 <a class="jxr_linenumber" name="242" href="#242">242</a> 
-<a class="jxr_linenumber" name="243" href="#243">243</a>     <a href="../../../../org/apache/helix/messaging/TestAsyncCallbackSvc.html">TestAsyncCallback</a> callback2 = <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/helix/messaging/TestAsyncCallbackSvc.html">TestAsyncCallback</a>(500);
+<a class="jxr_linenumber" name="243" href="#243">243</a>     <a href="../../../../org/apache/helix/messaging/TestAsyncCallback.html">TestAsyncCallback</a> callback2 = <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/helix/messaging/TestAsyncCallback.html">TestAsyncCallback</a>(500);
 <a class="jxr_linenumber" name="244" href="#244">244</a>     _startCMResultMap.get(hostSrc)._manager.getMessagingService().send(cr, msg, callback2, 500);
 <a class="jxr_linenumber" name="245" href="#245">245</a> 
 <a class="jxr_linenumber" name="246" href="#246">246</a>     Thread.sleep(3000);
@@ -263,7 +263,7 @@
 <a class="jxr_linenumber" name="253" href="#253">253</a>     cr.setSessionSpecific(false);
 <a class="jxr_linenumber" name="254" href="#254">254</a>     cr.setDataSource(DataSource.IDEALSTATES);
 <a class="jxr_linenumber" name="255" href="#255">255</a> 
-<a class="jxr_linenumber" name="256" href="#256">256</a>     callback = <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/helix/messaging/TestAsyncCallbackSvc.html">TestAsyncCallback</a>(60000);
+<a class="jxr_linenumber" name="256" href="#256">256</a>     callback = <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/helix/messaging/TestAsyncCallback.html">TestAsyncCallback</a>(60000);
 <a class="jxr_linenumber" name="257" href="#257">257</a> 
 <a class="jxr_linenumber" name="258" href="#258">258</a>     _startCMResultMap.get(hostSrc)._manager.getMessagingService().send(cr, msg, callback, 60000);
 <a class="jxr_linenumber" name="259" href="#259">259</a> 
@@ -273,7 +273,7 @@
 <a class="jxr_linenumber" name="263" href="#263">263</a>         .contains(<span class="jxr_string">"TestReplyMessage"</span>));
 <a class="jxr_linenumber" name="264" href="#264">264</a>     AssertJUnit.assertTrue(callback.getMessageReplied().size() == 1);
 <a class="jxr_linenumber" name="265" href="#265">265</a> 
-<a class="jxr_linenumber" name="266" href="#266">266</a>     callback2 = <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/helix/messaging/TestAsyncCallbackSvc.html">TestAsyncCallback</a>(500);
+<a class="jxr_linenumber" name="266" href="#266">266</a>     callback2 = <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/helix/messaging/TestAsyncCallback.html">TestAsyncCallback</a>(500);
 <a class="jxr_linenumber" name="267" href="#267">267</a>     _startCMResultMap.get(hostSrc)._manager.getMessagingService().send(cr, msg, callback2, 500);
 <a class="jxr_linenumber" name="268" href="#268">268</a> 
 <a class="jxr_linenumber" name="269" href="#269">269</a>     Thread.sleep(3000);

Modified: incubator/helix/site-content/xref-test/org/apache/helix/messaging/TestAsyncCallback.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/messaging/TestAsyncCallback.html?rev=1480483&r1=1480482&r2=1480483&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/messaging/TestAsyncCallback.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/messaging/TestAsyncCallback.html Wed May  8 22:02:10 2013
@@ -40,7 +40,7 @@
 <a class="jxr_linenumber" name="30" href="#30">30</a>  <strong class="jxr_keyword">import</strong> org.testng.annotations.Test;
 <a class="jxr_linenumber" name="31" href="#31">31</a>  
 <a class="jxr_linenumber" name="32" href="#32">32</a>  
-<a class="jxr_linenumber" name="33" href="#33">33</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../org/apache/helix/messaging/TestAsyncCallbackSvc.html">TestAsyncCallback</a>
+<a class="jxr_linenumber" name="33" href="#33">33</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../org/apache/helix/messaging/TestAsyncCallback.html">TestAsyncCallback</a>
 <a class="jxr_linenumber" name="34" href="#34">34</a>  {
 <a class="jxr_linenumber" name="35" href="#35">35</a>    <strong class="jxr_keyword">class</strong> <a href="../../../../org/apache/helix/messaging/TestAsyncCallback.html">AsyncCallbackSample</a> <strong class="jxr_keyword">extends</strong> AsyncCallback
 <a class="jxr_linenumber" name="36" href="#36">36</a>    {

Modified: incubator/helix/site-content/xref-test/org/apache/helix/messaging/TestAsyncCallbackSvc.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/messaging/TestAsyncCallbackSvc.html?rev=1480483&r1=1480482&r2=1480483&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/messaging/TestAsyncCallbackSvc.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/messaging/TestAsyncCallbackSvc.html Wed May  8 22:02:10 2013
@@ -61,7 +61,7 @@
 <a class="jxr_linenumber" name="51" href="#51">51</a>      }
 <a class="jxr_linenumber" name="52" href="#52">52</a>    }
 <a class="jxr_linenumber" name="53" href="#53">53</a>    
-<a class="jxr_linenumber" name="54" href="#54">54</a>    <strong class="jxr_keyword">class</strong> <a href="../../../../org/apache/helix/messaging/TestAsyncCallbackSvc.html">TestAsyncCallback</a> <strong class="jxr_keyword">extends</strong> AsyncCallback
+<a class="jxr_linenumber" name="54" href="#54">54</a>    <strong class="jxr_keyword">class</strong> <a href="../../../../org/apache/helix/messaging/TestAsyncCallback.html">TestAsyncCallback</a> <strong class="jxr_keyword">extends</strong> AsyncCallback
 <a class="jxr_linenumber" name="55" href="#55">55</a>    {
 <a class="jxr_linenumber" name="56" href="#56">56</a>      HashSet&lt;String&gt; _repliedMessageId = <strong class="jxr_keyword">new</strong> HashSet&lt;String&gt;();
 <a class="jxr_linenumber" name="57" href="#57">57</a>      @Override
@@ -119,9 +119,9 @@
 <a class="jxr_linenumber" name="109" href="#109">109</a>       AssertJUnit.assertTrue(e.getMessage().indexOf(msg3.getMsgId())!= -1);
 <a class="jxr_linenumber" name="110" href="#110">110</a>     }
 <a class="jxr_linenumber" name="111" href="#111">111</a>     
-<a class="jxr_linenumber" name="112" href="#112">112</a>     <a href="../../../../org/apache/helix/messaging/TestAsyncCallbackSvc.html">TestAsyncCallback</a> callback = <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/helix/messaging/TestAsyncCallbackSvc.html">TestAsyncCallback</a>();
+<a class="jxr_linenumber" name="112" href="#112">112</a>     <a href="../../../../org/apache/helix/messaging/TestAsyncCallback.html">TestAsyncCallback</a> callback = <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/helix/messaging/TestAsyncCallback.html">TestAsyncCallback</a>();
 <a class="jxr_linenumber" name="113" href="#113">113</a>     String corrId = UUID.randomUUID().toString();
-<a class="jxr_linenumber" name="114" href="#114">114</a>     svc.registerAsyncCallback(corrId, <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/helix/messaging/TestAsyncCallbackSvc.html">TestAsyncCallback</a>());
+<a class="jxr_linenumber" name="114" href="#114">114</a>     svc.registerAsyncCallback(corrId, <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/helix/messaging/TestAsyncCallback.html">TestAsyncCallback</a>());
 <a class="jxr_linenumber" name="115" href="#115">115</a>     svc.registerAsyncCallback(corrId, callback);
 <a class="jxr_linenumber" name="116" href="#116">116</a>     
 <a class="jxr_linenumber" name="117" href="#117">117</a>     List&lt;Message&gt; msgSent = <strong class="jxr_keyword">new</strong> ArrayList&lt;Message&gt;();

Modified: incubator/helix/site-content/xref-test/org/apache/helix/messaging/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/messaging/package-frame.html?rev=1480483&r1=1480482&r2=1480483&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/messaging/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/messaging/package-frame.html Wed May  8 22:02:10 2013
@@ -25,7 +25,7 @@
             	<a href="TestDefaultMessagingService.html" target="classFrame">MockHelixManager</a>
           	</li>
           	          	<li>
-            	<a href="TestAsyncCallbackSvc.html" target="classFrame">TestAsyncCallback</a>
+            	<a href="TestAsyncCallback.html" target="classFrame">TestAsyncCallback</a>
           	</li>
           	          	<li>
             	<a href="TestAsyncCallbackSvc.html" target="classFrame">TestAsyncCallbackSvc</a>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/messaging/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/messaging/package-summary.html?rev=1480483&r1=1480482&r2=1480483&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/messaging/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/messaging/package-summary.html Wed May  8 22:02:10 2013
@@ -52,7 +52,7 @@
             	</tr>
 				            	<tr>
               		<td>
-                		<a href="TestAsyncCallbackSvc.html" target="classFrame">TestAsyncCallback</a>
+                		<a href="TestAsyncCallback.html" target="classFrame">TestAsyncCallback</a>
               		</td>
             	</tr>
 				            	<tr>

Modified: incubator/helix/site-content/xref/allclasses-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref/allclasses-frame.html?rev=1480483&r1=1480482&r2=1480483&view=diff
==============================================================================
--- incubator/helix/site-content/xref/allclasses-frame.html (original)
+++ incubator/helix/site-content/xref/allclasses-frame.html Wed May  8 22:02:10 2013
@@ -69,7 +69,7 @@
 				<a href="org/apache/helix/alerts/AlertsHolder.html" target="classFrame">AlertsHolder</a>
 			</li>
 						<li>
-				<a href="org/apache/helix/model/AlertStatus.html" target="classFrame">AlertsProperty</a>
+				<a href="org/apache/helix/model/Alerts.html" target="classFrame">AlertsProperty</a>
 			</li>
 						<li>
 				<a href="org/apache/helix/taskexecution/AnalyticsTaskFactory.html" target="classFrame">AnalyticsTaskFactory</a>
@@ -1287,7 +1287,7 @@
 				<a href="org/apache/helix/alerts/Tuple.html" target="classFrame">Tuple</a>
 			</li>
 						<li>
-				<a href="org/apache/helix/PropertyType.html" target="classFrame">Type</a>
+				<a href="org/apache/helix/NotificationContext.html" target="classFrame">Type</a>
 			</li>
 						<li>
 				<a href="org/apache/helix/tools/ClusterStateVerifier.html" target="classFrame">Verifier</a>

Modified: incubator/helix/site-content/xref/org/apache/helix/NotificationContext.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref/org/apache/helix/NotificationContext.html?rev=1480483&r1=1480482&r2=1480483&view=diff
==============================================================================
--- incubator/helix/site-content/xref/org/apache/helix/NotificationContext.html (original)
+++ incubator/helix/site-content/xref/org/apache/helix/NotificationContext.html Wed May  8 22:02:10 2013
@@ -44,7 +44,7 @@
 <a class="jxr_linenumber" name="34" href="#34">34</a>    <strong class="jxr_keyword">private</strong> Map&lt;String, Object&gt; _map;
 <a class="jxr_linenumber" name="35" href="#35">35</a>  
 <a class="jxr_linenumber" name="36" href="#36">36</a>    <strong class="jxr_keyword">private</strong> <a href="../../../org/apache/helix/HelixManager.html">HelixManager</a> _manager;
-<a class="jxr_linenumber" name="37" href="#37">37</a>    <strong class="jxr_keyword">private</strong> <a href="../../../org/apache/helix/PropertyType.html">Type</a> _type;
+<a class="jxr_linenumber" name="37" href="#37">37</a>    <strong class="jxr_keyword">private</strong> <a href="../../../org/apache/helix/NotificationContext.html">Type</a> _type;
 <a class="jxr_linenumber" name="38" href="#38">38</a>    <strong class="jxr_keyword">private</strong> String _pathChanged;
 <a class="jxr_linenumber" name="39" href="#39">39</a>    <strong class="jxr_keyword">private</strong> String _eventName;
 <a class="jxr_linenumber" name="40" href="#40">40</a>  
@@ -74,7 +74,7 @@
 <a class="jxr_linenumber" name="64" href="#64">64</a>      <strong class="jxr_keyword">return</strong> _map;
 <a class="jxr_linenumber" name="65" href="#65">65</a>    }
 <a class="jxr_linenumber" name="66" href="#66">66</a>  
-<a class="jxr_linenumber" name="67" href="#67">67</a>    <strong class="jxr_keyword">public</strong> <a href="../../../org/apache/helix/PropertyType.html">Type</a> getType()
+<a class="jxr_linenumber" name="67" href="#67">67</a>    <strong class="jxr_keyword">public</strong> <a href="../../../org/apache/helix/NotificationContext.html">Type</a> getType()
 <a class="jxr_linenumber" name="68" href="#68">68</a>    {
 <a class="jxr_linenumber" name="69" href="#69">69</a>      <strong class="jxr_keyword">return</strong> _type;
 <a class="jxr_linenumber" name="70" href="#70">70</a>    }
@@ -94,7 +94,7 @@
 <a class="jxr_linenumber" name="84" href="#84">84</a>      <strong class="jxr_keyword">this</strong>._map = map;
 <a class="jxr_linenumber" name="85" href="#85">85</a>    }
 <a class="jxr_linenumber" name="86" href="#86">86</a>  
-<a class="jxr_linenumber" name="87" href="#87">87</a>    <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setType(<a href="../../../org/apache/helix/PropertyType.html">Type</a> type)
+<a class="jxr_linenumber" name="87" href="#87">87</a>    <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setType(<a href="../../../org/apache/helix/NotificationContext.html">Type</a> type)
 <a class="jxr_linenumber" name="88" href="#88">88</a>    {
 <a class="jxr_linenumber" name="89" href="#89">89</a>      <strong class="jxr_keyword">this</strong>._type = type;
 <a class="jxr_linenumber" name="90" href="#90">90</a>    }
@@ -104,7 +104,7 @@
 <a class="jxr_linenumber" name="94" href="#94">94</a>      <strong class="jxr_keyword">return</strong> _map.get(key);
 <a class="jxr_linenumber" name="95" href="#95">95</a>    }
 <a class="jxr_linenumber" name="96" href="#96">96</a>  
-<a class="jxr_linenumber" name="97" href="#97">97</a>    <strong class="jxr_keyword">public</strong> enum <a href="../../../org/apache/helix/PropertyType.html">Type</a>
+<a class="jxr_linenumber" name="97" href="#97">97</a>    <strong class="jxr_keyword">public</strong> enum <a href="../../../org/apache/helix/NotificationContext.html">Type</a>
 <a class="jxr_linenumber" name="98" href="#98">98</a>    {
 <a class="jxr_linenumber" name="99" href="#99">99</a>      INIT, CALLBACK, FINALIZE
 <a class="jxr_linenumber" name="100" href="#100">100</a>   }

Modified: incubator/helix/site-content/xref/org/apache/helix/PropertyType.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref/org/apache/helix/PropertyType.html?rev=1480483&r1=1480482&r2=1480483&view=diff
==============================================================================
--- incubator/helix/site-content/xref/org/apache/helix/PropertyType.html (original)
+++ incubator/helix/site-content/xref/org/apache/helix/PropertyType.html Wed May  8 22:02:10 2013
@@ -29,7 +29,7 @@
 <a class="jxr_linenumber" name="19" href="#19">19</a>  <em class="jxr_comment"> * under the License.</em>
 <a class="jxr_linenumber" name="20" href="#20">20</a>  <em class="jxr_comment"> */</em>
 <a class="jxr_linenumber" name="21" href="#21">21</a>  
-<a class="jxr_linenumber" name="22" href="#22">22</a>  enum <a href="../../../org/apache/helix/PropertyType.html">Type</a>
+<a class="jxr_linenumber" name="22" href="#22">22</a>  enum <a href="../../../org/apache/helix/NotificationContext.html">Type</a>
 <a class="jxr_linenumber" name="23" href="#23">23</a>  {
 <a class="jxr_linenumber" name="24" href="#24">24</a>    CLUSTER, INSTANCE, CONTROLLER, RESOURCE;
 <a class="jxr_linenumber" name="25" href="#25">25</a>  }
@@ -70,7 +70,7 @@
 <a class="jxr_linenumber" name="60" href="#60">60</a>  
 <a class="jxr_linenumber" name="61" href="#61">61</a>    <em class="jxr_comment">// @formatter:on</em>
 <a class="jxr_linenumber" name="62" href="#62">62</a>  
-<a class="jxr_linenumber" name="63" href="#63">63</a>    <a href="../../../org/apache/helix/PropertyType.html">Type</a>    type;
+<a class="jxr_linenumber" name="63" href="#63">63</a>    <a href="../../../org/apache/helix/NotificationContext.html">Type</a>    type;
 <a class="jxr_linenumber" name="64" href="#64">64</a>    
 <a class="jxr_linenumber" name="65" href="#65">65</a>    <strong class="jxr_keyword">boolean</strong> isPersistent;
 <a class="jxr_linenumber" name="66" href="#66">66</a>  
@@ -88,12 +88,12 @@
 <a class="jxr_linenumber" name="78" href="#78">78</a>  
 <a class="jxr_linenumber" name="79" href="#79">79</a>    <strong class="jxr_keyword">boolean</strong> usePropertyTransferServer;
 <a class="jxr_linenumber" name="80" href="#80">80</a>  
-<a class="jxr_linenumber" name="81" href="#81">81</a>    <strong class="jxr_keyword">private</strong> <a href="../../../org/apache/helix/PropertyType.html">PropertyType</a>(<a href="../../../org/apache/helix/PropertyType.html">Type</a> type, <strong class="jxr_keyword">boolean</strong> isPersistent, <strong class="jxr_keyword">boolean</strong> mergeOnUpdate)
+<a class="jxr_linenumber" name="81" href="#81">81</a>    <strong class="jxr_keyword">private</strong> <a href="../../../org/apache/helix/PropertyType.html">PropertyType</a>(<a href="../../../org/apache/helix/NotificationContext.html">Type</a> type, <strong class="jxr_keyword">boolean</strong> isPersistent, <strong class="jxr_keyword">boolean</strong> mergeOnUpdate)
 <a class="jxr_linenumber" name="82" href="#82">82</a>    {
 <a class="jxr_linenumber" name="83" href="#83">83</a>      <strong class="jxr_keyword">this</strong>(type, isPersistent, mergeOnUpdate, false);
 <a class="jxr_linenumber" name="84" href="#84">84</a>    }
 <a class="jxr_linenumber" name="85" href="#85">85</a>  
-<a class="jxr_linenumber" name="86" href="#86">86</a>    <strong class="jxr_keyword">private</strong> <a href="../../../org/apache/helix/PropertyType.html">PropertyType</a>(<a href="../../../org/apache/helix/PropertyType.html">Type</a> type,
+<a class="jxr_linenumber" name="86" href="#86">86</a>    <strong class="jxr_keyword">private</strong> <a href="../../../org/apache/helix/PropertyType.html">PropertyType</a>(<a href="../../../org/apache/helix/NotificationContext.html">Type</a> type,
 <a class="jxr_linenumber" name="87" href="#87">87</a>                         <strong class="jxr_keyword">boolean</strong> isPersistent,
 <a class="jxr_linenumber" name="88" href="#88">88</a>                         <strong class="jxr_keyword">boolean</strong> mergeOnUpdate,
 <a class="jxr_linenumber" name="89" href="#89">89</a>                         <strong class="jxr_keyword">boolean</strong> updateOnlyOnExists)
@@ -101,7 +101,7 @@
 <a class="jxr_linenumber" name="91" href="#91">91</a>      <strong class="jxr_keyword">this</strong>(type, isPersistent, mergeOnUpdate, false, false);
 <a class="jxr_linenumber" name="92" href="#92">92</a>    }
 <a class="jxr_linenumber" name="93" href="#93">93</a>  
-<a class="jxr_linenumber" name="94" href="#94">94</a>    <strong class="jxr_keyword">private</strong> <a href="../../../org/apache/helix/PropertyType.html">PropertyType</a>(<a href="../../../org/apache/helix/PropertyType.html">Type</a> type,
+<a class="jxr_linenumber" name="94" href="#94">94</a>    <strong class="jxr_keyword">private</strong> <a href="../../../org/apache/helix/PropertyType.html">PropertyType</a>(<a href="../../../org/apache/helix/NotificationContext.html">Type</a> type,
 <a class="jxr_linenumber" name="95" href="#95">95</a>                         <strong class="jxr_keyword">boolean</strong> isPersistent,
 <a class="jxr_linenumber" name="96" href="#96">96</a>                         <strong class="jxr_keyword">boolean</strong> mergeOnUpdate,
 <a class="jxr_linenumber" name="97" href="#97">97</a>                         <strong class="jxr_keyword">boolean</strong> updateOnlyOnExists,
@@ -110,7 +110,7 @@
 <a class="jxr_linenumber" name="100" href="#100">100</a>     <strong class="jxr_keyword">this</strong>(type, isPersistent, mergeOnUpdate, updateOnlyOnExists, createOnlyIfAbsent, false);
 <a class="jxr_linenumber" name="101" href="#101">101</a>   }
 <a class="jxr_linenumber" name="102" href="#102">102</a> 
-<a class="jxr_linenumber" name="103" href="#103">103</a>   <strong class="jxr_keyword">private</strong> <a href="../../../org/apache/helix/PropertyType.html">PropertyType</a>(<a href="../../../org/apache/helix/PropertyType.html">Type</a> type,
+<a class="jxr_linenumber" name="103" href="#103">103</a>   <strong class="jxr_keyword">private</strong> <a href="../../../org/apache/helix/PropertyType.html">PropertyType</a>(<a href="../../../org/apache/helix/NotificationContext.html">Type</a> type,
 <a class="jxr_linenumber" name="104" href="#104">104</a>                        <strong class="jxr_keyword">boolean</strong> isPersistent,
 <a class="jxr_linenumber" name="105" href="#105">105</a>                        <strong class="jxr_keyword">boolean</strong> mergeOnUpdate,
 <a class="jxr_linenumber" name="106" href="#106">106</a>                        <strong class="jxr_keyword">boolean</strong> updateOnlyOnExists,
@@ -126,7 +126,7 @@
 <a class="jxr_linenumber" name="116" href="#116">116</a>          false);
 <a class="jxr_linenumber" name="117" href="#117">117</a>   }
 <a class="jxr_linenumber" name="118" href="#118">118</a> 
-<a class="jxr_linenumber" name="119" href="#119">119</a>   <strong class="jxr_keyword">private</strong> <a href="../../../org/apache/helix/PropertyType.html">PropertyType</a>(<a href="../../../org/apache/helix/PropertyType.html">Type</a> type,
+<a class="jxr_linenumber" name="119" href="#119">119</a>   <strong class="jxr_keyword">private</strong> <a href="../../../org/apache/helix/PropertyType.html">PropertyType</a>(<a href="../../../org/apache/helix/NotificationContext.html">Type</a> type,
 <a class="jxr_linenumber" name="120" href="#120">120</a>                        <strong class="jxr_keyword">boolean</strong> isPersistent,
 <a class="jxr_linenumber" name="121" href="#121">121</a>                        <strong class="jxr_keyword">boolean</strong> mergeOnUpdate,
 <a class="jxr_linenumber" name="122" href="#122">122</a>                        <strong class="jxr_keyword">boolean</strong> updateOnlyOnExists,
@@ -153,12 +153,12 @@
 <a class="jxr_linenumber" name="143" href="#143">143</a>     <strong class="jxr_keyword">this</strong>.createOnlyIfAbsent = createIfAbsent;
 <a class="jxr_linenumber" name="144" href="#144">144</a>   }
 <a class="jxr_linenumber" name="145" href="#145">145</a> 
-<a class="jxr_linenumber" name="146" href="#146">146</a>   <strong class="jxr_keyword">public</strong> <a href="../../../org/apache/helix/PropertyType.html">Type</a> getType()
+<a class="jxr_linenumber" name="146" href="#146">146</a>   <strong class="jxr_keyword">public</strong> <a href="../../../org/apache/helix/NotificationContext.html">Type</a> getType()
 <a class="jxr_linenumber" name="147" href="#147">147</a>   {
 <a class="jxr_linenumber" name="148" href="#148">148</a>     <strong class="jxr_keyword">return</strong> type;
 <a class="jxr_linenumber" name="149" href="#149">149</a>   }
 <a class="jxr_linenumber" name="150" href="#150">150</a> 
-<a class="jxr_linenumber" name="151" href="#151">151</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setType(<a href="../../../org/apache/helix/PropertyType.html">Type</a> type)
+<a class="jxr_linenumber" name="151" href="#151">151</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setType(<a href="../../../org/apache/helix/NotificationContext.html">Type</a> type)
 <a class="jxr_linenumber" name="152" href="#152">152</a>   {
 <a class="jxr_linenumber" name="153" href="#153">153</a>     <strong class="jxr_keyword">this</strong>.type = type;
 <a class="jxr_linenumber" name="154" href="#154">154</a>   }

Modified: incubator/helix/site-content/xref/org/apache/helix/model/AlertStatus.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref/org/apache/helix/model/AlertStatus.html?rev=1480483&r1=1480482&r2=1480483&view=diff
==============================================================================
--- incubator/helix/site-content/xref/org/apache/helix/model/AlertStatus.html (original)
+++ incubator/helix/site-content/xref/org/apache/helix/model/AlertStatus.html Wed May  8 22:02:10 2013
@@ -40,7 +40,7 @@
 <a class="jxr_linenumber" name="30" href="#30">30</a>  
 <a class="jxr_linenumber" name="31" href="#31">31</a>    <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String nodeName = <span class="jxr_string">"AlertStatus"</span>;
 <a class="jxr_linenumber" name="32" href="#32">32</a>  
-<a class="jxr_linenumber" name="33" href="#33">33</a>    <strong class="jxr_keyword">public</strong> enum <a href="../../../../org/apache/helix/model/AlertStatus.html">AlertsProperty</a>
+<a class="jxr_linenumber" name="33" href="#33">33</a>    <strong class="jxr_keyword">public</strong> enum <a href="../../../../org/apache/helix/model/Alerts.html">AlertsProperty</a>
 <a class="jxr_linenumber" name="34" href="#34">34</a>    {
 <a class="jxr_linenumber" name="35" href="#35">35</a>      SESSION_ID, FIELDS
 <a class="jxr_linenumber" name="36" href="#36">36</a>    }

Modified: incubator/helix/site-content/xref/org/apache/helix/model/Alerts.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref/org/apache/helix/model/Alerts.html?rev=1480483&r1=1480482&r2=1480483&view=diff
==============================================================================
--- incubator/helix/site-content/xref/org/apache/helix/model/Alerts.html (original)
+++ incubator/helix/site-content/xref/org/apache/helix/model/Alerts.html Wed May  8 22:02:10 2013
@@ -42,7 +42,7 @@
 <a class="jxr_linenumber" name="32" href="#32">32</a>  
 <a class="jxr_linenumber" name="33" href="#33">33</a>    <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String nodeName = <span class="jxr_string">"Alerts"</span>;
 <a class="jxr_linenumber" name="34" href="#34">34</a>  
-<a class="jxr_linenumber" name="35" href="#35">35</a>    <strong class="jxr_keyword">public</strong> enum <a href="../../../../org/apache/helix/model/AlertStatus.html">AlertsProperty</a>
+<a class="jxr_linenumber" name="35" href="#35">35</a>    <strong class="jxr_keyword">public</strong> enum <a href="../../../../org/apache/helix/model/Alerts.html">AlertsProperty</a>
 <a class="jxr_linenumber" name="36" href="#36">36</a>    {
 <a class="jxr_linenumber" name="37" href="#37">37</a>      SESSION_ID, FIELDS
 <a class="jxr_linenumber" name="38" href="#38">38</a>    }

Modified: incubator/helix/site-content/xref/org/apache/helix/model/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref/org/apache/helix/model/package-frame.html?rev=1480483&r1=1480482&r2=1480483&view=diff
==============================================================================
--- incubator/helix/site-content/xref/org/apache/helix/model/package-frame.html (original)
+++ incubator/helix/site-content/xref/org/apache/helix/model/package-frame.html Wed May  8 22:02:10 2013
@@ -25,7 +25,7 @@
             	<a href="Alerts.html" target="classFrame">Alerts</a>
           	</li>
           	          	<li>
-            	<a href="AlertStatus.html" target="classFrame">AlertsProperty</a>
+            	<a href="Alerts.html" target="classFrame">AlertsProperty</a>
           	</li>
           	          	<li>
             	<a href="Message.html" target="classFrame">Attributes</a>

Modified: incubator/helix/site-content/xref/org/apache/helix/model/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref/org/apache/helix/model/package-summary.html?rev=1480483&r1=1480482&r2=1480483&view=diff
==============================================================================
--- incubator/helix/site-content/xref/org/apache/helix/model/package-summary.html (original)
+++ incubator/helix/site-content/xref/org/apache/helix/model/package-summary.html Wed May  8 22:02:10 2013
@@ -52,7 +52,7 @@
             	</tr>
 				            	<tr>
               		<td>
-                		<a href="AlertStatus.html" target="classFrame">AlertsProperty</a>
+                		<a href="Alerts.html" target="classFrame">AlertsProperty</a>
               		</td>
             	</tr>
 				            	<tr>

Modified: incubator/helix/site-content/xref/org/apache/helix/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref/org/apache/helix/package-frame.html?rev=1480483&r1=1480482&r2=1480483&view=diff
==============================================================================
--- incubator/helix/site-content/xref/org/apache/helix/package-frame.html (original)
+++ incubator/helix/site-content/xref/org/apache/helix/package-frame.html Wed May  8 22:02:10 2013
@@ -193,7 +193,7 @@
             	<a href="StopServiceResource.html" target="classFrame">StopThread</a>
           	</li>
           	          	<li>
-            	<a href="PropertyType.html" target="classFrame">Type</a>
+            	<a href="NotificationContext.html" target="classFrame">Type</a>
           	</li>
           	          	<li>
             	<a href="ZNRecord.html" target="classFrame">ZNRecord</a>

Modified: incubator/helix/site-content/xref/org/apache/helix/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref/org/apache/helix/package-summary.html?rev=1480483&r1=1480482&r2=1480483&view=diff
==============================================================================
--- incubator/helix/site-content/xref/org/apache/helix/package-summary.html (original)
+++ incubator/helix/site-content/xref/org/apache/helix/package-summary.html Wed May  8 22:02:10 2013
@@ -332,7 +332,7 @@
             	</tr>
 				            	<tr>
               		<td>
-                		<a href="PropertyType.html" target="classFrame">Type</a>
+                		<a href="NotificationContext.html" target="classFrame">Type</a>
               		</td>
             	</tr>
 				            	<tr>

Modified: incubator/helix/site-content/xref/org/apache/helix/taskexecution/TaskCluster.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref/org/apache/helix/taskexecution/TaskCluster.html?rev=1480483&r1=1480482&r2=1480483&view=diff
==============================================================================
--- incubator/helix/site-content/xref/org/apache/helix/taskexecution/TaskCluster.html (original)
+++ incubator/helix/site-content/xref/org/apache/helix/taskexecution/TaskCluster.html Wed May  8 22:02:10 2013
@@ -30,75 +30,73 @@
 <a class="jxr_linenumber" name="20" href="#20">20</a>  <em class="jxr_comment"> */</em>
 <a class="jxr_linenumber" name="21" href="#21">21</a>  
 <a class="jxr_linenumber" name="22" href="#22">22</a>  <strong class="jxr_keyword">import</strong> org.apache.helix.ConfigAccessor;
-<a class="jxr_linenumber" name="23" href="#23">23</a>  <strong class="jxr_keyword">import</strong> org.apache.helix.model.ConfigScope;
-<a class="jxr_linenumber" name="24" href="#24">24</a>  <strong class="jxr_keyword">import</strong> org.apache.helix.model.builder.ConfigScopeBuilder;
-<a class="jxr_linenumber" name="25" href="#25">25</a>  <strong class="jxr_keyword">import</strong> org.apache.helix.manager.zk.ZKHelixAdmin;
-<a class="jxr_linenumber" name="26" href="#26">26</a>  <strong class="jxr_keyword">import</strong> org.apache.helix.manager.zk.ZNRecordSerializer;
-<a class="jxr_linenumber" name="27" href="#27">27</a>  <strong class="jxr_keyword">import</strong> org.apache.helix.manager.zk.ZkClient;
-<a class="jxr_linenumber" name="28" href="#28">28</a>  <strong class="jxr_keyword">import</strong> org.apache.helix.model.HelixConfigScope;
-<a class="jxr_linenumber" name="29" href="#29">29</a>  <strong class="jxr_keyword">import</strong> org.apache.helix.model.StateModelDefinition;
-<a class="jxr_linenumber" name="30" href="#30">30</a>  <strong class="jxr_keyword">import</strong> org.apache.helix.model.HelixConfigScope.ConfigScopeProperty;
-<a class="jxr_linenumber" name="31" href="#31">31</a>  <strong class="jxr_keyword">import</strong> org.apache.helix.model.IdealState.IdealStateModeProperty;
-<a class="jxr_linenumber" name="32" href="#32">32</a>  <strong class="jxr_keyword">import</strong> org.apache.helix.model.builder.HelixConfigScopeBuilder;
-<a class="jxr_linenumber" name="33" href="#33">33</a>  <strong class="jxr_keyword">import</strong> org.apache.helix.tools.StateModelConfigGenerator;
-<a class="jxr_linenumber" name="34" href="#34">34</a>  
-<a class="jxr_linenumber" name="35" href="#35">35</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../org/apache/helix/taskexecution/TaskCluster.html">TaskCluster</a> {
-<a class="jxr_linenumber" name="36" href="#36">36</a>  	<strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String DEFAULT_CLUSTER_NAME = <span class="jxr_string">"task-cluster"</span>;
-<a class="jxr_linenumber" name="37" href="#37">37</a>  	<strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String DEFAULT_STATE_MODEL = <span class="jxr_string">"OnlineOffline"</span>;
-<a class="jxr_linenumber" name="38" href="#38">38</a>  
-<a class="jxr_linenumber" name="39" href="#39">39</a>  	ZkClient _zkclient = <strong class="jxr_keyword">null</strong>;
-<a class="jxr_linenumber" name="40" href="#40">40</a>  	ZKHelixAdmin _admin = <strong class="jxr_keyword">null</strong>;
-<a class="jxr_linenumber" name="41" href="#41">41</a>  	<strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> String _clusterName;
-<a class="jxr_linenumber" name="42" href="#42">42</a>  
-<a class="jxr_linenumber" name="43" href="#43">43</a>  	<strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/helix/taskexecution/TaskCluster.html">TaskCluster</a>(String zkAddr, String clusterName) <strong class="jxr_keyword">throws</strong> Exception {
-<a class="jxr_linenumber" name="44" href="#44">44</a>  		_clusterName = clusterName;
-<a class="jxr_linenumber" name="45" href="#45">45</a>  		_zkclient = <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/helix/manager/zk/ZkClient.html">ZkClient</a>(zkAddr, ZkClient.DEFAULT_SESSION_TIMEOUT,
-<a class="jxr_linenumber" name="46" href="#46">46</a>  				ZkClient.DEFAULT_CONNECTION_TIMEOUT, <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/helix/manager/zk/ZNRecordSerializer.html">ZNRecordSerializer</a>());
-<a class="jxr_linenumber" name="47" href="#47">47</a>  		_admin = <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/helix/manager/zk/ZKHelixAdmin.html">ZKHelixAdmin</a>(_zkclient);
-<a class="jxr_linenumber" name="48" href="#48">48</a>  	}
-<a class="jxr_linenumber" name="49" href="#49">49</a>  
-<a class="jxr_linenumber" name="50" href="#50">50</a>  	<strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setup() <strong class="jxr_keyword">throws</strong> Exception {
-<a class="jxr_linenumber" name="51" href="#51">51</a>  		<em class="jxr_comment">// add cluster</em>
-<a class="jxr_linenumber" name="52" href="#52">52</a>  		_admin.addCluster(_clusterName, <strong class="jxr_keyword">true</strong>);
-<a class="jxr_linenumber" name="53" href="#53">53</a>  
-<a class="jxr_linenumber" name="54" href="#54">54</a>  		<em class="jxr_comment">// add state model definition</em>
-<a class="jxr_linenumber" name="55" href="#55">55</a>  		<em class="jxr_comment">// StateModelConfigGenerator generator = new StateModelConfigGenerator();</em>
-<a class="jxr_linenumber" name="56" href="#56">56</a>  		_admin.addStateModelDef(
-<a class="jxr_linenumber" name="57" href="#57">57</a>  				_clusterName,
-<a class="jxr_linenumber" name="58" href="#58">58</a>  				DEFAULT_STATE_MODEL,
-<a class="jxr_linenumber" name="59" href="#59">59</a>  				<strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/helix/model/StateModelDefinition.html">StateModelDefinition</a>(<a href="../../../../org/apache/helix/tools/StateModelConfigGenerator.html">StateModelConfigGenerator</a>
-<a class="jxr_linenumber" name="60" href="#60">60</a>  						.generateConfigForOnlineOffline()));
+<a class="jxr_linenumber" name="23" href="#23">23</a>  <strong class="jxr_keyword">import</strong> org.apache.helix.manager.zk.ZKHelixAdmin;
+<a class="jxr_linenumber" name="24" href="#24">24</a>  <strong class="jxr_keyword">import</strong> org.apache.helix.manager.zk.ZNRecordSerializer;
+<a class="jxr_linenumber" name="25" href="#25">25</a>  <strong class="jxr_keyword">import</strong> org.apache.helix.manager.zk.ZkClient;
+<a class="jxr_linenumber" name="26" href="#26">26</a>  <strong class="jxr_keyword">import</strong> org.apache.helix.model.HelixConfigScope;
+<a class="jxr_linenumber" name="27" href="#27">27</a>  <strong class="jxr_keyword">import</strong> org.apache.helix.model.StateModelDefinition;
+<a class="jxr_linenumber" name="28" href="#28">28</a>  <strong class="jxr_keyword">import</strong> org.apache.helix.model.HelixConfigScope.ConfigScopeProperty;
+<a class="jxr_linenumber" name="29" href="#29">29</a>  <strong class="jxr_keyword">import</strong> org.apache.helix.model.IdealState.IdealStateModeProperty;
+<a class="jxr_linenumber" name="30" href="#30">30</a>  <strong class="jxr_keyword">import</strong> org.apache.helix.model.builder.HelixConfigScopeBuilder;
+<a class="jxr_linenumber" name="31" href="#31">31</a>  <strong class="jxr_keyword">import</strong> org.apache.helix.tools.StateModelConfigGenerator;
+<a class="jxr_linenumber" name="32" href="#32">32</a>  
+<a class="jxr_linenumber" name="33" href="#33">33</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../org/apache/helix/taskexecution/TaskCluster.html">TaskCluster</a> {
+<a class="jxr_linenumber" name="34" href="#34">34</a>  	<strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String DEFAULT_CLUSTER_NAME = <span class="jxr_string">"task-cluster"</span>;
+<a class="jxr_linenumber" name="35" href="#35">35</a>  	<strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String DEFAULT_STATE_MODEL = <span class="jxr_string">"OnlineOffline"</span>;
+<a class="jxr_linenumber" name="36" href="#36">36</a>  
+<a class="jxr_linenumber" name="37" href="#37">37</a>  	ZkClient _zkclient = <strong class="jxr_keyword">null</strong>;
+<a class="jxr_linenumber" name="38" href="#38">38</a>  	ZKHelixAdmin _admin = <strong class="jxr_keyword">null</strong>;
+<a class="jxr_linenumber" name="39" href="#39">39</a>  	<strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> String _clusterName;
+<a class="jxr_linenumber" name="40" href="#40">40</a>  
+<a class="jxr_linenumber" name="41" href="#41">41</a>  	<strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/helix/taskexecution/TaskCluster.html">TaskCluster</a>(String zkAddr, String clusterName) <strong class="jxr_keyword">throws</strong> Exception {
+<a class="jxr_linenumber" name="42" href="#42">42</a>  		_clusterName = clusterName;
+<a class="jxr_linenumber" name="43" href="#43">43</a>  		_zkclient = <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/helix/manager/zk/ZkClient.html">ZkClient</a>(zkAddr, ZkClient.DEFAULT_SESSION_TIMEOUT,
+<a class="jxr_linenumber" name="44" href="#44">44</a>  				ZkClient.DEFAULT_CONNECTION_TIMEOUT, <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/helix/manager/zk/ZNRecordSerializer.html">ZNRecordSerializer</a>());
+<a class="jxr_linenumber" name="45" href="#45">45</a>  		_admin = <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/helix/manager/zk/ZKHelixAdmin.html">ZKHelixAdmin</a>(_zkclient);
+<a class="jxr_linenumber" name="46" href="#46">46</a>  	}
+<a class="jxr_linenumber" name="47" href="#47">47</a>  
+<a class="jxr_linenumber" name="48" href="#48">48</a>  	<strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setup() <strong class="jxr_keyword">throws</strong> Exception {
+<a class="jxr_linenumber" name="49" href="#49">49</a>  		<em class="jxr_comment">// add cluster</em>
+<a class="jxr_linenumber" name="50" href="#50">50</a>  		_admin.addCluster(_clusterName, <strong class="jxr_keyword">true</strong>);
+<a class="jxr_linenumber" name="51" href="#51">51</a>  
+<a class="jxr_linenumber" name="52" href="#52">52</a>  		<em class="jxr_comment">// add state model definition</em>
+<a class="jxr_linenumber" name="53" href="#53">53</a>  		<em class="jxr_comment">// StateModelConfigGenerator generator = new StateModelConfigGenerator();</em>
+<a class="jxr_linenumber" name="54" href="#54">54</a>  		_admin.addStateModelDef(
+<a class="jxr_linenumber" name="55" href="#55">55</a>  				_clusterName,
+<a class="jxr_linenumber" name="56" href="#56">56</a>  				DEFAULT_STATE_MODEL,
+<a class="jxr_linenumber" name="57" href="#57">57</a>  				<strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/helix/model/StateModelDefinition.html">StateModelDefinition</a>(<a href="../../../../org/apache/helix/tools/StateModelConfigGenerator.html">StateModelConfigGenerator</a>
+<a class="jxr_linenumber" name="58" href="#58">58</a>  						.generateConfigForOnlineOffline()));
+<a class="jxr_linenumber" name="59" href="#59">59</a>  
+<a class="jxr_linenumber" name="60" href="#60">60</a>  	}
 <a class="jxr_linenumber" name="61" href="#61">61</a>  
-<a class="jxr_linenumber" name="62" href="#62">62</a>  	}
-<a class="jxr_linenumber" name="63" href="#63">63</a>  
-<a class="jxr_linenumber" name="64" href="#64">64</a>  	<strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> disconnect() <strong class="jxr_keyword">throws</strong> Exception {
-<a class="jxr_linenumber" name="65" href="#65">65</a>  		_zkclient.close();
-<a class="jxr_linenumber" name="66" href="#66">66</a>  	}
-<a class="jxr_linenumber" name="67" href="#67">67</a>  	
-<a class="jxr_linenumber" name="68" href="#68">68</a>  	<strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> submitDag(String dagJson) <strong class="jxr_keyword">throws</strong> Exception {
-<a class="jxr_linenumber" name="69" href="#69">69</a>  		Dag dag = Dag.fromJson(dagJson);
-<a class="jxr_linenumber" name="70" href="#70">70</a>  		submitDag(dag);
-<a class="jxr_linenumber" name="71" href="#71">71</a>  	}
-<a class="jxr_linenumber" name="72" href="#72">72</a>  
-<a class="jxr_linenumber" name="73" href="#73">73</a>  	<strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> submitDag(<a href="../../../../org/apache/helix/taskexecution/Dag.html">Dag</a> dag) <strong class="jxr_keyword">throws</strong> Exception {
-<a class="jxr_linenumber" name="74" href="#74">74</a>  		ConfigAccessor clusterConfig = <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/helix/ConfigAccessor.html">ConfigAccessor</a>(_zkclient);
-<a class="jxr_linenumber" name="75" href="#75">75</a>  		HelixConfigScope clusterScope = <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/helix/model/builder/HelixConfigScopeBuilder.html">HelixConfigScopeBuilder</a>(ConfigScopeProperty.CLUSTER)
-<a class="jxr_linenumber" name="76" href="#76">76</a>  		                                  .forCluster(_clusterName)
-<a class="jxr_linenumber" name="77" href="#77">77</a>  		                                  .build();
-<a class="jxr_linenumber" name="78" href="#78">78</a>  		<strong class="jxr_keyword">for</strong> (String id : dag.getNodeIds()) {
-<a class="jxr_linenumber" name="79" href="#79">79</a>  			Dag.Node node = dag.getNode(id);
-<a class="jxr_linenumber" name="80" href="#80">80</a>  			clusterConfig.set(clusterScope, node.getId(), node.toJson());
-<a class="jxr_linenumber" name="81" href="#81">81</a>  			_admin.addResource(_clusterName, node.getId(),
-<a class="jxr_linenumber" name="82" href="#82">82</a>  					node.getNumPartitions(), DEFAULT_STATE_MODEL,
-<a class="jxr_linenumber" name="83" href="#83">83</a>  					IdealStateModeProperty.AUTO_REBALANCE.toString());
+<a class="jxr_linenumber" name="62" href="#62">62</a>  	<strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> disconnect() <strong class="jxr_keyword">throws</strong> Exception {
+<a class="jxr_linenumber" name="63" href="#63">63</a>  		_zkclient.close();
+<a class="jxr_linenumber" name="64" href="#64">64</a>  	}
+<a class="jxr_linenumber" name="65" href="#65">65</a>  	
+<a class="jxr_linenumber" name="66" href="#66">66</a>  	<strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> submitDag(String dagJson) <strong class="jxr_keyword">throws</strong> Exception {
+<a class="jxr_linenumber" name="67" href="#67">67</a>  		Dag dag = Dag.fromJson(dagJson);
+<a class="jxr_linenumber" name="68" href="#68">68</a>  		submitDag(dag);
+<a class="jxr_linenumber" name="69" href="#69">69</a>  	}
+<a class="jxr_linenumber" name="70" href="#70">70</a>  
+<a class="jxr_linenumber" name="71" href="#71">71</a>  	<strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> submitDag(<a href="../../../../org/apache/helix/taskexecution/Dag.html">Dag</a> dag) <strong class="jxr_keyword">throws</strong> Exception {
+<a class="jxr_linenumber" name="72" href="#72">72</a>  		ConfigAccessor clusterConfig = <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/helix/ConfigAccessor.html">ConfigAccessor</a>(_zkclient);
+<a class="jxr_linenumber" name="73" href="#73">73</a>  		HelixConfigScope clusterScope = <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/helix/model/builder/HelixConfigScopeBuilder.html">HelixConfigScopeBuilder</a>(ConfigScopeProperty.CLUSTER)
+<a class="jxr_linenumber" name="74" href="#74">74</a>  		                                  .forCluster(_clusterName)
+<a class="jxr_linenumber" name="75" href="#75">75</a>  		                                  .build();
+<a class="jxr_linenumber" name="76" href="#76">76</a>  		<strong class="jxr_keyword">for</strong> (String id : dag.getNodeIds()) {
+<a class="jxr_linenumber" name="77" href="#77">77</a>  			Dag.Node node = dag.getNode(id);
+<a class="jxr_linenumber" name="78" href="#78">78</a>  			clusterConfig.set(clusterScope, node.getId(), node.toJson());
+<a class="jxr_linenumber" name="79" href="#79">79</a>  			_admin.addResource(_clusterName, node.getId(),
+<a class="jxr_linenumber" name="80" href="#80">80</a>  					node.getNumPartitions(), DEFAULT_STATE_MODEL,
+<a class="jxr_linenumber" name="81" href="#81">81</a>  					IdealStateModeProperty.AUTO_REBALANCE.toString());
+<a class="jxr_linenumber" name="82" href="#82">82</a>  
+<a class="jxr_linenumber" name="83" href="#83">83</a>  		}
 <a class="jxr_linenumber" name="84" href="#84">84</a>  
-<a class="jxr_linenumber" name="85" href="#85">85</a>  		}
-<a class="jxr_linenumber" name="86" href="#86">86</a>  
-<a class="jxr_linenumber" name="87" href="#87">87</a>  		<strong class="jxr_keyword">for</strong> (String id : dag.getNodeIds()) {
-<a class="jxr_linenumber" name="88" href="#88">88</a>  			_admin.rebalance(_clusterName, id, 1);
-<a class="jxr_linenumber" name="89" href="#89">89</a>  		}
-<a class="jxr_linenumber" name="90" href="#90">90</a>  	}
-<a class="jxr_linenumber" name="91" href="#91">91</a>  }
+<a class="jxr_linenumber" name="85" href="#85">85</a>  		<strong class="jxr_keyword">for</strong> (String id : dag.getNodeIds()) {
+<a class="jxr_linenumber" name="86" href="#86">86</a>  			_admin.rebalance(_clusterName, id, 1);
+<a class="jxr_linenumber" name="87" href="#87">87</a>  		}
+<a class="jxr_linenumber" name="88" href="#88">88</a>  	}
+<a class="jxr_linenumber" name="89" href="#89">89</a>  }
 </pre>
 <hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
 </html>