Uses of Class
org.apache.hadoop.hbase.mapreduce.LuceneDocumentWrapper

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

Uses of LuceneDocumentWrapper in org.apache.hadoop.hbase.mapreduce
 

Methods in org.apache.hadoop.hbase.mapreduce that return types with arguments of type LuceneDocumentWrapper
 org.apache.hadoop.mapreduce.RecordWriter<ImmutableBytesWritable,LuceneDocumentWrapper> IndexOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
          Returns the record writer.
 

Methods in org.apache.hadoop.hbase.mapreduce with parameters of type LuceneDocumentWrapper
 void IndexRecordWriter.write(ImmutableBytesWritable key, LuceneDocumentWrapper value)
          Writes the record into an index.
 



Copyright © 2010 The Apache Software Foundation