Uses of Class
org.terrier.structures.indexing.singlepass.hadoop.PositionAwareSplit

Packages that use PositionAwareSplit
org.terrier.structures.indexing.singlepass.hadoop Provides classes implemeting the Hadoop MapReduce indexing in Terrier. 
 

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

Classes in org.terrier.structures.indexing.singlepass.hadoop with type parameters of type PositionAwareSplit
 class CollectionRecordReader<SPLITTYPE extends PositionAwareSplit<?>>
          An abstract RecordReader class which provides methods to read a collection within the Hadoop framework.
 

Fields in org.terrier.structures.indexing.singlepass.hadoop declared as PositionAwareSplit
protected  SPLITTYPE CollectionRecordReader.split
          the files in this split
 

Constructors in org.terrier.structures.indexing.singlepass.hadoop with parameters of type PositionAwareSplit
FileCollectionRecordReader(org.apache.hadoop.mapred.JobConf jobConf, PositionAwareSplit<org.apache.hadoop.mapred.lib.CombineFileSplit> split)
          Constructor
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow