@InterfaceAudience.Public @InterfaceStability.Evolving public interface OrderedLoadFunc
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.io.WritableComparable<?> |
getSplitComparable(org.apache.hadoop.mapreduce.InputSplit split)
The WritableComparable object returned will be used to compare
the position of different splits in an ordered stream
|
org.apache.hadoop.io.WritableComparable<?> getSplitComparable(org.apache.hadoop.mapreduce.InputSplit split) throws IOException
split
- An InputSplit from the InputFormat underlying this loader.IOException
Copyright © 2007-2017 The Apache Software Foundation