org.apache.hadoop.mapred
Class SplitLocationInfo

java.lang.Object
  extended by org.apache.hadoop.mapred.SplitLocationInfo

@InterfaceAudience.Public
@InterfaceStability.Evolving
public class SplitLocationInfo
extends Object


Constructor Summary
SplitLocationInfo(String location, boolean inMemory)
           
 
Method Summary
 String getLocation()
           
 boolean isInMemory()
           
 boolean isOnDisk()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitLocationInfo

public SplitLocationInfo(String location,
                         boolean inMemory)
Method Detail

isOnDisk

public boolean isOnDisk()

isInMemory

public boolean isInMemory()

getLocation

public String getLocation()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.