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/27 02:11:24 UTC

[29/52] [abbrv] git commit: wip

wip


Project: http://git-wip-us.apache.org/repos/asf/incubator-curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-curator/commit/6256c0d7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/6256c0d7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/6256c0d7

Branch: refs/heads/master
Commit: 6256c0d74aa6c27a3c8b9244cff76f9b90aa95ea
Parents: ebc38d7
Author: Jordan Zimmerman <jo...@jordanzimmerman.com>
Authored: Sun Mar 10 13:51:12 2013 -0700
Committer: Jordan Zimmerman <jo...@jordanzimmerman.com>
Committed: Sun Mar 10 13:51:12 2013 -0700

----------------------------------------------------------------------
 .../confluence/distributed-delay-queue.confluence  |    2 +-
 .../distributed-priority-queue.confluence          |    2 +-
 .../shared-reentrant-read-write-lock.confluence    |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/6256c0d7/curator-recipes/src/site/confluence/distributed-delay-queue.confluence
----------------------------------------------------------------------
diff --git a/curator-recipes/src/site/confluence/distributed-delay-queue.confluence b/curator-recipes/src/site/confluence/distributed-delay-queue.confluence
index 01f6f57..5d33c21 100644
--- a/curator-recipes/src/site/confluence/distributed-delay-queue.confluence
+++ b/curator-recipes/src/site/confluence/distributed-delay-queue.confluence
@@ -51,7 +51,7 @@ prevents other processes from taking the message. The message will not be remove
 if there is a failure or the process dies, the message will get sent to another process. There is a small performance penalty for this behavior however.
 
 h2. Data Format
-Same as [[Distributed Queue]]
+Same as [[Distributed Queue|distributed-queue.html]].
 
 h2. Error Handling
 The {{QueueConsumer}} class extends {{ConnectionStateListener}}. When the queue is started, it adds the listener to the

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/6256c0d7/curator-recipes/src/site/confluence/distributed-priority-queue.confluence
----------------------------------------------------------------------
diff --git a/curator-recipes/src/site/confluence/distributed-priority-queue.confluence b/curator-recipes/src/site/confluence/distributed-priority-queue.confluence
index b14bd77..9162eb9 100644
--- a/curator-recipes/src/site/confluence/distributed-priority-queue.confluence
+++ b/curator-recipes/src/site/confluence/distributed-priority-queue.confluence
@@ -67,7 +67,7 @@ until the consumer functor returns. Thus, if there is a failure or the process d
 There is a small performance penalty for this behavior however.
 
 h2. Data Format
-Same as [[Distributed Queue]]
+Same as [[Distributed Queue|distributed-queue.html]].
 
 h2. Error Handling
 The {{QueueConsumer}} class extends {{ConnectionStateListener}}. When the queue is started, it adds the listener to the

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/6256c0d7/curator-recipes/src/site/confluence/shared-reentrant-read-write-lock.confluence
----------------------------------------------------------------------
diff --git a/curator-recipes/src/site/confluence/shared-reentrant-read-write-lock.confluence b/curator-recipes/src/site/confluence/shared-reentrant-read-write-lock.confluence
index 2860edd..e24c57a 100644
--- a/curator-recipes/src/site/confluence/shared-reentrant-read-write-lock.confluence
+++ b/curator-recipes/src/site/confluence/shared-reentrant-read-write-lock.confluence
@@ -32,7 +32,7 @@ basePath - path to use for locking
 {code}
 
 h3. General Usage
-Access either the read lock or the write lock and then use the methods as described for [[Shared lock]].
+Access either the read lock or the write lock and then use the methods as described for [[Shared lock|shared-lock.html]].
 
 {code}
 public InterProcessLock readLock()