org.terrier.structures.indexing.singlepass.hadoop
Class MultiFileSplit

java.lang.Object
  extended by org.apache.hadoop.mapred.lib.CombineFileSplit
      extended by org.terrier.structures.indexing.singlepass.hadoop.MultiFileSplit
All Implemented Interfaces:
org.apache.hadoop.io.Writable, org.apache.hadoop.mapred.InputSplit

public class MultiFileSplit
extends org.apache.hadoop.mapred.lib.CombineFileSplit

An instance of org.apache.hadoop.mapred.MultiFileSplit that provides a default constructor.

Since:
3.0
Author:
Richard McCreadie and Craig Macdonald

Constructor Summary
MultiFileSplit()
          Constructs an instance of the MultiFileSplit.
MultiFileSplit(org.apache.hadoop.mapred.JobConf arg0, org.apache.hadoop.fs.Path[] arg1, long[] arg2)
          Constructs an instance of the MultiFileSplit.
 
Method Summary
 
Methods inherited from class org.apache.hadoop.mapred.lib.CombineFileSplit
getJob, getLength, getLength, getLengths, getLocations, getNumPaths, getOffset, getPath, getPaths, getStartOffsets, readFields, toString, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiFileSplit

public MultiFileSplit()
Constructs an instance of the MultiFileSplit.


MultiFileSplit

public MultiFileSplit(org.apache.hadoop.mapred.JobConf arg0,
                      org.apache.hadoop.fs.Path[] arg1,
                      long[] arg2)
Constructs an instance of the MultiFileSplit.

Parameters:
arg0 -
arg1 -
arg2 -


Terrier 3.5. Copyright © 2004-2011 University of Glasgow