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 6C18A200D60 for ; Fri, 1 Dec 2017 18:59:30 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6AEF1160C31; Fri, 1 Dec 2017 17:59:30 +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 7080B160C27 for ; Fri, 1 Dec 2017 18:59:28 +0100 (CET) Received: (qmail 87274 invoked by uid 500); 1 Dec 2017 17:59:23 -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 86479 invoked by uid 99); 1 Dec 2017 17:59:22 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Dec 2017 17:59:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 75D76F60C9; Fri, 1 Dec 2017 17:59:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: phunt@apache.org To: commits@zookeeper.apache.org Date: Fri, 01 Dec 2017 17:59:52 -0000 Message-Id: <7addf1b8f56e468fa61b256a2bc97f02@git.apache.org> In-Reply-To: <2fcc6c2f6ac140b980759976e0c9b967@git.apache.org> References: <2fcc6c2f6ac140b980759976e0c9b967@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [32/55] [abbrv] [partial] zookeeper git commit: Add the historical documentation. archived-at: Fri, 01 Dec 2017 17:59:30 -0000 http://git-wip-us.apache.org/repos/asf/zookeeper/blob/b38021bc/content/doc/r3.1.2/api/org/apache/zookeeper/data/Id.html ---------------------------------------------------------------------- diff --git a/content/doc/r3.1.2/api/org/apache/zookeeper/data/Id.html b/content/doc/r3.1.2/api/org/apache/zookeeper/data/Id.html new file mode 100644 index 0000000..4f121c5 --- /dev/null +++ b/content/doc/r3.1.2/api/org/apache/zookeeper/data/Id.html @@ -0,0 +1,524 @@ + + + + + + +Id (ZooKeeper 3.1.2 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

+
+java.lang.Object
+  extended by org.apache.zookeeper.data.Id
+
+
+
+
public class Id
extends Object
+ + +

+


+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
Id() + +
+           
Id(String scheme, + String id) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intcompareTo(Object peer_) + +
+           
+ voiddeserialize(InputArchive a_, + String tag) + +
+           
+ booleanequals(Object peer_) + +
+           
+ StringgetId() + +
+           
+ StringgetScheme() + +
+           
+ inthashCode() + +
+           
+ voidreadFields(DataInput in) + +
+           
+ voidserialize(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(OutputArchive a_,
+                      String tag)
+               throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+deserialize

+
+public void deserialize(InputArchive a_,
+                        String tag)
+                 throws IOException
+
+
+ +
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 © 2009 The Apache Software Foundation + + http://git-wip-us.apache.org/repos/asf/zookeeper/blob/b38021bc/content/doc/r3.1.2/api/org/apache/zookeeper/data/Stat.html ---------------------------------------------------------------------- diff --git a/content/doc/r3.1.2/api/org/apache/zookeeper/data/Stat.html b/content/doc/r3.1.2/api/org/apache/zookeeper/data/Stat.html new file mode 100644 index 0000000..bc560f7 --- /dev/null +++ b/content/doc/r3.1.2/api/org/apache/zookeeper/data/Stat.html @@ -0,0 +1,884 @@ + + + + + + +Stat (ZooKeeper 3.1.2 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

+
+java.lang.Object
+  extended by org.apache.zookeeper.data.Stat
+
+
+
+
public class Stat
extends Object
+ + +

+


+ +

+ + + + + + + + + + + + + + +
+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(InputArchive a_, + String tag) + +
+           
+ booleanequals(Object peer_) + +
+           
+ intgetAversion() + +
+           
+ longgetCtime() + +
+           
+ intgetCversion() + +
+           
+ longgetCzxid() + +
+           
+ intgetDataLength() + +
+           
+ longgetEphemeralOwner() + +
+           
+ longgetMtime() + +
+           
+ longgetMzxid() + +
+           
+ intgetNumChildren() + +
+           
+ longgetPzxid() + +
+           
+ intgetVersion() + +
+           
+ inthashCode() + +
+           
+ voidreadFields(DataInput in) + +
+           
+ voidserialize(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(OutputArchive a_,
+                      String tag)
+               throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+deserialize

+
+public void deserialize(InputArchive a_,
+                        String tag)
+                 throws IOException
+
+
+ +
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 © 2009 The Apache Software Foundation + +