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 70D26200B40 for ; Fri, 1 Jul 2016 19:11:31 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6F606160A72; Fri, 1 Jul 2016 17:11:31 +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 4EC3B160A6D for ; Fri, 1 Jul 2016 19:11:29 +0200 (CEST) Received: (qmail 68490 invoked by uid 500); 1 Jul 2016 17:11:28 -0000 Mailing-List: contact commits-help@kudu.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kudu.incubator.apache.org Delivered-To: mailing list commits@kudu.incubator.apache.org Received: (qmail 68480 invoked by uid 99); 1 Jul 2016 17:11:28 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jul 2016 17:11:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id F26F0C0139 for ; Fri, 1 Jul 2016 17:11:27 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.307 X-Spam-Level: X-Spam-Status: No, score=-3.307 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.287] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id ajOOwKBr_wDg for ; Fri, 1 Jul 2016 17:11:23 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with SMTP id D7981611FD for ; Fri, 1 Jul 2016 17:11:04 +0000 (UTC) Received: (qmail 67289 invoked by uid 99); 1 Jul 2016 17:11:02 -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; Fri, 01 Jul 2016 17:11:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8CEADE93E0; Fri, 1 Jul 2016 17:11:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: todd@apache.org To: commits@kudu.incubator.apache.org Date: Fri, 01 Jul 2016 17:11:25 -0000 Message-Id: <0e19bfdf44294bbbaeff3e365fab8e31@git.apache.org> In-Reply-To: <10556243bf9e4615945518acac00bbbb@git.apache.org> References: <10556243bf9e4615945518acac00bbbb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [25/47] incubator-kudu-site git commit: Publish commit(s) from site source repo: 6e3145f Update docs for 0.9.1 2119e12 Update version numbers on releases page to say incubating 9126357 Update links to kudu.apache.org archived-at: Fri, 01 Jul 2016 17:11:31 -0000 http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/2d464066/releases/0.9.1/apidocs/org/kududb/client/Status.html ---------------------------------------------------------------------- diff --git a/releases/0.9.1/apidocs/org/kududb/client/Status.html b/releases/0.9.1/apidocs/org/kududb/client/Status.html new file mode 100644 index 0000000..f9f942b --- /dev/null +++ b/releases/0.9.1/apidocs/org/kududb/client/Status.html @@ -0,0 +1,1035 @@ + + + + + + +Status (Kudu 0.9.1 API) + + + + + + + + + + + +
+
org.kududb.client
+

Class Status

+
+
+ +
+
    +
  • +
    +
    +
    @InterfaceAudience.Public
    + @InterfaceStability.Evolving
    +public class Status
    +extends Object
    +
    Representation of an error code and message. Wraps WireProtocol.AppStatusPB. + See also src/kudu/util/status.h in the C++ codebase. + +

    Do not use the @deprecated methods in this class.

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

      Method Detail

      + + + +
        +
      • +

        OK

        +
        public static Status OK()
        +
      • +
      + + + +
        +
      • +

        NotFound

        +
        public static Status NotFound(String msg)
        +
      • +
      + + + +
        +
      • +

        NotFound

        +
        public static Status NotFound(String msg,
        +                              int posixCode)
        +
      • +
      + + + +
        +
      • +

        Corruption

        +
        public static Status Corruption(String msg)
        +
      • +
      + + + +
        +
      • +

        Corruption

        +
        public static Status Corruption(String msg,
        +                                int posixCode)
        +
      • +
      + + + +
        +
      • +

        NotSupported

        +
        public static Status NotSupported(String msg)
        +
      • +
      + + + +
        +
      • +

        NotSupported

        +
        public static Status NotSupported(String msg,
        +                                  int posixCode)
        +
      • +
      + + + +
        +
      • +

        InvalidArgument

        +
        public static Status InvalidArgument(String msg)
        +
      • +
      + + + +
        +
      • +

        InvalidArgument

        +
        public static Status InvalidArgument(String msg,
        +                                     int posixCode)
        +
      • +
      + + + +
        +
      • +

        IOError

        +
        public static Status IOError(String msg)
        +
      • +
      + + + +
        +
      • +

        IOError

        +
        public static Status IOError(String msg,
        +                             int posixCode)
        +
      • +
      + + + +
        +
      • +

        AlreadyPresent

        +
        public static Status AlreadyPresent(String msg)
        +
      • +
      + + + +
        +
      • +

        AlreadyPresent

        +
        public static Status AlreadyPresent(String msg,
        +                                    int posixCode)
        +
      • +
      + + + +
        +
      • +

        RuntimeError

        +
        public static Status RuntimeError(String msg)
        +
      • +
      + + + +
        +
      • +

        RuntimeError

        +
        public static Status RuntimeError(String msg,
        +                                  int posixCode)
        +
      • +
      + + + +
        +
      • +

        NetworkError

        +
        public static Status NetworkError(String msg)
        +
      • +
      + + + +
        +
      • +

        NetworkError

        +
        public static Status NetworkError(String msg,
        +                                  int posixCode)
        +
      • +
      + + + +
        +
      • +

        IllegalState

        +
        public static Status IllegalState(String msg)
        +
      • +
      + + + +
        +
      • +

        IllegalState

        +
        public static Status IllegalState(String msg,
        +                                  int posixCode)
        +
      • +
      + + + +
        +
      • +

        NotAuthorized

        +
        public static Status NotAuthorized(String msg)
        +
      • +
      + + + +
        +
      • +

        NotAuthorized

        +
        public static Status NotAuthorized(String msg,
        +                                   int posixCode)
        +
      • +
      + + + +
        +
      • +

        Aborted

        +
        public static Status Aborted(String msg)
        +
      • +
      + + + +
        +
      • +

        Aborted

        +
        public static Status Aborted(String msg,
        +                             int posixCode)
        +
      • +
      + + + +
        +
      • +

        RemoteError

        +
        public static Status RemoteError(String msg)
        +
      • +
      + + + +
        +
      • +

        RemoteError

        +
        public static Status RemoteError(String msg,
        +                                 int posixCode)
        +
      • +
      + + + +
        +
      • +

        ServiceUnavailable

        +
        public static Status ServiceUnavailable(String msg)
        +
      • +
      + + + +
        +
      • +

        ServiceUnavailable

        +
        public static Status ServiceUnavailable(String msg,
        +                                        int posixCode)
        +
      • +
      + + + +
        +
      • +

        TimedOut

        +
        public static Status TimedOut(String msg)
        +
      • +
      + + + +
        +
      • +

        TimedOut

        +
        public static Status TimedOut(String msg,
        +                              int posixCode)
        +
      • +
      + + + +
        +
      • +

        Uninitialized

        +
        public static Status Uninitialized(String msg)
        +
      • +
      + + + +
        +
      • +

        Uninitialized

        +
        public static Status Uninitialized(String msg,
        +                                   int posixCode)
        +
      • +
      + + + +
        +
      • +

        ConfigurationError

        +
        public static Status ConfigurationError(String msg)
        +
      • +
      + + + +
        +
      • +

        ConfigurationError

        +
        public static Status ConfigurationError(String msg,
        +                                        int posixCode)
        +
      • +
      + + + +
        +
      • +

        Incomplete

        +
        public static Status Incomplete(String msg)
        +
      • +
      + + + +
        +
      • +

        Incomplete

        +
        public static Status Incomplete(String msg,
        +                                int posixCode)
        +
      • +
      + + + +
        +
      • +

        EndOfFile

        +
        public static Status EndOfFile(String msg)
        +
      • +
      + + + +
        +
      • +

        EndOfFile

        +
        public static Status EndOfFile(String msg,
        +                               int posixCode)
        +
      • +
      + + + +
        +
      • +

        ok

        +
        public boolean ok()
        +
      • +
      + + + +
        +
      • +

        isCorruption

        +
        public boolean isCorruption()
        +
      • +
      + + + +
        +
      • +

        isNotFound

        +
        public boolean isNotFound()
        +
      • +
      + + + +
        +
      • +

        isNotSupported

        +
        public boolean isNotSupported()
        +
      • +
      + + + +
        +
      • +

        isInvalidArgument

        +
        public boolean isInvalidArgument()
        +
      • +
      + + + +
        +
      • +

        isIOError

        +
        public boolean isIOError()
        +
      • +
      + + + +
        +
      • +

        isAlreadyPresent

        +
        public boolean isAlreadyPresent()
        +
      • +
      + + + +
        +
      • +

        isRuntimeError

        +
        public boolean isRuntimeError()
        +
      • +
      + + + +
        +
      • +

        isNetworkError

        +
        public boolean isNetworkError()
        +
      • +
      + + + +
        +
      • +

        isIllegalState

        +
        public boolean isIllegalState()
        +
      • +
      + + + +
        +
      • +

        isNotAuthorized

        +
        public boolean isNotAuthorized()
        +
      • +
      + + + +
        +
      • +

        isAborted

        +
        public boolean isAborted()
        +
      • +
      + + + +
        +
      • +

        isRemoteError

        +
        public boolean isRemoteError()
        +
      • +
      + + + +
        +
      • +

        isServiceUnavailable

        +
        public boolean isServiceUnavailable()
        +
      • +
      + + + +
        +
      • +

        isTimedOut

        +
        public boolean isTimedOut()
        +
      • +
      + + + +
        +
      • +

        isUninitialized

        +
        public boolean isUninitialized()
        +
      • +
      + + + +
        +
      • +

        isConfigurationError

        +
        public boolean isConfigurationError()
        +
      • +
      + + + +
        +
      • +

        isIncomplete

        +
        public boolean isIncomplete()
        +
      • +
      + + + +
        +
      • +

        isEndOfFile

        +
        public boolean isEndOfFile()
        +
      • +
      + + + +
        +
      • +

        getPosixCode

        +
        public int getPosixCode()
        +
        Get the posix code associated with the error.
        +
        +
        Returns:
        +
        -1 if no posix code is set. Otherwise, returns the posix code.
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public String toString()
        +
        Get a human-readable version of the Status message fit for logging or display.
        +
        +
        Overrides:
        +
        toString in class Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2016. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/2d464066/releases/0.9.1/apidocs/org/kududb/client/TabletServerErrorException.html ---------------------------------------------------------------------- diff --git a/releases/0.9.1/apidocs/org/kududb/client/TabletServerErrorException.html b/releases/0.9.1/apidocs/org/kududb/client/TabletServerErrorException.html new file mode 100644 index 0000000..43bd9d0 --- /dev/null +++ b/releases/0.9.1/apidocs/org/kududb/client/TabletServerErrorException.html @@ -0,0 +1,241 @@ + + + + + + +TabletServerErrorException (Kudu 0.9.1 API) + + + + + + + + + + + +
+
org.kududb.client
+

Class TabletServerErrorException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    @InterfaceAudience.Public
    + @InterfaceStability.Evolving
    +public class TabletServerErrorException
    +extends KuduServerException
    +
    This exception is thrown by Tablet Servers when something goes wrong processing a request.
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+ + + + + +

Copyright © 2016. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/2d464066/releases/0.9.1/apidocs/org/kududb/client/Update.html ---------------------------------------------------------------------- diff --git a/releases/0.9.1/apidocs/org/kududb/client/Update.html b/releases/0.9.1/apidocs/org/kududb/client/Update.html new file mode 100644 index 0000000..7795f18 --- /dev/null +++ b/releases/0.9.1/apidocs/org/kududb/client/Update.html @@ -0,0 +1,244 @@ + + + + + + +Update (Kudu 0.9.1 API) + + + + + + + + + + + +
+
org.kududb.client
+

Class Update

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.kududb.client.KuduRpc.HasKey
    +
    +
    +
    +
    @InterfaceAudience.Public
    + @InterfaceStability.Evolving
    +public class Update
    +extends Operation
    +
    Operation to update columns on an existing row. Instances of this class should not be reused.
    +
  • +
+
+
+ +
+
+ + + + + +

Copyright © 2016. All rights reserved.

+ +