Uses of Class
org.apache.pig.backend.local.datastorage.LocalDataStorage

Packages that use LocalDataStorage
org.apache.pig.backend.local.datastorage   
 

Uses of LocalDataStorage in org.apache.pig.backend.local.datastorage
 

Constructors in org.apache.pig.backend.local.datastorage with parameters of type LocalDataStorage
LocalDir(LocalDataStorage fs, File path)
           
LocalDir(LocalDataStorage fs, File parent, File child)
           
LocalDir(LocalDataStorage fs, File parent, String child)
           
LocalDir(LocalDataStorage fs, String path)
           
LocalDir(LocalDataStorage fs, String parent, File child)
           
LocalDir(LocalDataStorage fs, String parent, String child)
           
LocalFile(LocalDataStorage fs, File path)
           
LocalFile(LocalDataStorage fs, File parent, File child)
           
LocalFile(LocalDataStorage fs, File parent, String child)
           
LocalFile(LocalDataStorage fs, String path)
           
LocalFile(LocalDataStorage fs, String parent, File child)
           
LocalFile(LocalDataStorage fs, String parent, String child)
           
LocalPath(LocalDataStorage fs, File path)
           
LocalPath(LocalDataStorage fs, File parent, File child)
           
LocalPath(LocalDataStorage fs, File parent, String child)
           
LocalPath(LocalDataStorage fs, String path)
           
LocalPath(LocalDataStorage fs, String parent, File child)
           
LocalPath(LocalDataStorage fs, String parent, String child)
           
 



Copyright © ${year} The Apache Software Foundation