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 B80A618346 for ; Thu, 3 Dec 2015 04:30:18 +0000 (UTC) Received: (qmail 11400 invoked by uid 500); 3 Dec 2015 04:30:18 -0000 Delivered-To: apmail-zookeeper-commits-archive@zookeeper.apache.org Received: (qmail 11362 invoked by uid 500); 3 Dec 2015 04:30:18 -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 11351 invoked by uid 99); 3 Dec 2015 04:30:18 -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:30:18 +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 BA390C0FDE for ; Thu, 3 Dec 2015 04:30:17 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.447 X-Spam-Level: ** X-Spam-Status: No, score=2.447 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id jahX_sy_ewUv for ; Thu, 3 Dec 2015 04:29:50 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id C995847BCB for ; Thu, 3 Dec 2015 04:29:49 +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 8AA9EE10A0 for ; Thu, 3 Dec 2015 04:29:48 +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 79D6A3A0288 for ; Thu, 3 Dec 2015 04:29:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1717709 [23/43] - in /zookeeper/site/trunk: content/ content/doc/r3.4.7/ content/doc/r3.4.7/api/ content/doc/r3.4.7/api/org/ content/doc/r3.4.7/api/org/apache/ content/doc/r3.4.7/api/org/apache/zookeeper/ content/doc/r3.4.7/api/org/apache/... Date: Thu, 03 Dec 2015 04:29:45 -0000 To: commits@zookeeper.apache.org From: rgs@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151203042948.79D6A3A0288@svn01-us-west.apache.org> Added: zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/StatPersistedV1.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/StatPersistedV1.html?rev=1717709&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/StatPersistedV1.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/StatPersistedV1.html Thu Dec 3 04:29:41 2015 @@ -0,0 +1,660 @@ + + + + + +StatPersistedV1 (ZooKeeper 3.4.7 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 © 2015 The Apache Software Foundation

+ + Added: zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/class-use/ACL.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/class-use/ACL.html?rev=1717709&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/class-use/ACL.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/class-use/ACL.html Thu Dec 3 04:29:41 2015 @@ -0,0 +1,253 @@ + + + + + +Uses of Class org.apache.zookeeper.data.ACL (ZooKeeper 3.4.7 API) + + + + + + + + + + + +
+

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

+
+
+ +
+ + + + +

Copyright © 2015 The Apache Software Foundation

+ + Added: zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/class-use/Id.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/class-use/Id.html?rev=1717709&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/class-use/Id.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/class-use/Id.html Thu Dec 3 04:29:41 2015 @@ -0,0 +1,220 @@ + + + + + +Uses of Class org.apache.zookeeper.data.Id (ZooKeeper 3.4.7 API) + + + + + + + + + + + +
+

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

+
+
+ +
+ + + + +

Copyright © 2015 The Apache Software Foundation

+ + Added: zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/class-use/Stat.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/class-use/Stat.html?rev=1717709&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/class-use/Stat.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/class-use/Stat.html Thu Dec 3 04:29:41 2015 @@ -0,0 +1,290 @@ + + + + + +Uses of Class org.apache.zookeeper.data.Stat (ZooKeeper 3.4.7 API) + + + + + + + + + + + +
+

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

+
+
+
    +
  • + + + + + + + + + + + + +
    Packages that use Stat 
    PackageDescription
    org.apache.zookeeper 
    +
  • +
  • +
      +
    • + + +

      Uses of Stat in org.apache.zookeeper

      + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods in org.apache.zookeeper that return Stat 
      Modifier and TypeMethod and Description
      StatZooKeeper.exists(String path, + boolean watch) +
      Return the stat of the node of the given path.
      +
      StatZooKeeper.exists(String path, + Watcher watcher) +
      Return the stat of the node of the given path.
      +
      StatZooKeeper.setACL(String path, + List<ACL> acl, + int version) +
      Set the ACL for the node of the given path if such a node exists and the + given version matches the version of the node.
      +
      StatZooKeeper.setData(String path, + byte[] data, + int version) +
      Set the data for the node of the given path if such a node exists and the + given version matches the version of the node (if the given version is + -1, it matches any node's versions).
      +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods in org.apache.zookeeper with parameters of type Stat 
      Modifier and TypeMethod and Description
      List<ACL>ZooKeeper.getACL(String path, + Stat stat) +
      Return the ACL and stat of the node of the given path.
      +
      voidZooKeeper.getACL(String path, + Stat stat, + AsyncCallback.ACLCallback cb, + Object ctx) +
      The asynchronous version of getACL.
      +
      List<String>ZooKeeper.getChildren(String path, + boolean watch, + Stat stat) +
      For the given znode path return the stat and children list.
      +
      List<String>ZooKeeper.getChildren(String path, + Watcher watcher, + Stat stat) +
      For the given znode path return the stat and children list.
      +
      byte[]ZooKeeper.getData(String path, + boolean watch, + Stat stat) +
      Return the data and the stat of the node of the given path.
      +
      byte[]ZooKeeper.getData(String path, + Watcher watcher, + Stat stat) +
      Return the data and the stat of the node of the given path.
      +
      voidAsyncCallback.DataCallback.processResult(int rc, + String path, + Object ctx, + byte[] data, + Stat stat) +
      Process the result of the asynchronous call.
      +
      voidAsyncCallback.ACLCallback.processResult(int rc, + String path, + Object ctx, + List<ACL> acl, + Stat stat) +
      Process the result of the asynchronous call.
      +
      voidAsyncCallback.Children2Callback.processResult(int rc, + String path, + Object ctx, + List<String> children, + Stat stat) +
      Process the result of the asynchronous call.
      +
      voidAsyncCallback.StatCallback.processResult(int rc, + String path, + Object ctx, + Stat stat) +
      Process the result of the asynchronous call.
      +
      +
    • +
    +
  • +
+
+ + + + +

Copyright © 2015 The Apache Software Foundation

+ + Added: zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/class-use/StatPersisted.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/class-use/StatPersisted.html?rev=1717709&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/class-use/StatPersisted.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/class-use/StatPersisted.html Thu Dec 3 04:29:41 2015 @@ -0,0 +1,125 @@ + + + + + +Uses of Class org.apache.zookeeper.data.StatPersisted (ZooKeeper 3.4.7 API) + + + + + + + + + + + +
+

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

+
+
No usage of org.apache.zookeeper.data.StatPersisted
+ + + + +

Copyright © 2015 The Apache Software Foundation

+ + Added: zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/class-use/StatPersistedV1.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/class-use/StatPersistedV1.html?rev=1717709&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/class-use/StatPersistedV1.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/data/class-use/StatPersistedV1.html Thu Dec 3 04:29:41 2015 @@ -0,0 +1,125 @@ + + + + + +Uses of Class org.apache.zookeeper.data.StatPersistedV1 (ZooKeeper 3.4.7 API) + + + + + + + + + + + +
+

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

+
+
No usage of org.apache.zookeeper.data.StatPersistedV1
+ + + + +

Copyright © 2015 The Apache Software Foundation

+ +