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 2899A200D03 for ; Sat, 9 Sep 2017 17:14:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2768A1609E3; Sat, 9 Sep 2017 15:14:07 +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 D83CA1609D5 for ; Sat, 9 Sep 2017 17:14:04 +0200 (CEST) Received: (qmail 37755 invoked by uid 500); 9 Sep 2017 15:13:59 -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 33549 invoked by uid 99); 9 Sep 2017 15:13:55 -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, 09 Sep 2017 15:13:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D208BF5737; Sat, 9 Sep 2017 15:13:54 +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, 09 Sep 2017 15:14:29 -0000 Message-Id: <8535c988bce4461b98a8787901e28a69@git.apache.org> In-Reply-To: <66995acc0cf745738afee05fa04155ea@git.apache.org> References: <66995acc0cf745738afee05fa04155ea@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [37/51] [partial] hbase-site git commit: Published site at . archived-at: Sat, 09 Sep 2017 15:14:07 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1490b3ab/apidocs/org/apache/hadoop/hbase/filter/ValueFilter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/filter/ValueFilter.html b/apidocs/org/apache/hadoop/hbase/filter/ValueFilter.html index 8d8d759..b895047 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/ValueFilter.html +++ b/apidocs/org/apache/hadoop/hbase/filter/ValueFilter.html @@ -125,7 +125,7 @@ var activeTableTab = "activeTableTab";

@InterfaceAudience.Public
-public class ValueFilter
+public class ValueFilter
 extends CompareFilter
This filter is used to filter based on column value. It takes an operator (equal, greater, not equal, etc) and a byte [] comparator for the @@ -177,7 +177,7 @@ extends CompareFilter -comparator, compareOp +comparator, op
boolean dropDependentColumn, CompareFilter.CompareOp valueCompareOp, ByteArrayComparable valueComparator) -
Build a dependent column filter with value checking - dependent column varies will be compared using the supplied - compareOp and comparator, for usage of which - refer to CompareFilter
+
Deprecated.  + +
FamilyFilter(CompareFilter.CompareOp familyCompareOp, ByteArrayComparable familyComparator) -
Constructor.
+
Deprecated.  +
Since 2.0.0. Will be removed in 3.0.0. + Use FamilyFilter.FamilyFilter(CompareOperator, ByteArrayComparable)
+
QualifierFilter(CompareFilter.CompareOp op, ByteArrayComparable qualifierComparator) -
Constructor.
+
Deprecated.  +
Since 2.0.0. Will be removed in 3.0.0. + Use QualifierFilter.QualifierFilter(CompareOperator, ByteArrayComparable) instead.
+
RowFilter(CompareFilter.CompareOp rowCompareOp, ByteArrayComparable rowComparator) -
Constructor.
+
Deprecated.  +
Since 2.0.0. Will remove in 3.0.0. Use + RowFilter.RowFilter(CompareOperator, ByteArrayComparable)} instead.
+
@@ -297,7 +325,7 @@ the order they are declared. byte[] qualifier, CompareFilter.CompareOp compareOp, byte[] value) -
Constructor for binary compare of the value of a single column.
+
Deprecated. 
@@ -305,7 +333,10 @@ the order they are declared. byte[] qualifier, CompareFilter.CompareOp compareOp, ByteArrayComparable comparator) -
Constructor for binary compare of the value of a single column.
+ @@ -315,7 +346,10 @@ the order they are declared. ByteArrayComparable comparator, boolean filterIfMissing, boolean latestVersionOnly) -
Constructor for protobuf deserialization only.
+ @@ -323,7 +357,10 @@ the order they are declared. byte[] qualifier, CompareFilter.CompareOp compareOp, byte[] value) -
Constructor for binary compare of the value of a single column.
+
Deprecated.  + +
@@ -331,7 +368,10 @@ the order they are declared. byte[] qualifier, CompareFilter.CompareOp compareOp, ByteArrayComparable comparator) -
Constructor for binary compare of the value of a single column.
+
Deprecated.  + +
@@ -341,13 +381,20 @@ the order they are declared. ByteArrayComparable comparator, boolean filterIfMissing, boolean latestVersionOnly) -
Constructor for protobuf deserialization only.
+ ValueFilter(CompareFilter.CompareOp valueCompareOp, ByteArrayComparable valueComparator) -
Constructor.
+
Deprecated.  +
Since 2.0.0. Will be removed in 3.0.0. + Use ValueFilter.ValueFilter(CompareOperator, ByteArrayComparable)
+
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1490b3ab/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 b1ee5fe..28108d9 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/package-summary.html +++ b/apidocs/org/apache/hadoop/hbase/filter/package-summary.html @@ -362,8 +362,8 @@ CompareFilter.CompareOp - -
Comparison operators.
+Deprecated +
since 2.0.0.
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1490b3ab/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 4e350c3..8ec81d4 100644 --- a/apidocs/org/apache/hadoop/hbase/filter/package-use.html +++ b/apidocs/org/apache/hadoop/hbase/filter/package-use.html @@ -127,7 +127,9 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. CompareFilter.CompareOp -
Comparison operators.
+
Deprecated.  +
since 2.0.0. Will be removed in 3.0.0. Use CompareOperator instead.
+
@@ -204,7 +206,9 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. CompareFilter.CompareOp -
Comparison operators.
+
Deprecated.  +
since 2.0.0. Will be removed in 3.0.0. Use CompareOperator instead.
+
@@ -427,7 +431,9 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. CompareFilter.CompareOp -
Comparison operators.
+
Deprecated.  +
since 2.0.0. Will be removed in 3.0.0. Use CompareOperator instead.
+
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1490b3ab/apidocs/org/apache/hadoop/hbase/mapreduce/CellCounter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/mapreduce/CellCounter.html b/apidocs/org/apache/hadoop/hbase/mapreduce/CellCounter.html index 6d23452..2091f2a 100644 --- a/apidocs/org/apache/hadoop/hbase/mapreduce/CellCounter.html +++ b/apidocs/org/apache/hadoop/hbase/mapreduce/CellCounter.html @@ -119,7 +119,7 @@ var activeTableTab = "activeTableTab";

@InterfaceAudience.Public
-public class CellCounter
+public class CellCounter
 extends org.apache.hadoop.conf.Configured
 implements org.apache.hadoop.util.Tool
A job with a a map and reduce phase to count cells in a table. @@ -232,7 +232,7 @@ implements org.apache.hadoop.util.Tool @@ -249,7 +249,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.
    @@ -270,7 +270,7 @@ implements org.apache.hadoop.util.Tool
    • run

      -
      public int run(String[] args)
      +
      public int run(String[] args)
               throws Exception
      Specified by:
      @@ -286,7 +286,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.
        http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1490b3ab/apidocs/org/apache/hadoop/hbase/package-frame.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/package-frame.html b/apidocs/org/apache/hadoop/hbase/package-frame.html index a68108f..fa91117 100644 --- a/apidocs/org/apache/hadoop/hbase/package-frame.html +++ b/apidocs/org/apache/hadoop/hbase/package-frame.html @@ -34,7 +34,6 @@
      • LocalHBaseCluster
      • NamespaceDescriptor
      • NamespaceDescriptor.Builder
      • -
      • ProcedureInfo
      • RegionLoad
      • ScheduledChore
      • ServerLoad
      • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1490b3ab/apidocs/org/apache/hadoop/hbase/package-summary.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/package-summary.html b/apidocs/org/apache/hadoop/hbase/package-summary.html index bf78f3e..4cd5206 100644 --- a/apidocs/org/apache/hadoop/hbase/package-summary.html +++ b/apidocs/org/apache/hadoop/hbase/package-summary.html @@ -201,36 +201,30 @@   -ProcedureInfo - -
        Procedure information
        - - - RegionLoad
        Encapsulates per-region load metrics.
        - + ScheduledChore
        ScheduledChore is a task performed on a period in hbase.
        - + ServerLoad
        This class is used for exporting current state of load on a RegionServer.
        - + ServerName
        Name of a particular incarnation of an HBase Server.
        - + TableName
        Immutable POJO class for representing a table name.