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 BBDCF200D37 for ; Thu, 9 Nov 2017 19:14:15 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BA740160C09; Thu, 9 Nov 2017 18:14:15 +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 9E66A160BEF for ; Thu, 9 Nov 2017 19:14:13 +0100 (CET) Received: (qmail 23642 invoked by uid 500); 9 Nov 2017 18:14:11 -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 23510 invoked by uid 99); 9 Nov 2017 18:14:11 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2017 18:14:11 +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 4CDFA3A16F0 for ; Thu, 9 Nov 2017 18:14:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1814761 [22/45] - in /zookeeper/site/trunk: content/ content/doc/r3.4.11/ content/doc/r3.4.11/api/ content/doc/r3.4.11/api/org/ content/doc/r3.4.11/api/org/apache/ content/doc/r3.4.11/api/org/apache/jute/ content/doc/r3.4.11/api/org/apache... Date: Thu, 09 Nov 2017 18:14:00 -0000 To: commits@zookeeper.apache.org From: phunt@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20171109181406.4CDFA3A16F0@svn01-us-west.apache.org> archived-at: Thu, 09 Nov 2017 18:14:15 -0000 Added: zookeeper/site/trunk/content/doc/r3.4.11/api/org/apache/zookeeper/data/Id.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.11/api/org/apache/zookeeper/data/Id.html?rev=1814761&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.11/api/org/apache/zookeeper/data/Id.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.11/api/org/apache/zookeeper/data/Id.html Thu Nov 9 18:13:55 2017 @@ -0,0 +1,493 @@ + + + + + +Id (ZooKeeper 3.4.11 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 © 2017 The Apache Software Foundation

+ + Added: zookeeper/site/trunk/content/doc/r3.4.11/api/org/apache/zookeeper/data/Stat.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.11/api/org/apache/zookeeper/data/Stat.html?rev=1814761&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.11/api/org/apache/zookeeper/data/Stat.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.11/api/org/apache/zookeeper/data/Stat.html Thu Nov 9 18:13:55 2017 @@ -0,0 +1,745 @@ + + + + + +Stat (ZooKeeper 3.4.11 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 © 2017 The Apache Software Foundation

+ + Added: zookeeper/site/trunk/content/doc/r3.4.11/api/org/apache/zookeeper/data/StatPersisted.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.11/api/org/apache/zookeeper/data/StatPersisted.html?rev=1814761&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.11/api/org/apache/zookeeper/data/StatPersisted.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.11/api/org/apache/zookeeper/data/StatPersisted.html Thu Nov 9 18:13:55 2017 @@ -0,0 +1,689 @@ + + + + + +StatPersisted (ZooKeeper 3.4.11 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 © 2017 The Apache Software Foundation

+ +