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

Packages that use SeekableInputStream.FLAGS
org.apache.pig.backend.datastorage   
org.apache.pig.backend.hadoop.datastorage   
 

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

Methods in org.apache.pig.backend.datastorage that return SeekableInputStream.FLAGS
static SeekableInputStream.FLAGS SeekableInputStream.FLAGS.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SeekableInputStream.FLAGS[] SeekableInputStream.FLAGS.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.pig.backend.datastorage with parameters of type SeekableInputStream.FLAGS
abstract  void SeekableInputStream.seek(long offset, SeekableInputStream.FLAGS whence)
          Seeks to a given offset as specified by whence flags.
 

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

Methods in org.apache.pig.backend.hadoop.datastorage with parameters of type SeekableInputStream.FLAGS
 void HSeekableInputStream.seek(long offset, SeekableInputStream.FLAGS whence)
           
 



Copyright © 2007-2012 The Apache Software Foundation