Class IntegrationTestBulkLoad.LinkKey
java.lang.Object
org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkKey
- All Implemented Interfaces:
Comparable<IntegrationTestBulkLoad.LinkKey>
,org.apache.hadoop.io.Writable
,org.apache.hadoop.io.WritableComparable<IntegrationTestBulkLoad.LinkKey>
- Enclosing class:
- IntegrationTestBulkLoad
public static class IntegrationTestBulkLoad.LinkKey
extends Object
implements org.apache.hadoop.io.WritableComparable<IntegrationTestBulkLoad.LinkKey>
Writable class used as the key to group links in the linked list. Used as the key emited from a
pass over the table.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(IntegrationTestBulkLoad.LinkKey linkKey) getOrder()
void
readFields
(DataInput dataInput) void
write
(DataOutput dataOutput)
-
Field Details
-
chainId
-
order
-
-
Constructor Details
-
LinkKey
public LinkKey() -
LinkKey
-
-
Method Details
-
getOrder
-
getChainId
-
compareTo
- Specified by:
compareTo
in interfaceComparable<IntegrationTestBulkLoad.LinkKey>
-
write
- Specified by:
write
in interfaceorg.apache.hadoop.io.Writable
- Throws:
IOException
-
readFields
- Specified by:
readFields
in interfaceorg.apache.hadoop.io.Writable
- Throws:
IOException
-