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 0831810CC6 for ; Sat, 20 Jul 2013 22:47:06 +0000 (UTC) Received: (qmail 91166 invoked by uid 500); 20 Jul 2013 22:47:06 -0000 Delivered-To: apmail-curator-commits-archive@curator.apache.org Received: (qmail 91139 invoked by uid 500); 20 Jul 2013 22:47:05 -0000 Mailing-List: contact commits-help@curator.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.incubator.apache.org Delivered-To: mailing list commits@curator.incubator.apache.org Received: (qmail 91132 invoked by uid 99); 20 Jul 2013 22:47:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jul 2013 22:47:05 +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; Sat, 20 Jul 2013 22:47:00 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6D3FB2388C2C; Sat, 20 Jul 2013 22:45:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1505232 [16/37] - 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... Date: Sat, 20 Jul 2013 22:45:10 -0000 To: commits@curator.incubator.apache.org From: zarfide@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130720224553.6D3FB2388C2C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/curator/site/trunk/apidocs/org/apache/curator/x/discovery/strategies/class-use/RoundRobinStrategy.html URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/apidocs/org/apache/curator/x/discovery/strategies/class-use/RoundRobinStrategy.html?rev=1505232&r1=1505231&r2=1505232&view=diff ============================================================================== --- incubator/curator/site/trunk/apidocs/org/apache/curator/x/discovery/strategies/class-use/RoundRobinStrategy.html (original) +++ incubator/curator/site/trunk/apidocs/org/apache/curator/x/discovery/strategies/class-use/RoundRobinStrategy.html Sat Jul 20 22:44:48 2013 @@ -2,13 +2,13 @@ - + -Uses of Class org.apache.curator.x.discovery.strategies.RoundRobinStrategy (Apache Curator 2.0.2-incubating-SNAPSHOT API) +Uses of Class org.apache.curator.x.discovery.strategies.RoundRobinStrategy (Apache Curator 2.1.1-incubating-SNAPSHOT API) - + @@ -16,7 +16,7 @@ Uses of Class org.apache.curator.x.disco function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.curator.x.discovery.strategies.RoundRobinStrategy (Apache Curator 2.0.2-incubating-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.curator.x.discovery.strategies.RoundRobinStrategy (Apache Curator 2.1.1-incubating-SNAPSHOT API)"; } } Modified: incubator/curator/site/trunk/apidocs/org/apache/curator/x/discovery/strategies/class-use/StickyStrategy.html URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/apidocs/org/apache/curator/x/discovery/strategies/class-use/StickyStrategy.html?rev=1505232&r1=1505231&r2=1505232&view=diff ============================================================================== --- incubator/curator/site/trunk/apidocs/org/apache/curator/x/discovery/strategies/class-use/StickyStrategy.html (original) +++ incubator/curator/site/trunk/apidocs/org/apache/curator/x/discovery/strategies/class-use/StickyStrategy.html Sat Jul 20 22:44:48 2013 @@ -2,13 +2,13 @@ - + -Uses of Class org.apache.curator.x.discovery.strategies.StickyStrategy (Apache Curator 2.0.2-incubating-SNAPSHOT API) +Uses of Class org.apache.curator.x.discovery.strategies.StickyStrategy (Apache Curator 2.1.1-incubating-SNAPSHOT API) - + @@ -16,7 +16,7 @@ Uses of Class org.apache.curator.x.disco function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.curator.x.discovery.strategies.StickyStrategy (Apache Curator 2.0.2-incubating-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.curator.x.discovery.strategies.StickyStrategy (Apache Curator 2.1.1-incubating-SNAPSHOT API)"; } } Modified: incubator/curator/site/trunk/apidocs/org/apache/curator/x/discovery/strategies/package-frame.html URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/apidocs/org/apache/curator/x/discovery/strategies/package-frame.html?rev=1505232&r1=1505231&r2=1505232&view=diff ============================================================================== --- incubator/curator/site/trunk/apidocs/org/apache/curator/x/discovery/strategies/package-frame.html (original) +++ incubator/curator/site/trunk/apidocs/org/apache/curator/x/discovery/strategies/package-frame.html Sat Jul 20 22:44:48 2013 @@ -2,13 +2,13 @@ - + -org.apache.curator.x.discovery.strategies (Apache Curator 2.0.2-incubating-SNAPSHOT API) +org.apache.curator.x.discovery.strategies (Apache Curator 2.1.1-incubating-SNAPSHOT API) - + Modified: incubator/curator/site/trunk/apidocs/org/apache/curator/x/discovery/strategies/package-summary.html URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/apidocs/org/apache/curator/x/discovery/strategies/package-summary.html?rev=1505232&r1=1505231&r2=1505232&view=diff ============================================================================== --- incubator/curator/site/trunk/apidocs/org/apache/curator/x/discovery/strategies/package-summary.html (original) +++ incubator/curator/site/trunk/apidocs/org/apache/curator/x/discovery/strategies/package-summary.html Sat Jul 20 22:44:48 2013 @@ -2,13 +2,13 @@ - + -org.apache.curator.x.discovery.strategies (Apache Curator 2.0.2-incubating-SNAPSHOT API) +org.apache.curator.x.discovery.strategies (Apache Curator 2.1.1-incubating-SNAPSHOT API) - + @@ -16,7 +16,7 @@ org.apache.curator.x.discovery.strategie function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.curator.x.discovery.strategies (Apache Curator 2.0.2-incubating-SNAPSHOT API)"; + parent.document.title="org.apache.curator.x.discovery.strategies (Apache Curator 2.1.1-incubating-SNAPSHOT API)"; } } Modified: incubator/curator/site/trunk/apidocs/org/apache/curator/x/discovery/strategies/package-tree.html URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/apidocs/org/apache/curator/x/discovery/strategies/package-tree.html?rev=1505232&r1=1505231&r2=1505232&view=diff ============================================================================== --- incubator/curator/site/trunk/apidocs/org/apache/curator/x/discovery/strategies/package-tree.html (original) +++ incubator/curator/site/trunk/apidocs/org/apache/curator/x/discovery/strategies/package-tree.html Sat Jul 20 22:44:48 2013 @@ -2,13 +2,13 @@ - + -org.apache.curator.x.discovery.strategies Class Hierarchy (Apache Curator 2.0.2-incubating-SNAPSHOT API) +org.apache.curator.x.discovery.strategies Class Hierarchy (Apache Curator 2.1.1-incubating-SNAPSHOT API) - + @@ -16,7 +16,7 @@ org.apache.curator.x.discovery.strategie function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.curator.x.discovery.strategies Class Hierarchy (Apache Curator 2.0.2-incubating-SNAPSHOT API)"; + parent.document.title="org.apache.curator.x.discovery.strategies Class Hierarchy (Apache Curator 2.1.1-incubating-SNAPSHOT API)"; } } Modified: incubator/curator/site/trunk/apidocs/org/apache/curator/x/discovery/strategies/package-use.html URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/apidocs/org/apache/curator/x/discovery/strategies/package-use.html?rev=1505232&r1=1505231&r2=1505232&view=diff ============================================================================== --- incubator/curator/site/trunk/apidocs/org/apache/curator/x/discovery/strategies/package-use.html (original) +++ incubator/curator/site/trunk/apidocs/org/apache/curator/x/discovery/strategies/package-use.html Sat Jul 20 22:44:48 2013 @@ -2,13 +2,13 @@ - + -Uses of Package org.apache.curator.x.discovery.strategies (Apache Curator 2.0.2-incubating-SNAPSHOT API) +Uses of Package org.apache.curator.x.discovery.strategies (Apache Curator 2.1.1-incubating-SNAPSHOT API) - + @@ -16,7 +16,7 @@ Uses of Package org.apache.curator.x.dis function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package org.apache.curator.x.discovery.strategies (Apache Curator 2.0.2-incubating-SNAPSHOT API)"; + parent.document.title="Uses of Package org.apache.curator.x.discovery.strategies (Apache Curator 2.1.1-incubating-SNAPSHOT API)"; } } Modified: incubator/curator/site/trunk/apidocs/overview-frame.html URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/apidocs/overview-frame.html?rev=1505232&r1=1505231&r2=1505232&view=diff ============================================================================== --- incubator/curator/site/trunk/apidocs/overview-frame.html (original) +++ incubator/curator/site/trunk/apidocs/overview-frame.html Sat Jul 20 22:44:48 2013 @@ -2,13 +2,13 @@ - + -Overview List (Apache Curator 2.0.2-incubating-SNAPSHOT API) +Overview List (Apache Curator 2.1.1-incubating-SNAPSHOT API) - + Modified: incubator/curator/site/trunk/apidocs/overview-summary.html URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/apidocs/overview-summary.html?rev=1505232&r1=1505231&r2=1505232&view=diff ============================================================================== --- incubator/curator/site/trunk/apidocs/overview-summary.html (original) +++ incubator/curator/site/trunk/apidocs/overview-summary.html Sat Jul 20 22:44:48 2013 @@ -2,13 +2,13 @@ - + -Overview (Apache Curator 2.0.2-incubating-SNAPSHOT API) +Overview (Apache Curator 2.1.1-incubating-SNAPSHOT API) - + @@ -16,7 +16,7 @@ Overview (Apache Curator 2.0.2-incubatin function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Overview (Apache Curator 2.0.2-incubating-SNAPSHOT API)"; + parent.document.title="Overview (Apache Curator 2.1.1-incubating-SNAPSHOT API)"; } } @@ -82,7 +82,7 @@ function windowTitle()

-Apache Curator 2.0.2-incubating-SNAPSHOT API +Apache Curator 2.1.1-incubating-SNAPSHOT API

Modified: incubator/curator/site/trunk/apidocs/overview-tree.html URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/apidocs/overview-tree.html?rev=1505232&r1=1505231&r2=1505232&view=diff ============================================================================== --- incubator/curator/site/trunk/apidocs/overview-tree.html (original) +++ incubator/curator/site/trunk/apidocs/overview-tree.html Sat Jul 20 22:44:48 2013 @@ -2,13 +2,13 @@ - + -Class Hierarchy (Apache Curator 2.0.2-incubating-SNAPSHOT API) +Class Hierarchy (Apache Curator 2.1.1-incubating-SNAPSHOT API) - + @@ -16,7 +16,7 @@ Class Hierarchy (Apache Curator 2.0.2-in function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Class Hierarchy (Apache Curator 2.0.2-incubating-SNAPSHOT API)"; + parent.document.title="Class Hierarchy (Apache Curator 2.1.1-incubating-SNAPSHOT API)"; } } @@ -112,7 +112,7 @@ Class Hierarchy
  • org.apache.curator.framework.recipes.barriers.DistributedDoubleBarrier
  • org.apache.curator.framework.recipes.queue.DistributedIdQueue<T> (implements org.apache.curator.framework.recipes.queue.QueueBase<T>)
  • org.apache.curator.framework.recipes.queue.DistributedPriorityQueue<T> (implements java.io.Closeable, org.apache.curator.framework.recipes.queue.QueueBase<T>)
  • org.apache.curator.framework.recipes.queue.DistributedQueue<T> (implements org.apache.curator.framework.recipes.queue.QueueBase<T>) -
  • org.apache.curator.utils.EnsurePath
  • leader.ExampleClient (implements java.io.Closeable, org.apache.curator.framework.recipes.leader.LeaderSelectorListener) +
  • org.apache.curator.x.discovery.DownInstancePolicy
  • org.apache.curator.utils.EnsurePath
  • leader.ExampleClient (implements java.io.Closeable, org.apache.curator.framework.recipes.leader.LeaderSelectorListener)
  • locking.ExampleClientThatLocks
  • discovery.ExampleServer (implements java.io.Closeable)
  • org.apache.curator.ensemble.exhibitor.ExhibitorEnsembleProvider (implements org.apache.curator.ensemble.EnsembleProvider)
  • org.apache.curator.ensemble.exhibitor.Exhibitors
  • org.apache.curator.retry.ExponentialBackoffRetry +
  • org.apache.curator.framework.api.SyncBuilder
  • org.apache.curator.framework.api.BackgroundPathAndBytesable<T> (also extends org.apache.curator.framework.api.PathAndBytesable<T>) +
  • org.apache.curator.framework.api.SyncBuilder
  • org.apache.curator.framework.api.BackgroundCallback
  • java.io.Closeable @@ -321,7 +322,7 @@ Interface Hierarchy
  • org.apache.curator.framework.api.GetChildrenBuilder (also extends org.apache.curator.framework.api.Statable<T>, org.apache.curator.framework.api.Watchable<T>)
  • org.apache.curator.framework.api.GetDataBuilder (also extends org.apache.curator.framework.api.Decompressible<T>, org.apache.curator.framework.api.Statable<T>, org.apache.curator.framework.api.Watchable<T>)
  • org.apache.curator.framework.api.GetDataWatchBackgroundStatable (also extends org.apache.curator.framework.api.Statable<T>, org.apache.curator.framework.api.Watchable<T>) - +
  • org.apache.curator.framework.api.SyncBuilder
  • org.apache.curator.framework.api.DeleteBuilder
  • org.apache.curator.framework.api.DeleteBuilderBase (also extends org.apache.curator.framework.api.BackgroundPathable<T>, org.apache.curator.framework.api.Versionable<T>) @@ -334,7 +335,7 @@ Interface Hierarchy -
  • org.apache.curator.framework.api.TempGetDataBuilder (also extends org.apache.curator.framework.api.Decompressible<T>, org.apache.curator.framework.api.StatPathable<T>) +
  • org.apache.curator.framework.api.SyncBuilder
  • org.apache.curator.framework.api.TempGetDataBuilder (also extends org.apache.curator.framework.api.Decompressible<T>, org.apache.curator.framework.api.StatPathable<T>)
  • org.apache.curator.framework.api.transaction.TransactionCheckBuilder (also extends org.apache.curator.framework.api.Versionable<T>)
  • org.apache.curator.framework.api.transaction.TransactionDeleteBuilder (also extends org.apache.curator.framework.api.Versionable<T>)
  • org.apache.curator.framework.api.WatchPathable<T> (also extends org.apache.curator.framework.api.Watchable<T>) @@ -395,7 +396,9 @@ Interface Hierarchy
  • org.apache.curator.framework.api.transaction.TransactionCreateBuilder (also extends org.apache.curator.framework.api.ACLPathAndBytesable<T>, org.apache.curator.framework.api.CreateModable<T>)
  • org.apache.curator.framework.api.transaction.TransactionSetDataBuilder (also extends org.apache.curator.framework.api.Versionable<T>) -
  • org.apache.curator.framework.recipes.cache.PathChildrenCacheListener
  • org.apache.curator.x.discovery.ProviderStrategy<T>
  • org.apache.curator.framework.recipes.queue.QueueAllocator<U,T>
  • org.apache.curator.framework.recipes.queue.QueuePutListener<T>
  • org.apache.curator.framework.recipes.queue.QueueSerializer<T>
  • org.apache.curator.RetryPolicy
  • org.apache.curator.RetrySleeper
  • org.apache.curator.framework.recipes.locks.Revocable<T>
  • org.apache.curator.framework.recipes.locks.RevocationListener<T>
  • org.apache.curator.x.discovery.ServiceCacheBuilder<T>
  • org.apache.curator.x.discovery.ServiceProviderBuilder<T>
  • org.apache.curator.framework.recipes.shared.SharedValueReader
  • org.apache.curator.framework.api.Statable<T>
      +
    • org.apache.curator.framework.recipes.cache.PathChildrenCacheListener
    • com.google.common.base.Predicate<T> +
    • org.apache.curator.x.discovery.ProviderStrategy<T>
    • org.apache.curator.framework.recipes.queue.QueueAllocator<U,T>
    • org.apache.curator.framework.recipes.queue.QueuePutListener<T>
    • org.apache.curator.framework.recipes.queue.QueueSerializer<T>
    • org.apache.curator.RetryPolicy
    • org.apache.curator.RetrySleeper
    • org.apache.curator.framework.recipes.locks.Revocable<T>
    • org.apache.curator.framework.recipes.locks.RevocationListener<T>
    • org.apache.curator.x.discovery.ServiceCacheBuilder<T>
    • org.apache.curator.x.discovery.ServiceProviderBuilder<T>
    • org.apache.curator.framework.recipes.shared.SharedValueReader
    • org.apache.curator.framework.api.Statable<T>
      • org.apache.curator.framework.api.GetACLBuilder (also extends org.apache.curator.framework.api.BackgroundPathable<T>)
      • org.apache.curator.framework.api.GetChildrenBuilder (also extends org.apache.curator.framework.api.BackgroundPathable<T>, org.apache.curator.framework.api.Watchable<T>)
      • org.apache.curator.framework.api.GetDataBuilder (also extends org.apache.curator.framework.api.BackgroundPathable<T>, org.apache.curator.framework.api.Decompressible<T>, org.apache.curator.framework.api.Watchable<T>) Modified: incubator/curator/site/trunk/apidocs/serialized-form.html URL: http://svn.apache.org/viewvc/incubator/curator/site/trunk/apidocs/serialized-form.html?rev=1505232&r1=1505231&r2=1505232&view=diff ============================================================================== --- incubator/curator/site/trunk/apidocs/serialized-form.html (original) +++ incubator/curator/site/trunk/apidocs/serialized-form.html Sat Jul 20 22:44:48 2013 @@ -2,13 +2,13 @@ - + -Serialized Form (Apache Curator 2.0.2-incubating-SNAPSHOT API) +Serialized Form (Apache Curator 2.1.1-incubating-SNAPSHOT API) - + @@ -16,7 +16,7 @@ Serialized Form (Apache Curator 2.0.2-in function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Serialized Form (Apache Curator 2.0.2-incubating-SNAPSHOT API)"; + parent.document.title="Serialized Form (Apache Curator 2.1.1-incubating-SNAPSHOT API)"; } }