org.apache.hadoop.mapred
Class SplitLocationInfo
java.lang.Object
org.apache.hadoop.mapred.SplitLocationInfo
@InterfaceAudience.Public
@InterfaceStability.Evolving
public class SplitLocationInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SplitLocationInfo
public SplitLocationInfo(String location,
boolean inMemory)
isOnDisk
public boolean isOnDisk()
isInMemory
public boolean isInMemory()
getLocation
public String getLocation()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.