public static class IntegrationTestBulkLoad.LinkChain extends Object
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 Long getNext()
public Long getRk()
public int compareTo(IntegrationTestBulkLoad.LinkChain linkChain)
public void write(DataOutput dataOutput) throws IOException
IOException
public void readFields(DataInput dataInput) throws IOException
IOException