| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BASE_TEST_DIRECTORY_KEY |
"test.build.data.basedirectory" |
public static final String |
DEFAULT_BASE_TEST_DIRECTORY |
"target/test-data" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final char |
FIRST_CHAR |
97 |
protected static final char |
LAST_CHAR |
122 |
protected static final int |
MAXVERSIONS |
3 |
protected static final String |
PUNCTUATION |
"~`@#$%^&*()-_+=:;\',.<>/?[]{}|" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_REGIONS_PER_SERVER |
3 |
public static final char |
FIRST_CHAR |
97 |
public static final char |
LAST_CHAR |
122 |
public static final boolean |
PRESPLIT_TEST_TABLE |
true |
public static final String |
PRESPLIT_TEST_TABLE_KEY |
"hbase.test.pre-split-table" |
public static final String |
REGIONS_PER_SERVER_KEY |
"hbase.test.regions-per-server" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_CF_STR |
"MyDefaultCF" |
public static final String |
DEFAULT_QUALIFIER_STR |
"MyColumnQualifier" |
public static final String |
DEFAULT_ROW_STR |
"MyTestRow" |
public static final String |
DEFAULT_TABLE_STR |
"MyTestTable" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CHAOS_MONKEY_PROPS |
"monkeyProps" |
public static final String |
MONKEY_LONG_OPT |
"monkey" |
public static final String |
NO_CLUSTER_CLEANUP_LONG_OPT |
"noClusterCleanUp" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
DEFAULT_NUM_REGIONS |
50 |
protected static final int |
DEFAULT_NUM_THREADS |
20 |
protected static final long |
DEFAULT_RUN_TIME |
1200000L |
protected static final String |
NUM_REGIONS_KEY |
"hbase.%s.numRegions" |
protected static final String |
NUM_THREADS_KEY |
"hbase.%s.numThreads" |
protected static final String |
RUN_TIME_KEY |
"hbase.%s.runtime" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final long |
DEFAULT_NUM_KEYS_PER_SERVER |
2500L |
protected static final int |
DEFAULT_NUM_READ_THREADS |
20 |
protected static final int |
DEFAULT_NUM_WRITE_THREADS |
20 |
protected static final long |
DEFAULT_RUN_TIME |
1200000L |
public static final char |
HIPHEN |
45 |
protected static final long |
JUNIT_RUN_TIME |
600000L |
protected static final String |
NUM_KEYS_PER_SERVER_KEY |
"num_keys_per_server" |
protected static final String |
NUM_READ_THREADS_KEY |
"num_read_threads" |
protected static final String |
NUM_WRITE_THREADS_KEY |
"num_write_threads" |
protected static final String |
RUN_TIME_KEY |
"hbase.%s.runtime" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final char |
HYPHEN |
45 |
public static final String |
OPT_AUTHN |
"authinfo" |
public static final String |
OPT_SUPERUSER |
"superuser" |
public static final String |
OPT_USERS |
"userlist" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MAX_MOB_DATA_SIZE |
"maxMobDataSize" |
public static final String |
MIN_MOB_DATA_SIZE |
"minMobDataSize" |
public static final String |
THRESHOLD |
"threshold" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
IS_DISTRIBUTED_CLUSTER |
"hbase.test.cluster.distributed" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
DEFAULT_REGION_COUNT |
1000 |
protected static final int |
DEFAULT_REGIONSERVER_COUNT |
1 |
protected static final int |
DEFAULT_TIMEOUT_MINUTES |
5 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FAMILY_NAME |
"info" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_VALUE_LENGTH |
1000 |
public static final String |
FAMILY_NAME_BASE |
"info" |
public static final int |
ROW_LENGTH |
26 |
public static final String |
TABLE_NAME |
"TestTable" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CMD_KEY |
"EvaluationMapTask.command" |
public static final String |
PE_KEY |
"EvaluationMapTask.performanceEvalImpl" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
NUM_SLAVES_BASE |
4 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
MAXVERSIONS |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
HBASE_TEST_WAIT_FOR_RATIO |
"hbase.test.wait.for.ratio" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final long |
KILL_DATANODE_TIMEOUT_DEFAULT |
60000L |
public static final String |
KILL_DATANODE_TIMEOUT_KEY |
"hbase.chaosmonkey.action.killdatanodetimeout" |
protected static final long |
KILL_MASTER_TIMEOUT_DEFAULT |
60000L |
public static final String |
KILL_MASTER_TIMEOUT_KEY |
"hbase.chaosmonkey.action.killmastertimeout" |
protected static final long |
KILL_RS_TIMEOUT_DEFAULT |
60000L |
public static final String |
KILL_RS_TIMEOUT_KEY |
"hbase.chaosmonkey.action.killrstimeout" |
protected static final long |
KILL_ZK_NODE_TIMEOUT_DEFAULT |
60000L |
public static final String |
KILL_ZK_NODE_TIMEOUT_KEY |
"hbase.chaosmonkey.action.killzknodetimeout" |
protected static final long |
START_DATANODE_TIMEOUT_DEFAULT |
60000L |
public static final String |
START_DATANODE_TIMEOUT_KEY |
"hbase.chaosmonkey.action.startdatanodetimeout" |
protected static final long |
START_MASTER_TIMEOUT_DEFAULT |
60000L |
public static final String |
START_MASTER_TIMEOUT_KEY |
"hbase.chaosmonkey.action.startmastertimeout" |
protected static final long |
START_RS_TIMEOUT_DEFAULT |
60000L |
public static final String |
START_RS_TIMEOUT_KEY |
"hbase.chaosmonkey.action.startrstimeout" |
protected static final long |
START_ZK_NODE_TIMEOUT_DEFAULT |
60000L |
public static final String |
START_ZK_NODE_TIMEOUT_KEY |
"hbase.chaosmonkey.action.startzknodetimeout" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BATCH_RESTART_RS_RATIO |
"batch.restart.rs.ratio" |
public static final String |
BATCH_RESTART_RS_SLEEP_TIME |
"batch.restart.rs.sleep.time" |
public static final String |
COMPACT_RANDOM_REGION_RATIO |
"compact.random.region.ratio" |
public static final String |
COMPACT_TABLE_ACTION_RATIO |
"compact.table.ratio" |
public static final String |
COMPOSITE_ACTION3_PERIOD |
"sdm.action3.period" |
public static final String |
DECREASE_HFILE_SIZE_SLEEP_TIME |
"decrease.hfile.size.sleep.time" |
public static final float |
DEFAULT_BATCH_RESTART_RS_RATIO |
0.5f |
public static final long |
DEFAULT_BATCH_RESTART_RS_SLEEP_TIME |
5000L |
public static final float |
DEFAULT_COMPACT_RANDOM_REGION_RATIO |
0.6000000238418579f |
public static final float |
DEFAULT_COMPACT_TABLE_ACTION_RATIO |
0.5f |
public static final long |
DEFAULT_COMPOSITE_ACTION3_PERIOD |
150000L |
public static final long |
DEFAULT_DECREASE_HFILE_SIZE_SLEEP_TIME |
30000L |
public static final long |
DEFAULT_MOVE_RANDOM_REGION_SLEEP_TIME |
800L |
public static final long |
DEFAULT_MOVE_REGIONS_MAX_TIME |
600000L |
public static final long |
DEFAULT_MOVE_REGIONS_SLEEP_TIME |
800L |
public static final long |
DEFAULT_PERIODIC_ACTION1_PERIOD |
60000L |
public static final long |
DEFAULT_PERIODIC_ACTION2_PERIOD |
90000L |
public static final long |
DEFAULT_PERIODIC_ACTION4_PERIOD |
90000L |
public static final long |
DEFAULT_RESTART_ACTIVE_MASTER_SLEEP_TIME |
5000L |
public static final long |
DEFAULT_RESTART_RANDOM_RS_SLEEP_TIME |
60000L |
public static final long |
DEFAULT_RESTART_RS_HOLDING_META_SLEEP_TIME |
35000L |
public static final float |
DEFAULT_ROLLING_BATCH_RESTART_RS_RATIO |
1.0f |
public static final long |
DEFAULT_ROLLING_BATCH_RESTART_RS_SLEEP_TIME |
5000L |
public static final long |
DEFAULT_UNBALANCE_CHAOS_EVERY_MS |
65000L |
public static final boolean |
DEFAULT_UNBALANCE_KILL_META_RS |
true |
public static final long |
DEFAULT_UNBALANCE_WAIT_AFTER_BALANCE_MS |
5000L |
public static final long |
DEFAULT_UNBALANCE_WAIT_FOR_KILLS_MS |
2000L |
public static final long |
DEFAULT_UNBALANCE_WAIT_FOR_UNBALANCE_MS |
2000L |
public static final String |
MOVE_RANDOM_REGION_SLEEP_TIME |
"move.randomregion.sleep.time" |
public static final String |
MOVE_REGIONS_MAX_TIME |
"move.regions.max.time" |
public static final String |
MOVE_REGIONS_SLEEP_TIME |
"move.regions.sleep.time" |
public static final String |
PERIODIC_ACTION1_PERIOD |
"sdm.action1.period" |
public static final String |
PERIODIC_ACTION2_PERIOD |
"sdm.action2.period" |
public static final String |
PERIODIC_ACTION4_PERIOD |
"sdm.action4.period" |
public static final String |
RESTART_ACTIVE_MASTER_SLEEP_TIME |
"restart.active.master.sleep.time" |
public static final String |
RESTART_RANDOM_RS_SLEEP_TIME |
"restart.random.rs.sleep.time" |
public static final String |
RESTART_RS_HOLDING_META_SLEEP_TIME |
"restart.rs.holding.meta.sleep.time" |
public static final String |
ROLLING_BATCH_RESTART_RS_RATIO |
"rolling.batch.restart.rs.ratio" |
public static final String |
ROLLING_BATCH_RESTART_RS_SLEEP_TIME |
"rolling.batch.restart.rs.sleep.time" |
public static final String |
UNBALANCE_CHAOS_EVERY_MS |
"unbalance.chaos.period" |
public static final String |
UNBALANCE_KILL_META_RS |
"unbalance.action.kill.meta.rs" |
public static final String |
UNBALANCE_WAIT_AFTER_BALANCE_MS |
"unbalance.action.wait.after.period" |
public static final String |
UNBALANCE_WAIT_FOR_KILLS_MS |
"unbalance.action.kill.period" |
public static final String |
UNBALANCE_WAIT_FOR_UNBALANCE_MS |
"unbalance.action.wait.period" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CALM |
"calm" |
public static final String |
MASTER_KILLING |
"masterKilling" |
public static final String |
MOB_NO_KILL |
"mobNoKill" |
public static final String |
MOB_SLOW_DETERMINISTIC |
"mobSlowDeterministic" |
public static final String |
NO_KILL |
"noKill" |
public static final String |
SERVER_AND_DEPENDENCIES_KILLING |
"serverAndDependenciesKilling" |
public static final String |
SERVER_KILLING |
"serverKilling" |
public static final String |
SLOW_DETERMINISTIC |
"slowDeterministic" |
public static final String |
STRESS_AM |
"stressAM" |
public static final String |
UNBALANCE |
"unbalance" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
TIMEOUT |
60000L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CHAOS_MONKEY_PROPS |
"monkeyProps" |
public static final String |
FAMILY_NAME_OPT |
"familyName" |
public static final String |
MONKEY_LONG_OPT |
"monkey" |
public static final String |
TABLE_NAME_OPT |
"tableName" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SLEEP_TIME |
5000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
TIMEOUT |
4000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SLEEP_TIME |
2000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_SIZE |
500 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
TS |
1234567L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SLEEP_TIME |
5000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SLEEP_TIME |
2000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
NUM_RS |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
NUM_RS |
2 |
protected static final String |
STRING_TABLE_NAME |
"test" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
TEST_BUILD_WEBAPPS |
"test.build.webapps" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
OP |
"op" |
public static final String |
PATH |
"path" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
COLUMN_FAMILY_NAME |
"_-myColumnFamily-_" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ADDRESS |
"localhost" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
simple_tsv |
"row1\t1\tc1\tc2\nrow2\t1\tc1\tc2\nrow3\t1\tc1\tc2\nrow4\t1\tc1\tc2\nrow5\t1\tc1\tc2\nrow6\t1\tc1\tc2\nrow7\t1\tc1\tc2\nrow8\t1\tc1\tc2\nrow9\t1\tc1\tc2\nrow10\t1\tc1\tc2\n" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
NUM_REGION_SERVERS |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final char |
FIRST_CHAR |
97 |
protected static final char |
LAST_CHAR |
122 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
F1 |
"f1" |
public static final long |
ONE_GIGABYTE |
1073741824L |
public static final long |
ONE_KILOBYTE |
1024L |
public static final long |
ONE_MEGABYTE |
1048576L |
public static final int |
SIZE_PER_VALUE |
256 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
maxFiles |
5 |
protected static final long |
maxSize |
2100L |
protected static final int |
minFiles |
3 |
protected static final long |
minSize |
10L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
QUALIFIER_COUNT |
10 |
protected static final int |
ROW_COUNT |
10 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
NUM_CFS |
10 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
F1 |
"f1" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DO_ABORT |
"DO_ABORT" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SLEEP_TIME |
10000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_VERSIONS |
50000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
NB_RETRIES |
50 |
protected static final int |
NB_ROWS_IN_BATCH |
100 |
protected static final int |
NB_ROWS_IN_BIG_BATCH |
1000 |
protected static final String |
PEER_ID2 |
"2" |
protected static final long |
SLEEP_TIME |
500L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
ID_ONE |
"1" |
protected static final String |
ID_TWO |
"2" |
protected static final int |
ZK_MAX_COUNT |
300 |
protected static final int |
ZK_SLEEP_INTERVAL |
100 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CMD_KEY |
"EvaluationMapTask.command" |
public static final String |
PE_KEY |
"EvaluationMapTask.performanceEvalImpl" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
CFA |
"a" |
protected static final String |
CFB |
"b" |
protected static final String |
COLUMN_1 |
"a:1" |
protected static final String |
COLUMN_2 |
"b:2" |
protected static final String |
COLUMN_3 |
"a:" |
protected static final String |
ROW_1 |
"testrow1" |
protected static final String |
ROW_2 |
"testrow2" |
protected static final String |
ROW_3 |
"testrow3" |
protected static final String |
ROW_4 |
"testrow4" |
protected static final String |
TABLE |
"TestRowResource" |
protected static final String |
VALUE_1 |
"testvalue1" |
protected static final String |
VALUE_2 |
"testvalue2" |
protected static final String |
VALUE_3 |
"testvalue3" |
protected static final String |
VALUE_4 |
"testvalue4" |
protected static final String |
VALUE_5 |
"5" |
protected static final String |
VALUE_6 |
"6" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
groupPrefix |
"Group" |
public static final int |
NUM_SLAVES_BASE |
4 |
protected static final String |
tablePrefix |
"Group" |
public static final long |
WAIT_TIMEOUT |
300000L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
KRB_KEYTAB_FILE |
"hbase.regionserver.keytab.file" |
public static final String |
KRB_PRINCIPAL |
"hbase.regionserver.kerberos.principal" |
public static final String |
MASTER_KRB_PRINCIPAL |
"hbase.master.kerberos.principal" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
TEST_FAMILY |
"cf" |
public static final int |
TEST_NUM_REGIONS |
4 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected final int |
DEFAULT_NUM_ROWS |
100 |
protected static final int |
NUM_RS |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
TEST_HFILE |
"abc" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
COMMON_TABLE_NAME |
"commontable" |
public static final String |
INDEX_KEY |
"INDEX" |
public static final String |
LABELS_KEY |
"LABELS" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
CHAOS_MONKEY_DELAY_KEY |
"chaos_monkey_delay" |
protected static final long |
DEFAUL_CHAOS_MONKEY_DELAY |
20000L |
protected static final long |
DEFAULT_GET_TIMEOUT |
5000L |
protected static final int |
DEFAULT_REGION_REPLICATION |
3 |
protected static final String |
GET_TIMEOUT_KEY |
"get_timeout_ms" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FORCE_CHECK_ARG |
"f" |
public static final String |
FS_PERMS |
"fs_perms" |
public static final String |
PRINCIPAL_ARG |
"p" |
public static final String |
SKIP_CHECK_FS |
"skip_fs_check" |
public static final String |
SKIP_CHECK_ZK |
"skip_zk_check" |
public static final String |
SUPERUSER_ARG |
"s" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
FAM_STR |
"fam" |
protected static final int |
REGION_ONLINE_TIMEOUT |
800 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
DEFAULT_DATA_SIZE |
64 |
protected static final int |
DEFAULT_NUM_THREADS |
20 |
protected static final long |
DEFAULT_START_KEY |
0L |
protected static final String |
DEFAULT_TABLE_NAME |
"cluster_test" |
protected static final String |
NUM_TABLES |
"num_tables" |
protected static final String |
OPT_BATCHUPDATE |
"batchupdate" |
public static final String |
OPT_BLOOM |
"bloom" |
public static final String |
OPT_COLUMN_FAMILIES |
"families" |
public static final String |
OPT_COMPRESSION |
"compression" |
public static final String |
OPT_DEFERRED_LOG_FLUSH |
"deferredlogflush" |
public static final String |
OPT_DEFERRED_LOG_FLUSH_USAGE |
"Enable deferred log flush." |
public static final String |
OPT_ENCRYPTION |
"encryption" |
public static final String |
OPT_GENERATOR |
"generator" |
public static final String |
OPT_GENERATOR_USAGE |
"The class which generates load for the tool. Any args for this class can be passed as colon separated after class name" |
protected static final String |
OPT_INIT_ONLY |
"init_only" |
public static final String |
OPT_INMEMORY |
"in_memory" |
protected static final String |
OPT_KEY_WINDOW |
"key_window" |
protected static final String |
OPT_MAX_READ_ERRORS |
"max_read_errors" |
public static final String |
OPT_MOB_THRESHOLD |
"mob_threshold" |
protected static final String |
OPT_MOB_THRESHOLD_USAGE |
"Desired cell size to exceed in bytes that will use the MOB write path" |
public static final String |
OPT_MULTIGET |
"multiget_batchsize" |
public static final String |
OPT_MULTIPUT |
"multiput" |
protected static final String |
OPT_NUM_KEYS |
"num_keys" |
public static final String |
OPT_NUM_REGIONS_PER_SERVER |
"num_regions_per_server" |
protected static final String |
OPT_NUM_REGIONS_PER_SERVER_USAGE |
"Desired number of regions per region server. Defaults to 5." |
protected static final String |
OPT_READ |
"read" |
public static final String |
OPT_READER |
"reader" |
public static final String |
OPT_READER_USAGE |
"The class for executing the read requests" |
public static final String |
OPT_REGION_REPLICA_ID |
"region_replica_id" |
protected static final String |
OPT_REGION_REPLICA_ID_USAGE |
"Region replica id to do the reads from" |
public static final String |
OPT_REGION_REPLICATION |
"region_replication" |
protected static final String |
OPT_REGION_REPLICATION_USAGE |
"Desired number of replicas per region" |
protected static final String |
OPT_SKIP_INIT |
"skip_init" |
protected static final String |
OPT_START_KEY |
"start_key" |
public static final String |
OPT_TABLE_NAME |
"tn" |
protected static final String |
OPT_UPDATE |
"update" |
public static final String |
OPT_UPDATER |
"updater" |
public static final String |
OPT_UPDATER_USAGE |
"The class for executing the update requests" |
public static final String |
OPT_USAGE_IN_MEMORY |
"Tries to keep the HFiles of the CF inmemory as far as possible. Not guaranteed that reads are always served from inmemory" |
protected static final String |
OPT_USAGE_LOAD |
"<avg_cols_per_key>:<avg_data_size>[:<#threads=20>]" |
protected static final String |
OPT_USAGE_READ |
"<verify_percent>[:<#threads=20>]" |
protected static final String |
OPT_USAGE_UPDATE |
"<update_percent>[:<#threads=20>][:<#whether to ignore nonce collisions=0>]" |
protected static final String |
OPT_VERBOSE |
"verbose" |
protected static final String |
OPT_WRITE |
"write" |
public static final String |
OPT_WRITER |
"writer" |
public static final String |
OPT_WRITER_USAGE |
"The class for executing the write requests" |
protected static final String |
OPT_ZK_PARENT_NODE |
"zk_root" |
protected static final String |
OPT_ZK_QUORUM |
"zk" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
REPORTING_INTERVAL_MS |
5000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_BATCH_SIZE |
1 |
public static final int |
DEFAULT_KEY_WINDOW |
0 |
public static final int |
DEFAULT_MAX_ERRORS |
10 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
POOL_SIZE |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
NUM_RS |
2 |
protected static final int |
NUM_THREADS |
8 |
protected static final int |
TIMEOUT_MS |
180000 |
Copyright © 2007–2019 Cloudera. All rights reserved.