org.apache.hadoop.hbase.mapreduce
Class Import.KeyValueWritableComparable
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Import.KeyValueWritableComparable
public Import.KeyValueWritableComparable()
Import.KeyValueWritableComparable
public Import.KeyValueWritableComparable(KeyValue kv)
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.