Return-Path: X-Original-To: apmail-curator-commits-archive@minotaur.apache.org Delivered-To: apmail-curator-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DB94217CD2 for ; Tue, 4 Nov 2014 21:20:06 +0000 (UTC) Received: (qmail 63303 invoked by uid 500); 4 Nov 2014 21:20:06 -0000 Delivered-To: apmail-curator-commits-archive@curator.apache.org Received: (qmail 63271 invoked by uid 500); 4 Nov 2014 21:20:06 -0000 Mailing-List: contact commits-help@curator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.apache.org Delivered-To: mailing list commits@curator.apache.org Received: (qmail 63262 invoked by uid 99); 4 Nov 2014 21:20:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2014 21:20:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2014 21:20:00 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 02E452388C32; Tue, 4 Nov 2014 21:17:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1636737 [15/25] - in /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-use/ apidocs... Date: Tue, 04 Nov 2014 21:15:29 -0000 To: commits@curator.apache.org From: randgalt@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141104211710.02E452388C32@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/TestPathChildrenCacheInCluster.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/TestPathChildrenCacheInCluster.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/TestPathChildrenCacheInCluster.html (original) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/TestPathChildrenCacheInCluster.html Tue Nov 4 21:14:52 2014 @@ -275,4 +275,4 @@ extends Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + Added: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/TestTreeCache.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/TestTreeCache.html?rev=1636737&view=auto ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/TestTreeCache.html (added) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/TestTreeCache.html Tue Nov 4 21:14:52 2014 @@ -0,0 +1,644 @@ + + + + + + +TestTreeCache (Apache Curator 2.7.0 Test API) + + + + + + + + + + + + +
+
org.apache.curator.framework.recipes.cache
+

Class TestTreeCache

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TestTreeCache

        +
        public TestTreeCache()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        testStartup

        +
        public void testStartup()
        +                 throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testStartEmpty

        +
        public void testStartEmpty()
        +                    throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        testDepth1Deeper

        +
        public void testDepth1Deeper()
        +                      throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testAsyncInitialPopulation

        +
        public void testAsyncInitialPopulation()
        +                                throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testFromRoot

        +
        public void testFromRoot()
        +                  throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testFromRootWithDepth

        +
        public void testFromRootWithDepth()
        +                           throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testWithNamespace

        +
        public void testWithNamespace()
        +                       throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testWithNamespaceAtRoot

        +
        public void testWithNamespaceAtRoot()
        +                             throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testSyncInitialPopulation

        +
        public void testSyncInitialPopulation()
        +                               throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testChildrenInitialized

        +
        public void testChildrenInitialized()
        +                             throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testUpdateWhenNotCachingData

        +
        public void testUpdateWhenNotCachingData()
        +                                  throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testDeleteThenCreate

        +
        public void testDeleteThenCreate()
        +                          throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testKilledSession

        +
        public void testKilledSession()
        +                       throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + + + + + +
        +
      • +

        testBasicsOnTwoCaches

        +
        public void testBasicsOnTwoCaches()
        +                           throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testDeleteNodeAfterCloseDoesntCallExecutor

        +
        public void testDeleteNodeAfterCloseDoesntCallExecutor()
        +                                                throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testServerNotStartedYet

        +
        public void testServerNotStartedYet()
        +                             throws Exception
        +
        Make sure TreeCache gets to a sane state when we can't initially connect to server.
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.

+ + Added: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/TestTreeCacheRandomTree.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/TestTreeCacheRandomTree.html?rev=1636737&view=auto ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/TestTreeCacheRandomTree.html (added) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/TestTreeCacheRandomTree.html Tue Nov 4 21:14:52 2014 @@ -0,0 +1,335 @@ + + + + + + +TestTreeCacheRandomTree (Apache Curator 2.7.0 Test API) + + + + + + + + + + + + +
+
org.apache.curator.framework.recipes.cache
+

Class TestTreeCacheRandomTree

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TestTreeCacheRandomTree

        +
        public TestTreeCacheRandomTree()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        testGiantRandomDeepTree

        +
        public void testGiantRandomDeepTree()
        +                             throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testGiantRandomDeepTreeWithDepth

        +
        public void testGiantRandomDeepTreeWithDepth()
        +                                      throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.

+ + Added: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/BaseTestTreeCache.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/BaseTestTreeCache.html?rev=1636737&view=auto ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/BaseTestTreeCache.html (added) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/BaseTestTreeCache.html Tue Nov 4 21:14:52 2014 @@ -0,0 +1,170 @@ + + + + + + +Uses of Class org.apache.curator.framework.recipes.cache.BaseTestTreeCache (Apache Curator 2.7.0 Test API) + + + + + + + + + + + +
+

Uses of Class
org.apache.curator.framework.recipes.cache.BaseTestTreeCache

+
+
+ +
+ + + + +

Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.

