public class HiveIcebergSplit extends org.apache.hadoop.mapred.FileSplit implements IcebergSplitContainer
Constructor and Description |
---|
HiveIcebergSplit() |
Modifier and Type | Method and Description |
---|---|
long |
getLength() |
java.lang.String[] |
getLocations() |
org.apache.hadoop.fs.Path |
getPath() |
long |
getStart() |
IcebergSplit |
icebergSplit() |
void |
readFields(java.io.DataInput in) |
void |
write(java.io.DataOutput out) |
public IcebergSplit icebergSplit()
icebergSplit
in interface IcebergSplitContainer
public long getLength()
getLength
in interface org.apache.hadoop.mapred.InputSplit
getLength
in class org.apache.hadoop.mapred.FileSplit
public java.lang.String[] getLocations()
getLocations
in interface org.apache.hadoop.mapred.InputSplit
getLocations
in class org.apache.hadoop.mapred.FileSplit
public org.apache.hadoop.fs.Path getPath()
getPath
in class org.apache.hadoop.mapred.FileSplit
public long getStart()
getStart
in class org.apache.hadoop.mapred.FileSplit
public void write(java.io.DataOutput out) throws java.io.IOException
write
in interface org.apache.hadoop.io.Writable
write
in class org.apache.hadoop.mapred.FileSplit
java.io.IOException
public void readFields(java.io.DataInput in) throws java.io.IOException
readFields
in interface org.apache.hadoop.io.Writable
readFields
in class org.apache.hadoop.mapred.FileSplit
java.io.IOException