You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by dr...@apache.org on 2017/05/02 20:06:21 UTC

[13/50] curator git commit: link to async from Framework page

link to async from Framework page


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

Branch: refs/heads/master
Commit: e45466acd8fcdcfd9066d5be04e4a176e8e67b89
Parents: dca47a8
Author: randgalt <ra...@apache.org>
Authored: Mon Jan 9 14:09:48 2017 -0500
Committer: randgalt <ra...@apache.org>
Committed: Mon Jan 9 14:09:48 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/curator/blob/e45466ac/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 13df0de..4d1dcb6 100644
--- a/curator-framework/src/site/confluence/index.confluence
+++ b/curator-framework/src/site/confluence/index.confluence
@@ -19,6 +19,8 @@ ZooKeeper and handles the complexity of managing connections to the ZooKeeper cl
 ** Distributed Priority Queue
 ** ...
 
+_NOTE:_ A Java 8 asynchronous version of CuratorFramework is available: [[Curator Async|../curator\-x\-async/index.html]].
+
 h2. Allocating a Curator Framework Instance
 CuratorFrameworks are allocated using the CuratorFrameworkFactory which provides both factory methods and a builder for
 creating instances. IMPORTANT: CuratorFramework instances are fully thread\-safe. You should share one CuratorFramework per