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 29B9FDDC5 for ; Mon, 19 Nov 2012 00:37:35 +0000 (UTC) Received: (qmail 72605 invoked by uid 500); 19 Nov 2012 00:37:35 -0000 Delivered-To: apmail-zookeeper-commits-archive@zookeeper.apache.org Received: (qmail 72579 invoked by uid 500); 19 Nov 2012 00:37:35 -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 72552 invoked by uid 99); 19 Nov 2012 00:37:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2012 00:37:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2012 00:37:31 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A76FB23889E2 for ; Mon, 19 Nov 2012 00:37:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r838787 [2/42] - in /websites/staging/zookeeper/trunk/content: ./ bookkeeper/docs/trunk/ doc/r3.4.5/ doc/r3.4.5/api/ doc/r3.4.5/api/org/ doc/r3.4.5/api/org/apache/ doc/r3.4.5/api/org/apache/zookeeper/ doc/r3.4.5/api/org/apache/zookeeper/cla... Date: Mon, 19 Nov 2012 00:36:48 -0000 To: commits@zookeeper.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121119003711.A76FB23889E2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: websites/staging/zookeeper/trunk/content/doc/r3.4.5/api/deprecated-list.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.5/api/deprecated-list.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.5/api/deprecated-list.html Mon Nov 19 00:36:21 2012 @@ -0,0 +1,334 @@ + + + + + + +Deprecated List (ZooKeeper 3.4.5 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Deprecated API

+
+
+Contents + + + + + + + + + +
+Deprecated Interfaces
org.apache.zookeeper.KeeperException.CodeDeprecated +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Deprecated Fields
org.apache.zookeeper.KeeperException.CodeDeprecated.APIError +
+          deprecated in 3.1.0, use KeeperException.Code.APIERROR instead 
org.apache.zookeeper.KeeperException.CodeDeprecated.AuthFailed +
+          deprecated in 3.1.0, use KeeperException.Code.AUTHFAILED instead 
org.apache.zookeeper.KeeperException.CodeDeprecated.BadArguments +
+          deprecated in 3.1.0, use KeeperException.Code.BADARGUMENTS + instead 
org.apache.zookeeper.KeeperException.CodeDeprecated.BadVersion +
+          deprecated in 3.1.0, use KeeperException.Code.BADVERSION instead 
org.apache.zookeeper.KeeperException.CodeDeprecated.ConnectionLoss +
+          deprecated in 3.1.0, use KeeperException.Code.CONNECTIONLOSS + instead 
org.apache.zookeeper.KeeperException.CodeDeprecated.DataInconsistency +
+          deprecated in 3.1.0, use KeeperException.Code.DATAINCONSISTENCY + instead 
org.apache.zookeeper.KeeperException.CodeDeprecated.InvalidACL +
+          deprecated in 3.1.0, use KeeperException.Code.INVALIDACL instead 
org.apache.zookeeper.KeeperException.CodeDeprecated.InvalidCallback +
+          deprecated in 3.1.0, use KeeperException.Code.INVALIDCALLBACK + instead 
org.apache.zookeeper.KeeperException.CodeDeprecated.MarshallingError +
+          deprecated in 3.1.0, use KeeperException.Code.MARSHALLINGERROR + instead 
org.apache.zookeeper.KeeperException.CodeDeprecated.NoAuth +
+          deprecated in 3.1.0, use KeeperException.Code.NOAUTH instead 
org.apache.zookeeper.KeeperException.CodeDeprecated.NoChildrenForEphemerals +
+          deprecated in 3.1.0, use + KeeperException.Code.NOCHILDRENFOREPHEMERALS + instead 
org.apache.zookeeper.KeeperException.CodeDeprecated.NodeExists +
+          deprecated in 3.1.0, use KeeperException.Code.NODEEXISTS instead 
org.apache.zookeeper.KeeperException.CodeDeprecated.NoNode +
+          deprecated in 3.1.0, use KeeperException.Code.NONODE instead 
org.apache.zookeeper.KeeperException.CodeDeprecated.NotEmpty +
+          deprecated in 3.1.0, use KeeperException.Code.NOTEMPTY instead 
org.apache.zookeeper.KeeperException.CodeDeprecated.Ok +
+          deprecated in 3.1.0, use KeeperException.Code.OK instead 
org.apache.zookeeper.KeeperException.CodeDeprecated.OperationTimeout +
+          deprecated in 3.1.0, use KeeperException.Code.OPERATIONTIMEOUT + instead 
org.apache.zookeeper.KeeperException.CodeDeprecated.RuntimeInconsistency +
+          deprecated in 3.1.0, use + KeeperException.Code.RUNTIMEINCONSISTENCY instead 
org.apache.zookeeper.KeeperException.CodeDeprecated.SessionExpired +
+          deprecated in 3.1.0, use KeeperException.Code.SESSIONEXPIRED instead 
org.apache.zookeeper.KeeperException.CodeDeprecated.SystemError +
+          deprecated in 3.1.0, use KeeperException.Code.SYSTEMERROR instead 
org.apache.zookeeper.KeeperException.CodeDeprecated.Unimplemented +
+          deprecated in 3.1.0, use KeeperException.Code.UNIMPLEMENTED + instead 
+  +

+ + + + + + + + + + + + + + + + + +
+Deprecated Methods
org.apache.zookeeper.KeeperException.create(int) +
+          deprecated in 3.1.0, use KeeperException.create(Code) + instead 
org.apache.zookeeper.KeeperException.create(int, String) +
+          deprecated in 3.1.0, use KeeperException.create(Code, String) + instead 
org.apache.zookeeper.KeeperException.getCode() +
+          deprecated in 3.1.0, use KeeperException.code() instead 
org.apache.zookeeper.KeeperException.setCode(int) +
+          deprecated in 3.1.0, exceptions should be immutable, this + method should not be used 
+  +

+ + + + + + + + + + + +
+Deprecated Enum Constants
org.apache.zookeeper.Watcher.Event.KeeperState.NoSyncConnected +
+           
org.apache.zookeeper.Watcher.Event.KeeperState.Unknown +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 The Apache Software Foundation + + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.5/api/help-doc.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.5/api/help-doc.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.5/api/help-doc.html Mon Nov 19 00:36:21 2012 @@ -0,0 +1,223 @@ + + + + + + +API Help (ZooKeeper 3.4.5 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+How This API Document Is Organized

+
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

+Overview

+
+ +

+The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

+

+Package

+
+ +

+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

    +
  • Interfaces (italic)
  • Classes
  • Enums
  • Exceptions
  • Errors
  • Annotation Types
+
+

+Class/Interface

+
+ +

+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
  • Class inheritance diagram
  • Direct Subclasses
  • All Known Subinterfaces
  • All Known Implementing Classes
  • Class/interface declaration
  • Class/interface description +

    +

  • Nested Class Summary
  • Field Summary
  • Constructor Summary
  • Method Summary +

    +

  • Field Detail
  • Constructor Detail
  • Method Detail
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+ +

+Annotation Type

+
+ +

+Each annotation type has its own separate page with the following sections:

    +
  • Annotation Type declaration
  • Annotation Type description
  • Required Element Summary
  • Optional Element Summary
  • Element Detail
+
+ +

+Enum

+
+ +

+Each enum has its own separate page with the following sections:

    +
  • Enum declaration
  • Enum description
  • Enum Constant Summary
  • Enum Constant Detail
+
+

+Use

+
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+

+Tree (Class Hierarchy)

+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
    +
  • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
  • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
+
+

+Deprecated API

+
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+

+Index

+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+

+Prev/Next

+These links take you to the next or previous class, interface, package, or related page.

+Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +

+

+Serialized Form

+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. +

+

+Constant Field Values

+The Constant Field Values page lists the static final fields and their values. +

+ + +This help file applies to API documentation generated using the standard doclet. + +
+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 The Apache Software Foundation + +