Uses of Class
org.apache.nutch.fs.NFSInputStream

Packages that use NFSInputStream
org.apache.nutch.fs   
org.apache.nutch.ndfs   
 

Uses of NFSInputStream in org.apache.nutch.fs
 

Methods in org.apache.nutch.fs that return NFSInputStream
 NFSInputStream LocalFileSystem.open(File f)
          Open the file at f
abstract  NFSInputStream NutchFileSystem.open(File f)
          Opens an InputStream for the indicated File, whether local or via NDFS.
 NFSInputStream NDFSFileSystem.open(File f)
          Open the file at f
 

Constructors in org.apache.nutch.fs with parameters of type NFSInputStream
NFSDataInputStream(NFSInputStream in)
           
NFSDataInputStream(NFSInputStream in, int bufferSize)
           
 

Uses of NFSInputStream in org.apache.nutch.ndfs
 

Methods in org.apache.nutch.ndfs that return NFSInputStream
 NFSInputStream NDFSClient.open(UTF8 src)
          Create an input stream that obtains a nodelist from the namenode, and then reads from all the right places.
 



Copyright © 2006 The Apache Software Foundation