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 5B36D200C6C for ; Thu, 30 Mar 2017 08:26:37 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 59CBA160BA9; Thu, 30 Mar 2017 06:26:37 +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 51BC9160B9A for ; Thu, 30 Mar 2017 08:26:35 +0200 (CEST) Received: (qmail 85397 invoked by uid 500); 30 Mar 2017 06:26:34 -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 81497 invoked by uid 99); 30 Mar 2017 06:26:27 -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:26:27 +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 3E34B3A3ACF for ; Thu, 30 Mar 2017 06:26:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1009357 [35/43] - in /websites/staging/zookeeper/trunk/content: ./ doc/r3.4.10/ doc/r3.4.10/api/ doc/r3.4.10/api/org/ doc/r3.4.10/api/org/apache/ doc/r3.4.10/api/org/apache/zookeeper/ doc/r3.4.10/api/org/apache/zookeeper/class-use/ doc/r3.... Date: Thu, 30 Mar 2017 06:26:23 -0000 To: commits@zookeeper.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170330062626.3E34B3A3ACF@svn01-us-west.apache.org> archived-at: Thu, 30 Mar 2017 06:26:37 -0000 Added: websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/changes/org.apache.zookeeper.ZooKeeperMain.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/changes/org.apache.zookeeper.ZooKeeperMain.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/changes/org.apache.zookeeper.ZooKeeperMain.html Thu Mar 30 06:26:15 2017 @@ -0,0 +1,268 @@ + + + + + + + + + +org.apache.zookeeper.ZooKeeperMain + + + + + + + + + + + + + + +
Generated by
JDiff
+
+ +

+Class org.apache.zookeeper.ZooKeeperMain +

+ +

+ + + + + + + + + +
Removed Constructors
+ + ZooKeeperMain() +  
+  +

+ + + + + + + + + + + + + +
Added Constructors
+ + ZooKeeperMain(String[]) +  
+ + ZooKeeperMain(ZooKeeper) +  
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Methods
+ + void addToHistory(int, String) + Makes a list of possible completions either for commands or for zk nodes if the token to complete begins with /
+ + void connectToZK(String) +  
+ + void executeLine(String) +  
+ + List getCommands() +  
+ + boolean getPrintWatches() +  
+ + String getPrompt() +  
+ + void printMessage(String) +  
+ + boolean processCmd(MyCommandOptions) +  
+ + boolean processZKCmd(MyCommandOptions) +  
+  +

+ + + + + + + + + + +
Changed Methods
+ + void main(String[]) + +Change in exceptions: java.lang.NumberFormatException was removed..
+
 
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Fields
+ + MyCommandOptions cl +  
+ + int commandCount +  
+ + Map commandMap +  
+ + HashMap history +  
+ + String host +  
+ + boolean printWatches +  
+ + ZooKeeper zk +  
+  +


+ + + + + + + + + + +
+
+ + + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/changes/packages_index_additions.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/changes/packages_index_additions.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/changes/packages_index_additions.html Thu Mar 30 06:26:15 2017 @@ -0,0 +1,51 @@ + + + + + + + + + +Package Additions Index + + + + + + + + + + + + + + + + + + + + + +
+All Packages +
+ +Removals + +
+ +Additions + +
+ +Changes + +
+Bold is New, strike is deleted +

+
+ + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/changes/packages_index_all.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/changes/packages_index_all.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/changes/packages_index_all.html Thu Mar 30 06:26:15 2017 @@ -0,0 +1,53 @@ + + + + + + + + + +Package Differences Index + + + + + + + + + + + + + + + + + + + + + +
+All Packages +
+ +Removals + +
+ +Additions + +
+ +Changes + +
+Bold is New, strike is deleted +

+
+ +org.apache.zookeeper
+ + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/changes/packages_index_changes.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/changes/packages_index_changes.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/changes/packages_index_changes.html Thu Mar 30 06:26:15 2017 @@ -0,0 +1,53 @@ + + + + + + + + + +Package Changes Index + + + + + + + + + + + + + + + + + + + + + +
+All Packages +
+ +Removals + +
+ +Additions + +
+ +Changes + +
+Bold is New, strike is deleted +

+
+ +org.apache.zookeeper
+ + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/changes/packages_index_removals.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/changes/packages_index_removals.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/changes/packages_index_removals.html Thu Mar 30 06:26:15 2017 @@ -0,0 +1,51 @@ + + + + + + + + + +Package Removals Index + + + + + + + + + + + + + + + + + + + + + +
+All Packages +
+ +Removals + +
+ +Additions + +
+ +Changes + +
+Bold is New, strike is deleted +

