@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, write
getLocationInfo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLength, getLocations
readFields, write
public CombineFileSplit()
public CombineFileSplit(JobConf job, Path[] files, long[] start, long[] lengths, String[] locations)
public CombineFileSplit(CombineFileSplit old) throws IOException
IOException
public JobConf getJob()
Copyright © 2017 Apache Software Foundation. All rights reserved.