Package org.apache.hadoop.hbase.test
Class IntegrationTestBigLinkedListWithVisibility.VisibilityLoop
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Loop
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility.VisibilityLoop
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable
,org.apache.hadoop.util.Tool
- Enclosing class:
- IntegrationTestBigLinkedListWithVisibility
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final org.slf4j.Logger
private static final int
Fields inherited from class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Loop
it
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
protected void
protected void
runDelete
(int numMappers, long numNodes, String outputDir, Integer width, Integer wrapMultiplier, int tableIndex) protected void
runGenerator
(int numMappers, long numNodes, String outputDir, Integer width, Integer wrapMultiplier, Integer numWalkers) protected void
private void
protected void
runVerifyCommonTable
(String outputDir, int numReducers, long expectedNumNodes, int index) private void
sleep
(long ms) private void
verify
(int numReducers, long expectedNumNodes, org.apache.hadoop.fs.Path iterationOutput, IntegrationTestBigLinkedList.Verify verify) Methods inherited from class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Loop
runVerify
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
-
Field Details
-
SLEEP_IN_MS
- See Also:
-
LOG
-
-
Constructor Details
-
VisibilityLoop
-
-
Method Details
-
runGenerator
protected void runGenerator(int numMappers, long numNodes, String outputDir, Integer width, Integer wrapMultiplier, Integer numWalkers) throws Exception - Overrides:
runGenerator
in classIntegrationTestBigLinkedList.Loop
- Throws:
Exception
-
runDelete
protected void runDelete(int numMappers, long numNodes, String outputDir, Integer width, Integer wrapMultiplier, int tableIndex) throws Exception - Throws:
Exception
-
runVerify
protected void runVerify(String outputDir, int numReducers, long expectedNumNodes, boolean allTables) throws Exception - Throws:
Exception
-
runVerify
private void runVerify(String outputDir, int numReducers, long expectedNodes, int tableIndex) throws Exception - Throws:
Exception
-
sleep
- Throws:
InterruptedException
-
runVerifyCommonTable
protected void runVerifyCommonTable(String outputDir, int numReducers, long expectedNumNodes, int index) throws Exception - Throws:
Exception
-
runCopier
- Throws:
Exception
-
verify
private void verify(int numReducers, long expectedNumNodes, org.apache.hadoop.fs.Path iterationOutput, IntegrationTestBigLinkedList.Verify verify) throws Exception - Throws:
Exception
-
run
- Specified by:
run
in interfaceorg.apache.hadoop.util.Tool
- Overrides:
run
in classIntegrationTestBigLinkedList.Loop
- Throws:
Exception
-