Repository: curator
Updated Branches:
  refs/heads/CURATOR-266 26364c618 -> 56d9ba665


Added doc regarding EnsembleTracker


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

Branch: refs/heads/CURATOR-266
Commit: 56d9ba665ef69944ef0ab9c65aa014b921fd39f9
Parents: 26364c6
Author: randgalt <[email protected]>
Authored: Sat Sep 26 13:59:35 2015 -0500
Committer: randgalt <[email protected]>
Committed: Sat Sep 26 13:59:35 2015 -0500

----------------------------------------------------------------------
 curator-framework/src/site/confluence/index.confluence | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/56d9ba66/curator-framework/src/site/confluence/index.confluence
----------------------------------------------------------------------
diff --git a/curator-framework/src/site/confluence/index.confluence 
b/curator-framework/src/site/confluence/index.confluence
index b79ece4..1f5f329 100644
--- a/curator-framework/src/site/confluence/index.confluence
+++ b/curator-framework/src/site/confluence/index.confluence
@@ -6,6 +6,7 @@ ZooKeeper and handles the complexity of managing connections to 
the ZooKeeper cl
 * Automatic connection management:
 ** There are potential error cases that require ZooKeeper clients to recreate 
a connection and/or retry operations. Curator
  automatically and transparently (mostly) handles these cases.
+** Watches for NodeDataChanged events and calls updateServerList() as needed.
 * Cleaner API:
 ** simplifies the raw ZooKeeper methods, events, etc.
 ** provides a modern, fluent interface

Reply via email to