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.backend.local.datastorage   
 

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.backend.local.datastorage
 

Subclasses of SeekableInputStream in org.apache.pig.backend.local.datastorage
 class LocalSeekableInputStream
           
 

Methods in org.apache.pig.backend.local.datastorage that return SeekableInputStream
 SeekableInputStream LocalDir.sopen()
           
 SeekableInputStream LocalFile.sopen()
           
abstract  SeekableInputStream LocalPath.sopen()
           
 SeekableInputStream LocalDir.sopen(Properties configuration)
           
 SeekableInputStream LocalFile.sopen(Properties configuration)
           
 



Copyright © ${year} The Apache Software Foundation