org.apache.hadoop.io.Writablepublic class VirtualInputSplit
extends org.apache.hadoop.mapreduce.InputSplit
implements org.apache.hadoop.io.Writable
| Constructor | Description |
|---|---|
VirtualInputSplit() |
| Modifier and Type | Method | Description |
|---|---|---|
long |
getLength() |
|
java.lang.String[] |
getLocations() |
|
void |
readFields(java.io.DataInput in) |
|
void |
write(java.io.DataOutput out) |
public void write(java.io.DataOutput out)
throws java.io.IOException
write in interface org.apache.hadoop.io.Writablejava.io.IOExceptionpublic void readFields(java.io.DataInput in)
throws java.io.IOException
readFields in interface org.apache.hadoop.io.Writablejava.io.IOExceptionpublic long getLength()
throws java.io.IOException,
java.lang.InterruptedException
getLength in class org.apache.hadoop.mapreduce.InputSplitjava.io.IOExceptionjava.lang.InterruptedExceptionpublic java.lang.String[] getLocations()
throws java.io.IOException,
java.lang.InterruptedException
getLocations in class org.apache.hadoop.mapreduce.InputSplitjava.io.IOExceptionjava.lang.InterruptedExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.