|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntermediateForm | |
---|---|
com.senseidb.indexing.hadoop.keyvalueformat | |
com.senseidb.indexing.hadoop.map | |
com.senseidb.indexing.hadoop.reduce |
Uses of IntermediateForm in com.senseidb.indexing.hadoop.keyvalueformat |
---|
Methods in com.senseidb.indexing.hadoop.keyvalueformat with parameters of type IntermediateForm | |
---|---|
void |
IntermediateForm.process(IntermediateForm form)
This method is used by the index update combiner and process an intermediate form into the current intermediate form. |
Uses of IntermediateForm in com.senseidb.indexing.hadoop.map |
---|
Method parameters in com.senseidb.indexing.hadoop.map with type arguments of type IntermediateForm | |
---|---|
void |
SenseiMapper.map(Object key,
Object value,
org.apache.hadoop.mapred.OutputCollector<Shard,IntermediateForm> output,
org.apache.hadoop.mapred.Reporter reporter)
|
Uses of IntermediateForm in com.senseidb.indexing.hadoop.reduce |
---|
Methods in com.senseidb.indexing.hadoop.reduce 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. |
Method parameters in com.senseidb.indexing.hadoop.reduce with type arguments of type IntermediateForm | |
---|---|
void |
SenseiCombiner.reduce(Shard key,
Iterator<IntermediateForm> values,
org.apache.hadoop.mapred.OutputCollector<Shard,IntermediateForm> output,
org.apache.hadoop.mapred.Reporter reporter)
|
void |
SenseiCombiner.reduce(Shard key,
Iterator<IntermediateForm> values,
org.apache.hadoop.mapred.OutputCollector<Shard,IntermediateForm> output,
org.apache.hadoop.mapred.Reporter reporter)
|
void |
SenseiReducer.reduce(Shard key,
Iterator<IntermediateForm> values,
org.apache.hadoop.mapred.OutputCollector<Shard,org.apache.hadoop.io.Text> output,
org.apache.hadoop.mapred.Reporter reporter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |