public class IntegrationTestBigLinkedListWithVisibility extends IntegrationTestBigLinkedList
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMMON_TABLE_NAME |
static int |
DEFAULT_TABLES_COUNT |
static java.lang.String |
INDEX_KEY |
static java.lang.String |
labels |
static java.lang.String |
LABELS_KEY |
static java.lang.String |
tableName |
COLUMN_CLIENT, COLUMN_COUNT, COLUMN_PREV, DEFAULT_TABLE_NAME, FAMILY_NAME, NO_KEY, NUM_SLAVES_BASE, otherArgs, TABLE_NAME_KEY, toRun, utilCHAOS_MONKEY_PROPS, monkey, MONKEY_LONG_OPT, monkeyProps, monkeyToUse, NO_CLUSTER_CLEANUP_LONG_OPT, noClusterCleanUpcmdLineArgs, conf, EXIT_FAILURE, EXIT_SUCCESS| Constructor and Description |
|---|
IntegrationTestBigLinkedListWithVisibility() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addOptions()
Override this to add command-line options using
AbstractHBaseTool.addOptWithArg(java.lang.String, java.lang.String)
and similar methods. |
protected MonkeyFactory |
getDefaultMonkeyFactory() |
static void |
main(java.lang.String[] args) |
protected void |
processOptions(CommandLine cmd)
This method is called to process the options after they have been parsed.
|
int |
runTestFromCommandLine() |
void |
setUpCluster() |
void |
testContinuousIngest() |
cleanUpCluster, getColumnFamilies, getTablename, setJobScannerConfcleanUp, cleanUpMonkey, cleanUpMonkey, doWork, getConf, getTestingUtil, processBaseOptions, setUp, setUpMonkey, startMonkeyaddOptNoArg, addOptNoArg, addOptWithArg, addOptWithArg, addRequiredOptWithArg, addRequiredOptWithArg, doStaticMain, parseArgs, parseInt, parseLong, printUsage, printUsage, run, setConfpublic static java.lang.String labels
public static int DEFAULT_TABLES_COUNT
public static java.lang.String tableName
public static final java.lang.String COMMON_TABLE_NAME
public static final java.lang.String LABELS_KEY
public static final java.lang.String INDEX_KEY
public IntegrationTestBigLinkedListWithVisibility()
protected void addOptions()
AbstractHBaseToolAbstractHBaseTool.addOptWithArg(java.lang.String, java.lang.String)
and similar methods.addOptions in class IntegrationTestBaseprotected void processOptions(CommandLine cmd)
AbstractHBaseToolprocessOptions in class IntegrationTestBigLinkedListpublic void setUpCluster()
throws java.lang.Exception
setUpCluster in class IntegrationTestBigLinkedListjava.lang.Exceptionpublic void testContinuousIngest()
throws java.io.IOException,
java.lang.Exception
testContinuousIngest in class IntegrationTestBigLinkedListjava.io.IOExceptionjava.lang.Exceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exceptionprotected MonkeyFactory getDefaultMonkeyFactory()
getDefaultMonkeyFactory in class IntegrationTestBasepublic int runTestFromCommandLine()
throws java.lang.Exception
runTestFromCommandLine in class IntegrationTestBigLinkedListjava.lang.Exception