Class IntegrationTestBulkLoad.LinkChain
java.lang.Object
org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkChain
- All Implemented Interfaces:
Comparable<IntegrationTestBulkLoad.LinkChain>
,org.apache.hadoop.io.Writable
,org.apache.hadoop.io.WritableComparable<IntegrationTestBulkLoad.LinkChain>
- Enclosing class:
- IntegrationTestBulkLoad
public static class IntegrationTestBulkLoad.LinkChain
extends Object
implements org.apache.hadoop.io.WritableComparable<IntegrationTestBulkLoad.LinkChain>
Writable used as the value emitted from a pass over the hbase table.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(IntegrationTestBulkLoad.LinkChain linkChain) getNext()
getRk()
void
readFields
(DataInput dataInput) void
write
(DataOutput dataOutput)
-
Field Details
-
rk
-
next
-
-
Constructor Details
-
LinkChain
public LinkChain() -
LinkChain
-
-
Method Details
-
getNext
-
getRk
-
compareTo
- Specified by:
compareTo
in interfaceComparable<IntegrationTestBulkLoad.LinkChain>
-
write
- Specified by:
write
in interfaceorg.apache.hadoop.io.Writable
- Throws:
IOException
-
readFields
- Specified by:
readFields
in interfaceorg.apache.hadoop.io.Writable
- Throws:
IOException
-