+ + Modified: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestNodeCache.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestNodeCache.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestNodeCache.html (original) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestNodeCache.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@

Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + Modified: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestPathChildrenCache.DelegatingExecutorService.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestPathChildrenCache.DelegatingExecutorService.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestPathChildrenCache.DelegatingExecutorService.html (original) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestPathChildrenCache.DelegatingExecutorService.html Tue Nov 4 21:14:52 2014 @@ -163,4 +163,4 @@

Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + Modified: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestPathChildrenCache.ExecuteCalledWatchingExecutorService.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestPathChildrenCache.ExecuteCalledWatchingExecutorService.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestPathChildrenCache.ExecuteCalledWatchingExecutorService.html (original) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestPathChildrenCache.ExecuteCalledWatchingExecutorService.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@

Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + Modified: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestPathChildrenCache.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestPathChildrenCache.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestPathChildrenCache.html (original) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestPathChildrenCache.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@

Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + Modified: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestPathChildrenCacheInCluster.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestPathChildrenCacheInCluster.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestPathChildrenCacheInCluster.html (original) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestPathChildrenCacheInCluster.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@

Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + Added: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestTreeCache.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestTreeCache.html?rev=1636737&view=auto ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestTreeCache.html (added) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestTreeCache.html Tue Nov 4 21:14:52 2014 @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.apache.curator.framework.recipes.cache.TestTreeCache (Apache Curator 2.7.0 Test API) + + + + + + + + + + + +
+

Uses of Class
org.apache.curator.framework.recipes.cache.TestTreeCache

+
+
No usage of org.apache.curator.framework.recipes.cache.TestTreeCache
+ + + + +

Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.

+ + Added: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestTreeCacheRandomTree.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestTreeCacheRandomTree.html?rev=1636737&view=auto ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestTreeCacheRandomTree.html (added) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/class-use/TestTreeCacheRandomTree.html Tue Nov 4 21:14:52 2014 @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.apache.curator.framework.recipes.cache.TestTreeCacheRandomTree (Apache Curator 2.7.0 Test API) + + + + + + + + + + + +
+

Uses of Class
org.apache.curator.framework.recipes.cache.TestTreeCacheRandomTree

+
+
No usage of org.apache.curator.framework.recipes.cache.TestTreeCacheRandomTree
+ + + + +

Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.

+ + Modified: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/package-frame.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/package-frame.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/package-frame.html (original) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/package-frame.html Tue Nov 4 21:14:52 2014 @@ -25,4 +25,4 @@ - \ No newline at end of file + Modified: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/package-summary.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/package-summary.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/package-summary.html (original) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/package-summary.html Tue Nov 4 21:14:52 2014 @@ -169,4 +169,4 @@

Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + Modified: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/package-tree.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/package-tree.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/package-tree.html (original) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/package-tree.html Tue Nov 4 21:14:52 2014 @@ -153,4 +153,4 @@

Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + Modified: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/package-use.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/package-use.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/package-use.html (original) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/cache/package-use.html Tue Nov 4 21:14:52 2014 @@ -159,4 +159,4 @@

Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + Modified: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/ChaosMonkeyCnxnFactory.ChaosMonkeyZookeeperServer.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/ChaosMonkeyCnxnFactory.ChaosMonkeyZookeeperServer.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/ChaosMonkeyCnxnFactory.ChaosMonkeyZookeeperServer.html (original) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/ChaosMonkeyCnxnFactory.ChaosMonkeyZookeeperServer.html Tue Nov 4 21:14:52 2014 @@ -324,4 +324,4 @@ extends org.apache.zookeeper.server.ZooK

Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + Modified: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/ChaosMonkeyCnxnFactory.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/ChaosMonkeyCnxnFactory.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/ChaosMonkeyCnxnFactory.html (original) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/ChaosMonkeyCnxnFactory.html Tue Nov 4 21:14:52 2014 @@ -448,4 +448,4 @@ extends org.apache.zookeeper.server.NIOS

Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + Modified: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderLatch.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderLatch.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderLatch.html (original) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderLatch.html Tue Nov 4 21:14:52 2014 @@ -513,4 +513,4 @@ extends Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + Modified: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderLatchCluster.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderLatchCluster.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderLatchCluster.html (original) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderLatchCluster.html Tue Nov 4 21:14:52 2014 @@ -275,4 +275,4 @@ extends Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + Modified: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderSelector.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderSelector.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderSelector.html (original) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderSelector.html Tue Nov 4 21:14:52 2014 @@ -455,4 +455,4 @@ extends Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + Modified: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderSelectorCluster.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderSelectorCluster.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderSelectorCluster.html (original) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderSelectorCluster.html Tue Nov 4 21:14:52 2014 @@ -293,4 +293,4 @@ extends Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + Modified: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderSelectorEdges.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderSelectorEdges.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderSelectorEdges.html (original) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderSelectorEdges.html Tue Nov 4 21:14:52 2014 @@ -376,4 +376,4 @@ extends Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + Modified: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderSelectorParticipants.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderSelectorParticipants.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderSelectorParticipants.html (original) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderSelectorParticipants.html Tue Nov 4 21:14:52 2014 @@ -320,4 +320,4 @@ extends Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + Modified: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderSelectorWithExecutor.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderSelectorWithExecutor.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderSelectorWithExecutor.html (original) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/TestLeaderSelectorWithExecutor.html Tue Nov 4 21:14:52 2014 @@ -302,4 +302,4 @@ extends Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + Modified: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/class-use/ChaosMonkeyCnxnFactory.ChaosMonkeyZookeeperServer.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/class-use/ChaosMonkeyCnxnFactory.ChaosMonkeyZookeeperServer.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/class-use/ChaosMonkeyCnxnFactory.ChaosMonkeyZookeeperServer.html (original) +++ curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/leader/class-use/ChaosMonkeyCnxnFactory.ChaosMonkeyZookeeperServer.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@

Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file +