+
+ + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/changes/pkg_org.apache.zookeeper.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/changes/pkg_org.apache.zookeeper.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/changes/pkg_org.apache.zookeeper.html Thu Mar 30 06:26:15 2017 @@ -0,0 +1,392 @@ + + + + + + + + + +org.apache.zookeeper + + + + + + + + + + + + + + +
Generated by
JDiff
+
+ +

+Package org.apache.zookeeper +

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Classes and Interfaces
+ + AsyncCallback.Children2Callback + This callback is used to retrieve the children and stat of the node.
+ + AsyncCallback.MultiCallback + This callback is used to process the multiple results from a single multi call.
+ + ClientCnxnSocketNIO +  
+ + KeeperException.NotReadOnlyException + @see Code#NOTREADONLY
+ + KeeperException.SessionMovedException + @see Code#SESSIONMOVED
+ + Login +  
+ + MultiResponse + Handles the response from a multi request.
+ + MultiTransactionRecord + Encodes a composite transaction.
+ + Op + Represents a single operation in a multi-operation transaction.
+ + Op.Check +  
+ + Op.Create +  
+ + Op.Delete +  
+ + Op.SetData +  
+ + OpResult + Encodes the result of a single part of a multiple operation commit.
+ + OpResult.CheckResult + A result from a version check operation.
+ + OpResult.CreateResult + A result from a create operation.
+ + OpResult.DeleteResult + A result from a delete operation.
+ + OpResult.ErrorResult + An error result from any kind of operation.
+ + OpResult.SetDataResult + A result from a setData operation.
+ + SaslClientCallbackHandler + This is used by the SASL mechanisms to get further information to complete the authentication.
+ + Shell + A base class for running a Unix command.
+ + Shell.ExitCodeException + This is an IOException with exit code added.
+ + Shell.ShellCommandExecutor + A simple shell command executor.
+ + Transaction + Provides a builder style interface for doing multiple updates.
+ + ZKUtil +  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Changed Classes and Interfaces
+ + ClientCnxn + This class manages the socket i/o for the client.
+ + Environment + Provide insight into the runtime environment.
+ + KeeperException +  
+ + KeeperException.BadArgumentsException + @see Code#BADARGUMENTS
+ + KeeperException.BadVersionException + @see Code#BADVERSION
+ + KeeperException.Code + Codes which represent the various KeeperException types.
+ + KeeperException.InvalidACLException + @see Code#INVALIDACL
+ + KeeperException.NoChildrenForEphemeralsException + @see Code#NOCHILDRENFOREPHEMERALS
+ + KeeperException.NoNodeException + @see Code#NONODE
+ + KeeperException.NodeExistsException + @see Code#NODEEXISTS
+ + KeeperException.NotEmptyException + @see Code#NOTEMPTY
+ + Version +  
+ + Watcher.Event.KeeperState + Enumeration of states the ZooKeeper may be at the event
+ + ZooDefs.OpCode +  
+ + ZooKeeper + This is the main class of ZooKeeper client library.
+ + ZooKeeper.States +  
+ + ZooKeeperMain + The command line client to ZooKeeper.
+  +


