Uses of Class
org.apache.pig.backend.datastorage.SeekableInputStream

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

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

Methods in org.apache.pig.backend.datastorage that return SeekableInputStream
 SeekableInputStream ElementDescriptor.sopen()
           
 SeekableInputStream ElementDescriptor.sopen(Properties configuration)
          Open an element in the Data Storage with support for random access (seek operations).
 

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

Subclasses of SeekableInputStream in org.apache.pig.backend.hadoop.datastorage
 class HSeekableInputStream
           
 

Methods in org.apache.pig.backend.hadoop.datastorage that return SeekableInputStream
abstract  SeekableInputStream HPath.sopen()
           
 SeekableInputStream HFile.sopen()
           
 SeekableInputStream HDirectory.sopen()
           
 SeekableInputStream HFile.sopen(Properties configuration)
           
 SeekableInputStream HDirectory.sopen(Properties configuration)
           
 

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

Methods in org.apache.pig.impl.io that return SeekableInputStream
static SeekableInputStream FileLocalizer.open(String fileSpec, long offset, PigContext pigContext)
           
 



Copyright © 2007-2012 The Apache Software Foundation