Uses of Interface
org.apache.pig.backend.datastorage.DataStorage

Packages that use DataStorage
org.apache.pig.backend.datastorage   
org.apache.pig.backend.executionengine   
org.apache.pig.backend.hadoop.datastorage   
org.apache.pig.backend.hadoop.executionengine   
org.apache.pig.impl   
org.apache.pig.impl.io   
 

Uses of DataStorage in org.apache.pig.backend.datastorage
 

Methods in org.apache.pig.backend.datastorage that return DataStorage
 DataStorage ElementDescriptor.getDataStorage()
           
 

Uses of DataStorage in org.apache.pig.backend.executionengine
 

Methods in org.apache.pig.backend.executionengine that return DataStorage
 DataStorage ExecutionEngine.getDataStorage()
          Returns the DataStorage the ExecutionEngine is using.
 

Uses of DataStorage in org.apache.pig.backend.hadoop.datastorage
 

Classes in org.apache.pig.backend.hadoop.datastorage that implement DataStorage
 class HDataStorage
           
 

Methods in org.apache.pig.backend.hadoop.datastorage that return DataStorage
 DataStorage HPath.getDataStorage()
           
 

Uses of DataStorage in org.apache.pig.backend.hadoop.executionengine
 

Fields in org.apache.pig.backend.hadoop.executionengine declared as DataStorage
protected  DataStorage HExecutionEngine.ds
           
 

Methods in org.apache.pig.backend.hadoop.executionengine that return DataStorage
 DataStorage HExecutionEngine.getDataStorage()
           
 

Uses of DataStorage in org.apache.pig.impl
 

Methods in org.apache.pig.impl that return DataStorage
 DataStorage PigContext.getDfs()
           
 DataStorage PigContext.getFs()
           
 DataStorage PigContext.getLfs()
           
 

Uses of DataStorage in org.apache.pig.impl.io
 

Methods in org.apache.pig.impl.io with parameters of type DataStorage
static boolean FileLocalizer.fileExists(String filename, DataStorage store)
          Deprecated. Use FileLocalizer.fileExists(String, PigContext) instead
static String FileLocalizer.fullPath(String fileName, DataStorage storage)
          Deprecated. Use FileLocalizer.fullPath(String, PigContext) instead
static boolean FileLocalizer.isDirectory(String filename, DataStorage store)
          Deprecated. Use FileLocalizer.isDirectory(String, PigContext) instead.
static boolean FileLocalizer.isFile(String filename, DataStorage store)
          Deprecated. Use FileLocalizer.isFile(String, PigContext) instead
static InputStream FileLocalizer.open(String fileName, ExecType execType, DataStorage storage)
          Deprecated. Use FileLocalizer.open(String, PigContext) instead
 



Copyright © 2007-2012 The Apache Software Foundation