Uses of Interface
org.apache.hadoop.hbase.mapred.TableReduce

Packages that use TableReduce
org.apache.hadoop.hbase.mapred Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
 

Uses of TableReduce in org.apache.hadoop.hbase.mapred
 

Classes in org.apache.hadoop.hbase.mapred that implement TableReduce
 class IdentityTableReduce
          Deprecated. 
 

Method parameters in org.apache.hadoop.hbase.mapred with type arguments of type TableReduce
static void TableMapReduceUtil.initTableReduceJob(String table, Class<? extends TableReduce> reducer, org.apache.hadoop.mapred.JobConf job)
          Deprecated. Use this before submitting a TableReduce job.
static void TableMapReduceUtil.initTableReduceJob(String table, Class<? extends TableReduce> reducer, org.apache.hadoop.mapred.JobConf job, Class partitioner)
          Deprecated. Use this before submitting a TableReduce job.
static void TableMapReduceUtil.initTableReduceJob(String table, Class<? extends TableReduce> reducer, org.apache.hadoop.mapred.JobConf job, Class partitioner, boolean addDependencyJars)
          Deprecated. Use this before submitting a TableReduce job.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.