Uses of Class
org.apache.pig.impl.io.FileLocalizer.FetchFileRet

Packages that use FileLocalizer.FetchFileRet
org.apache.pig.impl.io   
 

Uses of FileLocalizer.FetchFileRet in org.apache.pig.impl.io
 

Methods in org.apache.pig.impl.io that return FileLocalizer.FetchFileRet
static FileLocalizer.FetchFileRet FileLocalizer.fetchFile(Properties properties, String filePath)
          Ensures that the passed path is on the local file system, fetching it to the java.io.tmpdir if necessary.
static FileLocalizer.FetchFileRet[] FileLocalizer.fetchFiles(Properties properties, String filePath)
          Ensures that the passed files pointed to by path are on the local file system, fetching them to the java.io.tmpdir if necessary.
static FileLocalizer.FetchFileRet FileLocalizer.fetchResource(String name)
          Ensures that the passed resource is available from the local file system, fetching it to a temporary directory.
 



Copyright © 2007-2012 The Apache Software Foundation