public static final class DistSum.Machine.SummationSplit extends org.apache.hadoop.mapreduce.InputSplit implements org.apache.hadoop.io.Writable, Container<Summation>
| Constructor and Description |
|---|
DistSum.Machine.SummationSplit() |
| Modifier and Type | Method and Description |
|---|---|
Summation |
getElement() |
long |
getLength() |
String[] |
getLocations() |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
public Summation getElement()
getElement in interface Container<Summation>public long getLength()
getLength in class org.apache.hadoop.mapreduce.InputSplitpublic String[] getLocations()
getLocations in class org.apache.hadoop.mapreduce.InputSplitpublic void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionCopyright © 2014 Apache Software Foundation. All Rights Reserved.