Generated by
JDiff

Class org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigSplit

Removed Constructors
PigSplit(InputSplit, int, List, int)  
 

Added Constructors
PigSplit(InputSplit[], int, List, int)  
 

Added Methods
long getLength(int) Return the length of a wrapped split
int getNumPaths() @return the number of wrapped splits
int getSplitIndex()  
InputSplit getWrappedSplit(int) @param idx the index into the wrapped splits
boolean isMultiInputs() Returns true if the map has multiple inputs else false
void setMultiInputs(boolean) Indicates this map has multiple input (such as the result of a join operation).
String toString()