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 4807E10667 for ; Thu, 13 Mar 2014 17:00:32 +0000 (UTC) Received: (qmail 67309 invoked by uid 500); 13 Mar 2014 17:00:23 -0000 Delivered-To: apmail-zookeeper-commits-archive@zookeeper.apache.org Received: (qmail 67230 invoked by uid 500); 13 Mar 2014 17:00:22 -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@ Delivered-To: mailing list commits@zookeeper.apache.org Received: (qmail 66966 invoked by uid 99); 13 Mar 2014 17:00:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2014 17:00:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2014 16:59:20 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 09CD62388C9C; Thu, 13 Mar 2014 16:57:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1577246 [22/41] - in /zookeeper/site/trunk: content/ content/doc/r3.4.6/ content/doc/r3.4.6/api/ content/doc/r3.4.6/api/org/ content/doc/r3.4.6/api/org/apache/ content/doc/r3.4.6/api/org/apache/zookeeper/ content/doc/r3.4.6/api/org/apache/... Date: Thu, 13 Mar 2014 16:57:21 -0000 To: commits@zookeeper.apache.org From: fpj@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140313165733.09CD62388C9C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/data/StatPersisted.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/data/StatPersisted.html?rev=1577246&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/data/StatPersisted.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/data/StatPersisted.html Thu Mar 13 16:57:14 2014 @@ -0,0 +1,665 @@ + + + + + +StatPersisted (ZooKeeper 3.4.6 API) + + + + + + + + + + + +
+
org.apache.zookeeper.data
+

Class StatPersisted

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.jute.Record
    +
    +
    +
    +
    public class StatPersisted
    +extends Object
    +implements org.apache.jute.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_,
        +             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
        +
      • +
      + + + + + + + + + + + + + + + + + + + +
        +
      • +

        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 © 2014 The Apache Software Foundation

+ + Added: zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/data/StatPersistedV1.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/data/StatPersistedV1.html?rev=1577246&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/data/StatPersistedV1.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/data/StatPersistedV1.html Thu Mar 13 16:57:14 2014 @@ -0,0 +1,637 @@ + + + + + +StatPersistedV1 (ZooKeeper 3.4.6 API) + + + + + + + + + + + +
+
org.apache.zookeeper.data
+

Class StatPersistedV1

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.jute.Record
    +
    +
    +
    +
    public class StatPersistedV1
    +extends Object
    +implements org.apache.jute.Record
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      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
        +
      • +
      + + + + + + + + + + + + + + + + + + + +
        +
      • +

        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 © 2014 The Apache Software Foundation

+ + Added: zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/data/class-use/ACL.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/data/class-use/ACL.html?rev=1577246&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/data/class-use/ACL.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/data/class-use/ACL.html Thu Mar 13 16:57:14 2014 @@ -0,0 +1,242 @@ + + + + + +Uses of Class org.apache.zookeeper.data.ACL (ZooKeeper 3.4.6 API) + + + + + + + + + + +
+

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

+
+
+ +
+ + + + +

Copyright © 2014 The Apache Software Foundation

+ + Added: zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/data/class-use/Id.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/data/class-use/Id.html?rev=1577246&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/data/class-use/Id.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/data/class-use/Id.html Thu Mar 13 16:57:14 2014 @@ -0,0 +1,211 @@ + + + + + +Uses of Class org.apache.zookeeper.data.Id (ZooKeeper 3.4.6 API) + + + + + + + + + + +
+

Uses of Class
org.apache.zookeeper.data.Id

+
+
+ +
+ + + + +

Copyright © 2014 The Apache Software Foundation

+ +