You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2013/03/22 20:59:01 UTC

svn commit: r1459958 [25/42] - in /incubator/curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use/ apidocs/leader/ apidocs/leader/class-us...

Added: incubator/curator/site/trunk/curator-recipes/leader-election.html
URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-recipes/leader-election.html?rev=1459958&view=auto
==============================================================================
--- incubator/curator/site/trunk/curator-recipes/leader-election.html (added)
+++ incubator/curator/site/trunk/curator-recipes/leader-election.html Fri Mar 22 19:57:43 2013
@@ -0,0 +1,313 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at Mar 22, 2013
+ | Rendered using Apache Maven Fluido Skin 1.3.0
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20130322" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Curator Recipes - </title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+      
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
+
+                          
+        
+<link rel="stylesheet" href="../css/site.css"/>
+                      
+        
+<script type="text/javascript">$(function(){
+                    if ( location.pathname.match(".*index\.html") )
+                    {
+                        $('a[title="Recipes"]').parent().addClass("active");
+                    }
+                });</script>
+          
+            </head>
+        <body class="topBarDisabled">
+          
+        
+    
+        <div class="container-fluid">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a href="../index.html" id="bannerLeft">
+                                                                                                <img src="../images/curator-logo.png"  alt="Apache Curator"/>
+                </a>
+                      </div>
+        <div class="pull-right">                  <a href="http://incubator.apache.org" id="bannerRight">
+                                                                                        <img src="http://incubator.apache.org/images/apache-incubator-logo.png"  alt="Apache Incubator"/>
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+            
+                  <li id="publishDate">Last Published: 2013-03-22</li>
+                  <li class="divider">|</li> <li id="projectVersion">Version: 2.0.0-SNAPSHOT</li>
+                      
+                
+            
+      
+                                              
+    <li class="pull-right">              <a href="http://zookeeper.apache.org" class="externalLink" title="Apache ZooKeeper">
+        Apache ZooKeeper</a>
+  </li>
+
+                        </ul>
+      </div>
+
+            
+      <div class="row-fluid">
+        <div id="leftColumn" class="span3">
+          <div class="well sidebar-nav">
+                
+            
+                <ul class="nav nav-list">
+                    <li class="nav-header">Apache Curator</li>
+                                
+      <li>
+    
+                          <a href="../index.html" title="About">
+          <i class="none"></i>
+        About</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../getting-started.html" title="Getting Started">
+          <i class="none"></i>
+        Getting Started</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-examples/index.html" title="Examples">
+          <i class="none"></i>
+        Examples</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-recipes/index.html" title="Recipes">
+          <i class="none"></i>
+        Recipes</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-framework/index.html" title="Framework">
+          <i class="none"></i>
+        Framework</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../utilities.html" title="Utilities">
+          <i class="none"></i>
+        Utilities</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-client/index.html" title="Client">
+          <i class="none"></i>
+        Client</a>
+            </li>
+                              <li class="nav-header">Details</li>
+                                
+      <li>
+    
+                          <a href="../errors.html" title="Error Handling">
+          <i class="none"></i>
+        Error Handling</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../logging.html" title="Logging and Tracing">
+          <i class="none"></i>
+        Logging and Tracing</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../tech-notes.html" title="Tech Notes">
+          <i class="none"></i>
+        Tech Notes</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../exhibitor.html" title="Exhibitor Integration">
+          <i class="none"></i>
+        Exhibitor Integration</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../project-info.html" title="Project Information">
+          <i class="none"></i>
+        Project Information</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../apidocs/index.html" title="Javadoc">
+          <i class="none"></i>
+        Javadoc</a>
+            </li>
+                              <li class="nav-header">Extensions</li>
+                                
+      <li>
+    
+                          <a href="../curator-x-discovery/index.html" title="Service Discovery">
+          <i class="none"></i>
+        Service Discovery</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-x-discovery-server/index.html" title="Service Discovery Server">
+          <i class="none"></i>
+        Service Discovery Server</a>
+            </li>
+                              <li class="nav-header">Community</li>
+                                
+      <li>
+    
+                          <a href="../patches.html" title="Submitting Patches">
+          <i class="none"></i>
+        Submitting Patches</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../history.html" title="History">
+          <i class="none"></i>
+        History</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../articles.html" title="Third Party Articles">
+          <i class="none"></i>
+        Third Party Articles</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../contributions.html" title="Third Party Contributions">
+          <i class="none"></i>
+        Third Party Contributions</a>
+            </li>
+                              <li class="nav-header">ASF</li>
+                                
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works">
+          <i class="none"></i>
+        How the ASF works</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/getinvolved.html" class="externalLink" title="Get Involved">
+          <i class="none"></i>
+        Get Involved</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/dev/" class="externalLink" title="Developer Resources">
+          <i class="none"></i>
+        Developer Resources</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">
+          <i class="none"></i>
+        Sponsorship</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">
+          <i class="none"></i>
+        Thanks</a>
+            </li>
+            </ul>
+                
+            
+                
+          <hr class="divider" />
+
+           <div id="poweredBy">
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                  </div>
+          </div>
+        </div>
+        
+                
+        <div id="bodyColumn"  class="span9" >
+                                  
+            <div class="section"><h2>Leader Election<a name="Leader_Election"></a></h2></div><div class="section"><h3>Description<a name="Description"></a></h3></div><p>In distributed computing, leader election is the process of designating a single process as the organizer of some task distributed among several computers (nodes). Before the task is begun, all network nodes are unaware which node will serve as the &quot;leader,&quot; or coordinator, of the task. After a leader election algorithm has been run, however, each node throughout the network recognizes a particular, unique node as the task leader.</p><p>NOTE: Curator has two leader election recipes. Which one to use depends on your requirements.</p><div class="section"><h3>Participating Classes<a name="Participating_Classes"></a></h3></div><ul><li>LeaderSelector</li><li>LeaderSelectorListener</li></ul><div class="section"><h3>Usage<a name="Usage"></a></h3></div><div class="section"><h4>Creating a LeaderSelector<a na
 me="Creating_a_LeaderSelector"></a></h4></div><div class="source"><pre class="prettyprint">public LeaderSelector(CuratorFramework client,
+                      String mutexPath,
+                      LeaderSelectorListener listener)
+Parameters:
+client - the client
+mutexPath - the path for this leadership group
+listener - listener
+</pre></div><div class="source"><pre class="prettyprint">public LeaderSelector(CuratorFramework client,
+                      String mutexPath,
+                      ThreadFactory threadFactory,
+                      Executor executor,
+                      LeaderSelectorListener listener)
+Parameters:
+client - the client
+mutexPath - the path for this leadership group
+threadFactory - factory to use for making internal threads
+executor - the executor to run in
+listener - listener
+</pre></div><div class="section"><h4>General Usage<a name="General_Usage"></a></h4></div><p>LeaderSelectors must be started:</p><div class="source"><pre class="prettyprint">leaderSelector.start();
+</pre></div><p>Once started, the <tt>takeLeadership()</tt> of your listener will be called when you have leadership. Your <tt>takeLeadership()</tt> method should only return when leadership is being relinquished.</p><p>When you are through with the LeaderSelector instance, you should call close:</p><div class="source"><pre class="prettyprint">leaderSelector.close();
+</pre></div><div class="section"><h3>Error Handling<a name="Error_Handling"></a></h3></div><p>The <tt>LeaderSelectorListener</tt> class extends <tt>ConnectionStateListener</tt>. When the LeaderSelector is started, it adds the listener to the Curator instance. Users of the <tt>LeaderSelector</tt> must pay attention to any connection state changes. If an instance becomes the leader, it should respond to notification of being SUSPENDED or LOST.</p><p>If the SUSPENDED state is reported, the instance must assume that it might no longer be the leader until it receives a RECONNECTED state. If the LOST state is reported, the instance is no longer the leader and its <tt>takeLeadership</tt> method should exit.</p>
+                  </div>
+            </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+              <div class="row span12">Copyright &copy;                    2011-2013
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.      
+            
+      </div>
+
+                                                                  <?xml version="1.0" encoding="UTF-8"?>
+<div style="margin-bottom: 8px;" class="row span12">Apache Curator, the Apache feather logo, and the Apache Curator project logos are
+                trademarks of The Apache Software Foundation. All other marks mentioned may be
+                trademarks or registered trademarks of their respective owners.</div>
+                  
+        
+                </div>
+    </footer>
+  </body>
+</html>

Propchange: incubator/curator/site/trunk/curator-recipes/leader-election.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/curator/site/trunk/curator-recipes/leader-election.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/curator/site/trunk/curator-recipes/leader-election.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: incubator/curator/site/trunk/curator-recipes/leader-latch.html
URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-recipes/leader-latch.html?rev=1459958&view=auto
==============================================================================
--- incubator/curator/site/trunk/curator-recipes/leader-latch.html (added)
+++ incubator/curator/site/trunk/curator-recipes/leader-latch.html Fri Mar 22 19:57:43 2013
@@ -0,0 +1,326 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at Mar 22, 2013
+ | Rendered using Apache Maven Fluido Skin 1.3.0
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20130322" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Curator Recipes - </title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+      
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
+
+                          
+        
+<link rel="stylesheet" href="../css/site.css"/>
+                      
+        
+<script type="text/javascript">$(function(){
+                    if ( location.pathname.match(".*index\.html") )
+                    {
+                        $('a[title="Recipes"]').parent().addClass("active");
+                    }
+                });</script>
+          
+            </head>
+        <body class="topBarDisabled">
+          
+        
+    
+        <div class="container-fluid">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a href="../index.html" id="bannerLeft">
+                                                                                                <img src="../images/curator-logo.png"  alt="Apache Curator"/>
+                </a>
+                      </div>
+        <div class="pull-right">                  <a href="http://incubator.apache.org" id="bannerRight">
+                                                                                        <img src="http://incubator.apache.org/images/apache-incubator-logo.png"  alt="Apache Incubator"/>
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+            
+                  <li id="publishDate">Last Published: 2013-03-22</li>
+                  <li class="divider">|</li> <li id="projectVersion">Version: 2.0.0-SNAPSHOT</li>
+                      
+                
+            
+      
+                                              
+    <li class="pull-right">              <a href="http://zookeeper.apache.org" class="externalLink" title="Apache ZooKeeper">
+        Apache ZooKeeper</a>
+  </li>
+
+                        </ul>
+      </div>
+
+            
+      <div class="row-fluid">
+        <div id="leftColumn" class="span3">
+          <div class="well sidebar-nav">
+                
+            
+                <ul class="nav nav-list">
+                    <li class="nav-header">Apache Curator</li>
+                                
+      <li>
+    
+                          <a href="../index.html" title="About">
+          <i class="none"></i>
+        About</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../getting-started.html" title="Getting Started">
+          <i class="none"></i>
+        Getting Started</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-examples/index.html" title="Examples">
+          <i class="none"></i>
+        Examples</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-recipes/index.html" title="Recipes">
+          <i class="none"></i>
+        Recipes</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-framework/index.html" title="Framework">
+          <i class="none"></i>
+        Framework</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../utilities.html" title="Utilities">
+          <i class="none"></i>
+        Utilities</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-client/index.html" title="Client">
+          <i class="none"></i>
+        Client</a>
+            </li>
+                              <li class="nav-header">Details</li>
+                                
+      <li>
+    
+                          <a href="../errors.html" title="Error Handling">
+          <i class="none"></i>
+        Error Handling</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../logging.html" title="Logging and Tracing">
+          <i class="none"></i>
+        Logging and Tracing</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../tech-notes.html" title="Tech Notes">
+          <i class="none"></i>
+        Tech Notes</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../exhibitor.html" title="Exhibitor Integration">
+          <i class="none"></i>
+        Exhibitor Integration</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../project-info.html" title="Project Information">
+          <i class="none"></i>
+        Project Information</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../apidocs/index.html" title="Javadoc">
+          <i class="none"></i>
+        Javadoc</a>
+            </li>
+                              <li class="nav-header">Extensions</li>
+                                
+      <li>
+    
+                          <a href="../curator-x-discovery/index.html" title="Service Discovery">
+          <i class="none"></i>
+        Service Discovery</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-x-discovery-server/index.html" title="Service Discovery Server">
+          <i class="none"></i>
+        Service Discovery Server</a>
+            </li>
+                              <li class="nav-header">Community</li>
+                                
+      <li>
+    
+                          <a href="../patches.html" title="Submitting Patches">
+          <i class="none"></i>
+        Submitting Patches</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../history.html" title="History">
+          <i class="none"></i>
+        History</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../articles.html" title="Third Party Articles">
+          <i class="none"></i>
+        Third Party Articles</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../contributions.html" title="Third Party Contributions">
+          <i class="none"></i>
+        Third Party Contributions</a>
+            </li>
+                              <li class="nav-header">ASF</li>
+                                
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works">
+          <i class="none"></i>
+        How the ASF works</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/getinvolved.html" class="externalLink" title="Get Involved">
+          <i class="none"></i>
+        Get Involved</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/dev/" class="externalLink" title="Developer Resources">
+          <i class="none"></i>
+        Developer Resources</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">
+          <i class="none"></i>
+        Sponsorship</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">
+          <i class="none"></i>
+        Thanks</a>
+            </li>
+            </ul>
+                
+            
+                
+          <hr class="divider" />
+
+           <div id="poweredBy">
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                  </div>
+          </div>
+        </div>
+        
+                
+        <div id="bodyColumn"  class="span9" >
+                                  
+            <div class="section"><h2>Leader Latch<a name="Leader_Latch"></a></h2></div><div class="section"><h3>Description<a name="Description"></a></h3></div><p>In distributed computing, leader election is the process of designating a single process as the organizer of some task distributed among several computers (nodes). Before the task is begun, all network nodes are unaware which node will serve as the &quot;leader,&quot; or coordinator, of the task. After a leader election algorithm has been run, however, each node throughout the network recognizes a particular, unique node as the task leader.</p><p>NOTE: Curator has two leader election recipes. Which one to use depends on your requirements.</p><div class="section"><h3>Participating Classes<a name="Participating_Classes"></a></h3></div><ul><li>LeaderLatch</li></ul><div class="section"><h3>Usage<a name="Usage"></a></h3></div><div class="section"><h4>Creating a LeaderLatch<a name="Creating_a_LeaderLatch"></a></h4></div>
 <div class="source"><pre class="prettyprint">public LeaderLatch(CuratorFramework client,
+                   String latchPath)
+Parameters:
+client - the client
+latchPath - the path for this leadership group
+</pre></div><div class="source"><pre class="prettyprint">public LeaderLatch(CuratorFramework client,
+                   String latchPath,
+                   String id)
+Parameters:
+client - the client
+latchPath - the path for this leadership group
+id - participant ID
+</pre></div><div class="section"><h4>General Usage<a name="General_Usage"></a></h4></div><p>LeaderLatches must be started:</p><div class="source"><pre class="prettyprint">leaderLatch.start();
+</pre></div><p>Once started, the LeaderLatch will negotiate with any other LeaderLatch participants that use the same latch path and randomly choose one of them to be the leader. At any time, you can determine if a given instance is the leader by calling:</p><div class="source"><pre class="prettyprint">public boolean hasLeadership()
+Return true if leadership is currently held by this instance
+</pre></div><p>Similar to the JDK's CountDownLatch, LeaderLatch has methods that block until leadership is acquired:</p><div class="source"><pre class="prettyprint">public void await()
+          throws InterruptedException,
+                 EOFException
+Causes the current thread to wait until this instance acquires leadership
+unless the thread is interrupted or closed.
+</pre></div><div class="source"><pre class="prettyprint">public boolean await(long timeout,
+                     TimeUnit unit)
+             throws InterruptedException
+Causes the current thread to wait until this instance acquires leadership unless
+the thread is interrupted, the specified waiting time elapses or the instance is closed.
+&amp;nbsp;
+Parameters:
+timeout - the maximum time to wait
+unit - the time unit of the timeout argument
+Returns:
+true if the count reached zero and false if the waiting time elapsed before the count
+reached zero or the instances was closed
+</pre></div><p>When you are through with the LeaderLatch instance, you must call close. This removes the instance from the leader election and releases leadership if the instance has it. Once leadership is released, another participating instance (if any) will be chosen as leader.</p><div class="source"><pre class="prettyprint">leaderLatch.close();
+</pre></div><div class="section"><h3>Error Handling<a name="Error_Handling"></a></h3></div><p>LeaderLatch instances add a ConnectionStateListener to watch for connection problems. If SUSPENDED or LOST is reported, the LeaderLatch that is the leader will report that it is no longer the leader (i.e. there will not be a leader until the connection is re-established). If a LOST connection is RECONNECTED, the LeaderLatch will delete its previous ZNode and create a new one.</p><p>Users of LeaderLatch must take account that connection issues can cause leadership to be lost. i.e. hasLeadership() returns true but some time later the connection is SUSPENDED or LOST. At that point hasLeadership() will return false. It is highly recommended that LeaderLatch users register a ConnectionStateListener.</p>
+                  </div>
+            </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+              <div class="row span12">Copyright &copy;                    2011-2013
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.      
+            
+      </div>
+
+                                                                  <?xml version="1.0" encoding="UTF-8"?>
+<div style="margin-bottom: 8px;" class="row span12">Apache Curator, the Apache feather logo, and the Apache Curator project logos are
+                trademarks of The Apache Software Foundation. All other marks mentioned may be
+                trademarks or registered trademarks of their respective owners.</div>
+                  
+        
+                </div>
+    </footer>
+  </body>
+</html>

