abstract static class IntegrationTestBigLinkedList.WalkerBase extends org.apache.hadoop.conf.Configured
Constructor and Description |
---|
WalkerBase() |
Modifier and Type | Method and Description |
---|---|
protected static IntegrationTestBigLinkedList.CINode |
findStartNode(org.apache.hadoop.hbase.client.Table table,
byte[] startKey) |
protected IntegrationTestBigLinkedList.CINode |
getNode(byte[] row,
org.apache.hadoop.hbase.client.Table table,
IntegrationTestBigLinkedList.CINode node) |
WalkerBase()
protected static IntegrationTestBigLinkedList.CINode findStartNode(org.apache.hadoop.hbase.client.Table table, byte[] startKey) throws IOException
IOException
protected IntegrationTestBigLinkedList.CINode getNode(byte[] row, org.apache.hadoop.hbase.client.Table table, IntegrationTestBigLinkedList.CINode node) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.