@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 java.io.IOException
split - An InputSplit from the InputFormat underlying this loader.java.io.IOExceptionCopyright © 2007-2025 The Apache Software Foundation