org.apache.hadoop.io
Interface WritableComparable

All Superinterfaces:
Comparable, Writable
All Known Implementing Classes:
BloomFilter, BloomFilterDescriptor, BooleanWritable, BytesWritable, CountingBloomFilter, DatanodeDescriptor, DatanodeID, DatanodeInfo, DynamicBloomFilter, Filter, FloatWritable, HColumnDescriptor, HLogKey, HRegionInfo, HServerAddress, HStoreFile, HStoreKey, HTableDescriptor, ImmutableBytesWritable, IntWritable, Key, LongWritable, MD5Hash, Record, RetouchedBloomFilter, Text, UTF8, VIntWritable, VLongWritable

public interface WritableComparable
extends Writable, Comparable

An interface which extends both Writable and Comparable.


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