From commits-return-5487-apmail-zookeeper-commits-archive=zookeeper.apache.org@zookeeper.apache.org Thu Mar 30 06:26:31 2017 Return-Path: X-Original-To: apmail-zookeeper-commits-archive@www.apache.org Delivered-To: apmail-zookeeper-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 84AE8197CB for ; Thu, 30 Mar 2017 06:26:31 +0000 (UTC) Received: (qmail 83729 invoked by uid 500); 30 Mar 2017 06:26:31 -0000 Delivered-To: apmail-zookeeper-commits-archive@zookeeper.apache.org Received: (qmail 83429 invoked by uid 500); 30 Mar 2017 06:26:30 -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 81117 invoked by uid 99); 30 Mar 2017 06:26:26 -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:26 +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 A360B3A480E 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 [22/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.A360B3A480E@svn01-us-west.apache.org> Added: websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/ACL.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/ACL.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/ACL.html Thu Mar 30 06:26:15 2017 @@ -0,0 +1,557 @@ + + + + + + +ACL (ZooKeeper 3.4.10 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

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

+


+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
ACL() + +
+           
ACL(int perms, + Id id) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intcompareTo(Object peer_) + +
+           
+ voiddeserialize(org.apache.jute.InputArchive a_, + String tag) + +
+           
+ booleanequals(Object peer_) + +
+           
+ IdgetId() + +
+           
+ intgetPerms() + +
+           
+ inthashCode() + +
+           
+ voidreadFields(DataInput in) + +
+           
+ voidserialize(org.apache.jute.OutputArchive a_, + String tag) + +
+           
+ voidsetId(Id m_) + +
+           
+ voidsetPerms(int m_) + +
+           
+static Stringsignature() + +
+           
+ StringtoString() + +
+           
+ voidwrite(DataOutput out) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

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

+ACL

+
+public ACL()
+
+
+
+ +

+ACL

+
+public ACL(int perms,
+           Id id)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getPerms

+
+public int getPerms()
+
+
+
+
+
+
+
+
+
+ +

+setPerms

+
+public void setPerms(int m_)
+
+
+
+
+
+
+
+
+
+ +

+getId

+
+public Id getId()
+
+
+
+
+
+
+
+
+
+ +

+setId

+
+public void setId(Id 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: websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/Id.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/Id.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/Id.html Thu Mar 30 06:26:15 2017 @@ -0,0 +1,557 @@ + + + + + + +Id (ZooKeeper 3.4.10 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

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

+


+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
Id() + +
+           
Id(String scheme, + String id) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intcompareTo(Object peer_) + +
+           
+ voiddeserialize(org.apache.jute.InputArchive a_, + String tag) + +
+           
+ booleanequals(Object peer_) + +
+           
+ StringgetId() + +
+           
+ StringgetScheme() + +
+           
+ inthashCode() + +
+           
+ voidreadFields(DataInput in) + +
+           
+ voidserialize(org.apache.jute.OutputArchive a_, + String tag) + +
+           
+ voidsetId(String m_) + +
+           
+ voidsetScheme(String m_) + +
+           
+static Stringsignature() + +
+           
+ StringtoString() + +
+           
+ voidwrite(DataOutput out) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

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

+Id

+
+public Id()
+
+
+
+ +

+Id

+
+public Id(String scheme,
+          String id)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getScheme

+
+public String getScheme()
+
+
+
+
+
+
+
+
+
+ +

+setScheme

+
+public void setScheme(String m_)
+
+
+
+
+
+
+
+
+
+ +

+getId

+
+public String getId()
+
+
+
+
+
+
+
+
+
+ +

+setId

+
+public void setId(String 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: websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/Stat.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/Stat.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/data/Stat.html Thu Mar 30 06:26:15 2017 @@ -0,0 +1,971 @@ + + + + + + +Stat (ZooKeeper 3.4.10 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

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

+


+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
Stat() + +
+           
Stat(long czxid, + long mzxid, + long ctime, + long mtime, + int version, + int cversion, + int aversion, + long ephemeralOwner, + int dataLength, + int numChildren, + long pzxid) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intcompareTo(Object peer_) + +
+           
+ voiddeserialize(org.apache.jute.InputArchive a_, + String tag) + +
+           
+ booleanequals(Object peer_) + +
+           
+ intgetAversion() + +
+           
+ longgetCtime() + +
+           
+ intgetCversion() + +
+           
+ longgetCzxid() + +
+           
+ intgetDataLength() + +
+           
+ longgetEphemeralOwner() + +
+           
+ longgetMtime() + +
+           
+ longgetMzxid() + +
+           
+ intgetNumChildren() + +
+           
+ 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_) + +
+           
+ voidsetDataLength(int m_) + +
+           
+ voidsetEphemeralOwner(long m_) + +
+           
+ voidsetMtime(long m_) + +
+           
+ voidsetMzxid(long m_) + +
+           
+ voidsetNumChildren(int 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
+ +

+Stat

+
+public Stat()
+
+
+
+ +

+Stat

+
+public Stat(long czxid,
+            long mzxid,
+            long ctime,
+            long mtime,
+            int version,
+            int cversion,
+            int aversion,
+            long ephemeralOwner,
+            int dataLength,
+            int numChildren,
+            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_)
+
+
+
+
+
+
+
+
+
+ +

+getDataLength

+
+public int getDataLength()
+
+
+
+
+
+
+
+
+
+ +

+setDataLength

+
+public void setDataLength(int m_)
+
+
+
+
+
+
+
+
+
+ +

+getNumChildren

+
+public int getNumChildren()
+
+
+
+
+
+
+
+
+
+ +

+setNumChildren

+
+public void setNumChildren(int 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 + +