Uses of Class
org.terrier.utility.Wrapper

Packages that use Wrapper
org.terrier.structures Provides the classes that implement the data structures used for retrieval with the Terrier platform. 
org.terrier.structures.indexing.singlepass.hadoop Provides classes implemeting the Hadoop MapReduce indexing in Terrier. 
org.terrier.utility This package includes classes that are used in various part of the Terrier Platform. 
 

Uses of Wrapper in org.terrier.structures
 

Methods in org.terrier.structures that return types with arguments of type Wrapper
 org.apache.hadoop.mapred.RecordReader<org.apache.hadoop.io.IntWritable,Wrapper<String[]>> CompressingMetaIndex.CompressingMetaIndexInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit _split, org.apache.hadoop.mapred.JobConf jc, org.apache.hadoop.mapred.Reporter reporter)
          
 

Uses of Wrapper in org.terrier.structures.indexing.singlepass.hadoop
 

Subclasses of Wrapper in org.terrier.structures.indexing.singlepass.hadoop
 class SplitAwareWrapper<T>
          Ironically a wrapper around a wrapper.
 

Methods in org.terrier.structures.indexing.singlepass.hadoop with parameters of type Wrapper
 void Inv2DirectMultiReduce.map(org.apache.hadoop.io.IntWritable termId, Wrapper<IterablePosting> postingWrapper, org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.VIntWritable,Posting> collector, org.apache.hadoop.mapred.Reporter reporter)
          Take an iterator of postings.
 

Uses of Wrapper in org.terrier.utility
 

Subclasses of Wrapper in org.terrier.utility
static class Wrapper.IntObjectWrapper<K>
          IntObjectWrapper class
 

Methods in org.terrier.utility that return Wrapper
 Wrapper<T> Wrapper.createWrapper(T O)
          get created wrapper
 



Terrier 3.6. Copyright © 2004-2011 University of Glasgow