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 1942C200C6A for ; Thu, 30 Mar 2017 08:24:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 17DC0160B9D; Thu, 30 Mar 2017 06:24:09 +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 E04B7160B95 for ; Thu, 30 Mar 2017 08:24:06 +0200 (CEST) Received: (qmail 73491 invoked by uid 500); 30 Mar 2017 06:24:05 -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 68465 invoked by uid 99); 30 Mar 2017 06:23:56 -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:23:56 +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 EBB283A4852 for ; Thu, 30 Mar 2017 06:23:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1789439 [23/44] - in /zookeeper/site/trunk: content/ content/doc/r3.4.10/ content/doc/r3.4.10/api/ content/doc/r3.4.10/api/org/ content/doc/r3.4.10/api/org/apache/ content/doc/r3.4.10/api/org/apache/zookeeper/ content/doc/r3.4.10/api/org/a... Date: Thu, 30 Mar 2017 06:23:52 -0000 To: commits@zookeeper.apache.org From: rakeshr@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170330062354.EBB283A4852@svn01-us-west.apache.org> archived-at: Thu, 30 Mar 2017 06:24:09 -0000 Added: zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/StatPersisted.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/StatPersisted.html?rev=1789439&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/StatPersisted.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/StatPersisted.html Thu Mar 30 06:23:47 2017 @@ -0,0 +1,879 @@ + + + + + + +StatPersisted (ZooKeeper 3.4.10 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

+
+java.lang.Object
+  extended by org.apache.zookeeper.data.StatPersisted
+
+
+
All Implemented Interfaces:
org.apache.jute.Record
+
+
+
+
public class StatPersisted
extends Object
implements org.apache.jute.Record
+ + +

+


+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
StatPersisted() + +
+           
StatPersisted(long czxid, + long mzxid, + long ctime, + long mtime, + int version, + int cversion, + int aversion, + long ephemeralOwner, + long pzxid) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intcompareTo(Object peer_) + +
+           
+ voiddeserialize(org.apache.jute.InputArchive a_, + String tag) + +
+           
+ booleanequals(Object peer_) + +
+           
+ intgetAversion() + +
+           
+ longgetCtime() + +
+           
+ intgetCversion() + +
+           
+ longgetCzxid() + +
+           
+ longgetEphemeralOwner() + +
+           
+ longgetMtime() + +
+           
+ longgetMzxid() + +
+           
+ longgetPzxid() + +
+           
+ intgetVersion() + +
+           
+ inthashCode() + +
+           
+ voidreadFields(DataInput in) + +
+           
+ voidserialize(org.apache.jute.OutputArchive a_, + String tag) + +
+           
+ voidsetAversion(int m_) + +
+           
+ voidsetCtime(long m_) + +
+           
+ voidsetCversion(int m_) + +
+           
+ voidsetCzxid(long m_) + +
+           
+ voidsetEphemeralOwner(long m_) + +
+           
+ voidsetMtime(long m_) + +
+           
+ voidsetMzxid(long m_) + +
+           
+ voidsetPzxid(long m_) + +
+           
+ voidsetVersion(int m_) + +
+           
+static Stringsignature() + +
+           
+ StringtoString() + +
+           
+ voidwrite(DataOutput out) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+StatPersisted

+
+public StatPersisted()
+
+
+
+ +

+StatPersisted

+
+public StatPersisted(long czxid,
+                     long mzxid,
+                     long ctime,
+                     long mtime,
+                     int version,
+                     int cversion,
+                     int aversion,
+                     long ephemeralOwner,
+                     long pzxid)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getCzxid

+
+public long getCzxid()
+
+
+
+
+
+
+
+
+
+ +

+setCzxid

+
+public void setCzxid(long m_)
+
+
+
+
+
+
+
+
+
+ +

+getMzxid

+
+public long getMzxid()
+
+
+
+
+
+
+
+
+
+ +

+setMzxid

+
+public void setMzxid(long m_)
+
+
+
+
+
+
+
+
+
+ +

+getCtime

+
+public long getCtime()
+
+
+
+
+
+
+
+
+
+ +

+setCtime

+
+public void setCtime(long m_)
+
+
+
+
+
+
+
+
+
+ +

+getMtime

+
+public long getMtime()
+
+
+
+
+
+
+
+
+
+ +

+setMtime

+
+public void setMtime(long m_)
+
+
+
+
+
+
+
+
+
+ +

+getVersion

+
+public int getVersion()
+
+
+
+
+
+
+
+
+
+ +

+setVersion

+
+public void setVersion(int m_)
+
+
+
+
+
+
+
+
+
+ +

+getCversion

+
+public int getCversion()
+
+
+
+
+
+
+
+
+
+ +

+setCversion

+
+public void setCversion(int m_)
+
+
+
+
+
+
+
+
+
+ +

+getAversion

+
+public int getAversion()
+
+
+
+
+
+
+
+
+
+ +

+setAversion

+
+public void setAversion(int m_)
+
+
+
+
+
+
+
+
+
+ +

+getEphemeralOwner

+
+public long getEphemeralOwner()
+
+
+
+
+
+
+
+
+
+ +

+setEphemeralOwner

+
+public void setEphemeralOwner(long m_)
+
+
+
+
+
+
+
+
+
+ +

+getPzxid

+
+public long getPzxid()
+
+
+
+
+
+
+
+
+
+ +

+setPzxid

+
+public void setPzxid(long m_)
+
+
+
+
+
+
+
+
+
+ +

+serialize

+
+public void serialize(org.apache.jute.OutputArchive a_,
+                      String tag)
+               throws IOException
+
+
+
Specified by:
serialize in interface org.apache.jute.Record
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+deserialize

+
+public void deserialize(org.apache.jute.InputArchive a_,
+                        String tag)
+                 throws IOException
+
+
+
Specified by:
deserialize in interface org.apache.jute.Record
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+
+ +

+write

+
+public void write(DataOutput out)
+           throws IOException
+
+
+
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+readFields

+
+public void readFields(DataInput in)
+                throws IOException
+
+
+
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+compareTo

+
+public int compareTo(Object peer_)
+              throws ClassCastException
+
+
+
+
+
+ +
Throws: +
ClassCastException
+
+
+
+ +

+equals

+
+public boolean equals(Object peer_)
+
+
+
Overrides:
equals in class Object
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class Object
+
+
+
+
+
+
+ +

+signature

+
+public static String signature()
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2017 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/StatPersistedV1.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/StatPersistedV1.html?rev=1789439&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/StatPersistedV1.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/StatPersistedV1.html Thu Mar 30 06:23:47 2017 @@ -0,0 +1,833 @@ + + + + + + +StatPersistedV1 (ZooKeeper 3.4.10 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

+
+java.lang.Object
+  extended by org.apache.zookeeper.data.StatPersistedV1
+
+
+
All Implemented Interfaces:
org.apache.jute.Record
+
+
+
+
public class StatPersistedV1
extends Object
implements org.apache.jute.Record
+ + +

+


+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
StatPersistedV1() + +
+           
StatPersistedV1(long czxid, + long mzxid, + long ctime, + long mtime, + int version, + int cversion, + int aversion, + long ephemeralOwner) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intcompareTo(Object peer_) + +
+           
+ voiddeserialize(org.apache.jute.InputArchive a_, + String tag) + +
+           
+ booleanequals(Object peer_) + +
+           
+ intgetAversion() + +
+           
+ longgetCtime() + +
+           
+ intgetCversion() + +
+           
+ longgetCzxid() + +
+           
+ longgetEphemeralOwner() + +
+           
+ longgetMtime() + +
+           
+ longgetMzxid() + +
+           
+ intgetVersion() + +
+           
+ inthashCode() + +
+           
+ voidreadFields(DataInput in) + +
+           
+ voidserialize(org.apache.jute.OutputArchive a_, + String tag) + +
+           
+ voidsetAversion(int m_) + +
+           
+ voidsetCtime(long m_) + +
+           
+ voidsetCversion(int m_) + +
+           
+ voidsetCzxid(long m_) + +
+           
+ voidsetEphemeralOwner(long m_) + +
+           
+ voidsetMtime(long m_) + +
+           
+ voidsetMzxid(long m_) + +
+           
+ voidsetVersion(int m_) + +
+           
+static Stringsignature() + +
+           
+ StringtoString() + +
+           
+ voidwrite(DataOutput out) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+StatPersistedV1

+
+public StatPersistedV1()
+
+
+
+ +

+StatPersistedV1

+
+public StatPersistedV1(long czxid,
+                       long mzxid,
+                       long ctime,
+                       long mtime,
+                       int version,
+                       int cversion,
+                       int aversion,
+                       long ephemeralOwner)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getCzxid

+
+public long getCzxid()
+
+
+
+
+
+
+
+
+
+ +

+setCzxid

+
+public void setCzxid(long m_)
+
+
+
+
+
+
+
+
+
+ +

+getMzxid

+
+public long getMzxid()
+
+
+
+
+
+
+
+
+
+ +

+setMzxid

+
+public void setMzxid(long m_)
+
+
+
+
+
+
+
+
+
+ +

+getCtime

+
+public long getCtime()
+
+
+
+
+
+
+
+
+
+ +

+setCtime

+
+public void setCtime(long m_)
+
+
+
+
+
+
+
+
+
+ +

+getMtime

+
+public long getMtime()
+
+
+
+
+
+
+
+
+
+ +

+setMtime

+
+public void setMtime(long m_)
+
+
+
+
+
+
+
+
+
+ +

+getVersion

+
+public int getVersion()
+
+
+
+
+
+
+
+
+
+ +

+setVersion

+
+public void setVersion(int m_)
+
+
+
+
+
+
+
+
+
+ +

+getCversion

+
+public int getCversion()
+
+
+
+
+
+
+
+
+
+ +

+setCversion

+
+public void setCversion(int m_)
+
+
+
+
+
+
+
+
+
+ +

+getAversion

+
+public int getAversion()
+
+
+
+
+
+
+
+
+
+ +

+setAversion

+
+public void setAversion(int m_)
+
+
+
+
+
+
+
+
+
+ +

+getEphemeralOwner

+
+public long getEphemeralOwner()
+
+
+
+
+
+
+
+
+
+ +

+setEphemeralOwner

+
+public void setEphemeralOwner(long m_)
+
+
+
+
+
+
+
+
+
+ +

+serialize

+
+public void serialize(org.apache.jute.OutputArchive a_,
+                      String tag)
+               throws IOException
+
+
+
Specified by:
serialize in interface org.apache.jute.Record
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+deserialize

+
+public void deserialize(org.apache.jute.InputArchive a_,
+                        String tag)
+                 throws IOException
+
+
+
Specified by:
deserialize in interface org.apache.jute.Record
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+
+ +

+write

+
+public void write(DataOutput out)
+           throws IOException
+
+
+
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+readFields

+
+public void readFields(DataInput in)
+                throws IOException
+
+
+
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+compareTo

+
+public int compareTo(Object peer_)
+              throws ClassCastException
+
+
+
+
+
+ +
Throws: +
ClassCastException
+
+
+
+ +

+equals

+
+public boolean equals(Object peer_)
+
+
+
Overrides:
equals in class Object
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class Object
+
+
+
+
+
+
+ +

+signature

+
+public static String signature()
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2017 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/class-use/ACL.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/class-use/ACL.html?rev=1789439&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/class-use/ACL.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/class-use/ACL.html Thu Mar 30 06:23:47 2017 @@ -0,0 +1,280 @@ + + + + + + +Uses of Class org.apache.zookeeper.data.ACL (ZooKeeper 3.4.10 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

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

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

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

+ + + + + + + + + + + + + + + + + +
Fields in org.apache.zookeeper with type parameters of type ACL
+static ArrayList<ACL>ZooDefs.Ids.CREATOR_ALL_ACL + +
+          This ACL gives the creators authentication id's all permissions.
+static ArrayList<ACL>ZooDefs.Ids.OPEN_ACL_UNSAFE + +
+          This is a completely open ACL .
+static ArrayList<ACL>ZooDefs.Ids.READ_ACL_UNSAFE + +
+          This ACL gives the world the ability to read.
+  +

+ + + + + + + + + +
Methods in org.apache.zookeeper that return types with arguments of type ACL
+ List<ACL>ZooKeeper.getACL(String path, + Stat stat) + +
+          Return the ACL and stat of the node of the given path.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Method parameters in org.apache.zookeeper with type arguments of type ACL
+ StringZooKeeper.create(String path, + byte[] data, + List<ACL> acl, + CreateMode createMode) + +
+          Create a node with the given path.
+ voidZooKeeper.create(String path, + byte[] data, + List<ACL> acl, + CreateMode createMode, + AsyncCallback.StringCallback cb, + Object ctx) + +
+          The asynchronous version of create.
+ voidAsyncCallback.ACLCallback.processResult(int rc, + String path, + Object ctx, + List<ACL> acl, + Stat stat) + +
+          Process the result of the asynchronous call.
+ 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.
+ voidZooKeeper.setACL(String path, + List<ACL> acl, + int version, + AsyncCallback.StatCallback cb, + Object ctx) + +
+          The asynchronous version of setACL.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2017 The Apache Software Foundation + +