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
 SeekableInputStream HDirectory.sopen()
           
 SeekableInputStream HFile.sopen()
           
abstract  SeekableInputStream HPath.sopen()
           
 SeekableInputStream HDirectory.sopen(Properties configuration)
           
 SeekableInputStream HFile.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 © ${year} The Apache Software Foundation