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.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FAMILY_NAME |
CHAOS_MONKEY_PROPS, monkey, MONKEY_LONG_OPT, monkeyProps, monkeyToUse, NO_CLUSTER_CLEANUP_LONG_OPT, noClusterCleanUp, util| Constructor and Description |
|---|
IntegrationTestRegionReplicaPerf() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addOptions() |
protected java.util.Set<java.lang.String> |
getColumnFamilies()
Provides the name of the CFs that are protected from random Chaos monkey activity (alter)
|
TableName |
getTablename()
Provides the name of the table that is protected from random Chaos monkey activity
|
static void |
main(java.lang.String[] args) |
protected void |
processOptions(CommandLine cmd) |
int |
runTestFromCommandLine() |
void |
setUp() |
void |
setUpCluster() |
void |
setUpMonkey() |
void |
test() |
cleanUp, cleanUpCluster, cleanUpMonkey, cleanUpMonkey, doWork, getConf, getDefaultMonkeyFactory, getTestingUtil, processBaseOptions, startMonkeypublic static final java.lang.String FAMILY_NAME
public void setUp()
throws java.lang.Exception
setUp in class IntegrationTestBasejava.lang.Exceptionpublic void setUpCluster()
throws java.lang.Exception
setUpCluster in class IntegrationTestBasejava.lang.Exceptionpublic void setUpMonkey()
throws java.lang.Exception
setUpMonkey in class IntegrationTestBasejava.lang.Exceptionprotected void addOptions()
addOptions in class IntegrationTestBaseprotected void processOptions(CommandLine cmd)
processOptions in class IntegrationTestBasepublic int runTestFromCommandLine()
throws java.lang.Exception
runTestFromCommandLine in class IntegrationTestBasejava.lang.Exceptionpublic TableName getTablename()
IntegrationTestBasegetTablename in class IntegrationTestBaseprotected java.util.Set<java.lang.String> getColumnFamilies()
IntegrationTestBasegetColumnFamilies in class IntegrationTestBasepublic void test()
throws java.lang.Exception
java.lang.Exceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception