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 A7DE6200B6D for ; Tue, 23 Aug 2016 08:28:53 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A6CFC160AA5; Tue, 23 Aug 2016 06:28:53 +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 15065160AC7 for ; Tue, 23 Aug 2016 08:28:50 +0200 (CEST) Received: (qmail 25665 invoked by uid 500); 23 Aug 2016 06:28:50 -0000 Mailing-List: contact commits-help@kudu.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kudu.apache.org Delivered-To: mailing list commits@kudu.apache.org Received: (qmail 25458 invoked by uid 99); 23 Aug 2016 06:28:50 -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; Tue, 23 Aug 2016 06:28:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DEE66EEE7B; Tue, 23 Aug 2016 06:28:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: todd@apache.org To: commits@kudu.apache.org Date: Tue, 23 Aug 2016 06:28:57 -0000 Message-Id: <3b7bf0026c894c189c3bc8157e0e0af5@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [09/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 4091108 Add release announcement blog for 0.10 967bf3c Update docs from tip of branch-0.10.x bb0fb41 new range partitioning features blog post d4a5115 Update site fo archived-at: Tue, 23 Aug 2016 06:28:53 -0000 http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09fd3874/apidocs/org/kududb/client/ListTabletServersResponse.html ---------------------------------------------------------------------- diff --git a/apidocs/org/kududb/client/ListTabletServersResponse.html b/apidocs/org/kududb/client/ListTabletServersResponse.html deleted file mode 100644 index a323352..0000000 --- a/apidocs/org/kududb/client/ListTabletServersResponse.html +++ /dev/null @@ -1,309 +0,0 @@ - - - - - - -ListTabletServersResponse (Kudu 0.9.1 API) - - - - - - - - - - - -
-
org.kududb.client
-

Class ListTabletServersResponse

-
-
- -
-
    -
  • -
    -
    -
    @InterfaceAudience.Public
    - @InterfaceStability.Evolving
    -public class ListTabletServersResponse
    -extends Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getTabletServersCount

        -
        public int getTabletServersCount()
        -
        Get the count of tablet servers as reported by the master.
        -
        -
        Returns:
        -
        TS count.
        -
        -
      • -
      - - - -
        -
      • -

        getTabletServersList

        -
        public List<String> getTabletServersList()
        -
        Get the list of tablet servers, as represented by their hostname.
        -
        -
        Returns:
        -
        List of hostnames, one per TS.
        -
        -
      • -
      - - - -
        -
      • -

        getElapsedMillis

        -
        public long getElapsedMillis()
        -
        Get the number of milliseconds elapsed since the RPC was created up to the moment when this - response was created.
        -
        -
        Returns:
        -
        Elapsed time in milliseconds.
        -
        -
      • -
      - - - -
        -
      • -

        getTsUUID

        -
        public String getTsUUID()
        -
        Get the identifier of the tablet server that sent the response.
        -
        -
        Returns:
        -
        A string containing a UUID.
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2016. All rights reserved.

- - http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09fd3874/apidocs/org/kududb/client/LocatedTablet.Replica.html ---------------------------------------------------------------------- diff --git a/apidocs/org/kududb/client/LocatedTablet.Replica.html b/apidocs/org/kududb/client/LocatedTablet.Replica.html deleted file mode 100644 index 8eff641..0000000 --- a/apidocs/org/kududb/client/LocatedTablet.Replica.html +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - -LocatedTablet.Replica (Kudu 0.9.1 API) - - - - - - - - - - - -
-
org.kududb.client
-

Class LocatedTablet.Replica

-
-
- -
-
    -
  • -
    -
    Enclosing class:
    -
    LocatedTablet
    -
    -
    -
    -
    @InterfaceAudience.Public
    - @InterfaceStability.Evolving
    -public static class LocatedTablet.Replica
    -extends Object
    -
    One of the replicas of the tablet.
    -
  • -
-
-
- -
-
- -
-
- - - - - -

Copyright © 2016. All rights reserved.

- - http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09fd3874/apidocs/org/kududb/client/LocatedTablet.html ---------------------------------------------------------------------- diff --git a/apidocs/org/kududb/client/LocatedTablet.html b/apidocs/org/kududb/client/LocatedTablet.html deleted file mode 100644 index a7a823a..0000000 --- a/apidocs/org/kududb/client/LocatedTablet.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - -LocatedTablet (Kudu 0.9.1 API) - - - - - - - - - - - -
-
org.kududb.client
-

Class LocatedTablet

-
-
- -
-
    -
  • -
    -
    -
    @InterfaceAudience.Public
    - @InterfaceStability.Evolving
    -public class LocatedTablet
    -extends Object
    -
    Information about the locations of tablets in a Kudu table. - This should be treated as immutable data (it does not reflect - any updates the client may have heard since being constructed).
    -
  • -
-
-
- -
-
- -
-
- - - - - -

Copyright © 2016. All rights reserved.

- - http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09fd3874/apidocs/org/kududb/client/MasterErrorException.html ---------------------------------------------------------------------- diff --git a/apidocs/org/kududb/client/MasterErrorException.html b/apidocs/org/kududb/client/MasterErrorException.html deleted file mode 100644 index 9dbe55f..0000000 --- a/apidocs/org/kududb/client/MasterErrorException.html +++ /dev/null @@ -1,241 +0,0 @@ - - - - - - -MasterErrorException (Kudu 0.9.1 API) - - - - - - - - - - - -
-
org.kududb.client
-

Class MasterErrorException

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Serializable
    -
    -
    -
    -
    @InterfaceAudience.Public
    - @InterfaceStability.Evolving
    -public class MasterErrorException
    -extends KuduServerException
    -
    This exception is thrown when a Master responds to an RPC with an error message
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
- -
-
- - - - - -

Copyright © 2016. All rights reserved.

- - http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09fd3874/apidocs/org/kududb/client/NoLeaderMasterFoundException.html ---------------------------------------------------------------------- diff --git a/apidocs/org/kududb/client/NoLeaderMasterFoundException.html b/apidocs/org/kududb/client/NoLeaderMasterFoundException.html deleted file mode 100644 index 0fb8150..0000000 --- a/apidocs/org/kududb/client/NoLeaderMasterFoundException.html +++ /dev/null @@ -1,241 +0,0 @@ - - - - - - -NoLeaderMasterFoundException (Kudu 0.9.1 API) - - - - - - - - - - - -
-
org.kududb.client
-

Class NoLeaderMasterFoundException

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Serializable
    -
    -
    -
    -
    @InterfaceAudience.Public
    - @InterfaceStability.Evolving
    -public final class NoLeaderMasterFoundException
    -extends RecoverableException
    -
    Indicates that the request failed because we couldn't find a leader master server.
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
- -
-
- - - - - -

Copyright © 2016. All rights reserved.

- - http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09fd3874/apidocs/org/kududb/client/NonRecoverableException.html ---------------------------------------------------------------------- diff --git a/apidocs/org/kududb/client/NonRecoverableException.html b/apidocs/org/kududb/client/NonRecoverableException.html deleted file mode 100644 index 20b07f4..0000000 --- a/apidocs/org/kududb/client/NonRecoverableException.html +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - -NonRecoverableException (Kudu 0.9.1 API) - - - - - - - - - - - -
-
org.kududb.client
-

Class NonRecoverableException

-
-
- -
- -
-
- -
-
- - - - - -

Copyright © 2016. All rights reserved.

- -