Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-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 779BD18EE7 for ; Tue, 24 Nov 2015 23:19:35 +0000 (UTC) Received: (qmail 29128 invoked by uid 500); 24 Nov 2015 23:19:31 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 29065 invoked by uid 500); 24 Nov 2015 23:19: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 27285 invoked by uid 99); 24 Nov 2015 23:19: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; Tue, 24 Nov 2015 23:19:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 05300E0BBA; Tue, 24 Nov 2015 23:19:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: misty@apache.org To: commits@hbase.apache.org Date: Tue, 24 Nov 2015 23:20:01 -0000 Message-Id: <31d82c4d26764c908cd95a38b79af1c2@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [33/34] hbase git commit: Published site at 0bae444b34b6be3a28b5ccc036afb5add23818c6. http://git-wip-us.apache.org/repos/asf/hbase/blob/8acdc839/apidocs/org/apache/hadoop/hbase/filter/FirstKeyValueMatchingQualifiersFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/FirstKeyValueMatchingQualifiersFilter.html b/apidocs/org/apache/hadoop/hbase/filter/FirstKeyValueMatchingQualifiersFilter.html index 4d9030d..e19fc7e 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/FirstKeyValueMatchingQualifiersFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/FirstKeyValueMatchingQualifiersFilter.html @@ -109,10 +109,14 @@

  • +
    Deprecated.  +
    Deprecated in 2.0. See HBASE-13347
    +

    @InterfaceAudience.Public
     @InterfaceStability.Stable
    -public class FirstKeyValueMatchingQualifiersFilter
    +@Deprecated
    +public class FirstKeyValueMatchingQualifiersFilter
     extends FirstKeyOnlyFilter
    The filter looks for the given columns in KeyValue. Once there is a match for any one of the columns, it returns ReturnCode.NEXT_ROW for remaining @@ -172,6 +176,7 @@ extends FirstKeyValueMatchingQualifiersFilter(Set<byte[]> qualifiers) +
    Deprecated. 
    Constructor which takes a set of columns.
    @@ -193,16 +198,20 @@ extends Filter.ReturnCode filterKeyValue(Cell v) +
    Deprecated. 
    A way to filter based on the column family, column qualifier and/or the column value.
    static FirstKeyValueMatchingQualifiersFilter -parseFrom(byte[] pbBytes)  +parseFrom(byte[] pbBytes) +
    Deprecated. 
    byte[] toByteArray() +
    Deprecated. 
    Return length 0 byte array for Filters that don't require special serialization
    @@ -255,7 +264,8 @@ extends
  • FirstKeyValueMatchingQualifiersFilter

    -
    public FirstKeyValueMatchingQualifiersFilter(Set<byte[]> qualifiers)
    +
    public FirstKeyValueMatchingQualifiersFilter(Set<byte[]> qualifiers)
    +
    Deprecated. 
    Constructor which takes a set of columns. As soon as first KeyValue matching any of these columns is found, filter moves to next row.
    Parameters:
    qualifiers - the set of columns to me matched.
    @@ -275,7 +285,8 @@ extends
  • filterKeyValue

    -
    public Filter.ReturnCode filterKeyValue(Cell v)
    +
    public Filter.ReturnCode filterKeyValue(Cell v)
    +
    Deprecated. 
    Description copied from class: Filter
    A way to filter based on the column family, column qualifier and/or the column value. Return code is described below. This allows filters to filter only certain number of columns, then @@ -304,7 +315,8 @@ extends
  • toByteArray

    -
    public byte[] toByteArray()
    +
    public byte[] toByteArray()
    +
    Deprecated. 
    Description copied from class: org.apache.hadoop.hbase.filter.FilterBase
    Return length 0 byte array for Filters that don't require special serialization
    @@ -319,8 +331,9 @@ extends
  • parseFrom

    -
    public static FirstKeyValueMatchingQualifiersFilter parseFrom(byte[] pbBytes)
    +
    public static FirstKeyValueMatchingQualifiersFilter parseFrom(byte[] pbBytes)
                                                            throws org.apache.hadoop.hbase.exceptions.DeserializationException
    +
    Deprecated. 
    Parameters:
    pbBytes - A pb serialized FirstKeyValueMatchingQualifiersFilter instance
    Returns:
    An instance of FirstKeyValueMatchingQualifiersFilter made from bytes
    Throws:
    http://git-wip-us.apache.org/repos/asf/hbase/blob/8acdc839/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html index 6bad7be..4e7ed28 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html @@ -125,7 +125,9 @@ Filter.ReturnCode -FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v)  +FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v) +
    Deprecated. 
    Filter.ReturnCode http://git-wip-us.apache.org/repos/asf/hbase/blob/8acdc839/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html index 495267f..e99c2c6 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html @@ -259,7 +259,9 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. class  FirstKeyValueMatchingQualifiersFilter -
    The filter looks for the given columns in KeyValue.
    +
    Deprecated.  +
    Deprecated in 2.0. See HBASE-13347
    +
    http://git-wip-us.apache.org/repos/asf/hbase/blob/8acdc839/apidocs/org/apache/hadoop/hbase/filter/class-use/FirstKeyOnlyFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/FirstKeyOnlyFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/FirstKeyOnlyFilter.html index ee65731..8eed0e8 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/FirstKeyOnlyFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/FirstKeyOnlyFilter.html @@ -100,7 +100,9 @@ class  FirstKeyValueMatchingQualifiersFilter -
    The filter looks for the given columns in KeyValue.
    +
    Deprecated.  +
    Deprecated in 2.0. See HBASE-13347
    +
    http://git-wip-us.apache.org/repos/asf/hbase/blob/8acdc839/apidocs/org/apache/hadoop/hbase/filter/class-use/FirstKeyValueMatchingQualifiersFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/FirstKeyValueMatchingQualifiersFilter.html b/apidocs/org/apache/hadoop/hbase/filter/class-use/FirstKeyValueMatchingQualifiersFilter.html index 75d71ed..c4101ca 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/class-use/FirstKeyValueMatchingQualifiersFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/FirstKeyValueMatchingQualifiersFilter.html @@ -99,7 +99,9 @@ static FirstKeyValueMatchingQualifiersFilter -FirstKeyValueMatchingQualifiersFilter.parseFrom(byte[] pbBytes)  +FirstKeyValueMatchingQualifiersFilter.parseFrom(byte[] pbBytes) +
    Deprecated. 
    +  http://git-wip-us.apache.org/repos/asf/hbase/blob/8acdc839/apidocs/org/apache/hadoop/hbase/filter/package-summary.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/package-summary.html b/apidocs/org/apache/hadoop/hbase/filter/package-summary.html index 831fc94..2c26599 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/package-summary.html +++ b/apidocs/org/apache/hadoop/hbase/filter/package-summary.html @@ -177,8 +177,8 @@ FirstKeyValueMatchingQualifiersFilter - -
    The filter looks for the given columns in KeyValue.
    +Deprecated +
    Deprecated in 2.0.
    http://git-wip-us.apache.org/repos/asf/hbase/blob/8acdc839/apidocs/org/apache/hadoop/hbase/filter/package-use.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/package-use.html b/apidocs/org/apache/hadoop/hbase/filter/package-use.html index bff2148..0ebfa39 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/package-use.html +++ b/apidocs/org/apache/hadoop/hbase/filter/package-use.html @@ -243,7 +243,9 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. FirstKeyValueMatchingQualifiersFilter -
    The filter looks for the given columns in KeyValue.
    +
    Deprecated.  +
    Deprecated in 2.0. See HBASE-13347
    +
    http://git-wip-us.apache.org/repos/asf/hbase/blob/8acdc839/apidocs/org/apache/hadoop/hbase/mapreduce/RowCounter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/mapreduce/RowCounter.html b/apidocs/org/apache/hadoop/hbase/mapreduce/RowCounter.html index b4cb9b8..ec186e2 100644 --- a/apidocs/org/apache/hadoop/hbase/mapreduce/RowCounter.html +++ b/apidocs/org/apache/hadoop/hbase/mapreduce/RowCounter.html @@ -106,7 +106,7 @@
    @InterfaceAudience.Public
     @InterfaceStability.Stable
    -public class RowCounter
    +public class RowCounter
     extends org.apache.hadoop.conf.Configured
     implements org.apache.hadoop.util.Tool
    A job with a just a map phase to count rows. Map outputs table rows IF the @@ -205,7 +205,7 @@ implements org.apache.hadoop.util.Tool
  • @@ -222,7 +222,7 @@ implements org.apache.hadoop.util.Tool
    • createSubmittableJob

      -
      public static org.apache.hadoop.mapreduce.Job createSubmittableJob(org.apache.hadoop.conf.Configuration conf,
      +
      public static org.apache.hadoop.mapreduce.Job createSubmittableJob(org.apache.hadoop.conf.Configuration conf,
                                                          String[] args)
                                                                   throws IOException
      Sets up the actual job.
      @@ -238,7 +238,7 @@ implements org.apache.hadoop.util.Tool
      • run

        -
        public int run(String[] args)
        +
        public int run(String[] args)
                 throws Exception
        Specified by:
        @@ -253,7 +253,7 @@ implements org.apache.hadoop.util.Tool
        • main

          -
          public static void main(String[] args)
          +
          public static void main(String[] args)
                            throws Exception
          Main entry point.
          Parameters:
          args - The command line parameters.