|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hadoop.examples.SleepJob.EmptySplit
public static class SleepJob.EmptySplit
Constructor Summary | |
---|---|
SleepJob.EmptySplit()
|
Method Summary | |
---|---|
long |
getLength()
Get the total number of bytes in the data of the InputSplit . |
String[] |
getLocations()
Get the list of hostnames where the input split is located. |
void |
readFields(DataInput in)
Deserialize the fields of this object from in . |
void |
write(DataOutput out)
Serialize the fields of this object to out . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SleepJob.EmptySplit()
Method Detail |
---|
public void write(DataOutput out) throws IOException
Writable
out
.
write
in interface Writable
out
- DataOuput
to serialize this object into.
IOException
public void readFields(DataInput in) throws IOException
Writable
in
.
For efficiency, implementations should attempt to re-use storage in the existing object where possible.
readFields
in interface Writable
in
- DataInput
to deseriablize this object from.
IOException
public long getLength()
InputSplit
InputSplit
.
getLength
in interface InputSplit
public String[] getLocations()
InputSplit
getLocations
in interface InputSplit
InputSplit
is
located as an array of String
s.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |