|
||||||||||
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
public 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 | |
---|---|
long |
getEnd()
|
long |
getLength()
Get the size of the split, so that the input splits can be sorted by size. |
java.lang.String[] |
getLocations()
Get the list of nodes by name where the data for the split would be local. |
long |
getStart()
|
void |
readFields(java.io.DataInput input)
|
void |
write(java.io.DataOutput output)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 selectMethod Detail |
---|
public java.lang.String[] getLocations() throws java.io.IOException
getLocations
in class InputSplit
java.io.IOException
public long getStart()
public long getEnd()
public long getLength() throws java.io.IOException
InputSplit
getLength
in class InputSplit
java.io.IOException
public void readFields(java.io.DataInput input) throws java.io.IOException
readFields
in interface org.apache.hadoop.io.Writable
java.io.IOException
public void write(java.io.DataOutput output) throws java.io.IOException
write
in interface org.apache.hadoop.io.Writable
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |