|
||||||||||
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.mapreduce.lib.db.DBInputFormat.DBInputSplit
org.apache.hadoop.mapred.lib.db.DBInputFormat.DBInputSplit
protected static class DBInputFormat.DBInputSplit
A InputSplit that spans a set of rows
Constructor Summary | |
---|---|
DBInputFormat.DBInputSplit()
Default Constructor |
|
DBInputFormat.DBInputSplit(long start,
long end)
Convenience Constructor |
Method Summary |
---|
Methods inherited from class org.apache.hadoop.mapreduce.lib.db.DBInputFormat.DBInputSplit |
---|
getEnd, getLength, getLocations, getStart, readFields, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.hadoop.mapred.InputSplit |
---|
getLength, getLocations |
Methods inherited from interface org.apache.hadoop.io.Writable |
---|
readFields, write |
Constructor Detail |
---|
public DBInputFormat.DBInputSplit()
public DBInputFormat.DBInputSplit(long start, long end)
start
- the index of the first row to selectend
- the index of the last row to select
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |