public class IcebergSplit extends org.apache.hadoop.mapreduce.InputSplit implements org.apache.hadoop.mapred.InputSplit, IcebergSplitContainer
Constructor and Description |
---|
IcebergSplit() |
Modifier and Type | Method and Description |
---|---|
long |
getLength() |
java.lang.String[] |
getLocations() |
IcebergSplit |
icebergSplit() |
void |
readFields(java.io.DataInput in) |
Table |
table() |
CombinedScanTask |
task() |
void |
write(java.io.DataOutput out) |
public CombinedScanTask task()
public IcebergSplit icebergSplit()
icebergSplit
in interface IcebergSplitContainer
public long getLength()
getLength
in interface org.apache.hadoop.mapred.InputSplit
getLength
in class org.apache.hadoop.mapreduce.InputSplit
public java.lang.String[] getLocations()
getLocations
in interface org.apache.hadoop.mapred.InputSplit
getLocations
in class org.apache.hadoop.mapreduce.InputSplit
public void write(java.io.DataOutput out) throws java.io.IOException
write
in interface org.apache.hadoop.io.Writable
java.io.IOException
public void readFields(java.io.DataInput in) throws java.io.IOException
readFields
in interface org.apache.hadoop.io.Writable
java.io.IOException
public Table table()