Propchange: incubator/curator/site/trunk/curator-recipes/leader-latch.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/curator/site/trunk/curator-recipes/leader-latch.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/curator/site/trunk/curator-recipes/leader-latch.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: incubator/curator/site/trunk/curator-recipes/license.html
URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-recipes/license.html?rev=1459958&view=auto
==============================================================================
--- incubator/curator/site/trunk/curator-recipes/license.html (added)
+++ incubator/curator/site/trunk/curator-recipes/license.html Fri Mar 22 19:57:43 2013
@@ -0,0 +1,494 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at Mar 22, 2013
+ | Rendered using Apache Maven Fluido Skin 1.3.0
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20130322" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Curator Recipes - Project License</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+      
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
+
+                          
+        
+<link rel="stylesheet" href="../css/site.css"/>
+                      
+        
+<script type="text/javascript">$(function(){
+                    if ( location.pathname.match(".*index\.html") )
+                    {
+                        $('a[title="Recipes"]').parent().addClass("active");
+                    }
+                });</script>
+          
+            </head>
+        <body class="topBarDisabled">
+          
+        
+    
+        <div class="container-fluid">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a href="../index.html" id="bannerLeft">
+                                                                                                <img src="../images/curator-logo.png"  alt="Apache Curator"/>
+                </a>
+                      </div>
+        <div class="pull-right">                  <a href="http://incubator.apache.org" id="bannerRight">
+                                                                                        <img src="http://incubator.apache.org/images/apache-incubator-logo.png"  alt="Apache Incubator"/>
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+            
+                  <li id="publishDate">Last Published: 2013-03-22</li>
+                  <li class="divider">|</li> <li id="projectVersion">Version: 2.0.0-SNAPSHOT</li>
+                      
+                
+            
+      
+                                              
+    <li class="pull-right">              <a href="http://zookeeper.apache.org" class="externalLink" title="Apache ZooKeeper">
+        Apache ZooKeeper</a>
+  </li>
+
+                        </ul>
+      </div>
+
+            
+      <div class="row-fluid">
+        <div id="leftColumn" class="span3">
+          <div class="well sidebar-nav">
+                
+            
+                <ul class="nav nav-list">
+                    <li class="nav-header">Apache Curator</li>
+                                
+      <li>
+    
+                          <a href="../index.html" title="About">
+          <i class="none"></i>
+        About</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../getting-started.html" title="Getting Started">
+          <i class="none"></i>
+        Getting Started</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-examples/index.html" title="Examples">
+          <i class="none"></i>
+        Examples</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-recipes/index.html" title="Recipes">
+          <i class="none"></i>
+        Recipes</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-framework/index.html" title="Framework">
+          <i class="none"></i>
+        Framework</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../utilities.html" title="Utilities">
+          <i class="none"></i>
+        Utilities</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-client/index.html" title="Client">
+          <i class="none"></i>
+        Client</a>
+            </li>
+                              <li class="nav-header">Details</li>
+                                
+      <li>
+    
+                          <a href="../errors.html" title="Error Handling">
+          <i class="none"></i>
+        Error Handling</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../logging.html" title="Logging and Tracing">
+          <i class="none"></i>
+        Logging and Tracing</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../tech-notes.html" title="Tech Notes">
+          <i class="none"></i>
+        Tech Notes</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../exhibitor.html" title="Exhibitor Integration">
+          <i class="none"></i>
+        Exhibitor Integration</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../project-info.html" title="Project Information">
+          <i class="none"></i>
+        Project Information</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../apidocs/index.html" title="Javadoc">
+          <i class="none"></i>
+        Javadoc</a>
+            </li>
+                              <li class="nav-header">Extensions</li>
+                                
+      <li>
+    
+                          <a href="../curator-x-discovery/index.html" title="Service Discovery">
+          <i class="none"></i>
+        Service Discovery</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-x-discovery-server/index.html" title="Service Discovery Server">
+          <i class="none"></i>
+        Service Discovery Server</a>
+            </li>
+                              <li class="nav-header">Community</li>
+                                
+      <li>
+    
+                          <a href="../patches.html" title="Submitting Patches">
+          <i class="none"></i>
+        Submitting Patches</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../history.html" title="History">
+          <i class="none"></i>
+        History</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../articles.html" title="Third Party Articles">
+          <i class="none"></i>
+        Third Party Articles</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../contributions.html" title="Third Party Contributions">
+          <i class="none"></i>
+        Third Party Contributions</a>
+            </li>
+                              <li class="nav-header">ASF</li>
+                                
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works">
+          <i class="none"></i>
+        How the ASF works</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/getinvolved.html" class="externalLink" title="Get Involved">
+          <i class="none"></i>
+        Get Involved</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/dev/" class="externalLink" title="Developer Resources">
+          <i class="none"></i>
+        Developer Resources</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">
+          <i class="none"></i>
+        Sponsorship</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">
+          <i class="none"></i>
+        Thanks</a>
+            </li>
+            </ul>
+                
+            
+                
+          <hr class="divider" />
+
+           <div id="poweredBy">
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                  </div>
+          </div>
+        </div>
+        
+                
+        <div id="bodyColumn"  class="span9" >
+                      <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></div><div class="section"><h2>Project License<a name="Project_License"></a></h2><a name="Project_License"></a><div class="section"><h3>The Apache Software License, Version 2.0<a name="The_Apache_Software_License_Version_2.0"></a></h3><a name="The_Apache_Software_License_Version_2.0"></a><div class="source"><pre>
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      &quot;License&quot; shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      &quot;Legal Entity&quot; shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      &quot;control&quot; means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      &quot;Source&quot; form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      &quot;Object&quot; form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      &quot;Work&quot; shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      &quot;Derivative Works&quot; shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      &quot;Contribution&quot; shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, &quot;submitted&quot;
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as &quot;Not a Contribution.&quot;
+
+      &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a &quot;NOTICE&quot; text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an &quot;AS IS&quot; BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same &quot;printed page&quot; as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright 2013 The Apache Software Foundation
+
+   Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
+   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 &quot;AS IS&quot; 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.
+</pre></div></div></div>
+                  </div>
+            </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+              <div class="row span12">Copyright &copy;                    2011-2013
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.      
+            
+      </div>
+
+                                                                  <?xml version="1.0" encoding="UTF-8"?>
+<div style="margin-bottom: 8px;" class="row span12">Apache Curator, the Apache feather logo, and the Apache Curator project logos are
+                trademarks of The Apache Software Foundation. All other marks mentioned may be
+                trademarks or registered trademarks of their respective owners.</div>
+                  
+        
+                </div>
+    </footer>
+  </body>
+</html>

Propchange: incubator/curator/site/trunk/curator-recipes/license.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/curator/site/trunk/curator-recipes/license.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/curator/site/trunk/curator-recipes/license.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: incubator/curator/site/trunk/curator-recipes/mail-lists.html
URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-recipes/mail-lists.html?rev=1459958&view=auto
==============================================================================
--- incubator/curator/site/trunk/curator-recipes/mail-lists.html (added)
+++ incubator/curator/site/trunk/curator-recipes/mail-lists.html Fri Mar 22 19:57:43 2013
@@ -0,0 +1,293 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at Mar 22, 2013
+ | Rendered using Apache Maven Fluido Skin 1.3.0
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20130322" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Curator Recipes - Project Mailing Lists</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+      
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
+
+                          
+        
+<link rel="stylesheet" href="../css/site.css"/>
+                      
+        
+<script type="text/javascript">$(function(){
+                    if ( location.pathname.match(".*index\.html") )
+                    {
+                        $('a[title="Recipes"]').parent().addClass("active");
+                    }
+                });</script>
+          
+            </head>
+        <body class="topBarDisabled">
+          
+        
+    
+        <div class="container-fluid">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a href="../index.html" id="bannerLeft">
+                                                                                                <img src="../images/curator-logo.png"  alt="Apache Curator"/>
+                </a>
+                      </div>
+        <div class="pull-right">                  <a href="http://incubator.apache.org" id="bannerRight">
+                                                                                        <img src="http://incubator.apache.org/images/apache-incubator-logo.png"  alt="Apache Incubator"/>
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+            
+                  <li id="publishDate">Last Published: 2013-03-22</li>
+                  <li class="divider">|</li> <li id="projectVersion">Version: 2.0.0-SNAPSHOT</li>
+                      
+                
+            
+      
+                                              
+    <li class="pull-right">              <a href="http://zookeeper.apache.org" class="externalLink" title="Apache ZooKeeper">
+        Apache ZooKeeper</a>
+  </li>
+
+                        </ul>
+      </div>
+
+            
+      <div class="row-fluid">
+        <div id="leftColumn" class="span3">
+          <div class="well sidebar-nav">
+                
+            
+                <ul class="nav nav-list">
+                    <li class="nav-header">Apache Curator</li>
+                                
+      <li>
+    
+                          <a href="../index.html" title="About">
+          <i class="none"></i>
+        About</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../getting-started.html" title="Getting Started">
+          <i class="none"></i>
+        Getting Started</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-examples/index.html" title="Examples">
+          <i class="none"></i>
+        Examples</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-recipes/index.html" title="Recipes">
+          <i class="none"></i>
+        Recipes</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-framework/index.html" title="Framework">
+          <i class="none"></i>
+        Framework</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../utilities.html" title="Utilities">
+          <i class="none"></i>
+        Utilities</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-client/index.html" title="Client">
+          <i class="none"></i>
+        Client</a>
+            </li>
+                              <li class="nav-header">Details</li>
+                                
+      <li>
+    
+                          <a href="../errors.html" title="Error Handling">
+          <i class="none"></i>
+        Error Handling</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../logging.html" title="Logging and Tracing">
+          <i class="none"></i>
+        Logging and Tracing</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../tech-notes.html" title="Tech Notes">
+          <i class="none"></i>
+        Tech Notes</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../exhibitor.html" title="Exhibitor Integration">
+          <i class="none"></i>
+        Exhibitor Integration</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../project-info.html" title="Project Information">
+          <i class="none"></i>
+        Project Information</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../apidocs/index.html" title="Javadoc">
+          <i class="none"></i>
+        Javadoc</a>
+            </li>
+                              <li class="nav-header">Extensions</li>
+                                
+      <li>
+    
+                          <a href="../curator-x-discovery/index.html" title="Service Discovery">
+          <i class="none"></i>
+        Service Discovery</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-x-discovery-server/index.html" title="Service Discovery Server">
+          <i class="none"></i>
+        Service Discovery Server</a>
+            </li>
+                              <li class="nav-header">Community</li>
+                                
+      <li>
+    
+                          <a href="../patches.html" title="Submitting Patches">
+          <i class="none"></i>
+        Submitting Patches</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../history.html" title="History">
+          <i class="none"></i>
+        History</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../articles.html" title="Third Party Articles">
+          <i class="none"></i>
+        Third Party Articles</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../contributions.html" title="Third Party Contributions">
+          <i class="none"></i>
+        Third Party Contributions</a>
+            </li>
+                              <li class="nav-header">ASF</li>
+                                
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works">
+          <i class="none"></i>
+        How the ASF works</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/getinvolved.html" class="externalLink" title="Get Involved">
+          <i class="none"></i>
+        Get Involved</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/dev/" class="externalLink" title="Developer Resources">
+          <i class="none"></i>
+        Developer Resources</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">
+          <i class="none"></i>
+        Sponsorship</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">
+          <i class="none"></i>
+        Thanks</a>
+            </li>
+            </ul>
+                
+            
+                
+          <hr class="divider" />
+
+           <div id="poweredBy">
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                  </div>
+          </div>
+        </div>
+        
+                
+        <div id="bodyColumn"  class="span9" >
+                                  
+            <div class="section"><h2>Project Mailing Lists<a name="Project_Mailing_Lists"></a></h2><a name="Project_Mailing_Lists"></a><p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p><table border="0" class="table table-striped"><tr class="a"><th>Name</th><th>Subscribe</th><th>Unsubscribe</th><th>Post</th><th>Archive</th></tr><tr class="b"><td>Users</td><td><a class="externalLink" href="mailto:curator-user-subscribe@incubator.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:curator-user-unsubscribe@incubator.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:curator-user@incubator.apache.org">Post</a></td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/incubator-curator-user/">mail-archives.apache.org</a></td></tr><tr class="a"><td>Development</td><td><a class="externalLink" href="mailto:curator-dev-subsc
 ribe@incubator.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:curator-dev-unsubscribe@incubator.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:curator-dev@incubator.apache.org">Post</a></td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/incubator-curator-dev/">mail-archives.apache.org</a></td></tr><tr class="b"><td>Commits</td><td><a class="externalLink" href="mailto:curator-commits-subscribe@incubator.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:curator-commits-unsubscribe@incubator.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:curator-commits@incubator.apache.org">Post</a></td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/incubator-curator-commits/">mail-archives.apache.org</a></td></tr></table></div>
+                  </div>
+            </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+              <div class="row span12">Copyright &copy;                    2011-2013
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.      
+            
+      </div>
+
+                                                                  <?xml version="1.0" encoding="UTF-8"?>
+<div style="margin-bottom: 8px;" class="row span12">Apache Curator, the Apache feather logo, and the Apache Curator project logos are
+                trademarks of The Apache Software Foundation. All other marks mentioned may be
+                trademarks or registered trademarks of their respective owners.</div>
+                  
+        
+                </div>
+    </footer>
+  </body>
+</html>

Propchange: incubator/curator/site/trunk/curator-recipes/mail-lists.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/curator/site/trunk/curator-recipes/mail-lists.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/curator/site/trunk/curator-recipes/mail-lists.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: incubator/curator/site/trunk/curator-recipes/multi-shared-lock.html
URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-recipes/multi-shared-lock.html?rev=1459958&view=auto
==============================================================================
--- incubator/curator/site/trunk/curator-recipes/multi-shared-lock.html (added)
+++ incubator/curator/site/trunk/curator-recipes/multi-shared-lock.html Fri Mar 22 19:57:43 2013
@@ -0,0 +1,303 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at Mar 22, 2013
+ | Rendered using Apache Maven Fluido Skin 1.3.0
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20130322" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Curator Recipes - </title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+      
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
+
+                          
+        
+<link rel="stylesheet" href="../css/site.css"/>
+                      
+        
+<script type="text/javascript">$(function(){
+                    if ( location.pathname.match(".*index\.html") )
+                    {
+                        $('a[title="Recipes"]').parent().addClass("active");
+                    }
+                });</script>
+          
+            </head>
+        <body class="topBarDisabled">
+          
+        
+    
+        <div class="container-fluid">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a href="../index.html" id="bannerLeft">
+                                                                                                <img src="../images/curator-logo.png"  alt="Apache Curator"/>
+                </a>
+                      </div>
+        <div class="pull-right">                  <a href="http://incubator.apache.org" id="bannerRight">
+                                                                                        <img src="http://incubator.apache.org/images/apache-incubator-logo.png"  alt="Apache Incubator"/>
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+            
+                  <li id="publishDate">Last Published: 2013-03-22</li>
+                  <li class="divider">|</li> <li id="projectVersion">Version: 2.0.0-SNAPSHOT</li>
+                      
+                
+            
+      
+                                              
+    <li class="pull-right">              <a href="http://zookeeper.apache.org" class="externalLink" title="Apache ZooKeeper">
+        Apache ZooKeeper</a>
+  </li>
+
+                        </ul>
+      </div>
+
+            
+      <div class="row-fluid">
+        <div id="leftColumn" class="span3">
+          <div class="well sidebar-nav">
+                
+            
+                <ul class="nav nav-list">
+                    <li class="nav-header">Apache Curator</li>
+                                
+      <li>
+    
+                          <a href="../index.html" title="About">
+          <i class="none"></i>
+        About</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../getting-started.html" title="Getting Started">
+          <i class="none"></i>
+        Getting Started</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-examples/index.html" title="Examples">
+          <i class="none"></i>
+        Examples</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-recipes/index.html" title="Recipes">
+          <i class="none"></i>
+        Recipes</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-framework/index.html" title="Framework">
+          <i class="none"></i>
+        Framework</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../utilities.html" title="Utilities">
+          <i class="none"></i>
+        Utilities</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-client/index.html" title="Client">
+          <i class="none"></i>
+        Client</a>
+            </li>
+                              <li class="nav-header">Details</li>
+                                
+      <li>
+    
+                          <a href="../errors.html" title="Error Handling">
+          <i class="none"></i>
+        Error Handling</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../logging.html" title="Logging and Tracing">
+          <i class="none"></i>
+        Logging and Tracing</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../tech-notes.html" title="Tech Notes">
+          <i class="none"></i>
+        Tech Notes</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../exhibitor.html" title="Exhibitor Integration">
+          <i class="none"></i>
+        Exhibitor Integration</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../project-info.html" title="Project Information">
+          <i class="none"></i>
+        Project Information</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../apidocs/index.html" title="Javadoc">
+          <i class="none"></i>
+        Javadoc</a>
+            </li>
+                              <li class="nav-header">Extensions</li>
+                                
+      <li>
+    
+                          <a href="../curator-x-discovery/index.html" title="Service Discovery">
+          <i class="none"></i>
+        Service Discovery</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-x-discovery-server/index.html" title="Service Discovery Server">
+          <i class="none"></i>
+        Service Discovery Server</a>
+            </li>
+                              <li class="nav-header">Community</li>
+                                
+      <li>
+    
+                          <a href="../patches.html" title="Submitting Patches">
+          <i class="none"></i>
+        Submitting Patches</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../history.html" title="History">
+          <i class="none"></i>
+        History</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../articles.html" title="Third Party Articles">
+          <i class="none"></i>
+        Third Party Articles</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../contributions.html" title="Third Party Contributions">
+          <i class="none"></i>
+        Third Party Contributions</a>
+            </li>
+                              <li class="nav-header">ASF</li>
+                                
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works">
+          <i class="none"></i>
+        How the ASF works</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/getinvolved.html" class="externalLink" title="Get Involved">
+          <i class="none"></i>
+        Get Involved</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/dev/" class="externalLink" title="Developer Resources">
+          <i class="none"></i>
+        Developer Resources</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">
+          <i class="none"></i>
+        Sponsorship</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">
+          <i class="none"></i>
+        Thanks</a>
+            </li>
+            </ul>
+                
+            
+                
+          <hr class="divider" />
+
+           <div id="poweredBy">
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                  </div>
+          </div>
+        </div>
+        
+                
+        <div id="bodyColumn"  class="span9" >
+                                  
+            <div class="section"><h2>Multi Shared Lock<a name="Multi_Shared_Lock"></a></h2></div><div class="section"><h3>Description<a name="Description"></a></h3></div><p>A container that manages multiple locks as a single entity. When acquire() is called, all the locks are acquired. If that fails, any paths that were acquired are released. Similarly, when release() is called, all locks are released (failures are ignored).</p><div class="section"><h3>Participating Classes<a name="Participating_Classes"></a></h3></div><ul><li>InterProcessMultiLock</li><li>InterProcessLock</li></ul><div class="section"><h3>Usage<a name="Usage"></a></h3></div><div class="section"><h4>Creating a InterProcessMultiLock<a name="Creating_a_InterProcessMultiLock"></a></h4></div><div class="source"><pre class="prettyprint">public InterProcessMultiLock(List&lt;InterProcessLock&gt; locks)
+Creates a multi lock of any type of inter process lock
+Parameters:
+locks - the locks
+</pre></div><div class="source"><pre class="prettyprint">public InterProcessMultiLock(CuratorFramework client,
+                             List&lt;String&gt; paths)
+Creates a multi lock of InterProcessMutexes
+Parameters:
+client - client
+paths - list of paths to manage in the order that they are to be locked
+</pre></div><div class="section"><h3>General Usage<a name="General_Usage"></a></h3></div><p>The usage is the same as for <a href="shared-lock.html">Shared Lock</a>. However, When acquire() is called, all the locks are acquired. If that fails, any paths that were acquired are released. Similarly, when release() is called, all locks are released (failures are ignored).</p><div class="section"><h3>Error Handling<a name="Error_Handling"></a></h3></div><p>It is strongly recommended that you add a <tt>ConnectionStateListener</tt> and watch for SUSPENDED and LOST state changes. If a SUSPENDED state is reported you cannot be certain that you still hold the lock unless you subsequently receive a RECONNECTED state. If a LOST state is reported it is certain that you no longer hold the lock.</p>
+                  </div>
+            </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+              <div class="row span12">Copyright &copy;                    2011-2013
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.      
+            
+      </div>
+
+                                                                  <?xml version="1.0" encoding="UTF-8"?>
+<div style="margin-bottom: 8px;" class="row span12">Apache Curator, the Apache feather logo, and the Apache Curator project logos are
+                trademarks of The Apache Software Foundation. All other marks mentioned may be
+                trademarks or registered trademarks of their respective owners.</div>
+                  
+        
+                </div>
+    </footer>
+  </body>
+</html>

Propchange: incubator/curator/site/trunk/curator-recipes/multi-shared-lock.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/curator/site/trunk/curator-recipes/multi-shared-lock.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/curator/site/trunk/curator-recipes/multi-shared-lock.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: incubator/curator/site/trunk/curator-recipes/node-cache.html
URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/curator-recipes/node-cache.html?rev=1459958&view=auto
==============================================================================
--- incubator/curator/site/trunk/curator-recipes/node-cache.html (added)
+++ incubator/curator/site/trunk/curator-recipes/node-cache.html Fri Mar 22 19:57:43 2013
@@ -0,0 +1,302 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at Mar 22, 2013
+ | Rendered using Apache Maven Fluido Skin 1.3.0
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20130322" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Curator Recipes - </title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+      
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
+
+                          
+        
+<link rel="stylesheet" href="../css/site.css"/>
+                      
+        
+<script type="text/javascript">$(function(){
+                    if ( location.pathname.match(".*index\.html") )
+                    {
+                        $('a[title="Recipes"]').parent().addClass("active");
+                    }
+                });</script>
+          
+            </head>
+        <body class="topBarDisabled">
+          
+        
+    
+        <div class="container-fluid">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a href="../index.html" id="bannerLeft">
+                                                                                                <img src="../images/curator-logo.png"  alt="Apache Curator"/>
+                </a>
+                      </div>
+        <div class="pull-right">                  <a href="http://incubator.apache.org" id="bannerRight">
+                                                                                        <img src="http://incubator.apache.org/images/apache-incubator-logo.png"  alt="Apache Incubator"/>
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+            
+                  <li id="publishDate">Last Published: 2013-03-22</li>
+                  <li class="divider">|</li> <li id="projectVersion">Version: 2.0.0-SNAPSHOT</li>
+                      
+                
+            
+      
+                                              
+    <li class="pull-right">              <a href="http://zookeeper.apache.org" class="externalLink" title="Apache ZooKeeper">
+        Apache ZooKeeper</a>
+  </li>
+
+                        </ul>
+      </div>
+
+            
+      <div class="row-fluid">
+        <div id="leftColumn" class="span3">
+          <div class="well sidebar-nav">
+                
+            
+                <ul class="nav nav-list">
+                    <li class="nav-header">Apache Curator</li>
+                                
+      <li>
+    
+                          <a href="../index.html" title="About">
+          <i class="none"></i>
+        About</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../getting-started.html" title="Getting Started">
+          <i class="none"></i>
+        Getting Started</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-examples/index.html" title="Examples">
+          <i class="none"></i>
+        Examples</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-recipes/index.html" title="Recipes">
+          <i class="none"></i>
+        Recipes</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-framework/index.html" title="Framework">
+          <i class="none"></i>
+        Framework</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../utilities.html" title="Utilities">
+          <i class="none"></i>
+        Utilities</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-client/index.html" title="Client">
+          <i class="none"></i>
+        Client</a>
+            </li>
+                              <li class="nav-header">Details</li>
+                                
+      <li>
+    
+                          <a href="../errors.html" title="Error Handling">
+          <i class="none"></i>
+        Error Handling</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../logging.html" title="Logging and Tracing">
+          <i class="none"></i>
+        Logging and Tracing</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../tech-notes.html" title="Tech Notes">
+          <i class="none"></i>
+        Tech Notes</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../exhibitor.html" title="Exhibitor Integration">
+          <i class="none"></i>
+        Exhibitor Integration</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../project-info.html" title="Project Information">
+          <i class="none"></i>
+        Project Information</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../apidocs/index.html" title="Javadoc">
+          <i class="none"></i>
+        Javadoc</a>
+            </li>
+                              <li class="nav-header">Extensions</li>
+                                
+      <li>
+    
+                          <a href="../curator-x-discovery/index.html" title="Service Discovery">
+          <i class="none"></i>
+        Service Discovery</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../curator-x-discovery-server/index.html" title="Service Discovery Server">
+          <i class="none"></i>
+        Service Discovery Server</a>
+            </li>
+                              <li class="nav-header">Community</li>
+                                
+      <li>
+    
+                          <a href="../patches.html" title="Submitting Patches">
+          <i class="none"></i>
+        Submitting Patches</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../history.html" title="History">
+          <i class="none"></i>
+        History</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../articles.html" title="Third Party Articles">
+          <i class="none"></i>
+        Third Party Articles</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="../contributions.html" title="Third Party Contributions">
+          <i class="none"></i>
+        Third Party Contributions</a>
+            </li>
+                              <li class="nav-header">ASF</li>
+                                
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works">
+          <i class="none"></i>
+        How the ASF works</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/getinvolved.html" class="externalLink" title="Get Involved">
+          <i class="none"></i>
+        Get Involved</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/dev/" class="externalLink" title="Developer Resources">
+          <i class="none"></i>
+        Developer Resources</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">
+          <i class="none"></i>
+        Sponsorship</a>
+            </li>
+                  
+      <li>
+    
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">
+          <i class="none"></i>
+        Thanks</a>
+            </li>
+            </ul>
+                
+            
+                
+          <hr class="divider" />
+
+           <div id="poweredBy">
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                  </div>
+          </div>
+        </div>
+        
+                
+        <div id="bodyColumn"  class="span9" >
+                                  
+            <div class="section"><h2>Node Cache<a name="Node_Cache"></a></h2></div><div class="section"><h3>Description<a name="Description"></a></h3></div><p>A Node Cache is used to watch a ZNode. Whenever the data is modified or the ZNode is deleted, the Node Cache will change its state to contain the current data (or null if ZNode was deleted).</p><div class="section"><h3>Participating Classes<a name="Participating_Classes"></a></h3></div><ul><li>NodeCache</li><li>NodeCacheListener</li><li>ChildData</li></ul><div class="section"><h3>Usage<a name="Usage"></a></h3></div><div class="section"><h4>Creating a NodeChildrenCache<a name="Creating_a_NodeChildrenCache"></a></h4></div><div class="source"><pre class="prettyprint">public NodeCache(CuratorFramework client,
+                         String path)
+Parameters:
+client - the client
+path - path to cache
+</pre></div><div class="section"><h3>General Usage<a name="General_Usage"></a></h3></div><p>The cache must be started by calling <tt>start()</tt>. Call <tt>close()</tt> when you are through with the cache.</p><p>At any time, call <tt>getCurrentData()</tt> to get the current state of the cache. You can also register to be notified when a change occurs by calling <tt>getListenable()</tt> and then:</p><div class="source"><pre class="prettyprint">public void addListener(NodeCacheListener listener)
+     Add a change listener
+Parameters:
+listener - the listener
+</pre></div><div class="section"><h3>Error Handling<a name="Error_Handling"></a></h3></div><p>NodeCache instances internally monitor a <tt>ConnectionStateListener</tt>.</p>
+                  </div>
+            </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+              <div class="row span12">Copyright &copy;                    2011-2013
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.      
+            
+      </div>
+
+                                                                  <?xml version="1.0" encoding="UTF-8"?>
+<div style="margin-bottom: 8px;" class="row span12">Apache Curator, the Apache feather logo, and the Apache Curator project logos are
+                trademarks of The Apache Software Foundation. All other marks mentioned may be
+                trademarks or registered trademarks of their respective owners.</div>
+                  
+        
+                </div>
+    </footer>
+  </body>
+</html>