|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.mapreduce.InputSplit
org.apache.hadoop.mapred.FileSplit
org.terrier.structures.indexing.singlepass.hadoop.FileSplit
public class FileSplit
An instance of org.apache.hadoop.mapred.FileSplit that provides a default constructor.
| Constructor Summary | |
|---|---|
FileSplit()
constructor |
|
FileSplit(org.apache.hadoop.fs.Path file,
long start,
long length,
java.lang.String[] hosts)
constructor |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.hadoop.mapred.FileSplit |
|---|
getLength, getLocations, getPath, getStart, readFields, toString, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FileSplit()
public FileSplit(org.apache.hadoop.fs.Path file,
long start,
long length,
java.lang.String[] hosts)
file - start - length - hosts -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||