public class IntegrationTestRegionReplicaPerf extends IntegrationTestBase
PerformanceEvaluation. Does not run from
IntegrationTestsDriver because IntegrationTestBase is incompatible
with the JUnit runner. Hence no @Test annotations either. See -help
for full list of options.CHAOS_MONKEY_PROPS, monkey, MONKEY_LONG_OPT, monkeyProps, monkeyToUse, NO_CLUSTER_CLEANUP_LONG_OPT, noClusterCleanUp, utilcmdLineArgs, conf, EXIT_FAILURE, EXIT_SUCCESS| Constructor and Description |
|---|
IntegrationTestRegionReplicaPerf() |
| 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 Set<String> |
getColumnFamilies() |
TableName |
getTablename() |
static void |
main(String[] args) |
protected void |
processOptions(CommandLine cmd)
This method is called to process the options after they have been parsed.
|
int |
runTestFromCommandLine() |
void |
setUp() |
void |
setUpCluster() |
void |
setUpMonkey() |
void |
test() |
cleanUp, cleanUpCluster, cleanUpMonkey, cleanUpMonkey, doWork, getConf, getDefaultMonkeyFactory, getTestingUtil, processBaseOptions, startMonkeyaddOptNoArg, addOptNoArg, addOptWithArg, addOptWithArg, addRequiredOptWithArg, addRequiredOptWithArg, doStaticMain, parseArgs, parseInt, parseLong, printUsage, printUsage, run, setConfpublic void setUp()
throws Exception
setUp in class IntegrationTestBaseExceptionpublic void setUpCluster()
throws Exception
setUpCluster in class IntegrationTestBaseExceptionpublic void setUpMonkey()
throws Exception
setUpMonkey in class IntegrationTestBaseExceptionprotected void addOptions()
AbstractHBaseToolAbstractHBaseTool.addOptWithArg(java.lang.String, java.lang.String)
and similar methods.addOptions in class IntegrationTestBaseprotected void processOptions(CommandLine cmd)
AbstractHBaseToolprocessOptions in class IntegrationTestBasepublic int runTestFromCommandLine()
throws Exception
runTestFromCommandLine in class IntegrationTestBaseExceptionpublic TableName getTablename()
getTablename in class IntegrationTestBaseprotected Set<String> getColumnFamilies()
getColumnFamilies in class IntegrationTestBase