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 2015/10/16 20:45:48 UTC

[3/8] curator git commit: updated doc

updated doc


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

Branch: refs/heads/CURATOR-3.0
Commit: 275b1d5e9f13c8d4dd76961a2fc6f2c86536cf9b
Parents: a49d2bb
Author: randgalt <ra...@apache.org>
Authored: Sun Sep 27 17:22:15 2015 -0500
Committer: randgalt <ra...@apache.org>
Committed: Sun Sep 27 17:22:15 2015 -0500

----------------------------------------------------------------------
 curator-recipes/src/site/confluence/group-member.confluence | 2 ++
 curator-recipes/src/site/confluence/index.confluence        | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/275b1d5e/curator-recipes/src/site/confluence/group-member.confluence
----------------------------------------------------------------------
diff --git a/curator-recipes/src/site/confluence/group-member.confluence b/curator-recipes/src/site/confluence/group-member.confluence
index dcb27b3..a370675 100644
--- a/curator-recipes/src/site/confluence/group-member.confluence
+++ b/curator-recipes/src/site/confluence/group-member.confluence
@@ -5,6 +5,8 @@ Group membership management. Adds this instance into a group and keeps a cache o
 
 h2. Participating Classes
 * GroupMember
+* PersistentEphemeralNode
+* PathChildrenCache
 
 h2. Usage
 h3. Creating a GroupMember

http://git-wip-us.apache.org/repos/asf/curator/blob/275b1d5e/curator-recipes/src/site/confluence/index.confluence
----------------------------------------------------------------------
diff --git a/curator-recipes/src/site/confluence/index.confluence b/curator-recipes/src/site/confluence/index.confluence
index 71de8df..01dfc7e 100644
--- a/curator-recipes/src/site/confluence/index.confluence
+++ b/curator-recipes/src/site/confluence/index.confluence
@@ -30,7 +30,7 @@ regarding "Curator Recipes Own Their ZNode/Paths".
 
 ||Nodes||
 |[[Persistent Ephemeral Node|persistent-ephemeral-node.html]] \- An ephemeral node that attempts to stay present in ZooKeeper, even through connection and session interruptions.|
-|[Group Member|group-member-node.html]] \- Group membership management. Adds this instance into a group and keeps a cache of members in the group.|
+|[Group Member|group-member.html]] \- Group membership management. Adds this instance into a group and keeps a cache of members in the group.|
 
 ||Queues||
 |[[Distributed Queue|distributed-queue.html]] \- An implementation of the Distributed Queue ZK recipe. Items put into the queue are guaranteed to be ordered (by means of ZK's PERSISTENT_SEQUENTIAL node). If a single consumer takes items out of the queue, they will be ordered FIFO. If ordering is important, use a LeaderSelector to nominate a single consumer.|