+ + + + + + + + + + +
+
+ + + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/missingSinces.txt ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/missingSinces.txt (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/missingSinces.txt Thu Mar 30 06:26:15 2017 @@ -0,0 +1,94 @@ +MISSING @SINCE TAG: org.apache.zookeeper.AsyncCallback.Children2Callback Interface +OK: org.apache.zookeeper.AsyncCallback.MultiCallback Interface +NO DOC BLOCK: org.apache.zookeeper.ClientCnxnSocketNIO Class +MISSING @SINCE TAG: org.apache.zookeeper.KeeperException.NotReadOnlyException Class +MISSING @SINCE TAG: org.apache.zookeeper.KeeperException.SessionMovedException Class +NO DOC BLOCK: org.apache.zookeeper.Login Class +MISSING @SINCE TAG: org.apache.zookeeper.MultiResponse Class +MISSING @SINCE TAG: org.apache.zookeeper.MultiTransactionRecord Class +MISSING @SINCE TAG: org.apache.zookeeper.Op Class +NO DOC BLOCK: org.apache.zookeeper.Op.Check Class +NO DOC BLOCK: org.apache.zookeeper.Op.Create Class +NO DOC BLOCK: org.apache.zookeeper.Op.Delete Class +NO DOC BLOCK: org.apache.zookeeper.Op.SetData Class +MISSING @SINCE TAG: org.apache.zookeeper.OpResult Class +MISSING @SINCE TAG: org.apache.zookeeper.OpResult.CheckResult Class +MISSING @SINCE TAG: org.apache.zookeeper.OpResult.CreateResult Class +MISSING @SINCE TAG: org.apache.zookeeper.OpResult.DeleteResult Class +MISSING @SINCE TAG: org.apache.zookeeper.OpResult.ErrorResult Class +MISSING @SINCE TAG: org.apache.zookeeper.OpResult.SetDataResult Class +MISSING @SINCE TAG: org.apache.zookeeper.SaslClientCallbackHandler Class +MISSING @SINCE TAG: org.apache.zookeeper.Shell Class +MISSING @SINCE TAG: org.apache.zookeeper.Shell.ExitCodeException Class +MISSING @SINCE TAG: org.apache.zookeeper.Shell.ShellCommandExecutor Class +OK: org.apache.zookeeper.Transaction Class +NO DOC BLOCK: org.apache.zookeeper.ZKUtil Class +MISSING @SINCE TAG: org.apache.zookeeper.ClientCnxn Constructor (java.lang.String, org.apache.zookeeper.client.HostProvider, int, org.apache.zookeeper.ZooKeeper, org.apache.zookeeper.ClientWatchManager, org.apache.zookeeper.ClientCnxnSocket, boolean) +MISSING @SINCE TAG: org.apache.zookeeper.ClientCnxn Constructor (java.lang.String, org.apache.zookeeper.client.HostProvider, int, org.apache.zookeeper.ZooKeeper, org.apache.zookeeper.ClientWatchManager, org.apache.zookeeper.ClientCnxnSocket, long, byte[], boolean) +NO DOC BLOCK: org.apache.zookeeper.KeeperException.BadArgumentsException Constructor (java.lang.String) +NO DOC BLOCK: org.apache.zookeeper.KeeperException.BadVersionException Constructor (java.lang.String) +NO DOC BLOCK: org.apache.zookeeper.KeeperException.InvalidACLException Constructor (java.lang.String) +NO DOC BLOCK: org.apache.zookeeper.KeeperException.NoChildrenForEphemeralsException Constructor (java.lang.String) +NO DOC BLOCK: org.apache.zookeeper.KeeperException.NodeExistsException Constructor (java.lang.String) +NO DOC BLOCK: org.apache.zookeeper.KeeperException.NoNodeException Constructor (java.lang.String) +NO DOC BLOCK: org.apache.zookeeper.KeeperException.NotEmptyException Constructor (java.lang.String) +MISSING @SINCE TAG: org.apache.zookeeper.ZooKeeper Constructor (java.lang.String, int, org.apache.zookeeper.Watcher, boolean) +MISSING @SINCE TAG: org.apache.zookeeper.ZooKeeper Constructor (java.lang.String, int, org.apache.zookeeper.Watcher, long, byte[], boolean) +NO DOC BLOCK: org.apache.zookeeper.ZooKeeperMain Constructor (java.lang.String[]) +NO DOC BLOCK: org.apache.zookeeper.ZooKeeperMain Constructor (org.apache.zookeeper.ZooKeeper) +MISSING @SINCE TAG: org.apache.zookeeper.ZooKeeperMain Method addToHistory(int, java.lang.String) +NO DOC BLOCK: org.apache.zookeeper.ZooKeeperMain Method connectToZK(java.lang.String) +NO DOC BLOCK: org.apache.zookeeper.ClientCnxn Method enableWrite() +NO DOC BLOCK: org.apache.zookeeper.ZooKeeperMain Method executeLine(java.lang.String) +OK: org.apache.zookeeper.ZooKeeper Method getChildren(java.lang.String, boolean, org.apache.zookeeper.data.Stat) +OK: org.apache.zookeeper.ZooKeeper Method getChildren(java.lang.String, org.apache.zookeeper.Watcher, org.apache.zookeeper.data.Stat) +OK: org.apache.zookeeper.ZooKeeper Method getChildren(java.lang.String, boolean, org.apache.zookeeper.AsyncCallback.Children2Callback, java.lang.Object) +OK: org.apache.zookeeper.ZooKeeper Method getChildren(java.lang.String, org.apache.zookeeper.Watcher, org.apache.zookeeper.AsyncCallback.Children2Callback, java.lang.Object) +NO DOC BLOCK: org.apache.zookeeper.ZooKeeperMain Method getCommands() +MISSING @SINCE TAG: org.apache.zookeeper.ClientCnxn Method getDisableAutoResetWatch() +NO DOC BLOCK: org.apache.zookeeper.ClientCnxn Method getLastZxid() +NO DOC BLOCK: org.apache.zookeeper.ZooKeeperMain Method getPrintWatches() +NO DOC BLOCK: org.apache.zookeeper.ZooKeeperMain Method getPrompt() +OK: org.apache.zookeeper.KeeperException Method getResults() +NO DOC BLOCK: org.apache.zookeeper.Version Method getRevisionHash() +NO DOC BLOCK: org.apache.zookeeper.ZooKeeper Method getSaslClient() +NO DOC BLOCK: org.apache.zookeeper.ClientCnxn Method getSessionTimeout() +MISSING @SINCE TAG: org.apache.zookeeper.ZooKeeper Method getSessionTimeout() +NO DOC BLOCK: org.apache.zookeeper.ClientCnxn Method getXid() +MISSING @SINCE TAG: org.apache.zookeeper.ZooKeeper.States Method isConnected() +OK: org.apache.zookeeper.ZooKeeper Method multi(java.lang.Iterable) +OK: org.apache.zookeeper.ZooKeeper Method multi(java.lang.Iterable, org.apache.zookeeper.AsyncCallback.MultiCallback, java.lang.Object) +NO DOC BLOCK: org.apache.zookeeper.ZooKeeper Method multiInternal(org.apache.zookeeper.MultiTransactionRecord) +NO DOC BLOCK: org.apache.zookeeper.ZooKeeper Method multiInternal(org.apache.zookeeper.MultiTransactionRecord, org.apache.zookeeper.AsyncCallback.MultiCallback, java.lang.Object) +NO DOC BLOCK: org.apache.zookeeper.ZooKeeperMain Method printMessage(java.lang.String) +NO DOC BLOCK: org.apache.zookeeper.ZooKeeperMain Method processCmd(org.apache.zookeeper.ZooKeeperMain.MyCommandOptions) +NO DOC BLOCK: org.apache.zookeeper.ZooKeeperMain Method processZKCmd(org.apache.zookeeper.ZooKeeperMain.MyCommandOptions) +NO DOC BLOCK: org.apache.zookeeper.ClientCnxn Method sendPacket(org.apache.jute.Record, org.apache.jute.Record, org.apache.zookeeper.AsyncCallback, int) +MISSING @SINCE TAG: org.apache.zookeeper.ClientCnxn Method setDisableAutoResetWatch(boolean) +NO DOC BLOCK: org.apache.zookeeper.ClientCnxn Method start() +OK: org.apache.zookeeper.ZooKeeper Method testableLocalSocketAddress() +OK: org.apache.zookeeper.ZooKeeper Method testableRemoteSocketAddress() +OK: org.apache.zookeeper.ZooKeeper Method testableWaitForShutdown(int) +OK: org.apache.zookeeper.ZooKeeper Method toString() +OK: org.apache.zookeeper.ZooKeeper Method transaction() +MISSING @SINCE TAG: org.apache.zookeeper.Watcher.Event.KeeperState Field AuthFailed +NO DOC BLOCK: org.apache.zookeeper.ZooDefs.OpCode Field check +NO DOC BLOCK: org.apache.zookeeper.ZooKeeperMain Field cl +NO DOC BLOCK: org.apache.zookeeper.ZooKeeperMain Field commandCount +NO DOC BLOCK: org.apache.zookeeper.ZooKeeperMain Field commandMap +MISSING @SINCE TAG: org.apache.zookeeper.Watcher.Event.KeeperState Field ConnectedReadOnly +NO DOC BLOCK: org.apache.zookeeper.ZooKeeper.States Field CONNECTEDREADONLY +NO DOC BLOCK: org.apache.zookeeper.ZooDefs.OpCode Field getChildren2 +NO DOC BLOCK: org.apache.zookeeper.ZooKeeperMain Field history +NO DOC BLOCK: org.apache.zookeeper.ZooKeeperMain Field host +NO DOC BLOCK: org.apache.zookeeper.Environment Field JAAS_CONF_KEY +NO DOC BLOCK: org.apache.zookeeper.ZooDefs.OpCode Field multi +NO DOC BLOCK: org.apache.zookeeper.ZooKeeper.States Field NOT_CONNECTED +MISSING @SINCE TAG: org.apache.zookeeper.KeeperException.Code Field NOTREADONLY +NO DOC BLOCK: org.apache.zookeeper.ZooKeeperMain Field printWatches +NO DOC BLOCK: org.apache.zookeeper.ZooDefs.OpCode Field sasl +MISSING @SINCE TAG: org.apache.zookeeper.Watcher.Event.KeeperState Field SaslAuthenticated +MISSING @SINCE TAG: org.apache.zookeeper.KeeperException.Code Field SESSIONMOVED +NO DOC BLOCK: org.apache.zookeeper.ZooKeeperMain Field zk +NO DOC BLOCK: org.apache.zookeeper.ZooKeeper Field ZOOKEEPER_CLIENT_CNXN_SOCKET +NO DOC BLOCK: org.apache.zookeeper.ClientCnxn Field zooKeeperSaslClient Added: websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/stylesheet-jdiff.css ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/stylesheet-jdiff.css (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/stylesheet-jdiff.css Thu Mar 30 06:26:15 2017 @@ -0,0 +1,47 @@ + +/* The JDiff style sheet, derived from the Javadoc style sheet. */ +/* Generated by the JDiff Javadoc doclet */ +/* (http://www.jdiff.org) */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background: #CCFFFF url(background.gif); font-family: arial; } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF } /* Light mauve */ +.TableRowColor { background: #FFFFFF } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: normal; font-family: normal } +.FrameHeadingFont { font-size: normal; font-family: normal } +.FrameItemFont { font-size: normal; font-family: normal } + +/* Example of smaller, sans-serif font in frames */ +/* .FrameItemFont { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */ + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#FFFFCC;} /* Changed to yellowish to make difference from Javadoc clear */ +.NavBarCell1Rev { background-color:#00008B;}/* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} + +/* + Links which become blue when hovered upon and show that they have been + visited. +*/ +a.hiddenlink:link {color: black; text-decoration: none} +a.hiddenlink:visited {color: purple; text-decoration: none} +a.hiddenlink:hover {color: blue; text-decoration: underline;} + +/* + Links which become blue when hovered upon but do not show that they have + been visited. +*/ +a.staysblack:link {color: black; text-decoration: none} +a.staysblack:visited {color: black; text-decoration: none} +a.staysblack:hover {color: blue; text-decoration: underline;} Added: websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/user_comments_for_zookeeper_3.1.1_to_zookeeper_3.4.10.xml ============================================================================== Binary file - no diff available. Propchange: websites/staging/zookeeper/trunk/content/doc/r3.4.10/jdiff/user_comments_for_zookeeper_3.1.1_to_zookeeper_3.4.10.xml ------------------------------------------------------------------------------ svn:mime-type = application/xml Added: websites/staging/zookeeper/trunk/content/doc/r3.4.10/linkmap.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.10/linkmap.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.10/linkmap.html Thu Mar 30 06:26:15 2017 @@ -0,0 +1,434 @@ + + + + + + + +Site Linkmap Table of Contents + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + +
+
+
+
+ +
+ + +
+ +
+ +   +
+ + + + + +
+ +

Site Linkmap Table of Contents

+
+

+ This is a map of the complete site and its structure. +

+
    +
  • +ZooKeeper  ___________________  site +
  • +
      + + +
        +
      • +Overview  ___________________  docs +
      • +
          + +
            +
          • +Welcome  ___________________  welcome +
          • +
          + +
            +
          • +Overview  ___________________  overview +
          • +
          + + + + + +
        +
      + + + + + + + + + + + + + + +
        +
      • +Miscellaneous  ___________________  docs +
      • +
          + +
            +
          • +Wiki  ___________________  wiki +
          • +
          + +
            +
          • +FAQ  ___________________  faq +
          • +
          + + + + +
        +
      + + + + + + +
    +
+
+ +
 
+
+ + + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.10/linkmap.pdf ============================================================================== Binary file - no diff available. Propchange: websites/staging/zookeeper/trunk/content/doc/r3.4.10/linkmap.pdf ------------------------------------------------------------------------------ svn:mime-type = application/pdf