Uses of Class
org.apache.hadoop.fs.ReadOption

Packages that use ReadOption
org.apache.hadoop.fs An abstract file system API. 
 

Uses of ReadOption in org.apache.hadoop.fs
 

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

Method parameters in org.apache.hadoop.fs with type arguments of type ReadOption
 ByteBuffer FSDataInputStream.read(ByteBufferPool bufferPool, int maxLength, EnumSet<ReadOption> opts)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.