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 8CC91200CF6 for ; Sun, 3 Sep 2017 17:13:34 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8B615164229; Sun, 3 Sep 2017 15:13:34 +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 65510164217 for ; Sun, 3 Sep 2017 17:13:33 +0200 (CEST) Received: (qmail 62546 invoked by uid 500); 3 Sep 2017 15:13:28 -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 59757 invoked by uid 99); 3 Sep 2017 15:13:26 -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; Sun, 03 Sep 2017 15:13:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6CCACF5683; Sun, 3 Sep 2017 15:13:24 +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: Sun, 03 Sep 2017 15:13:57 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [35/51] [partial] hbase-site git commit: Published site at . archived-at: Sun, 03 Sep 2017 15:13:34 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3b220124/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Public.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Public.html b/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Public.html index 7c6ffee..7799fc6 100644 --- a/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Public.html +++ b/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Public.html @@ -249,6 +249,10 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.   +org.apache.hadoop.hbase.tool +  + + org.apache.hadoop.hbase.types
@@ -256,11 +260,11 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
extensible data type API. - + org.apache.hadoop.hbase.util   - + org.apache.hadoop.hbase.zookeeper   @@ -2180,10 +2184,22 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. class  LoadIncrementalHFiles -
Tool to load the output of HFileOutputFormat into an existing table.
+
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0. Use + LoadIncrementalHFiles instead.
+
+static class  +LoadIncrementalHFiles.LoadQueueItem +
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0. Use + LoadIncrementalHFiles.LoadQueueItem instead.
+
+ + + class  MultiTableHFileOutputFormat
Create 3 level tree directory, first level is using table name as parent @@ -2199,27 +2215,27 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
-columnFamilyName2 - + class  MultiTableInputFormat
Convert HBase tabular data from multiple scanners into a format that is consumable by Map/Reduce.
- + class  MultiTableInputFormatBase - + class  MultiTableOutputFormat
Hadoop output format that writes to one or more HBase tables.
- + class  MultiTableSnapshotInputFormat
MultiTableSnapshotInputFormat generalizes @@ -2228,140 +2244,140 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.
configured for each. - + class  MutationSerialization  - + class  PutCombiner<K>
Combine Puts.
- + class  PutSortReducer
Emits sorted Puts.
- + class  ResultSerialization  - + class  RowCounter
A job with a just a map phase to count rows.
- + class  SimpleTotalOrderPartitioner<VALUE>
A partitioner that takes start and end keys and uses bigdecimal to figure which reduce a key belongs to.
- + class  TableInputFormat
Convert HBase tabular data into a format that is consumable by Map/Reduce.
- + class  TableInputFormatBase
A base for TableInputFormats.
- + class  TableMapper<KEYOUT,VALUEOUT>
Extends the base Mapper class to add the required input key and value classes.
- + class  TableMapReduceUtil
Utility for TableMapper and TableReducer
- + class  TableOutputCommitter
Small committer class that does not do anything.
- + class  TableOutputFormat<KEY>
Convert Map/Reduce output and write it to an HBase table.
- + class  TableRecordReader
Iterate over an HBase table data, return (ImmutableBytesWritable, Result) pairs.
- + class  TableRecordReaderImpl
Iterate over an HBase table data, return (ImmutableBytesWritable, Result) pairs.
- + class  TableReducer<KEYIN,VALUEIN,KEYOUT>
Extends the basic Reducer class to add the required key and value input/output classes.
- + class  TableSnapshotInputFormat
TableSnapshotInputFormat allows a MapReduce job to run over a table snapshot.
- + class  TableSplit
A table split corresponds to a key range (low, high) and an optional scanner.
- + class  TextSortReducer
Emits Sorted KeyValues.
- + class  TsvImporterMapper
Write table content out to files in hdfs.
- + class  TsvImporterTextMapper
Write table content out to map output files.
- + interface  VisibilityExpressionResolver
Interface to convert visibility expressions into Tags for storing along with Cells in HFiles.
- + class  WALInputFormat
Simple InputFormat for WAL files.
- + class  WALPlayer
A tool to replay WAL files as a M/R job.
@@ -2955,6 +2971,32 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods. +
  • + + +

    Uses of InterfaceAudience.Public in org.apache.hadoop.hbase.tool

    + + + + + + + + + + + + + + + + +
    Classes in org.apache.hadoop.hbase.tool with annotations of type InterfaceAudience.Public 
    Modifier and TypeClass and Description
    class LoadIncrementalHFiles +
    Tool to load the output of HFileOutputFormat into an existing table.
    +
    static class LoadIncrementalHFiles.LoadQueueItem +
    Represents an HFile waiting to be loaded.
    +
    +
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3b220124/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html b/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html index b5eb979..a96db7e 100644 --- a/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html +++ b/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html @@ -88,12 +88,12 @@

    Annotation Type Hierarchy