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 java.lang.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(java.lang.String splitLocation,
long startOffset)
getStartOffset
public long getStartOffset()
getSplitLocation
public java.lang.String getSplitLocation()
readFields
public void readFields(java.io.DataInput in)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(java.io.DataOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2009 The Apache Software Foundation