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 IcebergSplitContainerpublic long getLength()
getLength in interface org.apache.hadoop.mapred.InputSplitgetLength in class org.apache.hadoop.mapred.FileSplitpublic java.lang.String[] getLocations()
getLocations in interface org.apache.hadoop.mapred.InputSplitgetLocations in class org.apache.hadoop.mapred.FileSplitpublic org.apache.hadoop.fs.Path getPath()
getPath in class org.apache.hadoop.mapred.FileSplitpublic long getStart()
getStart in class org.apache.hadoop.mapred.FileSplitpublic void write(java.io.DataOutput out)
throws java.io.IOException
write in interface org.apache.hadoop.io.Writablewrite in class org.apache.hadoop.mapred.FileSplitjava.io.IOExceptionpublic void readFields(java.io.DataInput in)
throws java.io.IOException
readFields in interface org.apache.hadoop.io.WritablereadFields in class org.apache.hadoop.mapred.FileSplitjava.io.IOException