@InterfaceAudience.Public @InterfaceStability.Stable public class CombineFileSplit extends CombineFileSplit implements InputSplit
| Constructor and Description | 
|---|
CombineFileSplit()  | 
CombineFileSplit(CombineFileSplit old)
Copy constructor 
 | 
CombineFileSplit(JobConf job,
                                Path[] files,
                                long[] lengths)  | 
CombineFileSplit(JobConf job,
                                Path[] files,
                                long[] start,
                                long[] lengths,
                                String[] locations)  | 
| Modifier and Type | Method and Description | 
|---|---|
JobConf | 
getJob()  | 
getLength, getLength, getLengths, getLocations, getNumPaths, getOffset, getPath, getPaths, getStartOffsets, readFields, toString, writegetLocationInfoclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLength, getLocationsreadFields, writepublic CombineFileSplit()
public CombineFileSplit(JobConf job, Path[] files, long[] start, long[] lengths, String[] locations)
public CombineFileSplit(JobConf job, Path[] files, long[] lengths)
public CombineFileSplit(CombineFileSplit old) throws IOException
IOExceptionCopyright © 2017 Apache Software Foundation. All rights reserved.