Uses of Class
org.apache.hadoop.contrib.index.mapred.IntermediateForm

Packages that use IntermediateForm
org.apache.hadoop.contrib.index.lucene   
org.apache.hadoop.contrib.index.mapred   
 

Uses of IntermediateForm in org.apache.hadoop.contrib.index.lucene
 

Methods in org.apache.hadoop.contrib.index.lucene with parameters of type IntermediateForm
 void ShardWriter.process(IntermediateForm form)
          Process an intermediate form by carrying out, on the Lucene instance of the shard, the deletes and the inserts (a ram index) in the form.
 

Uses of IntermediateForm in org.apache.hadoop.contrib.index.mapred
 

Methods in org.apache.hadoop.contrib.index.mapred with parameters of type IntermediateForm
 int IndexUpdatePartitioner.getPartition(Shard key, IntermediateForm value, int numPartitions)
           
 void IntermediateForm.process(IntermediateForm form)
          This method is used by the index update combiner and process an intermediate form into the current intermediate form.
 

Method parameters in org.apache.hadoop.contrib.index.mapred with type arguments of type IntermediateForm
 void IndexUpdateMapper.map(K key, V value, OutputCollector<Shard,IntermediateForm> output, Reporter reporter)
          Map a key-value pair to a shard-and-intermediate form pair.
 void IndexUpdateCombiner.reduce(Shard key, Iterator<IntermediateForm> values, OutputCollector<Shard,IntermediateForm> output, Reporter reporter)
           
 void IndexUpdateCombiner.reduce(Shard key, Iterator<IntermediateForm> values, OutputCollector<Shard,IntermediateForm> output, Reporter reporter)
           
 void IndexUpdateReducer.reduce(Shard key, Iterator<IntermediateForm> values, OutputCollector<Shard,Text> output, Reporter reporter)
           
 



Copyright © 2009 The Apache Software Foundation