public class IntegrationTestBigLinkedListWithVisibility extends IntegrationTestBigLinkedList
Modifier and Type | Class and Description |
---|---|
(package private) static class |
IntegrationTestBigLinkedListWithVisibility.Copier |
(package private) static class |
IntegrationTestBigLinkedListWithVisibility.VisibilityDeleteImport |
(package private) static class |
IntegrationTestBigLinkedListWithVisibility.VisibilityGenerator |
(package private) static class |
IntegrationTestBigLinkedListWithVisibility.VisibilityImport |
(package private) static class |
IntegrationTestBigLinkedListWithVisibility.VisibilityLoop |
(package private) static class |
IntegrationTestBigLinkedListWithVisibility.VisibilityVerify |
IntegrationTestBigLinkedList.CINode, IntegrationTestBigLinkedList.Generator, IntegrationTestBigLinkedList.Loop, IntegrationTestBigLinkedList.Search, IntegrationTestBigLinkedList.Verify, IntegrationTestBigLinkedList.WalkerBase
Modifier and Type | Field and Description |
---|---|
private static String |
COMMA |
static String |
COMMON_TABLE_NAME |
private static String |
CONFIDENTIAL |
static int |
DEFAULT_TABLES_COUNT |
private static String |
EVERYONE |
private static String |
GROUP |
static String |
INDEX_KEY |
static String |
labels |
static String |
LABELS_KEY |
private static String |
OPEN |
private static String |
OR |
private static String |
PREVILIGED |
private static String |
PRIVATE |
private static String |
PUBLIC |
private static String |
RESTRICTED |
private static String |
SECRET |
static String |
tableName |
private static String |
TOPSECRET |
private static String |
UNDER_SCORE |
private static org.apache.hadoop.hbase.security.User |
USER |
private static String |
USER_OPT |
private static String |
userName |
COLUMN_CLIENT, COLUMN_COUNT, COLUMN_PREV, DEFAULT_TABLE_NAME, FAMILY_NAME, NO_KEY, NUM_SLAVES_BASE, otherArgs, TABLE_NAME_KEY, toRun
CHAOS_MONKEY_PROPS, monkey, MONKEY_LONG_OPT, monkeyProps, monkeyToUse, NO_CLUSTER_CLEANUP_LONG_OPT, noClusterCleanUp, util
Constructor and Description |
---|
IntegrationTestBigLinkedListWithVisibility() |
Modifier and Type | Method and Description |
---|---|
private void |
addLabels() |
protected void |
addOptions() |
protected MonkeyFactory |
getDefaultMonkeyFactory() |
(package private) static org.apache.hadoop.hbase.TableName |
getTableName(int i) |
static void |
main(String[] args) |
protected void |
processOptions(org.apache.hbase.thirdparty.org.apache.commons.cli.CommandLine cmd) |
int |
runTestFromCommandLine() |
void |
setUpCluster() |
void |
testContinuousIngest() |
cleanUpCluster, getColumnFamilies, getTablename, getTableName, setJobScannerConf
cleanUp, cleanUpMonkey, cleanUpMonkey, doWork, getConf, getTestingUtil, loadMonkeyProperties, processBaseOptions, setUp, setUpMonkey, startMonkey
addOption, addOptNoArg, addOptNoArg, addOptWithArg, addOptWithArg, addRequiredOption, addRequiredOptWithArg, addRequiredOptWithArg, doStaticMain, getOptionAsDouble, getOptionAsInt, getOptionAsInt, getOptionAsLong, getOptionAsLong, newParser, parseArgs, parseInt, parseLong, printUsage, printUsage, processOldArgs, run, setConf
private static final String CONFIDENTIAL
private static final String TOPSECRET
private static final String SECRET
private static final String PUBLIC
private static final String PRIVATE
private static final String EVERYONE
private static final String RESTRICTED
private static final String GROUP
private static final String PREVILIGED
private static final String OPEN
private static final String COMMA
private static final String UNDER_SCORE
public static int DEFAULT_TABLES_COUNT
public static final String COMMON_TABLE_NAME
public static final String LABELS_KEY
public static final String INDEX_KEY
private static org.apache.hadoop.hbase.security.User USER
private static final String OR
public IntegrationTestBigLinkedListWithVisibility()
protected void addOptions()
addOptions
in class IntegrationTestBase
protected void processOptions(org.apache.hbase.thirdparty.org.apache.commons.cli.CommandLine cmd)
processOptions
in class IntegrationTestBigLinkedList
public void setUpCluster() throws Exception
setUpCluster
in class IntegrationTestBigLinkedList
Exception
static org.apache.hadoop.hbase.TableName getTableName(int i)
public void testContinuousIngest() throws IOException, Exception
testContinuousIngest
in class IntegrationTestBigLinkedList
IOException
Exception
protected MonkeyFactory getDefaultMonkeyFactory()
getDefaultMonkeyFactory
in class IntegrationTestBase
public int runTestFromCommandLine() throws Exception
runTestFromCommandLine
in class IntegrationTestBigLinkedList
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.