org.apache.pig.impl.util
Class UriUtil

java.lang.Object
  extended by org.apache.pig.impl.util.UriUtil

public class UriUtil
extends Object


Constructor Summary
UriUtil()
           
 
Method Summary
static boolean isHDFSFile(String uri)
           
static boolean isHDFSFileOrLocal(String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UriUtil

public UriUtil()
Method Detail

isHDFSFile

public static boolean isHDFSFile(String uri)

isHDFSFileOrLocal

public static boolean isHDFSFileOrLocal(String uri)


Copyright © 2012 The Apache Software Foundation