Uses of Package
net.nutch.io

Packages that use net.nutch.io
net.nutch.db Web database: tracks page fetches and link structure. 
net.nutch.fetcher The Nutch robot. 
net.nutch.fs   
net.nutch.indexer Maintain Lucene full-text indexes. 
net.nutch.io Generic i/o code for use when reading and writing data to the network, to databases, and to files. 
net.nutch.ipc Client/Server code used by distributed search. 
net.nutch.linkdb   
net.nutch.pagedb   
net.nutch.parse   
net.nutch.protocol   
net.nutch.searcher Search API 
net.nutch.tools   
 

Classes in net.nutch.io used by net.nutch.db
MD5Hash
          A Writable for MD5 hash values.
SequenceFile.Writer
          Write key/value pairs to a sequence-format file.
UTF8
          A WritableComparable for strings that uses the UTF8 encoding.
Writable
          A simple, efficient, serialization protocol, based on DataInput and DataOutput.
WritableComparable
          An interface which extends both Writable and Comparable.
WritableComparator
          A Comparator for WritableComparables.
 

Classes in net.nutch.io used by net.nutch.fetcher
MD5Hash
          A Writable for MD5 hash values.
UTF8
          A WritableComparable for strings that uses the UTF8 encoding.
Writable
          A simple, efficient, serialization protocol, based on DataInput and DataOutput.
 

Classes in net.nutch.io used by net.nutch.fs
UTF8
          A WritableComparable for strings that uses the UTF8 encoding.
Writable
          A simple, efficient, serialization protocol, based on DataInput and DataOutput.
 

Classes in net.nutch.io used by net.nutch.indexer
Writable
          A simple, efficient, serialization protocol, based on DataInput and DataOutput.
WritableComparable
          An interface which extends both Writable and Comparable.
WritableComparator
          A Comparator for WritableComparables.
 

Classes in net.nutch.io used by net.nutch.io
DataOutputBuffer
          A reusable DataOutput implementation that writes to an in-memory buffer.
MapFile
          A file-based map from keys to values.
MapFile.Reader
          Provide access to an existing map.
MapFile.Writer
          Writes a new map.
MD5Hash
          A Writable for MD5 hash values.
NullWritable
          Singleton Writable with no data.
UTF8
          A WritableComparable for strings that uses the UTF8 encoding.
Writable
          A simple, efficient, serialization protocol, based on DataInput and DataOutput.
WritableComparable
          An interface which extends both Writable and Comparable.
WritableComparator
          A Comparator for WritableComparables.
 

Classes in net.nutch.io used by net.nutch.ipc
Writable
          A simple, efficient, serialization protocol, based on DataInput and DataOutput.
 

Classes in net.nutch.io used by net.nutch.linkdb
VersionedWritable
          A base class for Writables that provides version checking.
Writable
          A simple, efficient, serialization protocol, based on DataInput and DataOutput.
 

Classes in net.nutch.io used by net.nutch.pagedb
UTF8
          A WritableComparable for strings that uses the UTF8 encoding.
Writable
          A simple, efficient, serialization protocol, based on DataInput and DataOutput.
 

Classes in net.nutch.io used by net.nutch.parse
VersionedWritable
          A base class for Writables that provides version checking.
Writable
          A simple, efficient, serialization protocol, based on DataInput and DataOutput.
 

Classes in net.nutch.io used by net.nutch.protocol
VersionedWritable
          A base class for Writables that provides version checking.
Writable
          A simple, efficient, serialization protocol, based on DataInput and DataOutput.
 

Classes in net.nutch.io used by net.nutch.searcher
Writable
          A simple, efficient, serialization protocol, based on DataInput and DataOutput.
 

Classes in net.nutch.io used by net.nutch.tools
Writable
          A simple, efficient, serialization protocol, based on DataInput and DataOutput.
WritableComparable
          An interface which extends both Writable and Comparable.
 



Copyright © 2004 The Nutch Organization.