From commits-return-6656-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Tue Jul 17 06:38:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id A0D4C180600 for ; Tue, 17 Jul 2018 06:38:02 +0200 (CEST) Received: (qmail 2886 invoked by uid 500); 17 Jul 2018 04:37:56 -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 99679 invoked by uid 99); 17 Jul 2018 04:37:54 -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; Tue, 17 Jul 2018 04:37:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 98F18E1168; Tue, 17 Jul 2018 04:37:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hanm@apache.org To: commits@zookeeper.apache.org Date: Tue, 17 Jul 2018 04:38:16 -0000 Message-Id: <8117f940237340869970500a23db9a79@git.apache.org> In-Reply-To: <2ccc18bf39e644778e2095df597c7c40@git.apache.org> References: <2ccc18bf39e644778e2095df597c7c40@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [24/45] zookeeper git commit: Website update for release 3.4.13. http://git-wip-us.apache.org/repos/asf/zookeeper/blob/4e0e3f02/content/doc/r3.4.13/api/org/apache/zookeeper/data/Id.html ---------------------------------------------------------------------- diff --git a/content/doc/r3.4.13/api/org/apache/zookeeper/data/Id.html b/content/doc/r3.4.13/api/org/apache/zookeeper/data/Id.html new file mode 100644 index 0000000..8a36940 --- /dev/null +++ b/content/doc/r3.4.13/api/org/apache/zookeeper/data/Id.html @@ -0,0 +1,493 @@ + + + + + +Id (ZooKeeper 3.4.13 API) + + + + + + + + + + + + +
+
org.apache.zookeeper.data
+

Class Id

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.zookeeper.data.Id
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Record
    +
    +
    +
    +
    @InterfaceAudience.Public
    +public class Id
    +extends java.lang.Object
    +implements Record
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      Id() 
      Id(java.lang.String scheme, + java.lang.String id) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      intcompareTo(java.lang.Object peer_) 
      voiddeserialize(org.apache.jute.InputArchive a_, + java.lang.String tag) 
      booleanequals(java.lang.Object peer_) 
      java.lang.StringgetId() 
      java.lang.StringgetScheme() 
      inthashCode() 
      voidreadFields(java.io.DataInput in) 
      voidserialize(org.apache.jute.OutputArchive a_, + java.lang.String tag) 
      voidsetId(java.lang.String m_) 
      voidsetScheme(java.lang.String m_) 
      static java.lang.Stringsignature() 
      java.lang.StringtoString() 
      voidwrite(java.io.DataOutput out) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Id

        +
        public Id()
        +
      • +
      + + + +
        +
      • +

        Id

        +
        public Id(java.lang.String scheme,
        +          java.lang.String id)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getScheme

        +
        public java.lang.String getScheme()
        +
      • +
      + + + +
        +
      • +

        setScheme

        +
        public void setScheme(java.lang.String m_)
        +
      • +
      + + + +
        +
      • +

        getId

        +
        public java.lang.String getId()
        +
      • +
      + + + +
        +
      • +

        setId

        +
        public void setId(java.lang.String m_)
        +
      • +
      + + + +
        +
      • +

        serialize

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

        deserialize

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

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        write

        +
        public void write(java.io.DataOutput out)
        +           throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        readFields

        +
        public void readFields(java.io.DataInput in)
        +                throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        compareTo

        +
        public int compareTo(java.lang.Object peer_)
        +              throws java.lang.ClassCastException
        +
        +
        Throws:
        +
        java.lang.ClassCastException
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(java.lang.Object peer_)
        +
        +
        Overrides:
        +
        equals in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        signature

        +
        public static java.lang.String signature()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2018 The Apache Software Foundation

+ + http://git-wip-us.apache.org/repos/asf/zookeeper/blob/4e0e3f02/content/doc/r3.4.13/api/org/apache/zookeeper/data/Stat.html ---------------------------------------------------------------------- diff --git a/content/doc/r3.4.13/api/org/apache/zookeeper/data/Stat.html b/content/doc/r3.4.13/api/org/apache/zookeeper/data/Stat.html new file mode 100644 index 0000000..8c3f920 --- /dev/null +++ b/content/doc/r3.4.13/api/org/apache/zookeeper/data/Stat.html @@ -0,0 +1,745 @@ + + + + + +Stat (ZooKeeper 3.4.13 API) + + + + + + + + + + + + +
+
org.apache.zookeeper.data
+

Class Stat

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.zookeeper.data.Stat
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Record
    +
    +
    +
    +
    @InterfaceAudience.Public
    +public class Stat
    +extends java.lang.Object
    +implements Record
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      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_,
        +                      java.lang.String tag)
        +               throws java.io.IOException
        +
        +
        Specified by:
        +
        serialize in interface Record
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        deserialize

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

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        write

        +
        public void write(java.io.DataOutput out)
        +           throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        readFields

        +
        public void readFields(java.io.DataInput in)
        +                throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        compareTo

        +
        public int compareTo(java.lang.Object peer_)
        +              throws java.lang.ClassCastException
        +
        +
        Throws:
        +
        java.lang.ClassCastException
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(java.lang.Object peer_)
        +
        +
        Overrides:
        +
        equals in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        signature

        +
        public static java.lang.String signature()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2018 The Apache Software Foundation

+ + http://git-wip-us.apache.org/repos/asf/zookeeper/blob/4e0e3f02/content/doc/r3.4.13/api/org/apache/zookeeper/data/StatPersisted.html ---------------------------------------------------------------------- diff --git a/content/doc/r3.4.13/api/org/apache/zookeeper/data/StatPersisted.html b/content/doc/r3.4.13/api/org/apache/zookeeper/data/StatPersisted.html new file mode 100644 index 0000000..bf8d26d --- /dev/null +++ b/content/doc/r3.4.13/api/org/apache/zookeeper/data/StatPersisted.html @@ -0,0 +1,689 @@ + + + + + +StatPersisted (ZooKeeper 3.4.13 API) + + + + + + + + + + + + +
+
org.apache.zookeeper.data
+

Class StatPersisted

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.zookeeper.data.StatPersisted
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Record
    +
    +
    +
    +
    @InterfaceAudience.Public
    +public class StatPersisted
    +extends java.lang.Object
    +implements Record
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      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_,
        +                      java.lang.String tag)
        +               throws java.io.IOException
        +
        +
        Specified by:
        +
        serialize in interface Record
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        deserialize

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

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        write

        +
        public void write(java.io.DataOutput out)
        +           throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        readFields

        +
        public void readFields(java.io.DataInput in)
        +                throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        compareTo

        +
        public int compareTo(java.lang.Object peer_)
        +              throws java.lang.ClassCastException
        +
        +
        Throws:
        +
        java.lang.ClassCastException
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(java.lang.Object peer_)
        +
        +
        Overrides:
        +
        equals in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        signature

        +
        public static java.lang.String signature()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2018 The Apache Software Foundation

+ +