Package org.apache.hadoop.hbase.test
Class IntegrationTestBigLinkedList.Loop
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Loop
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable
,org.apache.hadoop.util.Tool
- Direct Known Subclasses:
IntegrationTestBigLinkedListWithVisibility.VisibilityLoop
- Enclosing class:
- IntegrationTestBigLinkedList
static class IntegrationTestBigLinkedList.Loop
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
Executes Generate and Verify in a loop. Data is not cleaned between runs, so each iteration
adds more data.
-
Field Summary
Modifier and TypeFieldDescription(package private) IntegrationTestBigLinkedList
private static final org.slf4j.Logger
private static final String
-
Constructor Summary
-
Method Summary
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
-
LOG
-
USAGE
- See Also:
-
it
-
-
Constructor Details
-
Loop
Loop()
-
-
Method Details