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-215
Commit: 7536465533787ce3e0a71dbe2b8ba1068012f8c0
Parents: ea2873f
Author: randgalt <[email protected]>
Authored: Sat May 9 10:47:30 2015 -0500
Committer: randgalt <[email protected]>
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|
 <td>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

Reply via email to