|
||||||||||
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.input.FileSplit
org.apache.hadoop.mrunit.mapreduce.mock.MockInputSplit
public class MockInputSplit
Mock implementation of InputSplit that does nothing.
Constructor Summary | |
---|---|
MockInputSplit()
|
Method Summary | |
---|---|
static org.apache.hadoop.fs.Path |
getMockPath()
Return the path object represented by this as a FileSplit. |
String |
toString()
|
Methods inherited from class org.apache.hadoop.mapreduce.lib.input.FileSplit |
---|
getLength, getLocations, getPath, getStart, readFields, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MockInputSplit()
Method Detail |
---|
public String toString()
toString
in class org.apache.hadoop.mapreduce.lib.input.FileSplit
public static org.apache.hadoop.fs.Path getMockPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |