public static class NullRowsInputFormat.DummyInputSplit extends Object implements org.apache.hadoop.mapred.InputSplit
Constructor and Description |
---|
NullRowsInputFormat.DummyInputSplit() |
Modifier and Type | Method and Description |
---|---|
long |
getLength() |
String[] |
getLocations() |
void |
readFields(DataInput arg0) |
void |
write(DataOutput arg0) |
public long getLength() throws IOException
getLength
in interface org.apache.hadoop.mapred.InputSplit
IOException
public String[] getLocations() throws IOException
getLocations
in interface org.apache.hadoop.mapred.InputSplit
IOException
public void readFields(DataInput arg0) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public void write(DataOutput arg0) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.