Generated by
JDiff

Class org.apache.hadoop.mapred.lib.CombineFileSplit

The superclass changed from java.lang.Object to org.apache.hadoop.mapreduce.lib.input.CombineFileSplit.

Now deprecated.

Removed Constructors
CombineFileSplit(JobConf, Path[], long[], long[], String[])  
CombineFileSplit(CombineFileSplit) Copy constructor
 

Removed Methods
long getLength()  
long getLength(int) Returns the length of the ith Path
 

Changed Methods
long[] getLengths() Method was locally defined, but is now inherited from CombineFileSplit. Returns an array containing the lengths of the files in the split
String[] getLocations() Method was locally defined, but is now inherited from CombineFileSplit. Returns all the Paths where this input-split resides
int getNumPaths() Method was locally defined, but is now inherited from CombineFileSplit. Returns the number of Paths in the split
long getOffset(int) Method was locally defined, but is now inherited from CombineFileSplit. Returns the start offset of the ith Path
Path getPath(int) Method was locally defined, but is now inherited from CombineFileSplit. Returns the ith Path
Path[] getPaths() Method was locally defined, but is now inherited from CombineFileSplit. Returns all the Paths in the split
long[] getStartOffsets() Method was locally defined, but is now inherited from CombineFileSplit. Returns an array containing the start offsets of the files in the split
void readFields(DataInput) Method was locally defined, but is now inherited from CombineFileSplit.  
String toString() Method was locally defined, but is now inherited from CombineFileSplit.  
void write(DataOutput) Method was locally defined, but is now inherited from CombineFileSplit.