org.apache.hadoop.hbase.mapreduce
Class Import.KeyValueWritableComparable

java.lang.Object
  extended by org.apache.hadoop.hbase.mapreduce.Import.KeyValueWritableComparable
All Implemented Interfaces:
Comparable<Import.KeyValueWritableComparable>, org.apache.hadoop.io.Writable, org.apache.hadoop.io.WritableComparable<Import.KeyValueWritableComparable>
Enclosing class:
Import

public static class Import.KeyValueWritableComparable
extends Object
implements org.apache.hadoop.io.WritableComparable<Import.KeyValueWritableComparable>


Nested Class Summary
static class Import.KeyValueWritableComparable.KeyValueWritableComparator
           
 
Constructor Summary
Import.KeyValueWritableComparable()
           
Import.KeyValueWritableComparable(KeyValue kv)
           
 
Method Summary
 int compareTo(Import.KeyValueWritableComparable o)
           
 void readFields(DataInput in)
           
 void write(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Import.KeyValueWritableComparable

public Import.KeyValueWritableComparable()

Import.KeyValueWritableComparable

public Import.KeyValueWritableComparable(KeyValue kv)
Method Detail

write

public void write(DataOutput out)
           throws IOException
Specified by:
write in interface org.apache.hadoop.io.Writable
Throws:
IOException

readFields

public void readFields(DataInput in)
                throws IOException
Specified by:
readFields in interface org.apache.hadoop.io.Writable
Throws:
IOException

compareTo

public int compareTo(Import.KeyValueWritableComparable o)
Specified by:
compareTo in interface Comparable<Import.KeyValueWritableComparable>


Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.