org.apache.hadoop.io
Interface WritableComparable

All Superinterfaces:
Comparable, Writable
All Known Implementing Classes:
BooleanWritable, BytesWritable, DatanodeDescriptor, DatanodeID, DatanodeInfo, FloatWritable, IntWritable, LongWritable, MD5Hash, Record, Text, UTF8, VIntWritable, VLongWritable

public interface WritableComparable
extends Writable, Comparable

An interface which extends both Writable and Comparable.

Author:
Doug Cutting

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



Copyright © 2006 The Apache Software Foundation