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 5156717CDA for ; Sat, 9 May 2015 15:47:35 +0000 (UTC) Received: (qmail 87542 invoked by uid 500); 9 May 2015 15:47:35 -0000 Delivered-To: apmail-curator-commits-archive@curator.apache.org Received: (qmail 87513 invoked by uid 500); 9 May 2015 15:47:35 -0000 Mailing-List: contact commits-help@curator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.apache.org Delivered-To: mailing list commits@curator.apache.org Received: (qmail 87504 invoked by uid 99); 9 May 2015 15:47:35 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 May 2015 15:47:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D701EE0534; Sat, 9 May 2015 15:47:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: randgalt@apache.org To: commits@curator.apache.org Message-Id: <572e76cd521d470392278db6249bbbd4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: curator git commit: Updated CuratorEvent doc Date: Sat, 9 May 2015 15:47:34 +0000 (UTC) Repository: curator Updated Branches: refs/heads/CURATOR-160 ea2873fb4 -> 753646553 Updated CuratorEvent doc Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/75364655 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/75364655 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/75364655 Branch: refs/heads/CURATOR-160 Commit: 7536465533787ce3e0a71dbe2b8ba1068012f8c0 Parents: ea2873f Author: randgalt Authored: Sat May 9 10:47:30 2015 -0500 Committer: randgalt Committed: Sat May 9 10:47:30 2015 -0500 ---------------------------------------------------------------------- curator-framework/src/site/confluence/index.confluence | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/75364655/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 cf92514..bb1807e 100644 --- a/curator-framework/src/site/confluence/index.confluence +++ b/curator-framework/src/site/confluence/index.confluence @@ -55,9 +55,9 @@ CuratorFramework instance using the addListener() method. The listener implement |eventReceived()|A background operation has completed or a watch has triggered. Examine the given event for details| clientClosedDueToError()|An unrecoverable error has occurred. The CuratorFramework instance has been shut down| -h3. ClientEvent -The ClientEvent object is a super\-set POJO that can hold every type of background notification and triggered watch. The useful fields of -ClientEvent depend on the type of event which is exposed via the getType() method. +h3. CuratorEvent +The CuratorEvent object is a super\-set POJO that can hold every type of background notification and triggered watch. The useful fields of +CuratorEvent depend on the type of event which is exposed via the getType() method. ||Event Type||Event Methods|| |CREATE|getResultCode() and getPath()| @@ -66,7 +66,12 @@ ClientEvent depend on the type of event which is exposed via the getType() metho |GET_DATA|getResultCode(), getPath(), getStat() and getData()| |SET_DATA|getResultCode(), getPath() and getStat()| |CHILDREN|getResultCode(), getPath(), getStat(), getChildren()| +|SYNC|getResultCode(), getStat()| +|GET_ACL|getResultCode(), getACLList()| +|SET_ACL|getResultCode()| |WATCHED|getWatchedEvent()| +|GET_CONFIG|getResultCode(), getData()| +|RECONFIG|getResultCode(), getData()| h2. Namespaces Because a ZooKeeper cluster is a shared environment, it's vital that a namespace convention is