Package org.apache.hadoop.hbase.test
Class IntegrationTestBigLinkedList.WalkerBase
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.WalkerBase
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable
- Direct Known Subclasses:
IntegrationTestBigLinkedList.Generator.GeneratorMapper.ConcurrentWalker
,IntegrationTestBigLinkedList.Walker
- Enclosing class:
- IntegrationTestBigLinkedList
abstract static class IntegrationTestBigLinkedList.WalkerBase
extends org.apache.hadoop.conf.Configured
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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) Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
-
Constructor Details
-
WalkerBase
-
-
Method Details
-
findStartNode
protected static IntegrationTestBigLinkedList.CINode findStartNode(org.apache.hadoop.hbase.client.Table table, byte[] startKey) throws IOException - Throws:
IOException
-
getNode
protected IntegrationTestBigLinkedList.CINode getNode(byte[] row, org.apache.hadoop.hbase.client.Table table, IntegrationTestBigLinkedList.CINode node) throws IOException - Throws:
IOException
-