Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DA55E200C47 for ; Thu, 30 Mar 2017 08:26:35 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D8C68160BA4; Thu, 30 Mar 2017 06:26:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 82D02160BA6 for ; Thu, 30 Mar 2017 08:26:33 +0200 (CEST) Received: (qmail 84747 invoked by uid 500); 30 Mar 2017 06:26:32 -0000 Mailing-List: contact commits-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list commits@zookeeper.apache.org Received: (qmail 81387 invoked by uid 99); 30 Mar 2017 06:26:27 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Mar 2017 06:26:27 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id B2D673A04FA for ; Thu, 30 Mar 2017 06:26:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1009357 [24/43] - in /websites/staging/zookeeper/trunk/content: ./ doc/r3.4.10/ doc/r3.4.10/api/ doc/r3.4.10/api/org/ doc/r3.4.10/api/org/apache/ doc/r3.4.10/api/org/apache/zookeeper/ doc/r3.4.10/api/org/apache/zookeeper/class-use/ doc/r3.... Date: Thu, 30 Mar 2017 06:26:23 -0000 To: commits@zookeeper.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170330062625.B2D673A04FA@svn01-us-west.apache.org> archived-at: Thu, 30 Mar 2017 06:26:36 -0000 Added: websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/class-use/Id.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/class-use/Id.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/class-use/Id.html Thu Mar 30 06:26:15 2017 @@ -0,0 +1,248 @@ + + + + + + +Uses of Class org.apache.zookeeper.data.Id (ZooKeeper 3.4.10 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.zookeeper.data.Id

+
+ + + + + + + + + + + + + +
+Packages that use Id
org.apache.zookeeper  
org.apache.zookeeper.data  
+  +

+ + + + + +
+Uses of Id in org.apache.zookeeper
+  +

+ + + + + + + + + + + + + +
Fields in org.apache.zookeeper declared as Id
+static IdZooDefs.Ids.ANYONE_ID_UNSAFE + +
+          This Id represents anyone.
+static IdZooDefs.Ids.AUTH_IDS + +
+          This Id is only usable to set ACLs.
+  +

+ + + + + +
+Uses of Id in org.apache.zookeeper.data
+  +

+ + + + + + + + + +
Methods in org.apache.zookeeper.data that return Id
+ IdACL.getId() + +
+           
+  +

+ + + + + + + + + +
Methods in org.apache.zookeeper.data with parameters of type Id
+ voidACL.setId(Id m_) + +
+           
+  +

+ + + + + + + + +
Constructors in org.apache.zookeeper.data with parameters of type Id
ACL(int perms, + Id id) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2017 The Apache Software Foundation + + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/class-use/Stat.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/class-use/Stat.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/class-use/Stat.html Thu Mar 30 06:26:15 2017 @@ -0,0 +1,328 @@ + + + + + + +Uses of Class org.apache.zookeeper.data.Stat (ZooKeeper 3.4.10 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.zookeeper.data.Stat

+
+ + + + + + + + + +
+Packages that use Stat
org.apache.zookeeper  
+  +

+ + + + + +
+Uses of Stat in org.apache.zookeeper
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.zookeeper that return Stat
+ StatZooKeeper.exists(String path, + boolean watch) + +
+          Return the stat of the node of the given path.
+ StatZooKeeper.exists(String path, + Watcher watcher) + +
+          Return the stat of the node of the given path.
+ StatZooKeeper.setACL(String path, + List<ACL> acl, + int version) + +
+          Set the ACL for the node of the given path if such a node exists and the + given version matches the version of the node.
+ StatZooKeeper.setData(String path, + byte[] data, + int version) + +
+          Set the data for the node of the given path if such a node exists and the + given version matches the version of the node (if the given version is + -1, it matches any node's versions).
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.zookeeper with parameters of type Stat
+ List<ACL>ZooKeeper.getACL(String path, + Stat stat) + +
+          Return the ACL and stat of the node of the given path.
+ voidZooKeeper.getACL(String path, + Stat stat, + AsyncCallback.ACLCallback cb, + Object ctx) + +
+          The asynchronous version of getACL.
+ List<String>ZooKeeper.getChildren(String path, + boolean watch, + Stat stat) + +
+          For the given znode path return the stat and children list.
+ List<String>ZooKeeper.getChildren(String path, + Watcher watcher, + Stat stat) + +
+          For the given znode path return the stat and children list.
+ byte[]ZooKeeper.getData(String path, + boolean watch, + Stat stat) + +
+          Return the data and the stat of the node of the given path.
+ byte[]ZooKeeper.getData(String path, + Watcher watcher, + Stat stat) + +
+          Return the data and the stat of the node of the given path.
+ voidAsyncCallback.DataCallback.processResult(int rc, + String path, + Object ctx, + byte[] data, + Stat stat) + +
+          Process the result of the asynchronous call.
+ voidAsyncCallback.ACLCallback.processResult(int rc, + String path, + Object ctx, + List<ACL> acl, + Stat stat) + +
+          Process the result of the asynchronous call.
+ voidAsyncCallback.Children2Callback.processResult(int rc, + String path, + Object ctx, + List<String> children, + Stat stat) + +
+          Process the result of the asynchronous call.
+ voidAsyncCallback.StatCallback.processResult(int rc, + String path, + Object ctx, + Stat stat) + +
+          Process the result of the asynchronous call.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2017 The Apache Software Foundation + + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/class-use/StatPersisted.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/class-use/StatPersisted.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/class-use/StatPersisted.html Thu Mar 30 06:26:15 2017 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class org.apache.zookeeper.data.StatPersisted (ZooKeeper 3.4.10 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.zookeeper.data.StatPersisted

+
+No usage of org.apache.zookeeper.data.StatPersisted +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2017 The Apache Software Foundation + + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/class-use/StatPersistedV1.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/class-use/StatPersistedV1.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/class-use/StatPersistedV1.html Thu Mar 30 06:26:15 2017 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class org.apache.zookeeper.data.StatPersistedV1 (ZooKeeper 3.4.10 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.zookeeper.data.StatPersistedV1

+
+No usage of org.apache.zookeeper.data.StatPersistedV1 +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2017 The Apache Software Foundation + + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/package-frame.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/package-frame.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/package-frame.html Thu Mar 30 06:26:15 2017 @@ -0,0 +1,40 @@ + + + + + + +org.apache.zookeeper.data (ZooKeeper 3.4.10 API) + + + + + + + + + + + +org.apache.zookeeper.data + + + + +
+Classes  + +
+ACL +
+Id +
+Stat +
+StatPersisted +
+StatPersistedV1
+ + + + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/package-summary.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/package-summary.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/package-summary.html Thu Mar 30 06:26:15 2017 @@ -0,0 +1,173 @@ + + + + + + +org.apache.zookeeper.data (ZooKeeper 3.4.10 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package org.apache.zookeeper.data +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
ACL 
Id 
Stat 
StatPersisted 
StatPersistedV1 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2017 The Apache Software Foundation + + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/package-tree.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/package-tree.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/package-tree.html Thu Mar 30 06:26:15 2017 @@ -0,0 +1,158 @@ + + + + + + +org.apache.zookeeper.data Class Hierarchy (ZooKeeper 3.4.10 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package org.apache.zookeeper.data +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+
    +
  • java.lang.Object
      +
    • org.apache.zookeeper.data.ACL (implements org.apache.jute.Record) +
    • org.apache.zookeeper.data.Id (implements org.apache.jute.Record) +
    • org.apache.zookeeper.data.Stat (implements org.apache.jute.Record) +
    • org.apache.zookeeper.data.StatPersisted (implements org.apache.jute.Record) +
    • org.apache.zookeeper.data.StatPersistedV1 (implements org.apache.jute.Record) +
    +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2017 The Apache Software Foundation + + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/package-use.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/package-use.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/package-use.html Thu Mar 30 06:26:15 2017 @@ -0,0 +1,201 @@ + + + + + + +Uses of Package org.apache.zookeeper.data (ZooKeeper 3.4.10 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
org.apache.zookeeper.data

+
+ + + + + + + + + + + + + +
+Packages that use org.apache.zookeeper.data
org.apache.zookeeper  
org.apache.zookeeper.data  
+  +

+ + + + + + + + + + + + + + +
+Classes in org.apache.zookeeper.data used by org.apache.zookeeper
ACL + +
+           
Id + +
+           
Stat + +
+           
+  +

+ + + + + + + + +
+Classes in org.apache.zookeeper.data used by org.apache.zookeeper.data
Id + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2017 The Apache Software Foundation + + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/package-frame.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/package-frame.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/package-frame.html Thu Mar 30 06:26:15 2017 @@ -0,0 +1,151 @@ + + + + + + +org.apache.zookeeper (ZooKeeper 3.4.10 API) + + + + + + + + + + + +org.apache.zookeeper + + + + +
+Interfaces  + +
+AsyncCallback +
+AsyncCallback.ACLCallback +
+AsyncCallback.Children2Callback +
+AsyncCallback.ChildrenCallback +
+AsyncCallback.DataCallback +
+AsyncCallback.MultiCallback +
+AsyncCallback.StatCallback +
+AsyncCallback.StringCallback +
+AsyncCallback.VoidCallback +
+KeeperException.CodeDeprecated +
+Watcher +
+Watcher.Event +
+ZooDefs.Ids +
+ZooDefs.OpCode +
+ZooDefs.Perms
+ + + + + + +
+Classes  + +
+ServerAdminClient +
+WatchedEvent +
+ZooDefs +
+ZooKeeper +
+ZooKeeperMain
+ + + + + + +
+Enums  + +
+CreateMode +
+KeeperException.Code +
+Watcher.Event.EventType +
+Watcher.Event.KeeperState +
+ZooKeeper.States
+ + + + + + +
+Exceptions  + +
+KeeperException +
+KeeperException.APIErrorException +
+KeeperException.AuthFailedException +
+KeeperException.BadArgumentsException +
+KeeperException.BadVersionException +
+KeeperException.ConnectionLossException +
+KeeperException.DataInconsistencyException +
+KeeperException.InvalidACLException +
+KeeperException.InvalidCallbackException +
+KeeperException.MarshallingErrorException +
+KeeperException.NoAuthException +
+KeeperException.NoChildrenForEphemeralsException +
+KeeperException.NodeExistsException +
+KeeperException.NoNodeException +
+KeeperException.NotEmptyException +
+KeeperException.NotReadOnlyException +
+KeeperException.OperationTimeoutException +
+KeeperException.RuntimeInconsistencyException +
+KeeperException.SessionExpiredException +
+KeeperException.SessionMovedException +
+KeeperException.SystemErrorException +
+KeeperException.UnimplementedException
+ + + +