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

Packages that use DocumentID
org.apache.hadoop.contrib.index.example   
org.apache.hadoop.contrib.index.mapred   
 

Uses of DocumentID in org.apache.hadoop.contrib.index.example
 

Methods in org.apache.hadoop.contrib.index.example that return DocumentID
 DocumentID LineDocRecordReader.createKey()
           
 

Methods in org.apache.hadoop.contrib.index.example that return types with arguments of type DocumentID
 RecordReader<DocumentID,LineDocTextAndOp> LineDocInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter)
           
 

Methods in org.apache.hadoop.contrib.index.example with parameters of type DocumentID
 int RoundRobinDistributionPolicy.chooseShardForDelete(DocumentID key)
           
 int HashingDistributionPolicy.chooseShardForDelete(DocumentID key)
           
 int RoundRobinDistributionPolicy.chooseShardForInsert(DocumentID key)
           
 int HashingDistributionPolicy.chooseShardForInsert(DocumentID key)
           
 void IdentityLocalAnalysis.map(DocumentID key, DocumentAndOp value, OutputCollector<DocumentID,DocumentAndOp> output, Reporter reporter)
           
 void LineDocLocalAnalysis.map(DocumentID key, LineDocTextAndOp value, OutputCollector<DocumentID,DocumentAndOp> output, Reporter reporter)
           
 boolean LineDocRecordReader.next(DocumentID key, LineDocTextAndOp value)
           
 

Method parameters in org.apache.hadoop.contrib.index.example with type arguments of type DocumentID
 void IdentityLocalAnalysis.map(DocumentID key, DocumentAndOp value, OutputCollector<DocumentID,DocumentAndOp> output, Reporter reporter)
           
 void LineDocLocalAnalysis.map(DocumentID key, LineDocTextAndOp value, OutputCollector<DocumentID,DocumentAndOp> output, Reporter reporter)
           
 

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

Methods in org.apache.hadoop.contrib.index.mapred with parameters of type DocumentID
 int IDistributionPolicy.chooseShardForDelete(DocumentID key)
          Choose a shard or all shards to send a delete request.
 int IDistributionPolicy.chooseShardForInsert(DocumentID key)
          Choose a shard to send an insert request.
 



Copyright © 2009 The Apache Software Foundation