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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintcompareTo(IntegrationTestBulkLoad.LinkKey linkKey) getOrder()voidreadFields(DataInput dataInput) voidwrite(DataOutput dataOutput) 
- 
Field Details- 
chainId
- 
order
 
- 
- 
Constructor Details- 
LinkKeypublic LinkKey()
- 
LinkKey
 
- 
- 
Method Details- 
getOrder
- 
getChainId
- 
compareTo- Specified by:
- compareToin interface- Comparable<IntegrationTestBulkLoad.LinkKey>
 
- 
write- Specified by:
- writein interface- org.apache.hadoop.io.Writable
- Throws:
- IOException
 
- 
readFields- Specified by:
- readFieldsin interface- org.apache.hadoop.io.Writable
- Throws:
- IOException
 
 
-