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 CC756200C55 for ; Thu, 30 Mar 2017 08:24:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CAE78160BA5; Thu, 30 Mar 2017 06:24:03 +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 CBCB3160BA6 for ; Thu, 30 Mar 2017 08:24:01 +0200 (CEST) Received: (qmail 70068 invoked by uid 500); 30 Mar 2017 06:24:00 -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 68159 invoked by uid 99); 30 Mar 2017 06:23:56 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Mar 2017 06:23:56 +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 DCDCB3A480E for ; Thu, 30 Mar 2017 06:23:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1789439 [21/44] - in /zookeeper/site/trunk: content/ content/doc/r3.4.10/ content/doc/r3.4.10/api/ content/doc/r3.4.10/api/org/ content/doc/r3.4.10/api/org/apache/ content/doc/r3.4.10/api/org/apache/zookeeper/ content/doc/r3.4.10/api/org/a... Date: Thu, 30 Mar 2017 06:23:52 -0000 To: commits@zookeeper.apache.org From: rakeshr@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170330062354.DCDCB3A480E@svn01-us-west.apache.org> archived-at: Thu, 30 Mar 2017 06:24:04 -0000 Added: zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/class-use/ZooKeeper.States.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/class-use/ZooKeeper.States.html?rev=1789439&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/class-use/ZooKeeper.States.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/class-use/ZooKeeper.States.html Thu Mar 30 06:23:47 2017 @@ -0,0 +1,197 @@ + + + + + + +Uses of Class org.apache.zookeeper.ZooKeeper.States (ZooKeeper 3.4.10 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.zookeeper.ZooKeeper.States

+
+ + + + + + + + + +
+Packages that use ZooKeeper.States
org.apache.zookeeper  
+  +

+ + + + + +
+Uses of ZooKeeper.States in org.apache.zookeeper
+  +

+ + + + + + + + + + + + + + + + + +
Methods in org.apache.zookeeper that return ZooKeeper.States
+ ZooKeeper.StatesZooKeeper.getState() + +
+           
+static ZooKeeper.StatesZooKeeper.States.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static ZooKeeper.States[]ZooKeeper.States.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2017 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/class-use/ZooKeeper.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/class-use/ZooKeeper.html?rev=1789439&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/class-use/ZooKeeper.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/class-use/ZooKeeper.html Thu Mar 30 06:23:47 2017 @@ -0,0 +1,208 @@ + + + + + + +Uses of Class org.apache.zookeeper.ZooKeeper (ZooKeeper 3.4.10 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.zookeeper.ZooKeeper

+
+ + + + + + + + + +
+Packages that use ZooKeeper
org.apache.zookeeper  
+  +

+ + + + + +
+Uses of ZooKeeper in org.apache.zookeeper
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.zookeeper with parameters of type ZooKeeper
+static booleanZooKeeperMain.createQuota(ZooKeeper zk, + String path, + long bytes, + int numNodes) + +
+          this method creates a quota node for the path
+static booleanZooKeeperMain.delQuota(ZooKeeper zk, + String path, + boolean bytes, + boolean numNodes) + +
+          this method deletes quota for a node.
+  +

+ + + + + + + + +
Constructors in org.apache.zookeeper with parameters of type ZooKeeper
ZooKeeperMain(ZooKeeper zk) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2017 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/class-use/ZooKeeperMain.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/class-use/ZooKeeperMain.html?rev=1789439&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/class-use/ZooKeeperMain.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/class-use/ZooKeeperMain.html Thu Mar 30 06:23:47 2017 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class org.apache.zookeeper.ZooKeeperMain (ZooKeeper 3.4.10 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.zookeeper.ZooKeeperMain

+
+No usage of org.apache.zookeeper.ZooKeeperMain +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2017 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/client/FourLetterWordMain.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/client/FourLetterWordMain.html?rev=1789439&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/client/FourLetterWordMain.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/client/FourLetterWordMain.html Thu Mar 30 06:23:47 2017 @@ -0,0 +1,315 @@ + + + + + + +FourLetterWordMain (ZooKeeper 3.4.10 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.zookeeper.client +
+Class FourLetterWordMain

+
+java.lang.Object
+  extended by org.apache.zookeeper.client.FourLetterWordMain
+
+
+
+
public class FourLetterWordMain
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
FourLetterWordMain() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] args) + +
+           
+static Stringsend4LetterWord(String host, + int port, + String cmd) + +
+          Send the 4letterword
+static Stringsend4LetterWord(String host, + int port, + String cmd, + int timeout) + +
+          Send the 4letterword
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+FourLetterWordMain

+
+public FourLetterWordMain()
+
+
+ + + + + + + + +
+Method Detail
+ +

+send4LetterWord

+
+public static String send4LetterWord(String host,
+                                     int port,
+                                     String cmd)
+                              throws IOException
+
+
Send the 4letterword +

+

+
Parameters:
host - the destination host
port - the destination port
cmd - the 4letterword +
Returns:
server response +
Throws: +
IOException
+
+
+
+ +

+send4LetterWord

+
+public static String send4LetterWord(String host,
+                                     int port,
+                                     String cmd,
+                                     int timeout)
+                              throws IOException
+
+
Send the 4letterword +

+

+
Parameters:
host - the destination host
port - the destination port
cmd - the 4letterword
timeout - in milliseconds, maximum time to wait while connecting/reading data +
Returns:
server response +
Throws: +
IOException
+
+
+
+ +

+main

+
+public static void main(String[] args)
+                 throws IOException
+
+
+ +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2017 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/client/class-use/FourLetterWordMain.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/client/class-use/FourLetterWordMain.html?rev=1789439&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/client/class-use/FourLetterWordMain.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/client/class-use/FourLetterWordMain.html Thu Mar 30 06:23:47 2017 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class org.apache.zookeeper.client.FourLetterWordMain (ZooKeeper 3.4.10 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.zookeeper.client.FourLetterWordMain

+
+No usage of org.apache.zookeeper.client.FourLetterWordMain +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2017 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/client/package-frame.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/client/package-frame.html?rev=1789439&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/client/package-frame.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/client/package-frame.html Thu Mar 30 06:23:47 2017 @@ -0,0 +1,32 @@ + + + + + + +org.apache.zookeeper.client (ZooKeeper 3.4.10 API) + + + + + + + + + + + +org.apache.zookeeper.client + + + + +
+Classes  + +
+FourLetterWordMain
+ + + + Added: zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/client/package-summary.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/client/package-summary.html?rev=1789439&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/client/package-summary.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/client/package-summary.html Thu Mar 30 06:23:47 2017 @@ -0,0 +1,157 @@ + + + + + + +org.apache.zookeeper.client (ZooKeeper 3.4.10 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package org.apache.zookeeper.client +

+ + + + + + + + + +
+Class Summary
FourLetterWordMain 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2017 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/client/package-tree.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/client/package-tree.html?rev=1789439&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/client/package-tree.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/client/package-tree.html Thu Mar 30 06:23:47 2017 @@ -0,0 +1,153 @@ + + + + + + +org.apache.zookeeper.client Class Hierarchy (ZooKeeper 3.4.10 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package org.apache.zookeeper.client +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2017 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/client/package-use.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/client/package-use.html?rev=1789439&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/client/package-use.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.10/api/org/apache/zookeeper/client/package-use.html Thu Mar 30 06:23:47 2017 @@ -0,0 +1,144 @@ + + + + + + +Uses of Package org.apache.zookeeper.client (ZooKeeper 3.4.10 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
org.apache.zookeeper.client

+
+No usage of org.apache.zookeeper.client +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2017 The Apache Software Foundation + +