From commits-return-68823-archive-asf-public=cust-asf.ponee.io@hbase.apache.org Sat Mar 3 07:17:34 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 9241218077D for ; Sat, 3 Mar 2018 07:17:32 +0100 (CET) Received: (qmail 13369 invoked by uid 500); 3 Mar 2018 06:17:31 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 12343 invoked by uid 99); 3 Mar 2018 06:17:30 -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; Sat, 03 Mar 2018 06:17:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 84C66F4EA1; Sat, 3 Mar 2018 06:17:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: git-site-role@apache.org To: commits@hbase.apache.org Date: Sat, 03 Mar 2018 06:17:36 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [09/51] [partial] hbase-site git commit: Published site at 1d25b60831b8cc8f7ad5fd366f1867de5c20d2f3. http://git-wip-us.apache.org/repos/asf/hbase-site/blob/eb05e3e3/apidocs/org/apache/hadoop/hbase/client/RetriesExhaustedException.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/RetriesExhaustedException.html b/apidocs/org/apache/hadoop/hbase/client/RetriesExhaustedException.html index f98f198..dcee4f2 100644 --- a/apidocs/org/apache/hadoop/hbase/client/RetriesExhaustedException.html +++ b/apidocs/org/apache/hadoop/hbase/client/RetriesExhaustedException.html @@ -91,16 +91,16 @@
@@ -314,7 +314,7 @@ extends
  • getCauses

    -
    public List<ThrowablegetCauses()
    +
    public List<ThrowablegetCauses()
  • @@ -332,7 +332,7 @@ extends
  • getCause

    -
    public Throwable getCause(int i)
    +
    public Throwable getCause(int i)
  • @@ -350,7 +350,7 @@ extends
  • getHostnamePort

    -
    public String getHostnamePort(int i)
    +
    public String getHostnamePort(int i)
  • @@ -368,7 +368,7 @@ extends
  • pluralize

    -
    public static String pluralize(Collection<?> c)
    +
    public static String pluralize(Collection<?> c)
  • @@ -377,7 +377,7 @@ extends
  • pluralize

    -
    public static String pluralize(int c)
    +
    public static String pluralize(int c)
  • @@ -386,9 +386,9 @@ extends
  • getDesc

    -
    public static String getDesc(List<Throwable> exceptions,
    -                             List<? extends Row> actions,
    -                             List<String> hostnamePort)
    +
    public static String getDesc(List<Throwable> exceptions,
    +                             List<? extends Row> actions,
    +                             List<String> hostnamePort)
  • @@ -397,7 +397,7 @@ extends
  • getExhaustiveDescription

    -
    public String getExhaustiveDescription()
    +
    public String getExhaustiveDescription()
  • @@ -406,7 +406,7 @@ extends
  • classifyExs

    -
    public static Map<String,IntegerclassifyExs(List<Throwable> ths)
    +
    public static Map<String,IntegerclassifyExs(List<Throwable> ths)
  • @@ -415,7 +415,7 @@ extends
  • getDesc

    -
    public static String getDesc(Map<String,Integer> classificaton)
    +
    public static String getDesc(Map<String,Integer> classificaton)
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/eb05e3e3/apidocs/org/apache/hadoop/hbase/client/Row.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/client/Row.html b/apidocs/org/apache/hadoop/hbase/client/Row.html index 095ae8a..bdc6d7d 100644 --- a/apidocs/org/apache/hadoop/hbase/client/Row.html +++ b/apidocs/org/apache/hadoop/hbase/client/Row.html @@ -101,7 +101,7 @@ var activeTableTab = "activeTableTab";
  • All Superinterfaces:
    -
    Comparable<Row>
    +
    Comparable<Row>
    All Known Implementing Classes:
    @@ -111,7 +111,7 @@ var activeTableTab = "activeTableTab";
    @InterfaceAudience.Public
     public interface Row
    -extends Comparable<Row>
    +extends Comparable<Row>
    Has a row.
  • @@ -132,7 +132,7 @@ extends Field and Description -static Comparator<Row> +static Comparator<Row> COMPARATOR  @@ -184,7 +184,7 @@ extends
  • COMPARATOR

    -
    static final Comparator<Row> COMPARATOR
    +
    static final Comparator<Row> COMPARATOR
  • @@ -214,13 +214,13 @@ extends
  • compareTo

    -
    @Deprecated
    +
    @Deprecated
     int compareTo(Row var1)
    Deprecated. As of release 2.0.0, this will be removed in HBase 3.0.0. Use COMPARATOR instead
    Specified by:
    -
    compareTo in interface Comparable<Row>
    +
    compareTo in interface Comparable<Row>