public static class IntegrationTestBulkLoad.LinkKey extends Object implements org.apache.hadoop.io.WritableComparable<IntegrationTestBulkLoad.LinkKey>
Modifier and Type | Field and Description |
---|---|
private Long |
chainId |
private Long |
order |
Constructor and Description |
---|
LinkKey() |
LinkKey(long chainId,
long order) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(IntegrationTestBulkLoad.LinkKey linkKey) |
Long |
getChainId() |
Long |
getOrder() |
void |
readFields(DataInput dataInput) |
void |
write(DataOutput dataOutput) |
public Long getChainId()
public int compareTo(IntegrationTestBulkLoad.LinkKey linkKey)
compareTo
in interface Comparable<IntegrationTestBulkLoad.LinkKey>
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.