Added: zookeeper/site/trunk/content/doc/r3.4.7/api/index.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.7/api/index.html?rev=1717709&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.7/api/index.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.7/api/index.html Thu Dec 3 04:29:41 2015 @@ -0,0 +1,74 @@ + + + +
+ +public static interface AsyncCallback.ACLCallback +extends AsyncCallback+
AsyncCallback.ACLCallback, AsyncCallback.Children2Callback, AsyncCallback.ChildrenCallback, AsyncCallback.DataCallback, AsyncCallback.MultiCallback, AsyncCallback.StatCallback, AsyncCallback.StringCallback, AsyncCallback.VoidCallback
Modifier and Type | +Method and Description | +
---|---|
void |
+processResult(int rc,
+ String path,
+ Object ctx,
+ List<ACL> acl,
+ Stat stat)
+Process the result of the asynchronous call.
+ |
+
void processResult(int rc, + String path, + Object ctx, + List<ACL> acl, + Stat stat)+
KeeperException.Code.OK
.
+
+ On failure, rc is set to the corresponding failure code in
+ KeeperException
.
+ KeeperException.Code.NONODE
+ - The node on given path doesn't exist for some API calls.
+ rc
- The return code or the result of the call.path
- The path that we passed to asynchronous calls.ctx
- Whatever context object that we passed to
+ asynchronous calls.acl
- ACL Id in
+ ZooDefs.Ids
.stat
- Stat
object of
+ the node on given path.Copyright © 2015 The Apache Software Foundation
+ + Added: zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.Children2Callback.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.Children2Callback.html?rev=1717709&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.Children2Callback.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.Children2Callback.html Thu Dec 3 04:29:41 2015 @@ -0,0 +1,270 @@ + + + + + +public static interface AsyncCallback.Children2Callback +extends AsyncCallback+
AsyncCallback.ACLCallback, AsyncCallback.Children2Callback, AsyncCallback.ChildrenCallback, AsyncCallback.DataCallback, AsyncCallback.MultiCallback, AsyncCallback.StatCallback, AsyncCallback.StringCallback, AsyncCallback.VoidCallback
Modifier and Type | +Method and Description | +
---|---|
void |
+processResult(int rc,
+ String path,
+ Object ctx,
+ List<String> children,
+ Stat stat)
+Process the result of the asynchronous call.
+ |
+
void processResult(int rc, + String path, + Object ctx, + List<String> children, + Stat stat)+
AsyncCallback.ChildrenCallback
.rc
- The return code or the result of the call.path
- The path that we passed to asynchronous calls.ctx
- Whatever context object that we passed to
+ asynchronous calls.children
- An unordered array of children of the node on
+ given path.stat
- Stat
object of
+ the node on given path.Copyright © 2015 The Apache Software Foundation
+ + Added: zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.ChildrenCallback.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.ChildrenCallback.html?rev=1717709&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.ChildrenCallback.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.ChildrenCallback.html Thu Dec 3 04:29:41 2015 @@ -0,0 +1,277 @@ + + + + + +public static interface AsyncCallback.ChildrenCallback +extends AsyncCallback+
AsyncCallback.ACLCallback, AsyncCallback.Children2Callback, AsyncCallback.ChildrenCallback, AsyncCallback.DataCallback, AsyncCallback.MultiCallback, AsyncCallback.StatCallback, AsyncCallback.StringCallback, AsyncCallback.VoidCallback
Modifier and Type | +Method and Description | +
---|---|
void |
+processResult(int rc,
+ String path,
+ Object ctx,
+ List<String> children)
+Process the result of the asynchronous call.
+ |
+
void processResult(int rc, + String path, + Object ctx, + List<String> children)+
KeeperException.Code.OK
.
+
+ On failure, rc is set to the corresponding failure code in
+ KeeperException
.
+ KeeperException.Code.NONODE
+ - The node on given path doesn't exist for some API calls.
+ rc
- The return code or the result of the call.path
- The path that we passed to asynchronous calls.ctx
- Whatever context object that we passed to
+ asynchronous calls.children
- An unordered array of children of the node on
+ given path.Copyright © 2015 The Apache Software Foundation
+ + Added: zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.DataCallback.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.DataCallback.html?rev=1717709&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.DataCallback.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.DataCallback.html Thu Dec 3 04:29:41 2015 @@ -0,0 +1,281 @@ + + + + + +public static interface AsyncCallback.DataCallback +extends AsyncCallback+
AsyncCallback.ACLCallback, AsyncCallback.Children2Callback, AsyncCallback.ChildrenCallback, AsyncCallback.DataCallback, AsyncCallback.MultiCallback, AsyncCallback.StatCallback, AsyncCallback.StringCallback, AsyncCallback.VoidCallback
Modifier and Type | +Method and Description | +
---|---|
void |
+processResult(int rc,
+ String path,
+ Object ctx,
+ byte[] data,
+ Stat stat)
+Process the result of the asynchronous call.
+ |
+
void processResult(int rc, + String path, + Object ctx, + byte[] data, + Stat stat)+
KeeperException.Code.OK
.
+
+ On failure, rc is set to the corresponding failure code in
+ KeeperException
.
+ KeeperException.Code.NONODE
+ - The node on given path doesn't exist for some API calls.
+ rc
- The return code or the result of the call.path
- The path that we passed to asynchronous calls.ctx
- Whatever context object that we passed to
+ asynchronous calls.data
- The DataNode.data
+ of the node.stat
- Stat
object of
+ the node on given path.Copyright © 2015 The Apache Software Foundation
+ + Added: zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.MultiCallback.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.MultiCallback.html?rev=1717709&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.MultiCallback.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.MultiCallback.html Thu Dec 3 04:29:41 2015 @@ -0,0 +1,285 @@ + + + + + +public static interface AsyncCallback.MultiCallback +extends AsyncCallback+
ZooKeeper.multi(java.lang.Iterable<org.apache.zookeeper.Op>)
for more information.AsyncCallback.ACLCallback, AsyncCallback.Children2Callback, AsyncCallback.ChildrenCallback, AsyncCallback.DataCallback, AsyncCallback.MultiCallback, AsyncCallback.StatCallback, AsyncCallback.StringCallback, AsyncCallback.VoidCallback
Modifier and Type | +Method and Description | +
---|---|
void |
+processResult(int rc,
+ String path,
+ Object ctx,
+ List<org.apache.zookeeper.OpResult> opResults)
+Process the result of the asynchronous call.
+ |
+
void processResult(int rc, + String path, + Object ctx, + List<org.apache.zookeeper.OpResult> opResults)+
KeeperException.Code.OK
.
+ All opResults are
+ non-OpResult.ErrorResult
,
+
+
+ On failure, rc is a failure code in
+ KeeperException.Code
.
+ All opResults are
+ OpResult.ErrorResult
.
+ All operations will be rollback-ed even if operations
+ before the failing one were successful.rc
- The return code or the result of the call.path
- The path that we passed to asynchronous calls.ctx
- Whatever context object that we passed to
+ asynchronous calls.opResults
- The list of results.
+ One result for each operation,
+ and the order matches that of input.Copyright © 2015 The Apache Software Foundation
+ + Added: zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.StatCallback.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.StatCallback.html?rev=1717709&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.StatCallback.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.StatCallback.html Thu Dec 3 04:29:41 2015 @@ -0,0 +1,282 @@ + + + + + +public static interface AsyncCallback.StatCallback +extends AsyncCallback+
AsyncCallback.ACLCallback, AsyncCallback.Children2Callback, AsyncCallback.ChildrenCallback, AsyncCallback.DataCallback, AsyncCallback.MultiCallback, AsyncCallback.StatCallback, AsyncCallback.StringCallback, AsyncCallback.VoidCallback
Modifier and Type | +Method and Description | +
---|---|
void |
+processResult(int rc,
+ String path,
+ Object ctx,
+ Stat stat)
+Process the result of the asynchronous call.
+ |
+
void processResult(int rc, + String path, + Object ctx, + Stat stat)+
KeeperException.Code.OK
.
+
+ On failure, rc is set to the corresponding failure code in
+ KeeperException
.
+ KeeperException.Code.NONODE
+ - The node on given path doesn't exist for some API calls.
+ KeeperException.Code.BADVERSION
+ - The given version doesn't match the node's version
+ for some API calls.
+ rc
- The return code or the result of the call.path
- The path that we passed to asynchronous calls.ctx
- Whatever context object that we passed to
+ asynchronous calls.stat
- Stat
object of
+ the node on given path.Copyright © 2015 The Apache Software Foundation
+ +