public class SplitInfo
extends Object
Constructor and Description |
---|
SplitInfo(Class<?> inputFormatClazz,
String hostLocation,
String path,
long length,
Object underlyingSplit) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
String |
hostLocation() |
Class<?> |
inputFormatClazz() |
long |
length() |
String |
path() |
static scala.collection.Seq<SplitInfo> |
toSplitInfo(Class<?> inputFormatClazz,
String path,
org.apache.hadoop.mapred.InputSplit mapredSplit) |
static scala.collection.Seq<SplitInfo> |
toSplitInfo(Class<?> inputFormatClazz,
String path,
org.apache.hadoop.mapreduce.InputSplit mapreduceSplit) |
String |
toString() |
Object |
underlyingSplit() |
public SplitInfo(Class<?> inputFormatClazz, String hostLocation, String path, long length, Object underlyingSplit)
public static scala.collection.Seq<SplitInfo> toSplitInfo(Class<?> inputFormatClazz, String path, org.apache.hadoop.mapred.InputSplit mapredSplit)
public static scala.collection.Seq<SplitInfo> toSplitInfo(Class<?> inputFormatClazz, String path, org.apache.hadoop.mapreduce.InputSplit mapreduceSplit)
public Class<?> inputFormatClazz()
public String hostLocation()
public String path()
public long length()
public Object underlyingSplit()
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object other)
equals
in class Object