Uses of Class
org.apache.hadoop.hdfs.DFSInputStream

Packages that use DFSInputStream
org.apache.hadoop.hdfs A distributed implementation of FileSystem
 

Uses of DFSInputStream in org.apache.hadoop.hdfs
 

Methods in org.apache.hadoop.hdfs that return DFSInputStream
 DFSInputStream DFSClient.open(String src)
           
 DFSInputStream DFSClient.open(String src, int buffersize, boolean verifyChecksum)
          Create an input stream that obtains a nodelist from the namenode, and then reads from all the right places.
 DFSInputStream DFSClient.open(String src, int buffersize, boolean verifyChecksum, org.apache.hadoop.fs.FileSystem.Statistics stats)
          Deprecated. Use DFSClient.open(String, int, boolean) instead.
 

Constructors in org.apache.hadoop.hdfs with parameters of type DFSInputStream
DFSClient.DFSDataInputStream(DFSInputStream in)
           
 



Copyright © 2009 The Apache Software Foundation