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 316C9200B4B for ; Thu, 21 Jul 2016 19:03:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 301E2160A92; Thu, 21 Jul 2016 17:03:20 +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 199D9160A7C for ; Thu, 21 Jul 2016 19:03:17 +0200 (CEST) Received: (qmail 71932 invoked by uid 500); 21 Jul 2016 17:03:17 -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 71896 invoked by uid 99); 21 Jul 2016 17:03:17 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2016 17:03:17 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 87CB31A5D7F for ; Thu, 21 Jul 2016 17:03:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.574 X-Spam-Level: * X-Spam-Status: No, score=1.574 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id RmOUs3YuBtqh for ; Thu, 21 Jul 2016 17:02:52 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id E6F655FD84 for ; Thu, 21 Jul 2016 17:02: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 99806E58FC for ; Thu, 21 Jul 2016 17:02: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 EA4493A29D0 for ; Thu, 21 Jul 2016 17:02:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1753714 [14/50] - in /zookeeper/site/trunk: content/ content/doc/r3.5.2-alpha/ content/doc/r3.5.2-alpha/api/ content/doc/r3.5.2-alpha/api/org/ content/doc/r3.5.2-alpha/api/org/apache/ content/doc/r3.5.2-alpha/api/org/apache/zookeeper/ cont... Date: Thu, 21 Jul 2016 17:02:45 -0000 To: commits@zookeeper.apache.org From: cnauroth@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160721170247.EA4493A29D0@svn01-us-west.apache.org> archived-at: Thu, 21 Jul 2016 17:03:20 -0000 Added: zookeeper/site/trunk/content/doc/r3.5.2-alpha/api/org/apache/zookeeper/ServerAdminClient.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.5.2-alpha/api/org/apache/zookeeper/ServerAdminClient.html?rev=1753714&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.5.2-alpha/api/org/apache/zookeeper/ServerAdminClient.html (added) +++ zookeeper/site/trunk/content/doc/r3.5.2-alpha/api/org/apache/zookeeper/ServerAdminClient.html Thu Jul 21 17:02:42 2016 @@ -0,0 +1,364 @@ + + + + + +ServerAdminClient (ZooKeeper 3.5.2-alpha API) + + + + + + + + + + + + +
+
org.apache.zookeeper
+

Class ServerAdminClient

+
+
+ +
+
    +
  • +
    +
    +
    public class ServerAdminClient
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ServerAdminClient

        +
        public ServerAdminClient()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        ruok

        +
        public static void ruok(String host,
        +                        int port)
        +
      • +
      + + + +
        +
      • +

        dump

        +
        public static void dump(String host,
        +                        int port)
        +
      • +
      + + + +
        +
      • +

        stat

        +
        public static void stat(String host,
        +                        int port)
        +
      • +
      + + + +
        +
      • +

        kill

        +
        public static void kill(String host,
        +                        int port)
        +
      • +
      + + + +
        +
      • +

        setTraceMask

        +
        public static void setTraceMask(String host,
        +                                int port,
        +                                String traceMaskStr)
        +
      • +
      + + + +
        +
      • +

        getTraceMask

        +
        public static void getTraceMask(String host,
        +                                int port)
        +
      • +
      + + + +
        +
      • +

        main

        +
        public static void main(String[] args)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2016 The Apache Software Foundation

+ + Added: zookeeper/site/trunk/content/doc/r3.5.2-alpha/api/org/apache/zookeeper/WatchedEvent.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.5.2-alpha/api/org/apache/zookeeper/WatchedEvent.html?rev=1753714&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.5.2-alpha/api/org/apache/zookeeper/WatchedEvent.html (added) +++ zookeeper/site/trunk/content/doc/r3.5.2-alpha/api/org/apache/zookeeper/WatchedEvent.html Thu Jul 21 17:02:42 2016 @@ -0,0 +1,357 @@ + + + + + +WatchedEvent (ZooKeeper 3.5.2-alpha API) + + + + + + + + + + + + +
+
org.apache.zookeeper
+

Class WatchedEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class WatchedEvent
    +extends Object
    +
    A WatchedEvent represents a change on the ZooKeeper that a Watcher + is able to respond to. The WatchedEvent includes exactly what happened, + the current state of the ZooKeeper, and the path of the znode that + was involved in the event.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + + + + + +
        +
      • +

        WatchedEvent

        +
        public WatchedEvent(org.apache.zookeeper.proto.WatcherEvent eventMessage)
        +
        Convert a WatcherEvent sent over the wire into a full-fledged WatcherEvent
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Copyright © 2016 The Apache Software Foundation

+ + Added: zookeeper/site/trunk/content/doc/r3.5.2-alpha/api/org/apache/zookeeper/Watcher.Event.EventType.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.5.2-alpha/api/org/apache/zookeeper/Watcher.Event.EventType.html?rev=1753714&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.5.2-alpha/api/org/apache/zookeeper/Watcher.Event.EventType.html (added) +++ zookeeper/site/trunk/content/doc/r3.5.2-alpha/api/org/apache/zookeeper/Watcher.Event.EventType.html Thu Jul 21 17:02:42 2016 @@ -0,0 +1,433 @@ + + + + + +Watcher.Event.EventType (ZooKeeper 3.5.2-alpha API) + + + + + + + + + + + + +
+
org.apache.zookeeper
+

Enum Watcher.Event.EventType

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static Watcher.Event.EventType[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (Watcher.Event.EventType c : Watcher.Event.EventType.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static Watcher.Event.EventType valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      + + + +
        +
      • +

        getIntValue

        +
        public int getIntValue()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2016 The Apache Software Foundation

+ + Added: zookeeper/site/trunk/content/doc/r3.5.2-alpha/api/org/apache/zookeeper/Watcher.Event.KeeperState.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.5.2-alpha/api/org/apache/zookeeper/Watcher.Event.KeeperState.html?rev=1753714&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.5.2-alpha/api/org/apache/zookeeper/Watcher.Event.KeeperState.html (added) +++ zookeeper/site/trunk/content/doc/r3.5.2-alpha/api/org/apache/zookeeper/Watcher.Event.KeeperState.html Thu Jul 21 17:02:42 2016 @@ -0,0 +1,492 @@ + + + + + +Watcher.Event.KeeperState (ZooKeeper 3.5.2-alpha API) + + + + + + + + + + + + +
+
org.apache.zookeeper
+

Enum Watcher.Event.KeeperState

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + + + + + +
        +
      • +

        Disconnected

        +
        public static final Watcher.Event.KeeperState Disconnected
        +
        The client is in the disconnected state - it is not connected + to any server in the ensemble.
        +
      • +
      + + + + + + + +
        +
      • +

        SyncConnected

        +
        public static final Watcher.Event.KeeperState SyncConnected
        +
        The client is in the connected state - it is connected + to a server in the ensemble (one of the servers specified + in the host connection parameter during ZooKeeper client + creation).
        +
      • +
      + + + + + + + +
        +
      • +

        ConnectedReadOnly

        +
        public static final Watcher.Event.KeeperState ConnectedReadOnly
        +
        The client is connected to a read-only server, that is the + server which is not currently connected to the majority. + The only operations allowed after receiving this state is + read operations. + This state is generated for read-only clients only since + read/write clients aren't allowed to connect to r/o servers.
        +
      • +
      + + + +
        +
      • +

        SaslAuthenticated

        +
        public static final Watcher.Event.KeeperState SaslAuthenticated
        +
        SaslAuthenticated: used to notify clients that they are SASL-authenticated, + so that they can perform Zookeeper actions with their SASL-authorized permissions.
        +
      • +
      + + + +
        +
      • +

        Expired

        +
        public static final Watcher.Event.KeeperState Expired
        +
        The serving cluster has expired this session. The ZooKeeper + client connection (the session) is no longer valid. You must + create a new client connection (instantiate a new ZooKeeper + instance) if you with to access the ensemble.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static Watcher.Event.KeeperState[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (Watcher.Event.KeeperState c : Watcher.Event.KeeperState.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static Watcher.Event.KeeperState valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      + + + +
        +
      • +

        getIntValue

        +
        public int getIntValue()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2016 The Apache Software Foundation

+ +