@InterfaceAudience.Public @InterfaceStability.Evolving public abstract class FileInputLoadFunc extends LoadFunc implements OrderedLoadFunc
Constructor and Description |
---|
FileInputLoadFunc() |
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
|
getAbsolutePath, getCacheFiles, getInputFormat, getLoadCaster, getNext, getPathStrings, getShipFiles, join, prepareToRead, relativeToAbsolutePath, setLocation, setUDFContextSignature, warn
public org.apache.hadoop.io.WritableComparable<?> getSplitComparable(org.apache.hadoop.mapreduce.InputSplit split) throws IOException
OrderedLoadFunc
getSplitComparable
in interface OrderedLoadFunc
split
- An InputSplit from the InputFormat underlying this loader.IOException
Copyright © 2007-2017 The Apache Software Foundation