org.apache.hadoop.mapreduce.split
Class JobSplit.TaskSplitIndex
java.lang.Object
org.apache.hadoop.mapreduce.split.JobSplit.TaskSplitIndex
- Enclosing class:
- JobSplit
public static class JobSplit.TaskSplitIndex
- extends Object
This represents the meta information about the task split that the
task gets
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobSplit.TaskSplitIndex
public JobSplit.TaskSplitIndex()
JobSplit.TaskSplitIndex
public JobSplit.TaskSplitIndex(String splitLocation,
long startOffset)
getStartOffset
public long getStartOffset()
getSplitLocation
public String getSplitLocation()
readFields
public void readFields(DataInput in)
throws IOException
- Throws:
IOException
write
public void write(DataOutput out)
throws IOException
- Throws:
IOException
Copyright © 2009 The Apache Software Foundation