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

svn commit: r1480516 [21/24] - in /incubator/helix/site-content: ./ apidocs/reference/org/apache/helix/ apidocs/reference/org/apache/helix/messaging/handling/ apidocs/reference/org/apache/helix/model/ apidocs/reference/org/apache/helix/participant/stat...

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=1480516&r1=1480515&r2=1480516&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 Thu May  9 01:27:17 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/TestAsyncCallback.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/TestAsyncCallbackSvc.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/TestAsyncCallback.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/TestAsyncCallbackSvc.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/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="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="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/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="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="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/TestAsyncCallback.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/TestAsyncCallbackSvc.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/TestAsyncCallback.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/TestAsyncCallbackSvc.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/integration/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/integration/package-frame.html?rev=1480516&r1=1480515&r2=1480516&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/integration/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/integration/package-frame.html Thu May  9 01:27:17 2013
@@ -43,6 +43,18 @@
             	<a href="TestHelixCustomCodeRunner.html" target="classFrame">MockJob</a>
           	</li>
           	          	<li>
+            	<a href="TestMessageThrottle2.html" target="classFrame">MyProcess</a>
+          	</li>
+          	          	<li>
+            	<a href="TestMessageThrottle2.html" target="classFrame">MyStateModel</a>
+          	</li>
+          	          	<li>
+            	<a href="TestMessageThrottle2.html" target="classFrame">MyStateModelFactory</a>
+          	</li>
+          	          	<li>
+            	<a href="TestMessageThrottle2.html" target="classFrame">Node</a>
+          	</li>
+          	          	<li>
             	<a href="TestSessionExpiryInTransition.html" target="classFrame">SessionExpiryTransition</a>
           	</li>
           	          	<li>
@@ -52,6 +64,9 @@
             	<a href="TestStateTransitionTimeout.html" target="classFrame">SleepStateModelFactory</a>
           	</li>
           	          	<li>
+            	<a href="TestMessageThrottle2.html" target="classFrame">StatusPrinter</a>
+          	</li>
+          	          	<li>
             	<a href="TestAddClusterV2.html" target="classFrame">TestAddClusterV2</a>
           	</li>
           	          	<li>
@@ -169,6 +184,9 @@
             	<a href="TestMessageThrottle.html" target="classFrame">TestMessageThrottle</a>
           	</li>
           	          	<li>
+            	<a href="TestMessageThrottle2.html" target="classFrame">TestMessageThrottle2</a>
+          	</li>
+          	          	<li>
             	<a href="TestSchedulerMessage.html" target="classFrame">TestMessagingHandler</a>
           	</li>
           	          	<li>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/integration/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/integration/package-summary.html?rev=1480516&r1=1480515&r2=1480516&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/integration/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/integration/package-summary.html Thu May  9 01:27:17 2013
@@ -82,6 +82,26 @@
             	</tr>
 				            	<tr>
               		<td>
+                		<a href="TestMessageThrottle2.html" target="classFrame">MyProcess</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="TestMessageThrottle2.html" target="classFrame">MyStateModel</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="TestMessageThrottle2.html" target="classFrame">MyStateModelFactory</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="TestMessageThrottle2.html" target="classFrame">Node</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
                 		<a href="TestSessionExpiryInTransition.html" target="classFrame">SessionExpiryTransition</a>
               		</td>
             	</tr>
@@ -97,6 +117,11 @@
             	</tr>
 				            	<tr>
               		<td>
+                		<a href="TestMessageThrottle2.html" target="classFrame">StatusPrinter</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
                 		<a href="TestAddClusterV2.html" target="classFrame">TestAddClusterV2</a>
               		</td>
             	</tr>
@@ -292,6 +317,11 @@
             	</tr>
 				            	<tr>
               		<td>
+                		<a href="TestMessageThrottle2.html" target="classFrame">TestMessageThrottle2</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
                 		<a href="TestSchedulerMessage.html" target="classFrame">TestMessagingHandler</a>
               		</td>
             	</tr>

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=1480516&r1=1480515&r2=1480516&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 Thu May  9 01:27:17 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/TestAsyncCallback.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/TestAsyncCallbackSvc.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=1480516&r1=1480515&r2=1480516&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 Thu May  9 01:27:17 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/TestAsyncCallback.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/TestAsyncCallbackSvc.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/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="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="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/TestAsyncCallback.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/TestAsyncCallbackSvc.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=1480516&r1=1480515&r2=1480516&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 Thu May  9 01:27:17 2013
@@ -25,7 +25,7 @@
             	<a href="TestDefaultMessagingService.html" target="classFrame">MockHelixManager</a>
           	</li>
           	          	<li>
-            	<a href="TestAsyncCallback.html" target="classFrame">TestAsyncCallback</a>
+            	<a href="TestAsyncCallbackSvc.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=1480516&r1=1480515&r2=1480516&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 Thu May  9 01:27:17 2013
@@ -52,7 +52,7 @@
             	</tr>
 				            	<tr>
               		<td>
-                		<a href="TestAsyncCallback.html" target="classFrame">TestAsyncCallback</a>
+                		<a href="TestAsyncCallbackSvc.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=1480516&r1=1480515&r2=1480516&view=diff
==============================================================================
--- incubator/helix/site-content/xref/allclasses-frame.html (original)
+++ incubator/helix/site-content/xref/allclasses-frame.html Thu May  9 01:27:17 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/Alerts.html" target="classFrame">AlertsProperty</a>
+				<a href="org/apache/helix/model/AlertStatus.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/NotificationContext.html" target="classFrame">Type</a>
+				<a href="org/apache/helix/PropertyType.html" target="classFrame">Type</a>
 			</li>
 						<li>
 				<a href="org/apache/helix/tools/ClusterStateVerifier.html" target="classFrame">Verifier</a>

Added: incubator/helix/site-content/xref/org/apache/helix/ConfigScope.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref/org/apache/helix/ConfigScope.html?rev=1480516&view=auto
==============================================================================
--- incubator/helix/site-content/xref/org/apache/helix/ConfigScope.html (added)
+++ incubator/helix/site-content/xref/org/apache/helix/ConfigScope.html Thu May  9 01:27:17 2013
@@ -0,0 +1,162 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>ConfigScope xref</title>
+<link type="text/css" rel="stylesheet" href="../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../apidocs/org/apache/helix/ConfigScope.html">View Javadoc</a></div><pre>
+
+<a class="jxr_linenumber" name="1" href="#1">1</a>   <strong class="jxr_keyword">package</strong> org.apache.helix;
+<a class="jxr_linenumber" name="2" href="#2">2</a>   
+<a class="jxr_linenumber" name="3" href="#3">3</a>   <em class="jxr_comment">/*</em>
+<a class="jxr_linenumber" name="4" href="#4">4</a>   <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
+<a class="jxr_linenumber" name="5" href="#5">5</a>   <em class="jxr_comment"> * or more contributor license agreements.  See the NOTICE file</em>
+<a class="jxr_linenumber" name="6" href="#6">6</a>   <em class="jxr_comment"> * distributed with this work for additional information</em>
+<a class="jxr_linenumber" name="7" href="#7">7</a>   <em class="jxr_comment"> * regarding copyright ownership.  The ASF licenses this file</em>
+<a class="jxr_linenumber" name="8" href="#8">8</a>   <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em>
+<a class="jxr_linenumber" name="9" href="#9">9</a>   <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em>
+<a class="jxr_linenumber" name="10" href="#10">10</a>  <em class="jxr_comment"> * with the License.  You may obtain a copy of the License at</em>
+<a class="jxr_linenumber" name="11" href="#11">11</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="12" href="#12">12</a>  <em class="jxr_comment"> *   <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a class="jxr_linenumber" name="13" href="#13">13</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="14" href="#14">14</a>  <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em>
+<a class="jxr_linenumber" name="15" href="#15">15</a>  <em class="jxr_comment"> * software distributed under the License is distributed on an</em>
+<a class="jxr_linenumber" name="16" href="#16">16</a>  <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em>
+<a class="jxr_linenumber" name="17" href="#17">17</a>  <em class="jxr_comment"> * KIND, either express or implied.  See the License for the</em>
+<a class="jxr_linenumber" name="18" href="#18">18</a>  <em class="jxr_comment"> * specific language governing permissions and limitations</em>
+<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>  <strong class="jxr_keyword">import</strong> java.util.ArrayList;
+<a class="jxr_linenumber" name="23" href="#23">23</a>  <strong class="jxr_keyword">import</strong> java.util.HashMap;
+<a class="jxr_linenumber" name="24" href="#24">24</a>  <strong class="jxr_keyword">import</strong> java.util.List;
+<a class="jxr_linenumber" name="25" href="#25">25</a>  <strong class="jxr_keyword">import</strong> java.util.Map;
+<a class="jxr_linenumber" name="26" href="#26">26</a>  
+<a class="jxr_linenumber" name="27" href="#27">27</a>  <strong class="jxr_keyword">import</strong> org.apache.helix.util.StringTemplate;
+<a class="jxr_linenumber" name="28" href="#28">28</a>  <strong class="jxr_keyword">import</strong> org.apache.log4j.Logger;
+<a class="jxr_linenumber" name="29" href="#29">29</a>  
+<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">class</strong> <a href="../../../org/apache/helix/ConfigScope.html">ConfigScope</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> enum <a href="../../../org/apache/helix/ConfigScope.html">ConfigScopeProperty</a>
+<a class="jxr_linenumber" name="34" href="#34">34</a>    {
+<a class="jxr_linenumber" name="35" href="#35">35</a>      CLUSTER, PARTICIPANT, RESOURCE, PARTITION, CONSTRAINT;
+<a class="jxr_linenumber" name="36" href="#36">36</a>    }
+<a class="jxr_linenumber" name="37" href="#37">37</a>  
+<a class="jxr_linenumber" name="38" href="#38">38</a>    <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> Logger LOG = Logger.getLogger(ConfigScope.<strong class="jxr_keyword">class</strong>);
+<a class="jxr_linenumber" name="39" href="#39">39</a>  
+<a class="jxr_linenumber" name="40" href="#40">40</a>    <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> List&lt;ConfigScopeProperty&gt; scopePriority =
+<a class="jxr_linenumber" name="41" href="#41">41</a>        <strong class="jxr_keyword">new</strong> ArrayList&lt;ConfigScopeProperty&gt;();
+<a class="jxr_linenumber" name="42" href="#42">42</a>    <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> Map&lt;ConfigScopeProperty, Map&lt;ConfigScopeProperty, ConfigScopeProperty&gt;&gt; scopeTransition =
+<a class="jxr_linenumber" name="43" href="#43">43</a>        <strong class="jxr_keyword">new</strong> HashMap&lt;ConfigScopeProperty, Map&lt;ConfigScopeProperty, ConfigScopeProperty&gt;&gt;();
+<a class="jxr_linenumber" name="44" href="#44">44</a>    <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <a href="../../../org/apache/helix/util/StringTemplate.html">StringTemplate</a> template = <strong class="jxr_keyword">new</strong> <a href="../../../org/apache/helix/util/StringTemplate.html">StringTemplate</a>();
+<a class="jxr_linenumber" name="45" href="#45">45</a>    <strong class="jxr_keyword">static</strong>
+<a class="jxr_linenumber" name="46" href="#46">46</a>    {
+<a class="jxr_linenumber" name="47" href="#47">47</a>      <em class="jxr_comment">// scope priority: CLUSTER &gt; PARTICIPANT &gt; RESOURCE &gt; PARTITION</em>
+<a class="jxr_linenumber" name="48" href="#48">48</a>      scopePriority.add(ConfigScopeProperty.CLUSTER);
+<a class="jxr_linenumber" name="49" href="#49">49</a>      scopePriority.add(ConfigScopeProperty.PARTICIPANT);
+<a class="jxr_linenumber" name="50" href="#50">50</a>      scopePriority.add(ConfigScopeProperty.RESOURCE);
+<a class="jxr_linenumber" name="51" href="#51">51</a>      scopePriority.add(ConfigScopeProperty.PARTITION);
+<a class="jxr_linenumber" name="52" href="#52">52</a>  
+<a class="jxr_linenumber" name="53" href="#53">53</a>      <em class="jxr_comment">// scope transition table to check valid inputs</em>
+<a class="jxr_linenumber" name="54" href="#54">54</a>      scopeTransition.put(ConfigScopeProperty.CLUSTER,
+<a class="jxr_linenumber" name="55" href="#55">55</a>                          <strong class="jxr_keyword">new</strong> HashMap&lt;ConfigScopeProperty, ConfigScopeProperty&gt;());
+<a class="jxr_linenumber" name="56" href="#56">56</a>      scopeTransition.get(ConfigScopeProperty.CLUSTER).put(ConfigScopeProperty.PARTICIPANT,
+<a class="jxr_linenumber" name="57" href="#57">57</a>                                                           ConfigScopeProperty.PARTICIPANT);
+<a class="jxr_linenumber" name="58" href="#58">58</a>      scopeTransition.get(ConfigScopeProperty.CLUSTER).put(ConfigScopeProperty.RESOURCE,
+<a class="jxr_linenumber" name="59" href="#59">59</a>                                                           ConfigScopeProperty.RESOURCE);
+<a class="jxr_linenumber" name="60" href="#60">60</a>      scopeTransition.put(ConfigScopeProperty.RESOURCE,
+<a class="jxr_linenumber" name="61" href="#61">61</a>                          <strong class="jxr_keyword">new</strong> HashMap&lt;ConfigScopeProperty, ConfigScopeProperty&gt;());
+<a class="jxr_linenumber" name="62" href="#62">62</a>      scopeTransition.get(ConfigScopeProperty.RESOURCE).put(ConfigScopeProperty.PARTITION,
+<a class="jxr_linenumber" name="63" href="#63">63</a>                                                            ConfigScopeProperty.PARTITION);
+<a class="jxr_linenumber" name="64" href="#64">64</a>  
+<a class="jxr_linenumber" name="65" href="#65">65</a>      <em class="jxr_comment">// string templates to generate znode path/index</em>
+<a class="jxr_linenumber" name="66" href="#66">66</a>      <em class="jxr_comment">// @formatter:off</em>
+<a class="jxr_linenumber" name="67" href="#67">67</a>      template.addEntry(ConfigScopeProperty.CLUSTER,
+<a class="jxr_linenumber" name="68" href="#68">68</a>                        2,
+<a class="jxr_linenumber" name="69" href="#69">69</a>                        <span class="jxr_string">"/{clusterName}/CONFIGS/CLUSTER/{clusterName}"</span>);
+<a class="jxr_linenumber" name="70" href="#70">70</a>      template.addEntry(ConfigScopeProperty.PARTICIPANT,
+<a class="jxr_linenumber" name="71" href="#71">71</a>                        2,
+<a class="jxr_linenumber" name="72" href="#72">72</a>                        <span class="jxr_string">"/{clusterName}/CONFIGS/PARTICIPANT/{participantName}"</span>);
+<a class="jxr_linenumber" name="73" href="#73">73</a>      template.addEntry(ConfigScopeProperty.RESOURCE,
+<a class="jxr_linenumber" name="74" href="#74">74</a>                        2,
+<a class="jxr_linenumber" name="75" href="#75">75</a>                        <span class="jxr_string">"/{clusterName}/CONFIGS/RESOURCE/{resourceName}"</span>);
+<a class="jxr_linenumber" name="76" href="#76">76</a>      template.addEntry(ConfigScopeProperty.PARTITION,
+<a class="jxr_linenumber" name="77" href="#77">77</a>                        3,
+<a class="jxr_linenumber" name="78" href="#78">78</a>                        <span class="jxr_string">"/{clusterName}/CONFIGS/RESOURCE/{resourceName}|{partitionName}"</span>);
+<a class="jxr_linenumber" name="79" href="#79">79</a>      <em class="jxr_comment">// @formatter:on</em>
+<a class="jxr_linenumber" name="80" href="#80">80</a>    }
+<a class="jxr_linenumber" name="81" href="#81">81</a>  
+<a class="jxr_linenumber" name="82" href="#82">82</a>    <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> String _clusterName;
+<a class="jxr_linenumber" name="83" href="#83">83</a>    <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> <a href="../../../org/apache/helix/ConfigScope.html">ConfigScopeProperty</a> _scope;
+<a class="jxr_linenumber" name="84" href="#84">84</a>    <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> String _scopeStr;
+<a class="jxr_linenumber" name="85" href="#85">85</a>  
+<a class="jxr_linenumber" name="86" href="#86">86</a>    <a href="../../../org/apache/helix/ConfigScope.html">ConfigScope</a>(<a href="../../../org/apache/helix/ConfigScopeBuilder.html">ConfigScopeBuilder</a> configScopeBuilder)
+<a class="jxr_linenumber" name="87" href="#87">87</a>    {
+<a class="jxr_linenumber" name="88" href="#88">88</a>      Map&lt;ConfigScopeProperty, String&gt; scopeMap = configScopeBuilder
+<a class="jxr_linenumber" name="89" href="#89">89</a>          .getScopeMap();
+<a class="jxr_linenumber" name="90" href="#90">90</a>      List&lt;String&gt; keys = <strong class="jxr_keyword">new</strong> ArrayList&lt;String&gt;();
+<a class="jxr_linenumber" name="91" href="#91">91</a>  
+<a class="jxr_linenumber" name="92" href="#92">92</a>      <a href="../../../org/apache/helix/ConfigScope.html">ConfigScopeProperty</a> curScope = <strong class="jxr_keyword">null</strong>;
+<a class="jxr_linenumber" name="93" href="#93">93</a>      <strong class="jxr_keyword">for</strong> (ConfigScopeProperty scope : scopePriority)
+<a class="jxr_linenumber" name="94" href="#94">94</a>      {
+<a class="jxr_linenumber" name="95" href="#95">95</a>        <strong class="jxr_keyword">if</strong> (scopeMap.containsKey(scope))
+<a class="jxr_linenumber" name="96" href="#96">96</a>        {
+<a class="jxr_linenumber" name="97" href="#97">97</a>          <strong class="jxr_keyword">if</strong> (curScope == <strong class="jxr_keyword">null</strong> &amp;&amp; scope == ConfigScopeProperty.CLUSTER)
+<a class="jxr_linenumber" name="98" href="#98">98</a>          {
+<a class="jxr_linenumber" name="99" href="#99">99</a>            keys.add(scopeMap.get(scope));
+<a class="jxr_linenumber" name="100" href="#100">100</a>           curScope = ConfigScopeProperty.CLUSTER;
+<a class="jxr_linenumber" name="101" href="#101">101</a>         } <strong class="jxr_keyword">else</strong> <strong class="jxr_keyword">if</strong> (curScope == <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="102" href="#102">102</a>         {
+<a class="jxr_linenumber" name="103" href="#103">103</a>           <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> IllegalArgumentException(<span class="jxr_string">"Missing CLUSTER scope. Can't build scope using "</span> + configScopeBuilder);
+<a class="jxr_linenumber" name="104" href="#104">104</a>         } <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="105" href="#105">105</a>         {
+<a class="jxr_linenumber" name="106" href="#106">106</a>           <strong class="jxr_keyword">if</strong> (!scopeTransition.containsKey(curScope) || !scopeTransition.get(curScope).containsKey(scope))
+<a class="jxr_linenumber" name="107" href="#107">107</a>           {
+<a class="jxr_linenumber" name="108" href="#108">108</a>             <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> IllegalArgumentException(<span class="jxr_string">"Can't build scope using "</span> + configScopeBuilder);
+<a class="jxr_linenumber" name="109" href="#109">109</a>           }
+<a class="jxr_linenumber" name="110" href="#110">110</a>           keys.add(scopeMap.get(scope));
+<a class="jxr_linenumber" name="111" href="#111">111</a>           curScope = scopeTransition.get(curScope).get(scope);
+<a class="jxr_linenumber" name="112" href="#112">112</a>         }
+<a class="jxr_linenumber" name="113" href="#113">113</a>       }
+<a class="jxr_linenumber" name="114" href="#114">114</a>     }
+<a class="jxr_linenumber" name="115" href="#115">115</a> 
+<a class="jxr_linenumber" name="116" href="#116">116</a>     <strong class="jxr_keyword">if</strong> (curScope == ConfigScopeProperty.CLUSTER)
+<a class="jxr_linenumber" name="117" href="#117">117</a>     {
+<a class="jxr_linenumber" name="118" href="#118">118</a>       <em class="jxr_comment">// append one more {clusterName}</em>
+<a class="jxr_linenumber" name="119" href="#119">119</a>       keys.add(scopeMap.get(ConfigScopeProperty.CLUSTER));
+<a class="jxr_linenumber" name="120" href="#120">120</a>     }
+<a class="jxr_linenumber" name="121" href="#121">121</a> 
+<a class="jxr_linenumber" name="122" href="#122">122</a>     String scopeStr = template.instantiate(curScope, keys.toArray(<strong class="jxr_keyword">new</strong> String[0]));
+<a class="jxr_linenumber" name="123" href="#123">123</a> 
+<a class="jxr_linenumber" name="124" href="#124">124</a>     _clusterName = keys.get(0);
+<a class="jxr_linenumber" name="125" href="#125">125</a>     _scopeStr = scopeStr;
+<a class="jxr_linenumber" name="126" href="#126">126</a>     _scope = curScope;
+<a class="jxr_linenumber" name="127" href="#127">127</a>   }
+<a class="jxr_linenumber" name="128" href="#128">128</a> 
+<a class="jxr_linenumber" name="129" href="#129">129</a>   <strong class="jxr_keyword">public</strong> <a href="../../../org/apache/helix/ConfigScope.html">ConfigScopeProperty</a> getScope()
+<a class="jxr_linenumber" name="130" href="#130">130</a>   {
+<a class="jxr_linenumber" name="131" href="#131">131</a>     <strong class="jxr_keyword">return</strong> _scope;
+<a class="jxr_linenumber" name="132" href="#132">132</a>   }
+<a class="jxr_linenumber" name="133" href="#133">133</a> 
+<a class="jxr_linenumber" name="134" href="#134">134</a>   <strong class="jxr_keyword">public</strong> String getClusterName()
+<a class="jxr_linenumber" name="135" href="#135">135</a>   {
+<a class="jxr_linenumber" name="136" href="#136">136</a>     <strong class="jxr_keyword">return</strong> _clusterName;
+<a class="jxr_linenumber" name="137" href="#137">137</a>   }
+<a class="jxr_linenumber" name="138" href="#138">138</a> 
+<a class="jxr_linenumber" name="139" href="#139">139</a>   <strong class="jxr_keyword">public</strong> String getScopeStr()
+<a class="jxr_linenumber" name="140" href="#140">140</a>   {
+<a class="jxr_linenumber" name="141" href="#141">141</a>     <strong class="jxr_keyword">return</strong> _scopeStr;
+<a class="jxr_linenumber" name="142" href="#142">142</a>   }
+<a class="jxr_linenumber" name="143" href="#143">143</a> 
+<a class="jxr_linenumber" name="144" href="#144">144</a>   @Override
+<a class="jxr_linenumber" name="145" href="#145">145</a>   <strong class="jxr_keyword">public</strong> String toString()
+<a class="jxr_linenumber" name="146" href="#146">146</a>   {
+<a class="jxr_linenumber" name="147" href="#147">147</a>     <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">super</strong>.toString() + <span class="jxr_string">": "</span> + _scopeStr;
+<a class="jxr_linenumber" name="148" href="#148">148</a>   }
+<a class="jxr_linenumber" name="149" href="#149">149</a> }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>

Added: incubator/helix/site-content/xref/org/apache/helix/ConfigScopeBuilder.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref/org/apache/helix/ConfigScopeBuilder.html?rev=1480516&view=auto
==============================================================================
--- incubator/helix/site-content/xref/org/apache/helix/ConfigScopeBuilder.html (added)
+++ incubator/helix/site-content/xref/org/apache/helix/ConfigScopeBuilder.html Thu May  9 01:27:17 2013
@@ -0,0 +1,150 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>ConfigScopeBuilder xref</title>
+<link type="text/css" rel="stylesheet" href="../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../apidocs/org/apache/helix/ConfigScopeBuilder.html">View Javadoc</a></div><pre>
+
+<a class="jxr_linenumber" name="1" href="#1">1</a>   <strong class="jxr_keyword">package</strong> org.apache.helix;
+<a class="jxr_linenumber" name="2" href="#2">2</a>   
+<a class="jxr_linenumber" name="3" href="#3">3</a>   <em class="jxr_comment">/*</em>
+<a class="jxr_linenumber" name="4" href="#4">4</a>   <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
+<a class="jxr_linenumber" name="5" href="#5">5</a>   <em class="jxr_comment"> * or more contributor license agreements.  See the NOTICE file</em>
+<a class="jxr_linenumber" name="6" href="#6">6</a>   <em class="jxr_comment"> * distributed with this work for additional information</em>
+<a class="jxr_linenumber" name="7" href="#7">7</a>   <em class="jxr_comment"> * regarding copyright ownership.  The ASF licenses this file</em>
+<a class="jxr_linenumber" name="8" href="#8">8</a>   <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em>
+<a class="jxr_linenumber" name="9" href="#9">9</a>   <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em>
+<a class="jxr_linenumber" name="10" href="#10">10</a>  <em class="jxr_comment"> * with the License.  You may obtain a copy of the License at</em>
+<a class="jxr_linenumber" name="11" href="#11">11</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="12" href="#12">12</a>  <em class="jxr_comment"> *   <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a class="jxr_linenumber" name="13" href="#13">13</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="14" href="#14">14</a>  <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em>
+<a class="jxr_linenumber" name="15" href="#15">15</a>  <em class="jxr_comment"> * software distributed under the License is distributed on an</em>
+<a class="jxr_linenumber" name="16" href="#16">16</a>  <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em>
+<a class="jxr_linenumber" name="17" href="#17">17</a>  <em class="jxr_comment"> * KIND, either express or implied.  See the License for the</em>
+<a class="jxr_linenumber" name="18" href="#18">18</a>  <em class="jxr_comment"> * specific language governing permissions and limitations</em>
+<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>  <strong class="jxr_keyword">import</strong> java.util.HashMap;
+<a class="jxr_linenumber" name="23" href="#23">23</a>  <strong class="jxr_keyword">import</strong> java.util.Map;
+<a class="jxr_linenumber" name="24" href="#24">24</a>  
+<a class="jxr_linenumber" name="25" href="#25">25</a>  <strong class="jxr_keyword">import</strong> org.apache.helix.ConfigScope.ConfigScopeProperty;
+<a class="jxr_linenumber" name="26" href="#26">26</a>  <strong class="jxr_keyword">import</strong> org.apache.helix.util.StringTemplate;
+<a class="jxr_linenumber" name="27" href="#27">27</a>  <strong class="jxr_keyword">import</strong> org.apache.log4j.Logger;
+<a class="jxr_linenumber" name="28" href="#28">28</a>  
+<a class="jxr_linenumber" name="29" href="#29">29</a>  
+<a class="jxr_linenumber" name="30" href="#30">30</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../org/apache/helix/ConfigScopeBuilder.html">ConfigScopeBuilder</a>
+<a class="jxr_linenumber" name="31" href="#31">31</a>  {
+<a class="jxr_linenumber" name="32" href="#32">32</a>    <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> Logger LOG = Logger.getLogger(ConfigScopeBuilder.<strong class="jxr_keyword">class</strong>);
+<a class="jxr_linenumber" name="33" href="#33">33</a>  
+<a class="jxr_linenumber" name="34" href="#34">34</a>    <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <a href="../../../org/apache/helix/util/StringTemplate.html">StringTemplate</a> template = <strong class="jxr_keyword">new</strong> <a href="../../../org/apache/helix/util/StringTemplate.html">StringTemplate</a>();
+<a class="jxr_linenumber" name="35" href="#35">35</a>    <strong class="jxr_keyword">static</strong>
+<a class="jxr_linenumber" name="36" href="#36">36</a>    {
+<a class="jxr_linenumber" name="37" href="#37">37</a>      <em class="jxr_comment">// @formatter:off</em>
+<a class="jxr_linenumber" name="38" href="#38">38</a>      template.addEntry(ConfigScopeProperty.CLUSTER, 1, <span class="jxr_string">"CLUSTER={clusterName}"</span>);
+<a class="jxr_linenumber" name="39" href="#39">39</a>      template.addEntry(ConfigScopeProperty.RESOURCE, 2, <span class="jxr_string">"CLUSTER={clusterName},RESOURCE={resourceName}"</span>);
+<a class="jxr_linenumber" name="40" href="#40">40</a>      template.addEntry(ConfigScopeProperty.PARTITION, 3, <span class="jxr_string">"CLUSTER={clusterName},RESOURCE={resourceName},PARTITION={partitionName}"</span>);
+<a class="jxr_linenumber" name="41" href="#41">41</a>      template.addEntry(ConfigScopeProperty.PARTICIPANT, 2, <span class="jxr_string">"CLUSTER={clusterName},PARTICIPANT={participantName}"</span>);
+<a class="jxr_linenumber" name="42" href="#42">42</a>      <em class="jxr_comment">// @formatter:on</em>
+<a class="jxr_linenumber" name="43" href="#43">43</a>    }
+<a class="jxr_linenumber" name="44" href="#44">44</a>  
+<a class="jxr_linenumber" name="45" href="#45">45</a>    <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> Map&lt;ConfigScopeProperty, String&gt; _scopeMap;
+<a class="jxr_linenumber" name="46" href="#46">46</a>  
+<a class="jxr_linenumber" name="47" href="#47">47</a>    <strong class="jxr_keyword">public</strong> Map&lt;ConfigScopeProperty, String&gt; getScopeMap()
+<a class="jxr_linenumber" name="48" href="#48">48</a>    {
+<a class="jxr_linenumber" name="49" href="#49">49</a>      <strong class="jxr_keyword">return</strong> _scopeMap;
+<a class="jxr_linenumber" name="50" href="#50">50</a>    }
+<a class="jxr_linenumber" name="51" href="#51">51</a>  
+<a class="jxr_linenumber" name="52" href="#52">52</a>    <strong class="jxr_keyword">public</strong> <a href="../../../org/apache/helix/ConfigScopeBuilder.html">ConfigScopeBuilder</a>()
+<a class="jxr_linenumber" name="53" href="#53">53</a>    {
+<a class="jxr_linenumber" name="54" href="#54">54</a>      _scopeMap = <strong class="jxr_keyword">new</strong> HashMap&lt;ConfigScopeProperty, String&gt;();
+<a class="jxr_linenumber" name="55" href="#55">55</a>    }
+<a class="jxr_linenumber" name="56" href="#56">56</a>  
+<a class="jxr_linenumber" name="57" href="#57">57</a>    <strong class="jxr_keyword">public</strong> <a href="../../../org/apache/helix/ConfigScopeBuilder.html">ConfigScopeBuilder</a> forCluster(String clusterName)
+<a class="jxr_linenumber" name="58" href="#58">58</a>    {
+<a class="jxr_linenumber" name="59" href="#59">59</a>      _scopeMap.put(ConfigScopeProperty.CLUSTER, clusterName);
+<a class="jxr_linenumber" name="60" href="#60">60</a>      <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">this</strong>;
+<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>    <strong class="jxr_keyword">public</strong> <a href="../../../org/apache/helix/ConfigScopeBuilder.html">ConfigScopeBuilder</a> forParticipant(String participantName)
+<a class="jxr_linenumber" name="64" href="#64">64</a>    {
+<a class="jxr_linenumber" name="65" href="#65">65</a>      _scopeMap.put(ConfigScopeProperty.PARTICIPANT, participantName);
+<a class="jxr_linenumber" name="66" href="#66">66</a>      <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">this</strong>;
+<a class="jxr_linenumber" name="67" href="#67">67</a>    }
+<a class="jxr_linenumber" name="68" href="#68">68</a>  
+<a class="jxr_linenumber" name="69" href="#69">69</a>    <strong class="jxr_keyword">public</strong> <a href="../../../org/apache/helix/ConfigScopeBuilder.html">ConfigScopeBuilder</a> forResource(String resourceName)
+<a class="jxr_linenumber" name="70" href="#70">70</a>    {
+<a class="jxr_linenumber" name="71" href="#71">71</a>      _scopeMap.put(ConfigScopeProperty.RESOURCE, resourceName);
+<a class="jxr_linenumber" name="72" href="#72">72</a>      <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">this</strong>;
+<a class="jxr_linenumber" name="73" href="#73">73</a>  
+<a class="jxr_linenumber" name="74" href="#74">74</a>    }
+<a class="jxr_linenumber" name="75" href="#75">75</a>  
+<a class="jxr_linenumber" name="76" href="#76">76</a>    <strong class="jxr_keyword">public</strong> <a href="../../../org/apache/helix/ConfigScopeBuilder.html">ConfigScopeBuilder</a> forPartition(String partitionName)
+<a class="jxr_linenumber" name="77" href="#77">77</a>    {
+<a class="jxr_linenumber" name="78" href="#78">78</a>      _scopeMap.put(ConfigScopeProperty.PARTITION, partitionName);
+<a class="jxr_linenumber" name="79" href="#79">79</a>      <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">this</strong>;
+<a class="jxr_linenumber" name="80" href="#80">80</a>  
+<a class="jxr_linenumber" name="81" href="#81">81</a>    }
+<a class="jxr_linenumber" name="82" href="#82">82</a>  
+<a class="jxr_linenumber" name="83" href="#83">83</a>    <strong class="jxr_keyword">public</strong> <a href="../../../org/apache/helix/ConfigScope.html">ConfigScope</a> build()
+<a class="jxr_linenumber" name="84" href="#84">84</a>    {
+<a class="jxr_linenumber" name="85" href="#85">85</a>      <em class="jxr_comment">// TODO: validate the scopes map</em>
+<a class="jxr_linenumber" name="86" href="#86">86</a>      <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">new</strong> <a href="../../../org/apache/helix/ConfigScope.html">ConfigScope</a>(<strong class="jxr_keyword">this</strong>);
+<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>    <strong class="jxr_keyword">public</strong> <a href="../../../org/apache/helix/ConfigScope.html">ConfigScope</a> build(<a href="../../../org/apache/helix/ConfigScope.html">ConfigScopeProperty</a> scope, String clusterName, String... scopeKeys)
+<a class="jxr_linenumber" name="90" href="#90">90</a>    {
+<a class="jxr_linenumber" name="91" href="#91">91</a>      <strong class="jxr_keyword">if</strong> (scopeKeys == <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="92" href="#92">92</a>      {
+<a class="jxr_linenumber" name="93" href="#93">93</a>        scopeKeys = <strong class="jxr_keyword">new</strong> String[]{};
+<a class="jxr_linenumber" name="94" href="#94">94</a>      }
+<a class="jxr_linenumber" name="95" href="#95">95</a>  
+<a class="jxr_linenumber" name="96" href="#96">96</a>      String[] args = <strong class="jxr_keyword">new</strong> String[1 + scopeKeys.length];
+<a class="jxr_linenumber" name="97" href="#97">97</a>      args[0] = clusterName;
+<a class="jxr_linenumber" name="98" href="#98">98</a>      System.arraycopy(scopeKeys, 0, args, 1, scopeKeys.length);
+<a class="jxr_linenumber" name="99" href="#99">99</a>      String scopePairs = template.instantiate(scope, args);
+<a class="jxr_linenumber" name="100" href="#100">100</a> 
+<a class="jxr_linenumber" name="101" href="#101">101</a>     <strong class="jxr_keyword">return</strong> build(scopePairs);
+<a class="jxr_linenumber" name="102" href="#102">102</a>   }
+<a class="jxr_linenumber" name="103" href="#103">103</a> 
+<a class="jxr_linenumber" name="104" href="#104">104</a>   <strong class="jxr_keyword">public</strong> <a href="../../../org/apache/helix/ConfigScope.html">ConfigScope</a> build(String scopePairs)
+<a class="jxr_linenumber" name="105" href="#105">105</a>   {
+<a class="jxr_linenumber" name="106" href="#106">106</a>     String[] scopes = scopePairs.split(<span class="jxr_string">"[&#92;&#92;s,]+"</span>);
+<a class="jxr_linenumber" name="107" href="#107">107</a>     <strong class="jxr_keyword">for</strong> (String scope : scopes)
+<a class="jxr_linenumber" name="108" href="#108">108</a>     {
+<a class="jxr_linenumber" name="109" href="#109">109</a>       <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="110" href="#110">110</a>       {
+<a class="jxr_linenumber" name="111" href="#111">111</a>         <strong class="jxr_keyword">int</strong> idx = scope.indexOf('=');
+<a class="jxr_linenumber" name="112" href="#112">112</a>         <strong class="jxr_keyword">if</strong> (idx == -1)
+<a class="jxr_linenumber" name="113" href="#113">113</a>         {
+<a class="jxr_linenumber" name="114" href="#114">114</a>           LOG.error(<span class="jxr_string">"Invalid scope string: "</span> + scope);
+<a class="jxr_linenumber" name="115" href="#115">115</a>           <strong class="jxr_keyword">continue</strong>;
+<a class="jxr_linenumber" name="116" href="#116">116</a>         }
+<a class="jxr_linenumber" name="117" href="#117">117</a> 
+<a class="jxr_linenumber" name="118" href="#118">118</a>         String scopeStr = scope.substring(0, idx);
+<a class="jxr_linenumber" name="119" href="#119">119</a>         String value = scope.substring(idx + 1);
+<a class="jxr_linenumber" name="120" href="#120">120</a>         <a href="../../../org/apache/helix/ConfigScope.html">ConfigScopeProperty</a> scopeProperty = ConfigScopeProperty.valueOf(scopeStr);
+<a class="jxr_linenumber" name="121" href="#121">121</a>         _scopeMap.put(scopeProperty, value);
+<a class="jxr_linenumber" name="122" href="#122">122</a>       } <strong class="jxr_keyword">catch</strong> (Exception e)
+<a class="jxr_linenumber" name="123" href="#123">123</a>       {
+<a class="jxr_linenumber" name="124" href="#124">124</a>         LOG.error(<span class="jxr_string">"Invalid scope string: "</span> + scope);
+<a class="jxr_linenumber" name="125" href="#125">125</a>         <strong class="jxr_keyword">continue</strong>;
+<a class="jxr_linenumber" name="126" href="#126">126</a>       }
+<a class="jxr_linenumber" name="127" href="#127">127</a>     }
+<a class="jxr_linenumber" name="128" href="#128">128</a> 
+<a class="jxr_linenumber" name="129" href="#129">129</a>     <strong class="jxr_keyword">return</strong> build();
+<a class="jxr_linenumber" name="130" href="#130">130</a>   }
+<a class="jxr_linenumber" name="131" href="#131">131</a> 
+<a class="jxr_linenumber" name="132" href="#132">132</a>   @Override
+<a class="jxr_linenumber" name="133" href="#133">133</a>   <strong class="jxr_keyword">public</strong> String toString()
+<a class="jxr_linenumber" name="134" href="#134">134</a>   {
+<a class="jxr_linenumber" name="135" href="#135">135</a>     <strong class="jxr_keyword">return</strong> _scopeMap.toString();
+<a class="jxr_linenumber" name="136" href="#136">136</a>   }
+<a class="jxr_linenumber" name="137" href="#137">137</a> }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>

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=1480516&r1=1480515&r2=1480516&view=diff
==============================================================================
--- incubator/helix/site-content/xref/org/apache/helix/NotificationContext.html (original)
+++ incubator/helix/site-content/xref/org/apache/helix/NotificationContext.html Thu May  9 01:27:17 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/NotificationContext.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/PropertyType.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/NotificationContext.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/PropertyType.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/NotificationContext.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/PropertyType.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/NotificationContext.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/PropertyType.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=1480516&r1=1480515&r2=1480516&view=diff
==============================================================================
--- incubator/helix/site-content/xref/org/apache/helix/PropertyType.html (original)
+++ incubator/helix/site-content/xref/org/apache/helix/PropertyType.html Thu May  9 01:27:17 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/NotificationContext.html">Type</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="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/NotificationContext.html">Type</a>    type;
+<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="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/NotificationContext.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/PropertyType.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/NotificationContext.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/PropertyType.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/NotificationContext.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/PropertyType.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/NotificationContext.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/PropertyType.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/NotificationContext.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/PropertyType.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/NotificationContext.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/PropertyType.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/NotificationContext.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/PropertyType.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/messaging/handling/HelixTaskExecutor.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref/org/apache/helix/messaging/handling/HelixTaskExecutor.html?rev=1480516&r1=1480515&r2=1480516&view=diff
==============================================================================
--- incubator/helix/site-content/xref/org/apache/helix/messaging/handling/HelixTaskExecutor.html (original)
+++ incubator/helix/site-content/xref/org/apache/helix/messaging/handling/HelixTaskExecutor.html Thu May  9 01:27:17 2013
@@ -550,7 +550,7 @@
 <a class="jxr_linenumber" name="540" href="#540">540</a> 
 <a class="jxr_linenumber" name="541" href="#541">541</a>         message.setMsgState(MessageState.UNPROCESSABLE);
 <a class="jxr_linenumber" name="542" href="#542">542</a>         accessor.removeProperty(message.getKey(keyBuilder, instanceName));
-<a class="jxr_linenumber" name="543" href="#543">543</a>         LOG.error(<span class="jxr_string">"Message cannot be proessed: "</span> + message.getRecord(), e);
+<a class="jxr_linenumber" name="543" href="#543">543</a>         LOG.error(<span class="jxr_string">"Message cannot be processed: "</span> + message.getRecord(), e);
 <a class="jxr_linenumber" name="544" href="#544">544</a> 
 <a class="jxr_linenumber" name="545" href="#545">545</a>         <strong class="jxr_keyword">continue</strong>;
 <a class="jxr_linenumber" name="546" href="#546">546</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=1480516&r1=1480515&r2=1480516&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 Thu May  9 01:27:17 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/Alerts.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/AlertStatus.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=1480516&r1=1480515&r2=1480516&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 Thu May  9 01:27:17 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/Alerts.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/AlertStatus.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=1480516&r1=1480515&r2=1480516&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 Thu May  9 01:27:17 2013
@@ -25,7 +25,7 @@
             	<a href="Alerts.html" target="classFrame">Alerts</a>
           	</li>
           	          	<li>
-            	<a href="Alerts.html" target="classFrame">AlertsProperty</a>
+            	<a href="AlertStatus.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=1480516&r1=1480515&r2=1480516&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 Thu May  9 01:27:17 2013
@@ -52,7 +52,7 @@
             	</tr>
 				            	<tr>
               		<td>
-                		<a href="Alerts.html" target="classFrame">AlertsProperty</a>
+                		<a href="AlertStatus.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=1480516&r1=1480515&r2=1480516&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 Thu May  9 01:27:17 2013
@@ -193,7 +193,7 @@
             	<a href="StopServiceResource.html" target="classFrame">StopThread</a>
           	</li>
           	          	<li>
-            	<a href="NotificationContext.html" target="classFrame">Type</a>
+            	<a href="PropertyType.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=1480516&r1=1480515&r2=1480516&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 Thu May  9 01:27:17 2013
@@ -332,7 +332,7 @@
             	</tr>
 				            	<tr>
               		<td>
-                		<a href="NotificationContext.html" target="classFrame">Type</a>
+                		<a href="PropertyType.html" target="classFrame">Type</a>
               		</td>
             	</tr>
 				            	<tr>