From commits-return-6547-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Mon Jul 16 06:21:50 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 88AB11807AA for ; Mon, 16 Jul 2018 06:21:48 +0200 (CEST) Received: (qmail 47146 invoked by uid 500); 16 Jul 2018 04:21:47 -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 46569 invoked by uid 99); 16 Jul 2018 04:21:46 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2018 04:21:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 155BFE0E21; Mon, 16 Jul 2018 04:21:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hanm@apache.org To: commits@zookeeper.apache.org Date: Mon, 16 Jul 2018 04:21:54 -0000 Message-Id: <2c7d0fff45344efb925b8d1ef9492e79@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [10/45] zookeeper git commit: Update website content for release 3.4.13. http://git-wip-us.apache.org/repos/asf/zookeeper/blob/86349e3b/_released_docs/r3.4.13/jdiff/changes/pkg_org.apache.zookeeper.html ---------------------------------------------------------------------- diff --git a/_released_docs/r3.4.13/jdiff/changes/pkg_org.apache.zookeeper.html b/_released_docs/r3.4.13/jdiff/changes/pkg_org.apache.zookeeper.html new file mode 100644 index 0000000..050203b --- /dev/null +++ b/_released_docs/r3.4.13/jdiff/changes/pkg_org.apache.zookeeper.html @@ -0,0 +1,455 @@ + + + + + + + + + +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.
+ + Testable + Abstraction that exposes various methods useful for testing ZooKeeper
+ + Transaction + Provides a builder style interface for doing multiple updates.
+ + ZKUtil +  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Changed Classes and Interfaces
+ + AsyncCallback.ACLCallback + This callback is used to retrieve the ACL and stat of the node.
+ + AsyncCallback.ChildrenCallback + This callback is used to retrieve the children of the node.
+ + AsyncCallback.DataCallback + This callback is used to retrieve the data and stat of the node.
+ + AsyncCallback.StatCallback + This callback is used to retrieve the stat of the node.
+ + AsyncCallback.StringCallback + This callback is used to retrieve the name of the node.
+ + AsyncCallback.VoidCallback + This callback doesn't retrieve anything from the node.
+ + ClientCnxn + This class manages the socket i/o for the client.
+ + ClientWatchManager +  
+ + 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 + This interface specifies the public interface an event handler class must implement.
+ + 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.
+  +


+ + + + + + + + + + +
+
+ + + http://git-wip-us.apache.org/repos/asf/zookeeper/blob/86349e3b/_released_docs/r3.4.13/jdiff/missingSinces.txt ---------------------------------------------------------------------- diff --git a/_released_docs/r3.4.13/jdiff/missingSinces.txt b/_released_docs/r3.4.13/jdiff/missingSinces.txt new file mode 100644 index 0000000..49a0788 --- /dev/null +++ b/_released_docs/r3.4.13/jdiff/missingSinces.txt @@ -0,0 +1,95 @@ +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 +MISSING @SINCE TAG: org.apache.zookeeper.Testable Interface +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.ZooKeeper Method getTestable() +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 +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 http://git-wip-us.apache.org/repos/asf/zookeeper/blob/86349e3b/_released_docs/r3.4.13/jdiff/stylesheet-jdiff.css ---------------------------------------------------------------------- diff --git a/_released_docs/r3.4.13/jdiff/stylesheet-jdiff.css b/_released_docs/r3.4.13/jdiff/stylesheet-jdiff.css new file mode 100644 index 0000000..9a85b2e --- /dev/null +++ b/_released_docs/r3.4.13/jdiff/stylesheet-jdiff.css @@ -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;} http://git-wip-us.apache.org/repos/asf/zookeeper/blob/86349e3b/_released_docs/r3.4.13/jdiff/user_comments_for_zookeeper_3.1.1_to_zookeeper_3.4.13.xml ---------------------------------------------------------------------- diff --git a/_released_docs/r3.4.13/jdiff/user_comments_for_zookeeper_3.1.1_to_zookeeper_3.4.13.xml b/_released_docs/r3.4.13/jdiff/user_comments_for_zookeeper_3.1.1_to_zookeeper_3.4.13.xml new file mode 100644 index 0000000..37750d2 --- /dev/null +++ b/_released_docs/r3.4.13/jdiff/user_comments_for_zookeeper_3.1.1_to_zookeeper_3.4.13.xml @@ -0,0 +1,840 @@ + + + + + + + + + + + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + http://git-wip-us.apache.org/repos/asf/zookeeper/blob/86349e3b/_released_docs/r3.4.13/linkmap.html ---------------------------------------------------------------------- diff --git a/_released_docs/r3.4.13/linkmap.html b/_released_docs/r3.4.13/linkmap.html new file mode 100644 index 0000000..ae804b5 --- /dev/null +++ b/_released_docs/r3.4.13/linkmap.html @@ -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 +
          • +
          + + + + +
        +
      + + + + + + +
    +
+
+ +
 
+
+ + + http://git-wip-us.apache.org/repos/asf/zookeeper/blob/86349e3b/_released_docs/r3.4.13/linkmap.pdf ---------------------------------------------------------------------- diff --git a/_released_docs/r3.4.13/linkmap.pdf b/_released_docs/r3.4.13/linkmap.pdf new file mode 100644 index 0000000..3aa7c5c Binary files /dev/null and b/_released_docs/r3.4.13/linkmap.pdf differ