Class KeyOnlyCellComparable
java.lang.Object
org.apache.hadoop.hbase.mapreduce.KeyOnlyCellComparable
- All Implemented Interfaces:
Comparable<KeyOnlyCellComparable>
,org.apache.hadoop.io.Writable
,org.apache.hadoop.io.WritableComparable<KeyOnlyCellComparable>
@Private
public class KeyOnlyCellComparable
extends Object
implements org.apache.hadoop.io.WritableComparable<KeyOnlyCellComparable>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getCell()
void
readFields
(DataInput in) void
write
(DataOutput out)
-
Field Details
-
cell
-
-
Constructor Details
-
KeyOnlyCellComparable
public KeyOnlyCellComparable() -
KeyOnlyCellComparable
-
-
Method Details
-
getCell
-
compareTo
- Specified by:
compareTo
in interfaceComparable<KeyOnlyCellComparable>
-
write
- Specified by:
write
in interfaceorg.apache.hadoop.io.Writable
- Throws:
IOException
-
readFields
- Specified by:
readFields
in interfaceorg.apache.hadoop.io.Writable
- Throws:
IOException
-