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 9A3B318374 for ; Thu, 3 Dec 2015 04:31:19 +0000 (UTC) Received: (qmail 17494 invoked by uid 500); 3 Dec 2015 04:31:19 -0000 Delivered-To: apmail-zookeeper-commits-archive@zookeeper.apache.org Received: (qmail 17466 invoked by uid 500); 3 Dec 2015 04:31:19 -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 17455 invoked by uid 99); 3 Dec 2015 04:31:19 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2015 04:31:19 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id D779AC0FDE for ; Thu, 3 Dec 2015 04:31:18 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.247 X-Spam-Level: * X-Spam-Status: No, score=1.247 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id rKxbx2Yu6qon for ; Thu, 3 Dec 2015 04:30:52 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id C207935C3C for ; Thu, 3 Dec 2015 04:30:50 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 513BAE109E for ; Thu, 3 Dec 2015 04:30:49 +0000 (UTC) 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 499473A0D1C for ; Thu, 3 Dec 2015 04:30:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r974351 [22/42] - in /websites/staging/zookeeper/trunk/content: ./ doc/r3.4.7/ doc/r3.4.7/api/ doc/r3.4.7/api/org/ doc/r3.4.7/api/org/apache/ doc/r3.4.7/api/org/apache/zookeeper/ doc/r3.4.7/api/org/apache/zookeeper/class-use/ doc/r3.4.7/api... Date: Thu, 03 Dec 2015 04:30:47 -0000 To: commits@zookeeper.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151203043049.499473A0D1C@svn01-us-west.apache.org> Added: websites/staging/zookeeper/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/Stat.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/Stat.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/Stat.html Thu Dec 3 04:30:43 2015 @@ -0,0 +1,744 @@ + + + + + +Stat (ZooKeeper 3.4.7 API) + + + + + + + + + + + + +
+
org.apache.zookeeper.data
+

Class Stat

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.jute.Record
    +
    +
    +
    +
    public class Stat
    +extends Object
    +implements org.apache.jute.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_,
        +                      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 © 2015 The Apache Software Foundation

+ + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/StatPersisted.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/StatPersisted.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/StatPersisted.html Thu Dec 3 04:30:43 2015 @@ -0,0 +1,688 @@ + + + + + +StatPersisted (ZooKeeper 3.4.7 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 © 2015 The Apache Software Foundation

+ +