public static class IntegrationTestBulkLoad.LinkChain extends Object implements org.apache.hadoop.io.WritableComparable<IntegrationTestBulkLoad.LinkChain>
Constructor and Description |
---|
LinkChain() |
LinkChain(Long rk,
Long next) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(IntegrationTestBulkLoad.LinkChain linkChain) |
Long |
getNext() |
Long |
getRk() |
void |
readFields(DataInput dataInput) |
void |
write(DataOutput dataOutput) |
public int compareTo(IntegrationTestBulkLoad.LinkChain linkChain)
compareTo
in interface Comparable<IntegrationTestBulkLoad.LinkChain>
public void write(DataOutput dataOutput) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public void readFields(DataInput dataInput) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.