|
||||||||||
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.examples.BaileyBorweinPlouffe.BbpSplit
public static class BaileyBorweinPlouffe.BbpSplit
Input split for the BaileyBorweinPlouffe.BbpInputFormat
.
Constructor Summary | |
---|---|
BaileyBorweinPlouffe.BbpSplit()
Public default constructor for the Writable interface. |
Method Summary | |
---|---|
long |
getLength()
Get the size of the split, so that the input splits can be sorted by size. |
String[] |
getLocations()
No location is needed. |
void |
readFields(DataInput in)
|
void |
write(DataOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaileyBorweinPlouffe.BbpSplit()
Method Detail |
---|
public long getLength()
getLength
in class InputSplit
public String[] getLocations()
getLocations
in class InputSplit
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |