org.apache.nutch.io
Interface WritableComparable

All Superinterfaces:
Comparable, Writable
All Known Implementing Classes:
BooleanWritable, DeleteDuplicates.IndexedDoc, DistributedWebDBWriter.LinkInstruction, DistributedWebDBWriter.PageInstruction, FetchListTool.SortableScore, FloatWritable, IntWritable, Link, LongWritable, MD5Hash, Page, UpdateSegmentsFromDb.SegmentPage, UTF8, WebDBWriter.LinkInstruction, WebDBWriter.PageInstruction

public interface WritableComparable
extends Writable, Comparable

An interface which extends both Writable and Comparable.

Author:
Doug Cutting

Methods inherited from interface org.apache.nutch.io.Writable
readFields, write
 
Methods inherited from interface java.lang.Comparable
compareTo
 



Copyright © 2006 The Apache Software Foundation